From owner-svn-ports-all@freebsd.org Sun Feb 12 01:52:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E23CD1CED; Sun, 12 Feb 2017 01:52:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34AFA1534; Sun, 12 Feb 2017 01:52:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C1qIqa088182; Sun, 12 Feb 2017 01:52:18 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C1qH7O088176; Sun, 12 Feb 2017 01:52:17 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201702120152.v1C1qH7O088176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Sun, 12 Feb 2017 01:52:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433921 - in head/devel/llvm-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 01:52:19 -0000 Author: brooks Date: Sun Feb 12 01:52:17 2017 New Revision: 433921 URL: https://svnweb.freebsd.org/changeset/ports/433921 Log: Update to a fresh snapshot. Added: head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt (contents, props changed) Modified: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/gen-Makefile.snapshot.sh head/devel/llvm-devel/pkg-plist Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Sat Feb 11 22:46:59 2017 (r433920) +++ head/devel/llvm-devel/Makefile Sun Feb 12 01:52:17 2017 (r433921) @@ -92,6 +92,8 @@ OPENMP_CONFLICTS_INSTALL= libiomp5-devel OPENMP_GH_PROJECT= openmp:openmp OPENMP_GH_SUBDIR= tools/openmp:openmp OPENMP_GH_TAGNAME= ${OPENMP_COMMIT}:openmp +OPENMP_EXTRA_PATCHES= \ + ${PATCHDIR}/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils @@ -100,7 +102,7 @@ OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -PLIST_SUB+= LLVM_LIB_VER=${LLVM_MAJOR:C/\.//} \ +PLIST_SUB+= LLVM_LIB_VER=${LLVM_MAJOR:C/\..*//} \ LLVM_MAJOR=${LLVM_MAJOR} \ LLVM_RELEASE=${LLVM_RELEASE} @@ -291,10 +293,6 @@ COMMANDS+= lld \ PORTDOCS+= lld .endif -.if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang -BROKEN= Working C++11 compiler and library required -.endif - .if ${PORT_OPTIONS:MLLDB} && ${PYTHON_REL} >= 3000 BROKEN= LLDB does not build with Python 3 .endif @@ -394,7 +392,7 @@ build-plist: -e 's|release.cmake|%%CMAKE_BUILD_TYPE%%.cmake|' \ -e 's|${LLVM_RELEASE:C/\./\\./g}|%%LLVM_RELEASE%%|' \ -e 's|${LLVM_MAJOR:C/\./\\./}|%%LLVM_MAJOR%%|' \ - -e 's|${LLVM_MAJOR:C/\.//}|%%LLVM_LIB_VER%%|' | \ + -e 's|\.${LLVM_MAJOR:C/\..*//}|.%%LLVM_LIB_VER%%|' | \ ${SORT} >> ${PLIST}.tmp ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/lit${LLVM_SUFFIX} -type f | \ ${SED} -e 's|${STAGEDIR}${PYTHON_SITELIBDIR}|%%LIT%%%%PYTHON_SITELIBDIR%%|' \ Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Sat Feb 11 22:46:59 2017 (r433920) +++ head/devel/llvm-devel/Makefile.snapshot Sun Feb 12 01:52:17 2017 (r433921) @@ -6,12 +6,12 @@ # LLVM_MAJOR= 5.0 LLVM_RELEASE= ${LLVM_MAJOR}.0 -SNAPDATE= 20170114 +SNAPDATE= 20170211 -LLVM_COMMIT= 669e297a93a12a9de7c452fd4323dd814afd5395 -CLANG_COMMIT= 3afc8a364ef241d20e839698fa852202f7b1cb2f -COMPILER_RT_COMMIT= 191ecf3d0ba86203d5585f3361a7daa226b20c2d -EXTRAS_COMMIT= 4ff6e02336e157e59c3474177884efa5df4aa907 -LLD_COMMIT= 962d6dab080fd20c6ea2d9ecd54c6da1d807ac9f -LLDB_COMMIT= 32cbbf6b6bdae5423841d4a506c93c09c53279c9 -OPENMP_COMMIT= 0c93c1078cded297df89f1dedaa711a5bb57d481 +LLVM_COMMIT= c0358c4bfefdd94a969751db53c5e85b6bc3b931 +CLANG_COMMIT= 6b3307abeea42f8080f3f0260d11b291490285fb +COMPILER_RT_COMMIT= 5be0e47323f0dea3ca6cc867a65c8fbe1806b51b +EXTRAS_COMMIT= 6f50622118fb5b807f62439f893ff72ce6925120 +LLD_COMMIT= 1979fc074c73573f88d80fa3bb95a1a69248e9e1 +LLDB_COMMIT= 0ad9978c303f39b7ee89b150b6a95522bcc78403 +OPENMP_COMMIT= f26c30f0146d2b15509f38f51ccce68fb3d3da90 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Sat Feb 11 22:46:59 2017 (r433920) +++ head/devel/llvm-devel/distinfo Sun Feb 12 01:52:17 2017 (r433921) @@ -1,15 +1,15 @@ -TIMESTAMP = 1484356745 -SHA256 (llvm-mirror-llvm-5.0.d20170114-669e297a93a12a9de7c452fd4323dd814afd5395_GH0.tar.gz) = 7753e889aae5cb4d808b1329f3db2f596dd8d2334f18c3b8f5e520403229cd5c -SIZE (llvm-mirror-llvm-5.0.d20170114-669e297a93a12a9de7c452fd4323dd814afd5395_GH0.tar.gz) = 30756864 -SHA256 (llvm-mirror-clang-3afc8a364ef241d20e839698fa852202f7b1cb2f_GH0.tar.gz) = c02300c3eacda5f32033235bd7f466e4eaed8b09f9e97c97ec406e519a8d57f7 -SIZE (llvm-mirror-clang-3afc8a364ef241d20e839698fa852202f7b1cb2f_GH0.tar.gz) = 15174161 -SHA256 (llvm-mirror-compiler-rt-191ecf3d0ba86203d5585f3361a7daa226b20c2d_GH0.tar.gz) = 1b28f237cded7d0ee95b5a797e73f225430b7905986d6806440b9bbbfe62c5ae -SIZE (llvm-mirror-compiler-rt-191ecf3d0ba86203d5585f3361a7daa226b20c2d_GH0.tar.gz) = 2465068 -SHA256 (llvm-mirror-clang-tools-extra-4ff6e02336e157e59c3474177884efa5df4aa907_GH0.tar.gz) = ce14c82c5453ffcd8dbadac59736da9d50c664bbb37804a67bfb1fda423445a9 -SIZE (llvm-mirror-clang-tools-extra-4ff6e02336e157e59c3474177884efa5df4aa907_GH0.tar.gz) = 783833 -SHA256 (llvm-mirror-lld-962d6dab080fd20c6ea2d9ecd54c6da1d807ac9f_GH0.tar.gz) = bc1798439339db0a8aca2036a9be974da09c50ac0c042e94752e26359bb099f3 -SIZE (llvm-mirror-lld-962d6dab080fd20c6ea2d9ecd54c6da1d807ac9f_GH0.tar.gz) = 784747 -SHA256 (llvm-mirror-lldb-32cbbf6b6bdae5423841d4a506c93c09c53279c9_GH0.tar.gz) = 3743861fe5d01bdcc0aede632b370dfb398c28dd1b1e0a9cba558aff822ea4d0 -SIZE (llvm-mirror-lldb-32cbbf6b6bdae5423841d4a506c93c09c53279c9_GH0.tar.gz) = 24055084 -SHA256 (llvm-mirror-openmp-0c93c1078cded297df89f1dedaa711a5bb57d481_GH0.tar.gz) = 842477f94194b667389d13e60ff35f87fa87131825b38cb6ee7e4ecd8c9e1fd2 -SIZE (llvm-mirror-openmp-0c93c1078cded297df89f1dedaa711a5bb57d481_GH0.tar.gz) = 2838543 +TIMESTAMP = 1486843533 +SHA256 (llvm-mirror-llvm-5.0.d20170211-c0358c4bfefdd94a969751db53c5e85b6bc3b931_GH0.tar.gz) = 7d96585647e0c09368eb26bb15e7d68721e8918ab9ce0ba64ed408336379c1b4 +SIZE (llvm-mirror-llvm-5.0.d20170211-c0358c4bfefdd94a969751db53c5e85b6bc3b931_GH0.tar.gz) = 31861816 +SHA256 (llvm-mirror-clang-6b3307abeea42f8080f3f0260d11b291490285fb_GH0.tar.gz) = 83e0d3c3ee2647ce12009818184909132239460ba5f74a44d8b308274f810f24 +SIZE (llvm-mirror-clang-6b3307abeea42f8080f3f0260d11b291490285fb_GH0.tar.gz) = 15323417 +SHA256 (llvm-mirror-compiler-rt-5be0e47323f0dea3ca6cc867a65c8fbe1806b51b_GH0.tar.gz) = ccfd1977c27a3825e69254febe1d81833a027606dad055c38d6152e5a7ec815c +SIZE (llvm-mirror-compiler-rt-5be0e47323f0dea3ca6cc867a65c8fbe1806b51b_GH0.tar.gz) = 2614310 +SHA256 (llvm-mirror-clang-tools-extra-6f50622118fb5b807f62439f893ff72ce6925120_GH0.tar.gz) = 8d0ae4a18345c3e19623352770318345c8f9e5c6440ef810b802186f94e98efe +SIZE (llvm-mirror-clang-tools-extra-6f50622118fb5b807f62439f893ff72ce6925120_GH0.tar.gz) = 799822 +SHA256 (llvm-mirror-lld-1979fc074c73573f88d80fa3bb95a1a69248e9e1_GH0.tar.gz) = 9b3c5b1433018510e668e8201a340da3aa2fa5b4aeace3b1e9cb054dbc082e63 +SIZE (llvm-mirror-lld-1979fc074c73573f88d80fa3bb95a1a69248e9e1_GH0.tar.gz) = 802662 +SHA256 (llvm-mirror-lldb-0ad9978c303f39b7ee89b150b6a95522bcc78403_GH0.tar.gz) = 89a555693c1b367c052ec09a022efc687158ac6455dd26882d31a988f2bd57d4 +SIZE (llvm-mirror-lldb-0ad9978c303f39b7ee89b150b6a95522bcc78403_GH0.tar.gz) = 24069530 +SHA256 (llvm-mirror-openmp-f26c30f0146d2b15509f38f51ccce68fb3d3da90_GH0.tar.gz) = be576a1d38242ad2b37000d471a7063191a580aedca231787cb2c8339b0929d0 +SIZE (llvm-mirror-openmp-f26c30f0146d2b15509f38f51ccce68fb3d3da90_GH0.tar.gz) = 2875711 Modified: head/devel/llvm-devel/files/gen-Makefile.snapshot.sh ============================================================================== --- head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Sat Feb 11 22:46:59 2017 (r433920) +++ head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Sun Feb 12 01:52:17 2017 (r433921) @@ -17,7 +17,7 @@ cat < Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 4.0 +LLVM_MAJOR= 5.0 LLVM_RELEASE= \${LLVM_MAJOR}.0 SNAPDATE= $(date +%Y%m%d) Added: head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/openmp-patch-tools_openmp_libomptarget_CMakeLists.txt Sun Feb 12 01:52:17 2017 (r433921) @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- tools/openmp/libomptarget/CMakeLists.txt.orig ++++ tools/openmp/libomptarget/CMakeLists.txt +@@ -94,7 +94,6 @@ + # Build libomptarget library with libdl dependency. + add_library(omptarget SHARED ${src_files}) + target_link_libraries(omptarget +- dl + "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/exports") + + # Install libomptarget under the lib destination folder. Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Sat Feb 11 22:46:59 2017 (r433920) +++ head/devel/llvm-devel/pkg-plist Sun Feb 12 01:52:17 2017 (r433921) @@ -91,12 +91,9 @@ llvm-devel/bin/llc %%LLD%%llvm-devel/bin/lld %%LLD%%llvm-devel/bin/lld-link %%LLDB%%llvm-devel/bin/lldb -%%LLDB%%llvm-devel/bin/lldb-%%LLVM_RELEASE%% %%LLDB%%llvm-devel/bin/lldb-argdumper %%LLDB%%llvm-devel/bin/lldb-mi -%%LLDB%%llvm-devel/bin/lldb-mi-%%LLVM_RELEASE%% %%LLDB%%llvm-devel/bin/lldb-server -%%LLDB%%llvm-devel/bin/lldb-server-%%LLVM_RELEASE%% llvm-devel/bin/lli llvm-devel/bin/llvm-ar llvm-devel/bin/llvm-as @@ -634,6 +631,7 @@ llvm-devel/bin/yaml2obj %%LLD%%llvm-devel/include/lld/Core/SharedLibraryFile.h %%LLD%%llvm-devel/include/lld/Core/Simple.h %%LLD%%llvm-devel/include/lld/Core/SymbolTable.h +%%LLD%%llvm-devel/include/lld/Core/TargetOptionsCommandFlags.h %%LLD%%llvm-devel/include/lld/Core/UndefinedAtom.h %%LLD%%llvm-devel/include/lld/Core/Writer.h %%LLD%%llvm-devel/include/lld/Driver/Driver.h @@ -736,7 +734,6 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/ClangForward.h %%LLDB%%llvm-devel/include/lldb/Core/Communication.h %%LLDB%%llvm-devel/include/lldb/Core/Connection.h -%%LLDB%%llvm-devel/include/lldb/Core/ConstString.h %%LLDB%%llvm-devel/include/lldb/Core/DataBuffer.h %%LLDB%%llvm-devel/include/lldb/Core/DataBufferHeap.h %%LLDB%%llvm-devel/include/lldb/Core/DataBufferMemoryMap.h @@ -745,7 +742,6 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/Debugger.h %%LLDB%%llvm-devel/include/lldb/Core/Disassembler.h %%LLDB%%llvm-devel/include/lldb/Core/EmulateInstruction.h -%%LLDB%%llvm-devel/include/lldb/Core/Error.h %%LLDB%%llvm-devel/include/lldb/Core/Event.h %%LLDB%%llvm-devel/include/lldb/Core/FastDemangle.h %%LLDB%%llvm-devel/include/lldb/Core/FileLineResolver.h @@ -770,21 +766,17 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Core/PluginManager.h %%LLDB%%llvm-devel/include/lldb/Core/RangeMap.h %%LLDB%%llvm-devel/include/lldb/Core/RegisterValue.h -%%LLDB%%llvm-devel/include/lldb/Core/RegularExpression.h %%LLDB%%llvm-devel/include/lldb/Core/STLUtils.h %%LLDB%%llvm-devel/include/lldb/Core/Scalar.h %%LLDB%%llvm-devel/include/lldb/Core/SearchFilter.h %%LLDB%%llvm-devel/include/lldb/Core/Section.h %%LLDB%%llvm-devel/include/lldb/Core/SourceManager.h %%LLDB%%llvm-devel/include/lldb/Core/State.h -%%LLDB%%llvm-devel/include/lldb/Core/Stream.h %%LLDB%%llvm-devel/include/lldb/Core/StreamAsynchronousIO.h %%LLDB%%llvm-devel/include/lldb/Core/StreamBuffer.h %%LLDB%%llvm-devel/include/lldb/Core/StreamCallback.h %%LLDB%%llvm-devel/include/lldb/Core/StreamFile.h %%LLDB%%llvm-devel/include/lldb/Core/StreamGDBRemote.h -%%LLDB%%llvm-devel/include/lldb/Core/StreamString.h -%%LLDB%%llvm-devel/include/lldb/Core/StreamTee.h %%LLDB%%llvm-devel/include/lldb/Core/StringList.h %%LLDB%%llvm-devel/include/lldb/Core/StructuredData.h %%LLDB%%llvm-devel/include/lldb/Core/ThreadSafeDenseMap.h @@ -932,6 +924,7 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/posix/MainLoopPosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/PipePosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/ProcessLauncherPosix.h +%%LLDB%%llvm-devel/include/lldb/Host/posix/ProcessLauncherPosixFork.h %%LLDB%%llvm-devel/include/lldb/Host/windows/AutoHandle.h %%LLDB%%llvm-devel/include/lldb/Host/windows/ConnectionGenericFileWindows.h %%LLDB%%llvm-devel/include/lldb/Host/windows/HostInfoWindows.h @@ -1097,26 +1090,30 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Target/UnwindAssembly.h %%LLDB%%llvm-devel/include/lldb/Utility/AnsiTerminal.h %%LLDB%%llvm-devel/include/lldb/Utility/CleanUp.h -%%LLDB%%llvm-devel/include/lldb/Utility/ConvertEnum.h +%%LLDB%%llvm-devel/include/lldb/Utility/ConstString.h %%LLDB%%llvm-devel/include/lldb/Utility/Either.h +%%LLDB%%llvm-devel/include/lldb/Utility/Error.h %%LLDB%%llvm-devel/include/lldb/Utility/Iterable.h %%LLDB%%llvm-devel/include/lldb/Utility/JSON.h %%LLDB%%llvm-devel/include/lldb/Utility/LLDBAssert.h %%LLDB%%llvm-devel/include/lldb/Utility/NameMatches.h -%%LLDB%%llvm-devel/include/lldb/Utility/PriorityPointerPair.h %%LLDB%%llvm-devel/include/lldb/Utility/ProcessStructReader.h %%LLDB%%llvm-devel/include/lldb/Utility/PseudoTerminal.h %%LLDB%%llvm-devel/include/lldb/Utility/Range.h %%LLDB%%llvm-devel/include/lldb/Utility/RegisterNumber.h +%%LLDB%%llvm-devel/include/lldb/Utility/RegularExpression.h %%LLDB%%llvm-devel/include/lldb/Utility/SafeMachO.h %%LLDB%%llvm-devel/include/lldb/Utility/SelectHelper.h %%LLDB%%llvm-devel/include/lldb/Utility/SharedCluster.h %%LLDB%%llvm-devel/include/lldb/Utility/SharingPtr.h +%%LLDB%%llvm-devel/include/lldb/Utility/Stream.h +%%LLDB%%llvm-devel/include/lldb/Utility/StreamString.h +%%LLDB%%llvm-devel/include/lldb/Utility/StreamTee.h %%LLDB%%llvm-devel/include/lldb/Utility/StringExtractor.h %%LLDB%%llvm-devel/include/lldb/Utility/StringLexer.h %%LLDB%%llvm-devel/include/lldb/Utility/TaskPool.h %%LLDB%%llvm-devel/include/lldb/Utility/Timeout.h -%%LLDB%%llvm-devel/include/lldb/Utility/Utils.h +%%LLDB%%llvm-devel/include/lldb/Utility/UriParser.h %%LLDB%%llvm-devel/include/lldb/lldb-defines.h %%LLDB%%llvm-devel/include/lldb/lldb-enumerations.h %%LLDB%%llvm-devel/include/lldb/lldb-forward.h @@ -1365,6 +1362,7 @@ llvm-devel/include/llvm/CodeGen/LiveInte llvm-devel/include/llvm/CodeGen/LivePhysRegs.h llvm-devel/include/llvm/CodeGen/LiveRangeEdit.h llvm-devel/include/llvm/CodeGen/LiveRegMatrix.h +llvm-devel/include/llvm/CodeGen/LiveRegUnits.h llvm-devel/include/llvm/CodeGen/LiveStackAnalysis.h llvm-devel/include/llvm/CodeGen/LiveVariables.h llvm-devel/include/llvm/CodeGen/LowLevelType.h @@ -1392,6 +1390,7 @@ llvm-devel/include/llvm/CodeGen/MachineM llvm-devel/include/llvm/CodeGen/MachineModuleInfo.h llvm-devel/include/llvm/CodeGen/MachineModuleInfoImpls.h llvm-devel/include/llvm/CodeGen/MachineOperand.h +llvm-devel/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h llvm-devel/include/llvm/CodeGen/MachinePassRegistry.h llvm-devel/include/llvm/CodeGen/MachinePostDominators.h llvm-devel/include/llvm/CodeGen/MachineRegionInfo.h @@ -1457,6 +1456,7 @@ llvm-devel/include/llvm/DebugInfo/CodeVi llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewError.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h llvm-devel/include/llvm/DebugInfo/CodeView/EnumTables.h +llvm-devel/include/llvm/DebugInfo/CodeView/Formatters.h llvm-devel/include/llvm/DebugInfo/CodeView/FunctionId.h llvm-devel/include/llvm/DebugInfo/CodeView/Line.h llvm-devel/include/llvm/DebugInfo/CodeView/ModuleSubstream.h @@ -1543,6 +1543,32 @@ llvm-devel/include/llvm/DebugInfo/PDB/IP llvm-devel/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/IPDBSession.h llvm-devel/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/DbiStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/EnumTables.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/Hash.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/HashTable.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/InfoStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/ModInfo.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/ModStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeSession.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/PDBFile.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/RawConstants.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/RawError.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/RawTypes.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/StringTable.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/StringTableBuilder.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/TpiStream.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h llvm-devel/include/llvm/DebugInfo/PDB/PDB.h llvm-devel/include/llvm/DebugInfo/PDB/PDBContext.h llvm-devel/include/llvm/DebugInfo/PDB/PDBExtras.h @@ -1580,30 +1606,6 @@ llvm-devel/include/llvm/DebugInfo/PDB/PD llvm-devel/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h llvm-devel/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h llvm-devel/include/llvm/DebugInfo/PDB/PDBTypes.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/DbiStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/EnumTables.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/Hash.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/InfoStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/ModInfo.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/ModStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/NameMap.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/PDBFile.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/PublicsStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/RawConstants.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/RawError.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/RawSession.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/RawTypes.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/SymbolStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/TpiHashing.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/TpiStream.h -llvm-devel/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h llvm-devel/include/llvm/DebugInfo/Symbolize/DIPrinter.h llvm-devel/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h llvm-devel/include/llvm/DebugInfo/Symbolize/Symbolize.h @@ -2031,11 +2033,12 @@ llvm-devel/include/llvm/TableGen/StringT llvm-devel/include/llvm/TableGen/TableGenBackend.h llvm-devel/include/llvm/Target/CostTable.h llvm-devel/include/llvm/Target/GenericOpcodes.td +llvm-devel/include/llvm/Target/GlobalISel/RegisterBank.td +llvm-devel/include/llvm/Target/GlobalISel/SelectionDAGCompat.td llvm-devel/include/llvm/Target/Target.td llvm-devel/include/llvm/Target/TargetCallingConv.h llvm-devel/include/llvm/Target/TargetCallingConv.td llvm-devel/include/llvm/Target/TargetFrameLowering.h -llvm-devel/include/llvm/Target/TargetGlobalISel.td llvm-devel/include/llvm/Target/TargetInstrInfo.h llvm-devel/include/llvm/Target/TargetIntrinsicInfo.h llvm-devel/include/llvm/Target/TargetItinerary.td @@ -2053,6 +2056,7 @@ llvm-devel/include/llvm/Transforms/Corou llvm-devel/include/llvm/Transforms/GCOVProfiler.h llvm-devel/include/llvm/Transforms/IPO.h llvm-devel/include/llvm/Transforms/IPO/AlwaysInliner.h +llvm-devel/include/llvm/Transforms/IPO/ArgumentPromotion.h llvm-devel/include/llvm/Transforms/IPO/ConstantMerge.h llvm-devel/include/llvm/Transforms/IPO/CrossDSOCFI.h llvm-devel/include/llvm/Transforms/IPO/DeadArgumentElimination.h @@ -2102,9 +2106,12 @@ llvm-devel/include/llvm/Transforms/Scala llvm-devel/include/llvm/Transforms/Scalar/LoopDistribute.h llvm-devel/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h llvm-devel/include/llvm/Transforms/Scalar/LoopInstSimplify.h +llvm-devel/include/llvm/Transforms/Scalar/LoopLoadElimination.h llvm-devel/include/llvm/Transforms/Scalar/LoopPassManager.h +llvm-devel/include/llvm/Transforms/Scalar/LoopPredication.h llvm-devel/include/llvm/Transforms/Scalar/LoopRotation.h llvm-devel/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +llvm-devel/include/llvm/Transforms/Scalar/LoopSink.h llvm-devel/include/llvm/Transforms/Scalar/LoopStrengthReduce.h llvm-devel/include/llvm/Transforms/Scalar/LoopUnrollPass.h llvm-devel/include/llvm/Transforms/Scalar/LowerAtomic.h @@ -2146,10 +2153,13 @@ llvm-devel/include/llvm/Transforms/Utils llvm-devel/include/llvm/Transforms/Utils/LoopUtils.h llvm-devel/include/llvm/Transforms/Utils/LoopVersioning.h llvm-devel/include/llvm/Transforms/Utils/LowerInvoke.h +llvm-devel/include/llvm/Transforms/Utils/LowerMemIntrinsics.h llvm-devel/include/llvm/Transforms/Utils/Mem2Reg.h llvm-devel/include/llvm/Transforms/Utils/MemorySSA.h +llvm-devel/include/llvm/Transforms/Utils/MemorySSAUpdater.h llvm-devel/include/llvm/Transforms/Utils/ModuleUtils.h llvm-devel/include/llvm/Transforms/Utils/NameAnonGlobals.h +llvm-devel/include/llvm/Transforms/Utils/PredicateInfo.h llvm-devel/include/llvm/Transforms/Utils/PromoteMemToReg.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdater.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdaterImpl.h @@ -2165,6 +2175,8 @@ llvm-devel/include/llvm/Transforms/Utils llvm-devel/include/llvm/Transforms/Vectorize.h llvm-devel/include/llvm/Transforms/Vectorize/LoopVectorize.h llvm-devel/include/llvm/Transforms/Vectorize/SLPVectorizer.h +llvm-devel/include/llvm/XRay/Graph.h +llvm-devel/include/llvm/XRay/InstrumentationMap.h llvm-devel/include/llvm/XRay/Trace.h llvm-devel/include/llvm/XRay/XRayRecord.h llvm-devel/include/llvm/XRay/YAMLXRayRecord.h @@ -2216,6 +2228,7 @@ llvm-devel/lib/LLVMHello.so %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/bmi2intrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/bmiintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/clflushoptintrin.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/clzerointrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cpuid.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/algorithm %%CLANG%%%%OPENMP%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/cuda_wrappers/complex @@ -2351,11 +2364,11 @@ llvm-devel/lib/libLLVMInstrumentation.a llvm-devel/lib/libLLVMInterpreter.a llvm-devel/lib/libLLVMLTO.a llvm-devel/lib/libLLVMLanaiAsmParser.a +llvm-devel/lib/libLLVMLanaiAsmPrinter.a llvm-devel/lib/libLLVMLanaiCodeGen.a llvm-devel/lib/libLLVMLanaiDesc.a llvm-devel/lib/libLLVMLanaiDisassembler.a llvm-devel/lib/libLLVMLanaiInfo.a -llvm-devel/lib/libLLVMLanaiInstPrinter.a llvm-devel/lib/libLLVMLibDriver.a llvm-devel/lib/libLLVMLineEditor.a llvm-devel/lib/libLLVMLinker.a @@ -2431,7 +2444,7 @@ llvm-devel/lib/libLLVMXRay.a llvm-devel/lib/libLLVMipo.a llvm-devel/lib/libLTO.so llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER%% -llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER%%.0svn +llvm-devel/lib/libLTO.so.%%LLVM_RELEASE%%svn %%CLANG%%llvm-devel/lib/libclang.so %%CLANG%%llvm-devel/lib/libclang.so.%%LLVM_LIB_VER%% %%CLANG%%llvm-devel/lib/libclang.so.%%LLVM_MAJOR%% @@ -2477,12 +2490,21 @@ llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER% %%EXTRAS%%llvm-devel/lib/libclangTidyPerformanceModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyPlugin.a %%EXTRAS%%llvm-devel/lib/libclangTidyReadabilityModule.a +%%EXTRAS%%llvm-devel/lib/libclangTidySafetyModule.a %%EXTRAS%%llvm-devel/lib/libclangTidyUtils.a %%CLANG%%llvm-devel/lib/libclangTooling.a %%CLANG%%llvm-devel/lib/libclangToolingCore.a %%EXTRAS%%llvm-devel/lib/libfindAllSymbols.a %%OPENMP%%llvm-devel/lib/libgomp.so %%OPENMP%%llvm-devel/lib/libiomp5.so +%%LLD%%llvm-devel/lib/liblldCOFF.a +%%LLD%%llvm-devel/lib/liblldConfig.a +%%LLD%%llvm-devel/lib/liblldCore.a +%%LLD%%llvm-devel/lib/liblldDriver.a +%%LLD%%llvm-devel/lib/liblldELF.a +%%LLD%%llvm-devel/lib/liblldMachO.a +%%LLD%%llvm-devel/lib/liblldReaderWriter.a +%%LLD%%llvm-devel/lib/liblldYAML.a %%LLDB%%llvm-devel/lib/liblldb.so %%LLDB%%llvm-devel/lib/liblldb.so.%%LLVM_LIB_VER%% %%LLDB%%llvm-devel/lib/liblldb.so.%%LLVM_RELEASE%% @@ -2554,7 +2576,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER% %%LLDB%%llvm-devel/lib/liblldbPluginProcessElfCore.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessFreeBSD.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessGDBRemote.a -%%LLDB%%llvm-devel/lib/liblldbPluginProcessMachCore.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessMinidump.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessPOSIX.a %%LLDB%%llvm-devel/lib/liblldbPluginProcessUtility.a @@ -2573,6 +2594,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER% %%LLDB%%llvm-devel/lib/liblldbTarget.a %%LLDB%%llvm-devel/lib/liblldbUtility.a %%OPENMP%%llvm-devel/lib/libomp.so +%%OPENMP%%llvm-devel/lib/libomptarget.so %%LLDB%%llvm-devel/lib/python2.7/site-packages/lldb/__init__.py %%LLDB%%llvm-devel/lib/python2.7/site-packages/lldb/_lldb.so %%LLDB%%llvm-devel/lib/python2.7/site-packages/lldb/embedded_interpreter.py @@ -2612,6 +2634,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_LIB_VER% %%CLANG%%llvm-devel/share/scan-view/ScanView.py %%CLANG%%llvm-devel/share/scan-view/bugcatcher.ico %%CLANG%%llvm-devel/share/scan-view/startfile.py +%%LIT%%%%PYTHON_SITELIBDIR%%/lit-devel/BooleanExpression.py %%LIT%%%%PYTHON_SITELIBDIR%%/lit-devel/LitConfig.py %%LIT%%%%PYTHON_SITELIBDIR%%/lit-devel/LitTestCase.py %%LIT%%%%PYTHON_SITELIBDIR%%/lit-devel/ProgressBar.py From owner-svn-ports-all@freebsd.org Sun Feb 12 05:25:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D15ACDADD1; Sun, 12 Feb 2017 05:25:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34552E5C; Sun, 12 Feb 2017 05:25:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C5PAPT072664; Sun, 12 Feb 2017 05:25:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C5PAu3072663; Sun, 12 Feb 2017 05:25:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702120525.v1C5PAu3072663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 12 Feb 2017 05:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433922 - head/editors/plume-creator-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 05:25:11 -0000 Author: pi Date: Sun Feb 12 05:25:10 2017 New Revision: 433922 URL: https://svnweb.freebsd.org/changeset/ports/433922 Log: editors/plume-creator-devel: back to the pool PR: 216993 Submitted by: yamagi@yamagi.org (outgoing maintainer) Modified: head/editors/plume-creator-devel/Makefile Modified: head/editors/plume-creator-devel/Makefile ============================================================================== --- head/editors/plume-creator-devel/Makefile Sun Feb 12 01:52:17 2017 (r433921) +++ head/editors/plume-creator-devel/Makefile Sun Feb 12 05:25:10 2017 (r433922) @@ -5,7 +5,7 @@ PORTVERSION= ${DATE} CATEGORIES= editors MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/plume-creator/ -MAINTAINER= yamagi@yamagi.org +MAINTAINER= ports@freebsd.org COMMENT= Open source tool for novelists LICENSE= GPLv3+ From owner-svn-ports-all@freebsd.org Sun Feb 12 05:27:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF62ECDAEB5; Sun, 12 Feb 2017 05:27:03 +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 7F49EF8B; Sun, 12 Feb 2017 05:27:03 +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 v1C5R2TI072836; Sun, 12 Feb 2017 05:27:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C5R2Xv072835; Sun, 12 Feb 2017 05:27:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702120527.v1C5R2Xv072835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 12 Feb 2017 05:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433923 - head/games/chessx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 05:27:03 -0000 Author: pi Date: Sun Feb 12 05:27:02 2017 New Revision: 433923 URL: https://svnweb.freebsd.org/changeset/ports/433923 Log: games/chessx: back to the pool PR: 216994 Submitted by: yamagi@yamagi.org (old maintainer) Modified: head/games/chessx/Makefile Modified: head/games/chessx/Makefile ============================================================================== --- head/games/chessx/Makefile Sun Feb 12 05:25:10 2017 (r433922) +++ head/games/chessx/Makefile Sun Feb 12 05:27:02 2017 (r433923) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= yamagi@yamagi.org +MAINTAINER= ports@freebsd.org COMMENT= Qt 4 chess database application LICENSE= GPLv2+ From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09496CDCF09; Sun, 12 Feb 2017 08:12:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C47B614A1; Sun, 12 Feb 2017 08:12:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8CWMv041038; Sun, 12 Feb 2017 08:12:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8CWpF041037; Sun, 12 Feb 2017 08:12:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8CWpF041037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433924 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:34 -0000 Author: sunpoet Date: Sun Feb 12 08:12:32 2017 New Revision: 433924 URL: https://svnweb.freebsd.org/changeset/ports/433924 Log: Update to 3.0226 Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Sun Feb 12 05:27:02 2017 (r433923) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Sun Feb 12 08:12:32 2017 (r433924) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0225 +PORTVERSION= 3.0226 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Sun Feb 12 05:27:02 2017 (r433923) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Sun Feb 12 08:12:32 2017 (r433924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479979031 -SHA256 (Cpanel-JSON-XS-3.0225.tar.gz) = 38def09ec7990e299bcfd804d49e626c33ef42ddf90f5e2cf2bf162c9355a02c -SIZE (Cpanel-JSON-XS-3.0225.tar.gz) = 214737 +TIMESTAMP = 1486886398 +SHA256 (Cpanel-JSON-XS-3.0226.tar.gz) = 55b7d1c8de1ed32ab3c8486aac34e9eac8c92e227bcc535c1821328871f9fc20 +SIZE (Cpanel-JSON-XS-3.0226.tar.gz) = 215245 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6D1CDCF29; Sun, 12 Feb 2017 08:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7032114B7; Sun, 12 Feb 2017 08:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8CbnT041174; Sun, 12 Feb 2017 08:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8Cblv041170; Sun, 12 Feb 2017 08:12:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8Cblv041170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433925 - head/textproc/p5-Lingua-EN-PluralToSingular X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:38 -0000 Author: sunpoet Date: Sun Feb 12 08:12:37 2017 New Revision: 433925 URL: https://svnweb.freebsd.org/changeset/ports/433925 Log: Update to 0.19 Changes: http://search.cpan.org/dist/Lingua-EN-PluralToSingular/Changes Modified: head/textproc/p5-Lingua-EN-PluralToSingular/Makefile head/textproc/p5-Lingua-EN-PluralToSingular/distinfo head/textproc/p5-Lingua-EN-PluralToSingular/pkg-plist Modified: head/textproc/p5-Lingua-EN-PluralToSingular/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-PluralToSingular/Makefile Sun Feb 12 08:12:32 2017 (r433924) +++ head/textproc/p5-Lingua-EN-PluralToSingular/Makefile Sun Feb 12 08:12:37 2017 (r433925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-PluralToSingular -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-PluralToSingular/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-PluralToSingular/distinfo Sun Feb 12 08:12:32 2017 (r433924) +++ head/textproc/p5-Lingua-EN-PluralToSingular/distinfo Sun Feb 12 08:12:37 2017 (r433925) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-PluralToSingular-0.18.tar.gz) = 67997e1c372c524e32bbf6db6d9081bcc031ed3ebc953a2767d27f329e8a6bcc -SIZE (Lingua-EN-PluralToSingular-0.18.tar.gz) = 9788 +TIMESTAMP = 1486886406 +SHA256 (Lingua-EN-PluralToSingular-0.19.tar.gz) = c71b6c1aec01aae9c42aef0d9f147a437e91a7cc5cea6e4abbc35440638f299e +SIZE (Lingua-EN-PluralToSingular-0.19.tar.gz) = 8884 Modified: head/textproc/p5-Lingua-EN-PluralToSingular/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-PluralToSingular/pkg-plist Sun Feb 12 08:12:32 2017 (r433924) +++ head/textproc/p5-Lingua-EN-PluralToSingular/pkg-plist Sun Feb 12 08:12:37 2017 (r433925) @@ -1,5 +1,4 @@ bin/singular %%SITE_PERL%%/Lingua/EN/PluralToSingular.pm %%SITE_PERL%%/Lingua/EN/PluralToSingular.pod -%%SITE_PERL%%/Lingua/EN/make-pod.pl %%PERL5_MAN3%%/Lingua::EN::PluralToSingular.3.gz From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A8A6CDCF50; Sun, 12 Feb 2017 08:12:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0354E1528; Sun, 12 Feb 2017 08:12:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8CgWV041291; Sun, 12 Feb 2017 08:12:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8Cfpi041289; Sun, 12 Feb 2017 08:12:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8Cfpi041289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433926 - head/devel/rubygem-hashie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:43 -0000 Author: sunpoet Date: Sun Feb 12 08:12:41 2017 New Revision: 433926 URL: https://svnweb.freebsd.org/changeset/ports/433926 Log: Update to 3.5.3 Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md Modified: head/devel/rubygem-hashie/Makefile head/devel/rubygem-hashie/distinfo Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Sun Feb 12 08:12:37 2017 (r433925) +++ head/devel/rubygem-hashie/Makefile Sun Feb 12 08:12:41 2017 (r433926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashie -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-hashie/distinfo ============================================================================== --- head/devel/rubygem-hashie/distinfo Sun Feb 12 08:12:37 2017 (r433925) +++ head/devel/rubygem-hashie/distinfo Sun Feb 12 08:12:41 2017 (r433926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486811661 -SHA256 (rubygem/hashie-3.5.2.gem) = d4c8bb9aa91e876adbfdd041a58e250fd355cfb7e7e67e9781441256d41452e5 -SIZE (rubygem/hashie-3.5.2.gem) = 68096 +TIMESTAMP = 1486886411 +SHA256 (rubygem/hashie-3.5.3.gem) = ddb9b777e2359a827093251ed8882602ed9617f54719aa4659a6edcb6523a02d +SIZE (rubygem/hashie-3.5.3.gem) = 68608 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79B23CDCF76; Sun, 12 Feb 2017 08:12:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3F115B5; Sun, 12 Feb 2017 08:12:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8Ck3o041409; Sun, 12 Feb 2017 08:12:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8CkSA041407; Sun, 12 Feb 2017 08:12:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8CkSA041407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433927 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:47 -0000 Author: sunpoet Date: Sun Feb 12 08:12:46 2017 New Revision: 433927 URL: https://svnweb.freebsd.org/changeset/ports/433927 Log: Update to 3.0 Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sun Feb 12 08:12:41 2017 (r433926) +++ head/databases/p5-Mojo-Pg/Makefile Sun Feb 12 08:12:46 2017 (r433927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.35 +PORTVERSION= 3.0 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -15,7 +15,8 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DBD-Pg>=3.5.1:databases/p5-DBD-Pg \ - p5-Mojolicious>=7.15:www/p5-Mojolicious + p5-Mojolicious>=7.15:www/p5-Mojolicious \ + p5-SQL-Abstract>=1.81:databases/p5-SQL-Abstract RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= EXAMPLES Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sun Feb 12 08:12:41 2017 (r433926) +++ head/databases/p5-Mojo-Pg/distinfo Sun Feb 12 08:12:46 2017 (r433927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484226401 -SHA256 (Mojo-Pg-2.35.tar.gz) = 66572877dd53d19935bcc1cc143b0858b01b56e543aad2ebf140ea03dd61be5c -SIZE (Mojo-Pg-2.35.tar.gz) = 27486 +TIMESTAMP = 1486886418 +SHA256 (Mojo-Pg-3.0.tar.gz) = acfcf7c9d7f3f0b03174d6f2fa860927e6c03489961895473a99f0338fbb1acb +SIZE (Mojo-Pg-3.0.tar.gz) = 28835 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26EC4CDCFA2; Sun, 12 Feb 2017 08:12:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7C63161E; Sun, 12 Feb 2017 08:12:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8CoFS041532; Sun, 12 Feb 2017 08:12:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8Co12041530; Sun, 12 Feb 2017 08:12:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8Co12041530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433928 - head/graphics/p5-Image-Compare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:52 -0000 Author: sunpoet Date: Sun Feb 12 08:12:50 2017 New Revision: 433928 URL: https://svnweb.freebsd.org/changeset/ports/433928 Log: Update to 1.03 - Update TEST_DEPENDS Changes: http://search.cpan.org/dist/Image-Compare/Changes Modified: head/graphics/p5-Image-Compare/Makefile head/graphics/p5-Image-Compare/distinfo Modified: head/graphics/p5-Image-Compare/Makefile ============================================================================== --- head/graphics/p5-Image-Compare/Makefile Sun Feb 12 08:12:46 2017 (r433927) +++ head/graphics/p5-Image-Compare/Makefile Sun Feb 12 08:12:50 2017 (r433928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-Compare -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,8 @@ BUILD_DEPENDS= p5-Imager>=0:graphics/p5- p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-CheckManifest>=0:devel/p5-Test-CheckManifest \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage + p5-Test-Pod>=1.26:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage NO_ARCH= yes USES= perl5 Modified: head/graphics/p5-Image-Compare/distinfo ============================================================================== --- head/graphics/p5-Image-Compare/distinfo Sun Feb 12 08:12:46 2017 (r433927) +++ head/graphics/p5-Image-Compare/distinfo Sun Feb 12 08:12:50 2017 (r433928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036623 -SHA256 (Image-Compare-1.02.tar.gz) = c53be1f5f8fbd46f0846e721d5e00ed524ab709dae01d34fc2df658f77db4184 -SIZE (Image-Compare-1.02.tar.gz) = 29992 +TIMESTAMP = 1486886427 +SHA256 (Image-Compare-1.03.tar.gz) = 43daaaf7310683d2728fcf9a46e2a57f429fa2d92f4afcfcccd449ec883cd984 +SIZE (Image-Compare-1.03.tar.gz) = 30363 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:12:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B31BFCDCFC9; Sun, 12 Feb 2017 08:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8229A167E; Sun, 12 Feb 2017 08:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8Ctw0041651; Sun, 12 Feb 2017 08:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8CtG2041649; Sun, 12 Feb 2017 08:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120812.v1C8CtG2041649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433929 - head/security/p5-Digest-Bcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:12:56 -0000 Author: sunpoet Date: Sun Feb 12 08:12:55 2017 New Revision: 433929 URL: https://svnweb.freebsd.org/changeset/ports/433929 Log: Update to 1.207 Changes: http://search.cpan.org/dist/Digest-Bcrypt/Changes Modified: head/security/p5-Digest-Bcrypt/Makefile head/security/p5-Digest-Bcrypt/distinfo Modified: head/security/p5-Digest-Bcrypt/Makefile ============================================================================== --- head/security/p5-Digest-Bcrypt/Makefile Sun Feb 12 08:12:50 2017 (r433928) +++ head/security/p5-Digest-Bcrypt/Makefile Sun Feb 12 08:12:55 2017 (r433929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-Bcrypt -PORTVERSION= 1.206 +PORTVERSION= 1.207 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Digest-Bcrypt/distinfo ============================================================================== --- head/security/p5-Digest-Bcrypt/distinfo Sun Feb 12 08:12:50 2017 (r433928) +++ head/security/p5-Digest-Bcrypt/distinfo Sun Feb 12 08:12:55 2017 (r433929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467507030 -SHA256 (Digest-Bcrypt-1.206.tar.gz) = 80bc42dba3bf899eb0792e432b83125ade7d8e9ec6c49e42cf84650ef5263488 -SIZE (Digest-Bcrypt-1.206.tar.gz) = 23412 +TIMESTAMP = 1486886436 +SHA256 (Digest-Bcrypt-1.207.tar.gz) = 660a9fc12b10651bdbe7f2f2087d1410b084ccd23b8ac925743bdb69f42e2f7d +SIZE (Digest-Bcrypt-1.207.tar.gz) = 26880 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:20:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E656CDA0DD; Sun, 12 Feb 2017 08:20:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1651ABF; Sun, 12 Feb 2017 08:20:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8KG16042285; Sun, 12 Feb 2017 08:20:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8KGnh042283; Sun, 12 Feb 2017 08:20:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120820.v1C8KGnh042283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433930 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:20:17 -0000 Author: sunpoet Date: Sun Feb 12 08:20:16 2017 New Revision: 433930 URL: https://svnweb.freebsd.org/changeset/ports/433930 Log: Update to 20170208 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sun Feb 12 08:12:55 2017 (r433929) +++ head/misc/pciids/Makefile Sun Feb 12 08:20:16 2017 (r433930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20170128 +PORTVERSION= 20170208 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= fd1c841 +GH_TAGNAME= 5a8039b USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sun Feb 12 08:12:55 2017 (r433929) +++ head/misc/pciids/distinfo Sun Feb 12 08:20:16 2017 (r433930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486050447 -SHA256 (pciutils-pciids-20170128-fd1c841_GH0.tar.gz) = b21d93e01418443ad2bfc8b1b676692490b055637965213430968904f008d178 -SIZE (pciutils-pciids-20170128-fd1c841_GH0.tar.gz) = 251683 +TIMESTAMP = 1486840191 +SHA256 (pciutils-pciids-20170208-5a8039b_GH0.tar.gz) = c03aa97b5cc0d50d0e63dee93f7672ab593d67138ec35595f8634089e4067480 +SIZE (pciutils-pciids-20170208-5a8039b_GH0.tar.gz) = 251718 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:20:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3663CDA10C; Sun, 12 Feb 2017 08:20:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C05BA1AD4; Sun, 12 Feb 2017 08:20:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8KKUc042394; Sun, 12 Feb 2017 08:20:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8KKZs042393; Sun, 12 Feb 2017 08:20:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120820.v1C8KKZs042393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433931 - head/science/cgribex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:20:22 -0000 Author: sunpoet Date: Sun Feb 12 08:20:20 2017 New Revision: 433931 URL: https://svnweb.freebsd.org/changeset/ports/433931 Log: Add GRIB_API option Modified: head/science/cgribex/Makefile Modified: head/science/cgribex/Makefile ============================================================================== --- head/science/cgribex/Makefile Sun Feb 12 08:20:16 2017 (r433930) +++ head/science/cgribex/Makefile Sun Feb 12 08:20:20 2017 (r433931) @@ -13,7 +13,7 @@ COMMENT= Lightweight GRIBEX in C with po LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= JASPER SZIP +OPTIONS_DEFINE= GRIB_API JASPER SZIP OPTIONS_DEFAULT=JASPER SZIP CPPFLAGS+= -DgFortran @@ -22,6 +22,9 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool +GRIB_API_CONFIGURE_OFF= --without-grib_api +GRIB_API_CONFIGURE_ON= --with-grib_api=${LOCALBASE} +GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api JASPER_CONFIGURE_OFF= --without-jasper JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper From owner-svn-ports-all@freebsd.org Sun Feb 12 08:23:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C8ACDA32D; Sun, 12 Feb 2017 08:23:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D631FE2; Sun, 12 Feb 2017 08:23:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8NeGv046264; Sun, 12 Feb 2017 08:23:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8NeKY046261; Sun, 12 Feb 2017 08:23:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120823.v1C8NeKY046261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433932 - head/devel/pecl-APCu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:23:42 -0000 Author: sunpoet Date: Sun Feb 12 08:23:40 2017 New Revision: 433932 URL: https://svnweb.freebsd.org/changeset/ports/433932 Log: Update to 5.1.8 - While I'm here [1]: - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=APCu PR: 216968 Submitted by: John Chen (maintainer) Differential Revision: https://reviews.freebsd.org/D9333 [1] Modified: head/devel/pecl-APCu/Makefile head/devel/pecl-APCu/distinfo Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Sun Feb 12 08:20:20 2017 (r433931) +++ head/devel/pecl-APCu/Makefile Sun Feb 12 08:23:40 2017 (r433932) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 5.1.8 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,11 +14,10 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS= pecl-APC-[0-9]* +CONFLICTS_INSTALL= pecl-APC- -CFLAGS+= -I${LOCALBASE}/include -IGNORE_WITH_PHP= 70 71 -USES= php:ext tar:tgz +IGNORE_WITH_PHP=56 +USES= localbase php:ext tar:tgz PHP_MODNAME= ${PORTNAME:tl} .include Modified: head/devel/pecl-APCu/distinfo ============================================================================== --- head/devel/pecl-APCu/distinfo Sun Feb 12 08:20:20 2017 (r433931) +++ head/devel/pecl-APCu/distinfo Sun Feb 12 08:23:40 2017 (r433932) @@ -1,2 +1,3 @@ -SHA256 (PECL/apcu-4.0.10.tgz) = 8dee6680924107d2aaf827f9cb8ef0e8e09c47bb38712a3439eddabe3ce41b40 -SIZE (PECL/apcu-4.0.10.tgz) = 119264 +TIMESTAMP = 1485283897 +SHA256 (PECL/apcu-5.1.8.tgz) = 01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce +SIZE (PECL/apcu-5.1.8.tgz) = 111260 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:23:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94653CDA355; Sun, 12 Feb 2017 08:23:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47473C; Sun, 12 Feb 2017 08:23:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8Nkva046429; Sun, 12 Feb 2017 08:23:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8NkEJ046426; Sun, 12 Feb 2017 08:23:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120823.v1C8NkEJ046426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433933 - in head/devel: . pecl-APCu4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:23:47 -0000 Author: sunpoet Date: Sun Feb 12 08:23:45 2017 New Revision: 433933 URL: https://svnweb.freebsd.org/changeset/ports/433933 Log: Add pecl-APCu4 (copied from pecl-APCu) and update to 4.0.11 - While I'm here [1]: - Add missing PKGNAMESUFFIX - Use CONFLICTS_INSTALL instead of CONFLICTS - Add PORTSCOUT - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=APCu PR: 216969 Submitted by: John Chen (maintainer) Differential Revision: https://reviews.freebsd.org/D9333 [1] Added: head/devel/pecl-APCu4/ - copied from r432333, head/devel/pecl-APCu/ Modified: head/devel/Makefile head/devel/pecl-APCu4/Makefile head/devel/pecl-APCu4/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 12 08:23:40 2017 (r433932) +++ head/devel/Makefile Sun Feb 12 08:23:45 2017 (r433933) @@ -3827,6 +3827,7 @@ SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu + SUBDIR += pecl-APCu4 SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev Modified: head/devel/pecl-APCu4/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Tue Jan 24 12:39:09 2017 (r432333) +++ head/devel/pecl-APCu4/Makefile Sun Feb 12 08:23:45 2017 (r433933) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 4.0.11 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 4 DISTNAME= ${PORTNAME:tl}-${PORTVERSION} DIST_SUBDIR= PECL @@ -15,11 +15,12 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS= pecl-APC-[0-9]* +CONFLICTS_INSTALL= pecl-APC- -CFLAGS+= -I${LOCALBASE}/include -IGNORE_WITH_PHP= 70 -USES= php:ext tar:tgz +PORTSCOUT= limit:^4\. + +IGNORE_WITH_PHP=70 71 +USES= localbase php:ext tar:tgz PHP_MODNAME= ${PORTNAME:tl} .include Modified: head/devel/pecl-APCu4/distinfo ============================================================================== --- head/devel/pecl-APCu/distinfo Tue Jan 24 12:39:09 2017 (r432333) +++ head/devel/pecl-APCu4/distinfo Sun Feb 12 08:23:45 2017 (r433933) @@ -1,2 +1,3 @@ -SHA256 (PECL/apcu-4.0.10.tgz) = 8dee6680924107d2aaf827f9cb8ef0e8e09c47bb38712a3439eddabe3ce41b40 -SIZE (PECL/apcu-4.0.10.tgz) = 119264 +TIMESTAMP = 1480160370 +SHA256 (PECL/apcu-4.0.11.tgz) = 454f302ec13a6047ca4c39e081217ce5a61bbea815aec9c1091fb849e70b4d00 +SIZE (PECL/apcu-4.0.11.tgz) = 119535 From owner-svn-ports-all@freebsd.org Sun Feb 12 08:36:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4621CDA761; Sun, 12 Feb 2017 08:36:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93955C4E; Sun, 12 Feb 2017 08:36:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8abOK051481; Sun, 12 Feb 2017 08:36:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8abQV051479; Sun, 12 Feb 2017 08:36:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120836.v1C8abQV051479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433934 - in head: . devel devel/php70-APCu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 08:36:38 -0000 Author: sunpoet Date: Sun Feb 12 08:36:37 2017 New Revision: 433934 URL: https://svnweb.freebsd.org/changeset/ports/433934 Log: Document the removal of devel/php70-APCu Submitted by: sunpoet (myself) Approved by: Daniel Ylitalo (maintainer, via email) Differential Revision: https://reviews.freebsd.org/D9333 Deleted: head/devel/php70-APCu/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 12 08:23:45 2017 (r433933) +++ head/MOVED Sun Feb 12 08:36:37 2017 (r433934) @@ -9069,3 +9069,4 @@ devel/libdict||2017-02-08|Has expired: B math/R-cran-SuppDists||2017-02-08|Has expired: Broken for more than 6 months devel/py-re2||2017-02-08|Has expired: Broken for more than 6 months net-p2p/digitalcoin||2017-02-08|Has expired: Broken for more than 6 months +devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 12 08:23:45 2017 (r433933) +++ head/devel/Makefile Sun Feb 12 08:36:37 2017 (r433934) @@ -3906,7 +3906,6 @@ SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer - SUBDIR += php70-APCu SUBDIR += php70-gettext SUBDIR += php70-intl SUBDIR += php70-json From owner-svn-ports-all@freebsd.org Sun Feb 12 09:01:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F602CDC4F9; Sun, 12 Feb 2017 09:01:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5081984; Sun, 12 Feb 2017 09:01:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C91UKY061394; Sun, 12 Feb 2017 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C91UCd061393; Sun, 12 Feb 2017 09:01:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702120901.v1C91UCd061393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 12 Feb 2017 09:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433935 - head/sysutils/fusefs-gnome-vfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 09:01:31 -0000 Author: amdmi3 Date: Sun Feb 12 09:01:29 2017 New Revision: 433935 URL: https://svnweb.freebsd.org/changeset/ports/433935 Log: - Add LICENSE - Switch to options helpers Modified: head/sysutils/fusefs-gnome-vfs/Makefile Modified: head/sysutils/fusefs-gnome-vfs/Makefile ============================================================================== --- head/sysutils/fusefs-gnome-vfs/Makefile Sun Feb 12 08:36:37 2017 (r433934) +++ head/sysutils/fusefs-gnome-vfs/Makefile Sun Feb 12 09:01:29 2017 (r433935) @@ -11,10 +11,14 @@ DISTNAME= ${RPORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interface between FUSE and the Gnome VFS 2.0 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RPORTNAME= gnome-vfs-fuse WRKSRC= ${WRKDIR}/${RPORTNAME} USES= fuse pkgconfig gmake USE_GNOME= gnomevfs2 + PLIST_FILES= bin/gnomevfs-mount PORTDOCS= README @@ -22,6 +26,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gnomevfs-mount ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Feb 12 11:55:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B6FCDCA73; Sun, 12 Feb 2017 11:55:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DA31190A; Sun, 12 Feb 2017 11:55:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CBtpln031883; Sun, 12 Feb 2017 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CBtpRh031882; Sun, 12 Feb 2017 11:55:51 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201702121155.v1CBtpRh031882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 12 Feb 2017 11:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433936 - head/x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 11:55:52 -0000 Author: kwm Date: Sun Feb 12 11:55:51 2017 New Revision: 433936 URL: https://svnweb.freebsd.org/changeset/ports/433936 Log: Unbreak the build of nvidia-driver-304, which I broke in r433892 [1] While here add += to the SUB_LIST lines so we don't accidently overwrite other SUB_LIST if they should be added later. Reported by: Walter Schwarzenfeld [1] Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Sun Feb 12 09:01:29 2017 (r433935) +++ head/x11/nvidia-driver/Makefile Sun Feb 12 11:55:51 2017 (r433936) @@ -58,9 +58,9 @@ NVVERSION= ${DISTVERSION} .endif .if ${NVVERSION} >= 331.013 -SUB_LIST= NVGL="" +SUB_LIST+= NVGL="" .else -SUB_LIST= NVGL="# " +SUB_LIST+= NVGL="\# " .endif .if ${NVVERSION} < 355.006 From owner-svn-ports-all@freebsd.org Sun Feb 12 12:01:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71D82CD010A; Sun, 12 Feb 2017 12:01:03 +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 415C41D3C; Sun, 12 Feb 2017 12:01:03 +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 v1CC12qt032958; Sun, 12 Feb 2017 12:01:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CC123m032956; Sun, 12 Feb 2017 12:01:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702121201.v1CC123m032956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 12 Feb 2017 12:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433937 - in head/multimedia/ffmpeg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 12:01:03 -0000 Author: riggs Date: Sun Feb 12 12:01:02 2017 New Revision: 433937 URL: https://svnweb.freebsd.org/changeset/ports/433937 Log: Update to upstream version 3.2.4 Details: - patch-ffserver__config.c has been upstreamed - Fix two potential heap overflows in lavf/mov.c MFH: 2017Q1 Security: CVE-2017-5024 CVE-2017-5025 Deleted: head/multimedia/ffmpeg/files/patch-ffserver__config.c Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Feb 12 11:55:51 2017 (r433936) +++ head/multimedia/ffmpeg/Makefile Sun Feb 12 12:01:02 2017 (r433937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Sun Feb 12 11:55:51 2017 (r433936) +++ head/multimedia/ffmpeg/distinfo Sun Feb 12 12:01:02 2017 (r433937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486631170 -SHA256 (ffmpeg-3.2.3.tar.bz2) = e9a41be04e8a7f62f83d0ff5ecaa9c82a857f9200f61b02ef5f304a16fb9b072 -SIZE (ffmpeg-3.2.3.tar.bz2) = 9614810 +TIMESTAMP = 1486896628 +SHA256 (ffmpeg-3.2.4.tar.bz2) = c0fa3593a2e9e96ace3c1757900094437ad96d1d6ca19f057c378b5f394496a4 +SIZE (ffmpeg-3.2.4.tar.bz2) = 9612274 From owner-svn-ports-all@freebsd.org Sun Feb 12 12:02:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 924F1CD047C; Sun, 12 Feb 2017 12:02:45 +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 6CEBF10DF; Sun, 12 Feb 2017 12:02:45 +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 v1CC2i37036140; Sun, 12 Feb 2017 12:02:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CC2ihL036137; Sun, 12 Feb 2017 12:02:44 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702121202.v1CC2ihL036137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 12 Feb 2017 12:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433938 - in head/net-im: libqtelegram-ae libqtelegram-ae/files telegramqml telegramqml/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 12:02:45 -0000 Author: tcberner Date: Sun Feb 12 12:02:44 2017 New Revision: 433938 URL: https://svnweb.freebsd.org/changeset/ports/433938 Log: Change c++11 behaviour of net-im/libqtelegram-ae and net-im/telegramqml. Instead of explicitely disabling c++11 mode as the code uses narrowing of unsigned ints to ints, simply pass -no-c++11-narrowing if the compiler is clang. This is done in preparation for Qt 5.7.1, which requires c++11 mode. Approved by: rakuco (mentor) Added: head/net-im/libqtelegram-ae/files/ head/net-im/libqtelegram-ae/files/patch-libqtelegram-ae.pro (contents, props changed) head/net-im/telegramqml/files/ head/net-im/telegramqml/files/patch-telegramqml.pro (contents, props changed) Modified: head/net-im/libqtelegram-ae/Makefile head/net-im/telegramqml/Makefile Modified: head/net-im/libqtelegram-ae/Makefile ============================================================================== --- head/net-im/libqtelegram-ae/Makefile Sun Feb 12 12:01:02 2017 (r433937) +++ head/net-im/libqtelegram-ae/Makefile Sun Feb 12 12:02:44 2017 (r433938) @@ -3,6 +3,7 @@ PORTNAME= libqtelegram-ae PORTVERSION= 6.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable CATEGORIES= net-im @@ -22,12 +23,6 @@ USE_QT5= qmake_build buildtools_build co USE_OPENSSL= yes USE_LDCONFIG= yes -# Explicitly disable C++11, as Qt 5.6 defaults to -std=gnu++11 when the -# compiler supports it and the build currently fails. -# ../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing] -# case typeAccountDaysTTL: { -QMAKE_ARGS= CONFIG-="c++11" - post-patch: @${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \ ${WRKSRC}/libqtelegram-ae.pri Added: head/net-im/libqtelegram-ae/files/patch-libqtelegram-ae.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libqtelegram-ae/files/patch-libqtelegram-ae.pro Sun Feb 12 12:02:44 2017 (r433938) @@ -0,0 +1,18 @@ +C++11 does not allow narrowing of integer types by default -- however multiple +constants defined in the code are too large to fit into a signed int, and rely +on the narrowing behaviour. + +--- libqtelegram-ae.pro.orig 2017-02-10 23:08:39 UTC ++++ libqtelegram-ae.pro +@@ -25,6 +25,11 @@ linux { + } + } + ++# Explictely allow narrowing of integer types ++clang { ++ QMAKE_CXXFLAGS += -Wno-c++11-narrowing ++} ++ + !contains(CONFIG, no_install) { + isEmpty(PREFIX) { + isEmpty(INSTALL_HEADERS_PREFIX): INSTALL_HEADERS_PREFIX = $$[QT_INSTALL_HEADERS] Modified: head/net-im/telegramqml/Makefile ============================================================================== --- head/net-im/telegramqml/Makefile Sun Feb 12 12:01:02 2017 (r433937) +++ head/net-im/telegramqml/Makefile Sun Feb 12 12:02:44 2017 (r433938) @@ -3,6 +3,7 @@ PORTNAME= telegramqml PORTVERSION= 0.9.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -25,12 +26,6 @@ USE_LDCONFIG= yes QMAKE_ARGS= BUILD_MODE+=lib \ LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" -# Explicitly disable C++11, as Qt 5.6 defaults to -std=gnu++11 when the -# compiler supports it and the build currently fails. -# ../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to 2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing] -# case Update::typeUpdateReadHistoryInbox: -QMAKE_ARGS+= CONFIG-="c++11" - post-patch: @${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \ ${WRKSRC}/telegramqml.pri Added: head/net-im/telegramqml/files/patch-telegramqml.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegramqml/files/patch-telegramqml.pro Sun Feb 12 12:02:44 2017 (r433938) @@ -0,0 +1,18 @@ +C++11 does not allow narrowing of integer types by default -- however multiple +constants defined in the code are too large to fit into a signed int, and rely +on the narrowing behaviour. + +--- telegramqml.pro.orig 2017-02-11 13:02:31 UTC ++++ telegramqml.pro +@@ -31,6 +31,11 @@ linux { + } + } + ++# Explictely allow narrowing of integer types ++clang { ++ QMAKE_CXXFLAGS += -Wno-c++11-narrowing ++} ++ + contains(BUILD_MODE,lib) { + isEmpty(PREFIX) { + isEmpty(INSTALL_HEADERS_PREFIX): INSTALL_HEADERS_PREFIX = $$[QT_INSTALL_HEADERS] From owner-svn-ports-all@freebsd.org Sun Feb 12 12:19:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD238CD091D; Sun, 12 Feb 2017 12:19:37 +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 8C5BF1924; Sun, 12 Feb 2017 12:19:37 +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 v1CCJa1I040283; Sun, 12 Feb 2017 12:19:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CCJa7i040282; Sun, 12 Feb 2017 12:19:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702121219.v1CCJa7i040282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 12 Feb 2017 12:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433939 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 12:19:37 -0000 Author: riggs Date: Sun Feb 12 12:19:36 2017 New Revision: 433939 URL: https://svnweb.freebsd.org/changeset/ports/433939 Log: Document heap overflow in multimedia/ffmpeg < 3.2.4 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 12 12:02:44 2017 (r433938) +++ head/security/vuxml/vuln.xml Sun Feb 12 12:19:36 2017 (r433939) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ffmpeg -- heap overflow in lavf/mov.c + + + ffmpeg + 3.2.4,1 + + + + +

FFmpeg security reports:

+
+

FFmpeg 3.2.4 fixes the following vulnerabilities: + CVE-2017-5024, CVE-2017-5025

+
+ +
+ + CVE-2017-5024 + https://www.ffmpeg.org/security.html + https://chromereleases.googleblog.com/2017/01/stable-channel-update-for-desktop.html + CVE-2017-5025 + https://www.ffmpeg.org/security.html + https://chromereleases.googleblog.com/2017/01/stable-channel-update-for-desktop.html + + + 2017-01-25 + 2017-02-12 + +
+ gtk-vnc -- bounds checking vulnabilities From owner-svn-ports-all@freebsd.org Sun Feb 12 13:02:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E433CDB53A; Sun, 12 Feb 2017 13:02:42 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D96A1A8C; Sun, 12 Feb 2017 13:02:42 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CD2fj2060107; Sun, 12 Feb 2017 13:02:41 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CD2frJ060105; Sun, 12 Feb 2017 13:02:41 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201702121302.v1CD2frJ060105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 12 Feb 2017 13:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433940 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 13:02:42 -0000 Author: mandree Date: Sun Feb 12 13:02:41 2017 New Revision: 433940 URL: https://svnweb.freebsd.org/changeset/ports/433940 Log: Update to 2.77.test3. Simon Kelley (2): Improve connection handling when talking to TCP upsteam servers. Add forthcoming 2017 root zone trust anchor to trust-anchors.conf. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sun Feb 12 12:19:36 2017 (r433939) +++ head/dns/dnsmasq-devel/Makefile Sun Feb 12 13:02:41 2017 (r433940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.77test2 +DISTVERSION= 2.77test3 PORTEPOCH= 1 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Sun Feb 12 12:19:36 2017 (r433939) +++ head/dns/dnsmasq-devel/distinfo Sun Feb 12 13:02:41 2017 (r433940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486597883 -SHA256 (dnsmasq-2.77test2.tar.xz) = 504611dda4d68f95875f77e0fc0aae73fabbcfd675b987e0795ec4b56182edfd -SIZE (dnsmasq-2.77test2.tar.xz) = 498804 +TIMESTAMP = 1486904462 +SHA256 (dnsmasq-2.77test3.tar.xz) = a5cd2b78048c0b16a9cbd2486430039c7d91b958c395edf3233cd9ae1a9eb8c1 +SIZE (dnsmasq-2.77test3.tar.xz) = 499188 From owner-svn-ports-all@freebsd.org Sun Feb 12 13:46:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2701CDB09A; Sun, 12 Feb 2017 13:46:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2091A44; Sun, 12 Feb 2017 13:46:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CDketZ076351; Sun, 12 Feb 2017 13:46:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CDkegL076348; Sun, 12 Feb 2017 13:46:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702121346.v1CDkegL076348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 12 Feb 2017 13:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433941 - head/devel/linux-c7-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 13:46:41 -0000 Author: tijl Date: Sun Feb 12 13:46:39 2017 New Revision: 433941 URL: https://svnweb.freebsd.org/changeset/ports/433941 Log: Link usr/bin/ld to ld.bfd so gcc can find the linker. The binutils rpm does this in a post-install script. Remove libgcc_s.so links that aren't needed. Reported by: Stari Karp Modified: head/devel/linux-c7-devtools/Makefile head/devel/linux-c7-devtools/pkg-plist.amd64 head/devel/linux-c7-devtools/pkg-plist.i386 Modified: head/devel/linux-c7-devtools/Makefile ============================================================================== --- head/devel/linux-c7-devtools/Makefile Sun Feb 12 13:02:41 2017 (r433940) +++ head/devel/linux-c7-devtools/Makefile Sun Feb 12 13:46:39 2017 (r433941) @@ -3,7 +3,7 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel BIN_DISTNAMES= binutils-2.25.1-22.base.el7 \ glibc-headers-2.17-157.el7_3.1 \ @@ -46,18 +46,7 @@ USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -.include - post-install: -.if ${LINUX_ARCH} == x86_64 - ${LN} -sf ${LINUXBASE}/usr/lib64/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so - - ${LN} -sf ${LINUXBASE}/usr/lib/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so -.else - ${LN} -sf ${LINUXBASE}/usr/lib/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so -.endif + ${LN} -sf ld.bfd ${STAGEDIR}${PREFIX}/usr/bin/ld -.include +.include Modified: head/devel/linux-c7-devtools/pkg-plist.amd64 ============================================================================== --- head/devel/linux-c7-devtools/pkg-plist.amd64 Sun Feb 12 13:02:41 2017 (r433940) +++ head/devel/linux-c7-devtools/pkg-plist.amd64 Sun Feb 12 13:46:39 2017 (r433941) @@ -18,6 +18,7 @@ usr/bin/gcc-ranlib usr/bin/gcov usr/bin/gfortran usr/bin/gprof +usr/bin/ld usr/bin/ld.bfd usr/bin/ld.gold usr/bin/nm Modified: head/devel/linux-c7-devtools/pkg-plist.i386 ============================================================================== --- head/devel/linux-c7-devtools/pkg-plist.i386 Sun Feb 12 13:02:41 2017 (r433940) +++ head/devel/linux-c7-devtools/pkg-plist.i386 Sun Feb 12 13:46:39 2017 (r433941) @@ -21,6 +21,7 @@ usr/bin/gprof usr/bin/i686-redhat-linux-c++ usr/bin/i686-redhat-linux-g++ usr/bin/i686-redhat-linux-gcc +usr/bin/ld usr/bin/ld.bfd usr/bin/ld.gold usr/bin/nm From owner-svn-ports-all@freebsd.org Sun Feb 12 13:50:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F440CDB15D; Sun, 12 Feb 2017 13:50:27 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 573931BE9; Sun, 12 Feb 2017 13:50:27 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CDoQPb076648; Sun, 12 Feb 2017 13:50:26 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CDoQq4076644; Sun, 12 Feb 2017 13:50:26 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702121350.v1CDoQq4076644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 12 Feb 2017 13:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433942 - in head/print: . py-python-ly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 13:50:27 -0000 Author: olivierd Date: Sun Feb 12 13:50:25 2017 New Revision: 433942 URL: https://svnweb.freebsd.org/changeset/ports/433942 Log: This package provides a Python library ly containing various Python modules to parse, manipulate or create documents in LilyPond format. A command line program ly is also provided that can be used to do various manipulations with LilyPond files. The LilyPond format is a plain text input format that is used by the GNU music typesetter LilyPond (www.lilypond.org). The python-ly package is Free Software, licensed under the GPL. This package is written by the Frescobaldi developers and is used extensively by the Frescobaldi project. The main author is Wilbert Berendsen. WWW: https://github.com/wbsoft/python-ly PR: 216824 Submitted by: Added: head/print/py-python-ly/ head/print/py-python-ly/Makefile (contents, props changed) head/print/py-python-ly/distinfo (contents, props changed) head/print/py-python-ly/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Feb 12 13:46:39 2017 (r433941) +++ head/print/Makefile Sun Feb 12 13:50:25 2017 (r433942) @@ -197,6 +197,7 @@ SUBDIR += py-preppy SUBDIR += py-pycups SUBDIR += py-pyscript + SUBDIR += py-python-ly SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio SUBDIR += py-reportlab Added: head/print/py-python-ly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/Makefile Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,21 @@ +# Created by: martin.dieringer@gmx.de +# $FreeBSD$ + +PORTNAME= python-ly +PORTVERSION= 0.9.4 +DISTVERSIONPREFIX= v +CATEGORIES= print python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= martin.dieringer@gmx.de +COMMENT= Python package to manipulate LilyPond files + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= wbsoft + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/print/py-python-ly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/distinfo Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486329729 +SHA256 (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = b847dcc2371beb63df2bd85350956a43c05873e1a8656b79b21e3e6f979a856d +SIZE (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = 231808 Added: head/print/py-python-ly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-python-ly/pkg-descr Sun Feb 12 13:50:25 2017 (r433942) @@ -0,0 +1,13 @@ +This package provides a Python library ly containing various Python modules +to parse, manipulate or create documents in LilyPond format. A command line +program ly is also provided that can be used to do various manipulations +with LilyPond files. + +The LilyPond format is a plain text input format that is used by the GNU +music typesetter LilyPond (www.lilypond.org). + +The python-ly package is Free Software, licensed under the GPL. This +package is written by the Frescobaldi developers and is used extensively by +the Frescobaldi project. The main author is Wilbert Berendsen. + +WWW: https://github.com/wbsoft/python-ly From owner-svn-ports-all@freebsd.org Sun Feb 12 13:50:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9CC7CDB16A; Sun, 12 Feb 2017 13:50:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96F821BF0; Sun, 12 Feb 2017 13:50:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CDoTmq076763; Sun, 12 Feb 2017 13:50:29 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CDoTE4076762; Sun, 12 Feb 2017 13:50:29 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702121350.v1CDoTE4076762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 12 Feb 2017 13:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433943 - head/devel/linux-c6-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 13:50:30 -0000 Author: tijl Date: Sun Feb 12 13:50:29 2017 New Revision: 433943 URL: https://svnweb.freebsd.org/changeset/ports/433943 Log: Remove post-install libgcc_s.so links. The existing links are fine. Modified: head/devel/linux-c6-devtools/Makefile Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Sun Feb 12 13:50:25 2017 (r433942) +++ head/devel/linux-c6-devtools/Makefile Sun Feb 12 13:50:29 2017 (r433943) @@ -3,7 +3,7 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel BIN_DISTNAMES= binutils-2.20.51.0.2-5.44.el6 \ glibc-headers-2.12-1.192.el6 \ @@ -36,18 +36,4 @@ USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -.include - -post-install: -.if ${LINUX_ARCH} == x86_64 - ${LN} -sf ${LINUXBASE}/lib64/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc_s.so - - ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcc_s.so -.else - ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ - ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Feb 12 13:53:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 350B4CDB315; Sun, 12 Feb 2017 13:53:16 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2A8F101E; Sun, 12 Feb 2017 13:53:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CDrFW5080438; Sun, 12 Feb 2017 13:53:15 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CDrF7X080437; Sun, 12 Feb 2017 13:53:15 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702121353.v1CDrF7X080437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 12 Feb 2017 13:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433944 - head/audio/linux-skype_oss_wrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 13:53:16 -0000 Author: tijl Date: Sun Feb 12 13:53:14 2017 New Revision: 433944 URL: https://svnweb.freebsd.org/changeset/ports/433944 Log: - Set CC instead of patching the Makefile. - Unhide post-install commands. - Remove brandelf command. The library is already a Linux library. Modified: head/audio/linux-skype_oss_wrapper/Makefile Modified: head/audio/linux-skype_oss_wrapper/Makefile ============================================================================== --- head/audio/linux-skype_oss_wrapper/Makefile Sun Feb 12 13:50:29 2017 (r433943) +++ head/audio/linux-skype_oss_wrapper/Makefile Sun Feb 12 13:53:14 2017 (r433944) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= s3erios +CC= ${LINUXBASE}/usr/bin/gcc USES= linux USE_LINUX= base devtools:build USE_LINUX_PREFIX= yes @@ -26,15 +27,8 @@ PLIST_FILES= lib/skype_oss_wrapper/libpu LIB_DIR= ${PREFIX}/lib/${PORTNAME} -# hardcode compiler path -post-patch: - @${REINPLACE_CMD} -e 's|?= cc| = ${LINUXBASE}/usr/bin/gcc|' \ - -e 's|$${CC}|${LINUXBASE}/usr/bin/gcc|' \ - ${WRKSRC}/Makefile - post-install: - @${RM} ${STAGEDIR}${PREFIX}/bin/skype_oss - @${RMDIR} ${STAGEDIR}${PREFIX}/bin - @${BRANDELF} -t Linux ${STAGEDIR}${LIB_DIR}/libpulse.so.0 + ${RM} ${STAGEDIR}${PREFIX}/bin/skype_oss + ${RMDIR} ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-all@freebsd.org Sun Feb 12 14:04:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E530DCDB6AD; Sun, 12 Feb 2017 14:04:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4B4216E8; Sun, 12 Feb 2017 14:04:58 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CE4vTp084484; Sun, 12 Feb 2017 14:04:57 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CE4vev084482; Sun, 12 Feb 2017 14:04:57 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702121404.v1CE4vev084482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 12 Feb 2017 14:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433945 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:04:59 -0000 Author: jrm Date: Sun Feb 12 14:04:57 2017 New Revision: 433945 URL: https://svnweb.freebsd.org/changeset/ports/433945 Log: biology/diamond: Update to version 0.8.36. Approved by: swills (mentor, implicit) Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sun Feb 12 13:53:14 2017 (r433944) +++ head/biology/diamond/Makefile Sun Feb 12 14:04:57 2017 (r433945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.35 +PORTVERSION= 0.8.36 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Sun Feb 12 13:53:14 2017 (r433944) +++ head/biology/diamond/distinfo Sun Feb 12 14:04:57 2017 (r433945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486332438 -SHA256 (bbuchfink-diamond-v0.8.35_GH0.tar.gz) = d6b94a5943a3b0d2d6e1bbcb2c1aac1c243705293672d6584164ed9412ab68f0 -SIZE (bbuchfink-diamond-v0.8.35_GH0.tar.gz) = 342724 +TIMESTAMP = 1486907764 +SHA256 (bbuchfink-diamond-v0.8.36_GH0.tar.gz) = 302336d88a791812c54c120d14332035fd2ba328932048fab0a13c26ffaf5a24 +SIZE (bbuchfink-diamond-v0.8.36_GH0.tar.gz) = 342916 From owner-svn-ports-all@freebsd.org Sun Feb 12 14:08:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75EE7CDB77A; Sun, 12 Feb 2017 14:08:22 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4312818FD; Sun, 12 Feb 2017 14:08:22 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CE8L1j084706; Sun, 12 Feb 2017 14:08:21 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CE8LdT084704; Sun, 12 Feb 2017 14:08:21 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702121408.v1CE8LdT084704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 12 Feb 2017 14:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433946 - head/devel/py-simpleeval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:08:22 -0000 Author: jrm Date: Sun Feb 12 14:08:20 2017 New Revision: 433946 URL: https://svnweb.freebsd.org/changeset/ports/433946 Log: devel/py-simpleeval: Update to version 0.9.5. Approved by: swills (mentor, implicit) Modified: head/devel/py-simpleeval/Makefile head/devel/py-simpleeval/distinfo Modified: head/devel/py-simpleeval/Makefile ============================================================================== --- head/devel/py-simpleeval/Makefile Sun Feb 12 14:04:57 2017 (r433945) +++ head/devel/py-simpleeval/Makefile Sun Feb 12 14:08:20 2017 (r433946) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simpleeval -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-simpleeval/distinfo ============================================================================== --- head/devel/py-simpleeval/distinfo Sun Feb 12 14:04:57 2017 (r433945) +++ head/devel/py-simpleeval/distinfo Sun Feb 12 14:08:20 2017 (r433946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485357235 -SHA256 (simpleeval-0.9.3.tar.gz) = 6dafe47d4ccc062fa4fed50ce1b991d169aebafb68182e1a6fd7a048bd4892c1 -SIZE (simpleeval-0.9.3.tar.gz) = 14582 +TIMESTAMP = 1486908334 +SHA256 (simpleeval-0.9.5.tar.gz) = 2306c97328bd3ba97f662322ae5275e6e9bfba55ae7e164f9084a687d708aa69 +SIZE (simpleeval-0.9.5.tar.gz) = 16893 From owner-svn-ports-all@freebsd.org Sun Feb 12 14:10:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B446DCDB821; Sun, 12 Feb 2017 14:10:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80FAC1AAA; Sun, 12 Feb 2017 14:10:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CEArcT084927; Sun, 12 Feb 2017 14:10:53 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CEArQZ084925; Sun, 12 Feb 2017 14:10:53 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702121410.v1CEArQZ084925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 12 Feb 2017 14:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433947 - in head/x11/lightdm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:10:54 -0000 Author: woodsb02 Date: Sun Feb 12 14:10:53 2017 New Revision: 433947 URL: https://svnweb.freebsd.org/changeset/ports/433947 Log: Fix typo in Xsession file introduced in r433837 Modified: head/x11/lightdm/Makefile head/x11/lightdm/files/Xsession.in Modified: head/x11/lightdm/Makefile ============================================================================== --- head/x11/lightdm/Makefile Sun Feb 12 14:08:20 2017 (r433946) +++ head/x11/lightdm/Makefile Sun Feb 12 14:10:53 2017 (r433947) @@ -3,7 +3,7 @@ PORTNAME= lightdm PORTVERSION= 1.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ Modified: head/x11/lightdm/files/Xsession.in ============================================================================== --- head/x11/lightdm/files/Xsession.in Sun Feb 12 14:08:20 2017 (r433946) +++ head/x11/lightdm/files/Xsession.in Sun Feb 12 14:10:53 2017 (r433947) @@ -33,7 +33,7 @@ done # Load xmodmap if not using XKB if [ -z "$XKB_IN_USE" ]; then - for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/Xkbmap" "%%LOCALBASE%%/etc/X11/xinit/.Xkbmap" "$HOME/.Xmodmap"; do + for file in "%%LOCALBASE%%/etc/X11/Xmodmap" "%%LOCALBASE%%/etc/X11/.Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/Xmodmap" "%%LOCALBASE%%/etc/X11/xinit/.Xmodmap" "$HOME/.Xmodmap"; do if [ -f "$file" ]; then echo "Loading modmap: $file" xmodmap "$file" From owner-svn-ports-all@freebsd.org Sun Feb 12 14:17:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D98CCDBA94; Sun, 12 Feb 2017 14:17:07 +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 400081E17; Sun, 12 Feb 2017 14:17:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6DCEFBDC89; Sun, 12 Feb 2017 15:17:05 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 2B3C7BDC85; Sun, 12 Feb 2017 15:17:05 +0100 (CET) Subject: Re: svn commit: r433881 - in head/sysutils: . lttng-tools lttng-tools/files lttng-ust lttng-ust/files To: Jan Beich , mmokhi@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <20170211160318.A6D1F3E33@freefall.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 12 Feb 2017 15:17:03 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170211160318.A6D1F3E33@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="u1uduAhACLMrehK4lbwjxp05jl0IEJsEL" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:17:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --u1uduAhACLMrehK4lbwjxp05jl0IEJsEL Content-Type: multipart/mixed; boundary="Jk0LQ1m4EN6JUhGuGgf3Wqej4GDxL7ibX"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , mmokhi@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r433881 - in head/sysutils: . lttng-tools lttng-tools/files lttng-ust lttng-ust/files References: <20170211160318.A6D1F3E33@freefall.freebsd.org> In-Reply-To: <20170211160318.A6D1F3E33@freefall.freebsd.org> --Jk0LQ1m4EN6JUhGuGgf3Wqej4GDxL7ibX Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 11/02/2017 =C3=A0 17:03, Jan Beich a =C3=A9crit : > Mahdi Mokhtari writes: > >> + char tmp_path[PATH_MAX]; >> ++#if defined(__FreeBSD__) >> ++ const size_t HOST_NAME_MAX =3D sysconf(_SC_HOST_NAME_MAX); >> ++#endif >> + char hostname[HOST_NAME_MAX]; > [...] >> + struct ltt_session { >> + char name[NAME_MAX]; >> ++#if defined(__FreeBSD__) >> ++ char hostname[256]; /* Local hostname. */ >> ++#else >> + char hostname[HOST_NAME_MAX]; /* Local hostname. */ >> ++#endif > Why do you mix constant and sysconf() usage? This one is a struct definition, I do not think you can use sysconf() in = it. --=20 Mathieu Arnold --Jk0LQ1m4EN6JUhGuGgf3Wqej4GDxL7ibX-- --u1uduAhACLMrehK4lbwjxp05jl0IEJsEL 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 iQJ8BAEBCgBmBQJYoG5gXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ImM4P/iFx51fEl8AqNbLOcRVte7V8 il1oPE0Z1srO0LeMHcpyzSEw1g8BLQ7ZQ33MMrVlfh+fsPZubSO0Q5jxxrBja2qc wuuMl/LUbfNtPxrbcK0D1/DgnYBXVh1pGCg6pWISgg7vBpkabtqrpSNvtt+Wrjpf 5nc+SH94tM43QGSGyAq9809SBuN9aM4BUlerrNAkPm8kN/ACc2xm9SqLQvsLBtxY zlFkH1KjBW72WzOhuREVwylR61JSVVzKlTmdiBQhrEtcytpS4KIupH5tX1oXYIEj SHplbwHt3wBz/PXxXz1RaXhgIrJqes3E2Te0Dv6BgivhgUocAwJ4x/HkXAweTNzA 0HbSXqO90UohQH/qVNIs7upeyG7SwFyxI+qvsfFju4jBM6zte7io72B2QkATP+Pd UpNLzvg74QyVdUXj3KZSI4wY6v9AzFf8wfqVFH9i1gvdcw/6OghHMydTTLJtzvUu ynSWvjiOpfl0KlhZ6cg38V+hk4yDXqvWEyi78IWmmDr4QnhzUA7le5gTN16w/yRU xThPqmwBZj8I9ND/a3HH46z5rAze2kT/cm0534JiikYMG32tCNi+OAop55uhwOqO FIzY4e4m+cr4+wWsgBr5cKfeoKFmgVT9CWMRWKA5AYKS6m5HBZ4k88ZhCfHm1p0h U/VWkbDGvTjpniyL3Ii5 =l+/E -----END PGP SIGNATURE----- --u1uduAhACLMrehK4lbwjxp05jl0IEJsEL-- From owner-svn-ports-all@freebsd.org Sun Feb 12 14:21:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10CFCDBB6C; Sun, 12 Feb 2017 14:21:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1F5F1FA7; Sun, 12 Feb 2017 14:21:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CELPXm092972; Sun, 12 Feb 2017 14:21:25 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CELPP6092965; Sun, 12 Feb 2017 14:21:25 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702121421.v1CELPP6092965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 12 Feb 2017 14:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433948 - in head/print/frescobaldi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:21:27 -0000 Author: olivierd Date: Sun Feb 12 14:21:24 2017 New Revision: 433948 URL: https://svnweb.freebsd.org/changeset/ports/433948 Log: - Update to 2.19.0 - Adjust dependencies PR: 216826 Submitted by: (maintainer) Added: head/print/frescobaldi/files/ head/print/frescobaldi/files/patch-frescobaldi__app_menu.py (contents, props changed) head/print/frescobaldi/files/patch-frescobaldi__app_po_____init____.py (contents, props changed) head/print/frescobaldi/files/patch-frescobaldi__app_snippet_builtin.py (contents, props changed) head/print/frescobaldi/files/patch-frescobaldi__app_snippet_expand.py (contents, props changed) head/print/frescobaldi/files/patch-frescobaldi__app_snippet_highlight.py (contents, props changed) Modified: head/print/frescobaldi/Makefile head/print/frescobaldi/distinfo Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Sun Feb 12 14:10:53 2017 (r433947) +++ head/print/frescobaldi/Makefile Sun Feb 12 14:21:24 2017 (r433948) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= frescobaldi -PORTVERSION= 2.0.15 -PORTREVISION= 2 +PORTVERSION= 2.19.0 +DISTVERSIONPREFIX= v CATEGORIES= print kde -MASTER_SITES= https://github.com/wbsoft/frescobaldi/releases/download/v${PORTVERSION}/ MAINTAINER= martin.dieringer@gmx.de COMMENT= Music score editor for lilypond @@ -14,14 +13,15 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual RUN_DEPENDS= lilypond:print/lilypond \ - ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 + ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ + ${PYTHON_PKGNAMEPREFIX}ly>=0:print/py-python-ly + +USE_GITHUB= yes +GH_ACCOUNT= wbsoft USES= gettext kde:4 python INSTALLS_ICONS= yes USE_KDE= kdelibs pykde4_build pykde4_run USE_PYTHON= distutils autoplist -post-patch: - @${REINPLACE_CMD} '/install-script=frescobaldi-wininst.py/d' ${WRKSRC}/setup.cfg - .include Modified: head/print/frescobaldi/distinfo ============================================================================== --- head/print/frescobaldi/distinfo Sun Feb 12 14:10:53 2017 (r433947) +++ head/print/frescobaldi/distinfo Sun Feb 12 14:21:24 2017 (r433948) @@ -1,2 +1,3 @@ -SHA256 (frescobaldi-2.0.15.tar.gz) = 1f9d56fc1e4de90c93b327d78b6c086ed2fc575b67503bdbb852545ff75daa17 -SIZE (frescobaldi-2.0.15.tar.gz) = 3747346 +TIMESTAMP = 1486329913 +SHA256 (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = a00857f32c77fc5ff364c33f07c4d5b513aa69b76059c4557096469276b2e35b +SIZE (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = 7136513 Added: head/print/frescobaldi/files/patch-frescobaldi__app_menu.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/frescobaldi/files/patch-frescobaldi__app_menu.py Sun Feb 12 14:21:24 2017 (r433948) @@ -0,0 +1,18 @@ +--- frescobaldi_app/menu.py.orig 2016-04-21 23:00:30 UTC ++++ frescobaldi_app/menu.py +@@ -23,11 +23,12 @@ Frescobaldi main menu. + + from __future__ import unicode_literals + +-try: ++import sys ++if sys.version_info >= (3, 0): + import builtins # py3 +-except ImportError: ++else: + import __builtin__ as builtins # py2 +- ++ + from PyQt4.QtCore import QSettings + from PyQt4.QtGui import QMenu + Added: head/print/frescobaldi/files/patch-frescobaldi__app_po_____init____.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/frescobaldi/files/patch-frescobaldi__app_po_____init____.py Sun Feb 12 14:21:24 2017 (r433948) @@ -0,0 +1,15 @@ +--- frescobaldi_app/po/__init__.py.orig 2016-04-21 23:00:30 UTC ++++ frescobaldi_app/po/__init__.py +@@ -21,9 +21,10 @@ + Internationalization of Frescobaldi. + """ + +-try: ++import sys ++if sys.version_info >= (3, 0): + import builtins # py3 +-except ImportError: ++else: + import __builtin__ as builtins # py2 + + import os Added: head/print/frescobaldi/files/patch-frescobaldi__app_snippet_builtin.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/frescobaldi/files/patch-frescobaldi__app_snippet_builtin.py Sun Feb 12 14:21:24 2017 (r433948) @@ -0,0 +1,15 @@ +--- frescobaldi_app/snippet/builtin.py.orig 2016-04-21 23:00:30 UTC ++++ frescobaldi_app/snippet/builtin.py +@@ -23,9 +23,10 @@ Builtin snippets. + + from __future__ import unicode_literals + +-try: ++import sys ++if sys.version_info >= (3, 0): + import builtins # py3 +-except ImportError: ++else: + import __builtin__ as builtins # py2 + + import collections Added: head/print/frescobaldi/files/patch-frescobaldi__app_snippet_expand.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/frescobaldi/files/patch-frescobaldi__app_snippet_expand.py Sun Feb 12 14:21:24 2017 (r433948) @@ -0,0 +1,15 @@ +--- frescobaldi_app/snippet/expand.py.orig 2016-04-21 23:00:30 UTC ++++ frescobaldi_app/snippet/expand.py +@@ -23,9 +23,10 @@ Expand variables like $DATE, $LILYPOND_V + + from __future__ import unicode_literals + +-try: ++import sys ++if sys.version_info >= (3, 0): + import builtins # py3 +-except ImportError: ++else: + import __builtin__ as builtins # py2 + + import time Added: head/print/frescobaldi/files/patch-frescobaldi__app_snippet_highlight.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/frescobaldi/files/patch-frescobaldi__app_snippet_highlight.py Sun Feb 12 14:21:24 2017 (r433948) @@ -0,0 +1,15 @@ +--- frescobaldi_app/snippet/highlight.py.orig 2016-04-21 23:00:30 UTC ++++ frescobaldi_app/snippet/highlight.py +@@ -23,9 +23,10 @@ Highlighter for the snippet editor and v + + from __future__ import unicode_literals + +-try: ++import sys ++if sys.version_info >= (3, 0): + import builtins # py3 +-except ImportError: ++else: + import __builtin__ as builtins # py2 + + import keyword From owner-svn-ports-all@freebsd.org Sun Feb 12 14:27:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91AC8CDBD3F; Sun, 12 Feb 2017 14:27:51 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A9C12BE; Sun, 12 Feb 2017 14:27:51 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CERoZj093453; Sun, 12 Feb 2017 14:27:50 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CERnps093443; Sun, 12 Feb 2017 14:27:49 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702121427.v1CERnps093443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sun, 12 Feb 2017 14:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433949 - in head/x11/xpra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:27:51 -0000 Author: rezny Date: Sun Feb 12 14:27:49 2017 New Revision: 433949 URL: https://svnweb.freebsd.org/changeset/ports/433949 Log: Update to 1.0.2 PR: 205864 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9546 Added: head/x11/xpra/files/patch-scripts_xpra (contents, props changed) head/x11/xpra/files/patch-scripts_xpra__launcher (contents, props changed) head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py (contents, props changed) head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py (contents, props changed) head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py (contents, props changed) head/x11/xpra/files/patch-xpra_scripts_config.py (contents, props changed) Deleted: head/x11/xpra/files/patch-xpra_codecs_buffers_memalign.c head/x11/xpra/files/patch-xpra_net_net__util.py Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo head/x11/xpra/files/patch-setup.py head/x11/xpra/pkg-plist Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Sun Feb 12 14:21:24 2017 (r433948) +++ head/x11/xpra/Makefile Sun Feb 12 14:27:49 2017 (r433949) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.15.10 -PORTREVISION= 6 +PORTVERSION= 1.0.2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -13,63 +12,95 @@ COMMENT= Xpra gives you persistent remot LICENSE= GPLv2 BUILD_DEPENDS= cython:lang/cython \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 + ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2 \ + ${PYNUMPY} +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=0.7.0_1:archivers/py-lz4 \ - ${PYTHON_SITELIBDIR}/rencode/__init__.py:converters/py-rencode \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \ - ${PYTHON_SITELIBDIR}/OpenGL_accelerate/__init__.py:graphics/py-PyOpenGL-accelerate \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ - ${PYTHON_SITELIBDIR}/netifaces.so:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}rencode>1:converters/py-rencode \ + ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify \ + ${PYTHON_PKGNAMEPREFIX}xxhash>0:devel/py-xxhash \ + ${PYTHON_PKGNAMEPREFIX}pillow>1:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=3.1.0:graphics/py-PyOpenGL \ + ${PYTHON_PKGNAMEPREFIX}PyOpenGL-accelerate>=3.1.0:graphics/py-PyOpenGL-accelerate \ + ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces \ ssh-askpass:security/openssh-askpass \ + ${PYTHON_PKGNAMEPREFIX}cryptography>1:security/py-cryptography \ setxkbmap:x11/setxkbmap \ xauth:x11/xauth \ xkbcomp:x11/xkbcomp \ ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ Xvfb:x11-servers/xorg-vfbserver \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gtkgl/__init__.py:x11-toolkits/py-gtkglext + ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2 \ + ${PYTHON_PKGNAMEPREFIX}gtkglext>1:x11-toolkits/py-gtkglext \ + ${PYNUMPY} -USES= desktop-file-utils pkgconfig python shared-mime-info tar:xz -USE_GSTREAMER= good python +USES= desktop-file-utils fortran gettext-runtime pkgconfig python:2 shared-mime-info tar:xz +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_PYTHON= distutils -USE_XORG= x11 xcomposite xdamage xfixes xkbfile xrandr xtst +USE_XORG= x11 xcomposite xdamage xext xfixes xkbfile xrandr xtst PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} -OPTIONS_DEFINE= AVAHI AVCODEC CUPS OPENCL SWSCALE VPX WEBP X264 X265 -OPTIONS_DEFAULT= AVAHI AVCODEC CUPS SWSCALE VPX WEBP X264 X265 +OPTIONS_DEFINE= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV OPENCL OPENCV SWSCALE VPX WEBCAM WEBP X264 X265 XVID +OPTIONS_DEFAULT= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV SWSCALE VPX X264 OPTIONS_SUB= yes -AVCODEC_DESC= Enable avcodec2 decoder -OPENCL_DESC= Enable OpenCL CSC module -SWSCALE_DESC= Enable swscale CSC module -VPX_DESC= Enable VP8 and VP9 encoder -WEBP_DESC= Enable WebP encoder -X264_DESC= Enable X264 encoder -X265_DESC= Enable X265 encoder +AVCODEC_DESC= Enable avcodec2 (FFmpeg) decoder +CUPS_DESC= Enable CUPS for printer forwarding +FFMPEG_DESC= Enable FFmpeg encoder +GSTREAMER_DESC= Enable GStreamer for sound forwarding +HTML5_DESC= Install HTML5 client interface +LIBYUV_DESC= Enable libyuv CSC module (CPU, fastest) +OPENCL_DESC= Enable OpenCL CSC module (GPU) +OPENCV_DESC= Enable OpenCV CSC module (CPU, deprecated) +SWSCALE_DESC= Enable swscale (FFmpeg) CSC module (CPU) +VPX_DESC= Enable VP8 and VP9 codec (good) +WEBCAM_DESC= Enable webcam forwarding (client only) +WEBP_DESC= Enable WebP codec (deprecated) +X264_DESC= Enable X264 encoder (good) +X265_DESC= Enable X265 encoder (slow) +XVID_DESC= Enable Xvid encoder (unstable, deprecated) -AVAHI_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:net/py-avahi +AVAHI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avahi>0:net/py-avahi +AVAHI_VARS= XPRA_OPTIONS+=mdns AVCODEC_VARS= XPRA_OPTIONS+=dec_avcodec2 -CUPS_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:print/py-pycups +CUPS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>1:print/py-pycups +CUPS_VARS= XPRA_OPTIONS+=printing +FFMPEG_VARS= XPRA_OPTIONS+=enc_ffmpeg +GSTREAMER_BUILD_DEPENDS=${PYTHON_PKGNAMEPREFIX}gstreamer1>1:multimedia/py-gstreamer1 +GSTREAMER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer1>1:multimedia/py-gstreamer1 +GSTREAMER_USE= GSTREAMER1=flac,lame,mad,ogg,opus,vorbis,wavpack +GSTREAMER_VARS= XPRA_OPTIONS+=sound +HTML5_VARS= XPRA_OPTIONS+=html5 +LIBYUV_LIB_DEPENDS= libyuv.so:graphics/libyuv +LIBYUV_VARS= XPRA_OPTIONS+=csc_libyuv OPENCL_LIB_DEPENDS= libOpenCL.so:devel/ocl-icd -OPENCL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyopencl/__init__.py:devel/py-pyopencl +OPENCL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl OPENCL_VARS= XPRA_OPTIONS+=csc_opencl +OPENCV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv2>2:graphics/py-opencv2 +OPENCV_VARS= XPRA_OPTIONS+=csc_opencv +SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg SWSCALE_VARS= XPRA_OPTIONS+=csc_swscale VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_VARS= XPRA_OPTIONS+=vpx +WEBCAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv2>2:graphics/py-opencv2 +WEBCAM_VARS= XPRA_OPTIONS+=webcam WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_VARS= XPRA_OPTIONS+=webp X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_VARS= XPRA_OPTIONS+=enc_x264 X265_LIB_DEPENDS= libx265.so:multimedia/x265 X265_VARS= XPRA_OPTIONS+=enc_x265 +XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid +XVID_VARS= XPRA_OPTIONS+=enc_xvid PYDISTUTILS_PKGNAME= xpra_all -XPRA_OPTIONS_ALL= csc_opencl csc_swscale dec_avcodec2 -XPRA_OPTIONS_ALL+= enc_x264 enc_x265 vpx webp +XPRA_OPTIONS_ALL= csc_libyuv csc_opencl csc_opencv csc_swscale +XPRA_OPTIONS_ALL+= dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 enc_xvid +XPRA_OPTIONS_ALL+= html5 mdns sound printing vpx webcam webp XPRA_OPTIONS_ALL+= ${XPRA_OPTIONS_DISABLED} -XPRA_OPTIONS_DISABLED= Xdummy Xdummy_wrapper -XPRA_OPTIONS_DISABLED+= nvenc3 nvenc4 nvenc5 +XPRA_OPTIONS_DISABLED= Xdummy Xdummy_wrapper minify nvenc7 .include @@ -81,7 +112,7 @@ PYDISTUTILS_ARGS+= --with-${opt} .endif .endfor -.if ${PORT_OPTIONS:MAVCODEC} || ${PORT_OPTIONS:MSWSCALE} +.if ${PORT_OPTIONS:MAVCODEC} || ${PORT_OPTIONS:MFFMPEG} LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg .endif @@ -92,12 +123,18 @@ PYDISTUTILS_CONFIGUREARGS+= ${PYDISTUTIL PYDISTUTILS_INSTALLARGS+= ${PYDISTUTILS_ARGS} post-patch: + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py + ${REINPLACE_CMD} -e 's|%%GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${_GCC_VER}|' \ + ${WRKSRC}/scripts/xpra ${WRKSRC}/scripts/xpra_launcher ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${WRKSRC}/xpra/platform/pycups_printing.py + ${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/sbin|' \ + ${WRKSRC}/etc/xpra/conf.d/16_printing.conf.in post-install: - ${RM} ${STAGEDIR}${ETCDIR}/xpra.conf - ${INSTALL_DATA} ${WRKSRC}/build/etc/xpra/xpra.conf \ + ${MV} ${STAGEDIR}${ETCDIR}/xorg.conf \ + ${STAGEDIR}${ETCDIR}/xorg.conf.sample + ${MV} ${STAGEDIR}${ETCDIR}/xpra.conf \ ${STAGEDIR}${ETCDIR}/xpra.conf.sample ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \ -exec ${STRIP_CMD} {} \; Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Sun Feb 12 14:21:24 2017 (r433948) +++ head/x11/xpra/distinfo Sun Feb 12 14:27:49 2017 (r433949) @@ -1,2 +1,3 @@ -SHA256 (xpra-0.15.10.tar.xz) = 1403aaf571c486bb4a67bc9e9d431e5f863c9b7912bd65e6aec62fcea2d9d4e0 -SIZE (xpra-0.15.10.tar.xz) = 1200040 +TIMESTAMP = 1486238713 +SHA256 (xpra-1.0.2.tar.xz) = e32d2550c13d175681643696664790c9c59eda1e0ce1cea779ef7b0785f8bd2c +SIZE (xpra-1.0.2.tar.xz) = 1888452 Added: head/x11/xpra/files/patch-scripts_xpra ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-scripts_xpra Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,14 @@ +# preload the correct libgcc_s.so for libgfortran.so, +# which is required for numpy +# +--- scripts/xpra.orig 2016-12-06 10:56:26 UTC ++++ scripts/xpra +@@ -1,5 +1,8 @@ + #!/usr/bin/env python + ++from ctypes import cdll ++cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so") ++ + from xpra.platform import init, set_default_name + set_default_name("Xpra") + init() Added: head/x11/xpra/files/patch-scripts_xpra__launcher ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-scripts_xpra__launcher Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,14 @@ +# preload the correct libgcc_s.so for libgfortran.so, +# which is required for numpy +# +--- scripts/xpra_launcher.orig 2016-12-06 10:56:26 UTC ++++ scripts/xpra_launcher +@@ -1,5 +1,8 @@ + #!/usr/bin/env python + ++from ctypes import cdll ++cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so") ++ + import sys + from xpra.platform import program_context + Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Sun Feb 12 14:21:24 2017 (r433948) +++ head/x11/xpra/files/patch-setup.py Sun Feb 12 14:27:49 2017 (r433949) @@ -1,15 +1,26 @@ ---- setup.py.orig 2015-09-10 14:42:44 UTC +--- setup.py.orig 2017-02-01 05:52:14 UTC +++ setup.py -@@ -147,7 +147,7 @@ nvenc4_ENABLED = pkg_config_ok( - nvenc5_ENABLED = pkg_config_ok("--exists", "nvenc5") - #elif os.path.exists("C:\\nvenc_3.0_windows_sdk") - #... --csc_opencl_ENABLED = pkg_config_ok("--exists", "OpenCL") and check_pyopencl_AMD() -+csc_opencl_ENABLED = pkg_config_ok("--exists", "OpenCL") - memoryview_ENABLED = PYTHON3 +@@ -218,7 +218,7 @@ else: + nvenc7_ENABLED = DEFAULT and pkg_config_ok("--exists", "nvenc7") - warn_ENABLED = True -@@ -1560,12 +1560,12 @@ if WIN32: + memoryview_ENABLED = sys.version>='2.7' +-csc_opencl_ENABLED = DEFAULT and pkg_config_ok("--exists", "OpenCL") and check_pyopencl_AMD() ++csc_opencl_ENABLED = DEFAULT and pkg_config_ok("--exists", "OpenCL") + csc_libyuv_ENABLED = DEFAULT and memoryview_ENABLED and pkg_config_ok("--exists", "libyuv", fallback=WIN32) + + #Cython / gcc / packaging build options: +@@ -798,8 +798,8 @@ def get_base_conf_dir(install_dir, strip + elif "usr" in dirs: + #ie: ["some", "path", "to", "usr"] -> ["usr"] + #assume "/usr" or "/usr/local" is the build root +- while "usr" in dirs and dirs.index("usr")>0: +- dirs = dirs[dirs.index("usr"):] ++ while "usr" in dirs[1:]: ++ dirs = dirs[dirs[1:].index("usr")+1:] + elif "image" in dirs: + # Gentoo's "${PORTAGE_TMPDIR}/portage/${CATEGORY}/${PF}/image/_python2.7" -> "" + while "image" in dirs: +@@ -1839,12 +1839,12 @@ if WIN32: else: #OSX and *nix: scripts += ["scripts/xpra", "scripts/xpra_launcher"] @@ -22,14 +33,45 @@ - add_data_files("share/icons", ["xdg/xpra.png"]) + add_data_files("share/pixmaps", ["xdg/xpra.png"]) add_data_files("share/appdata", ["xdg/xpra.appdata.xml"]) - html5_dir = "share/xpra/www" -@@ -1688,7 +1688,7 @@ if html5_ENABLED: + #here, we override build and install so we can +@@ -1877,7 +1877,7 @@ else: + if printing_ENABLED and os.name=="posix": + #install "/usr/lib/cups/backend" with 0700 permissions: + xpraforwarder_src = os.path.join("cups", "xpraforwarder") +- cups_backend_dir = os.path.join(self.install_dir, "lib", "cups", "backend") ++ cups_backend_dir = os.path.join(self.install_dir, "libexec", "cups", "backend") + self.mkpath(cups_backend_dir) + xpraforwarder_dst = os.path.join(cups_backend_dir, "xpraforwarder") + shutil.copyfile(xpraforwarder_src, xpraforwarder_dst) +@@ -1895,7 +1895,8 @@ else: + #install xorg.conf, cuda.conf and nvenc.keys: + etc_xpra = os.path.join(etc_prefix, "etc", "xpra") + self.mkpath(etc_xpra) +- for x in ("xorg.conf", "cuda.conf", "nvenc.keys"): ++ etc_files = ["xorg.conf", "cuda.conf", "nvenc.keys"] if nvenc7_ENABLED else ["xorg.conf"] ++ for x in etc_files: + shutil.copyfile("etc/xpra/%s" % x, os.path.join(etc_xpra, x)) - if printing_ENABLED and os.name=="posix": - #"/usr/lib/cups/backend": -- cups_backend_dir = os.path.join(sys.prefix, "lib", "cups", "backend") -+ cups_backend_dir = os.path.join(sys.prefix, "libexec", "cups", "backend") - add_data_files(cups_backend_dir, ["cups/xpraforwarder"]) + if pam_ENABLED: +@@ -1928,7 +1929,7 @@ else: + add_packages("xpra.platform.xposix") + remove_packages("xpra.platform.win32", "xpra.platform.darwin") + #not supported by all distros, but doesn't hurt to install it anyway: +- add_data_files("lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) ++ #add_data_files("lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) + #gentoo does weird things, calls --no-compile with build *and* install + #then expects to find the cython modules!? ie: +@@ -2353,7 +2354,10 @@ if enc_x265_ENABLED: + toggle_packages(enc_xvid_ENABLED, "xpra.codecs.enc_xvid") + if enc_xvid_ENABLED: +- xvid_pkgconfig = pkgconfig("xvid") ++ xvid_pkgconfig = pkgconfig(optimize=3) ++ add_to_keywords(xvid_pkgconfig, 'libraries', "xvidcore") ++ add_to_keywords(xvid_pkgconfig, 'library_dirs', "%%LOCALBASE%%/lib") ++ add_to_keywords(xvid_pkgconfig, 'include_dirs', "%%LOCALBASE%%/include") + cython_add(Extension("xpra.codecs.enc_xvid.encoder", + ["xpra/codecs/enc_xvid/encoder.pyx", buffers_c], + **xvid_pkgconfig)) Added: head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_bug__report.py Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,21 @@ +# Don't override window background colors in order to +# avoid usability problems with light on dark themes +# +--- xpra/client/gtk_base/bug_report.py.orig 2016-12-06 10:56:26 UTC ++++ xpra/client/gtk_base/bug_report.py +@@ -43,7 +43,6 @@ class BugReport(object): + self.window.set_default_size(400, 300) + self.window.set_border_width(20) + self.window.set_title("Xpra Bug Report") +- self.window.modify_bg(STATE_NORMAL, gdk.Color(red=65535, green=65535, blue=65535)) + + icon_pixbuf = self.get_icon("bugs.png") + if icon_pixbuf: +@@ -89,7 +88,6 @@ class BugReport(object): + self.description.set_justification(JUSTIFY_LEFT) + self.description.set_border_width(2) + self.description.set_size_request(300, 80) +- self.description.modify_bg(STATE_NORMAL, gdk.Color(red=32768, green=32768, blue=32768)) + ibox.pack_start(self.description, expand=False, fill=False) + + # Toggles: Added: head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_client__launcher.py Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,13 @@ +# Don't override window background color in order to +# avoid usability problems with light on dark themes +# +--- xpra/client/gtk_base/client_launcher.py.orig 2016-12-06 10:56:26 UTC ++++ xpra/client/gtk_base/client_launcher.py +@@ -146,7 +146,6 @@ class ApplicationWindow: + self.window.set_default_size(400, 260) + self.window.set_border_width(20) + self.window.set_title("Xpra Launcher") +- self.window.modify_bg(STATE_NORMAL, gdk.Color(red=65535, green=65535, blue=65535)) + + icon_pixbuf = self.get_icon("xpra.png") + if icon_pixbuf: Added: head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-xpra_client_gtk__base_start__new__command.py Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,13 @@ +# Don't override window background color in order to +# avoid usability problems with light on dark themes +# +--- xpra/client/gtk_base/start_new_command.py.orig 2016-12-06 10:56:26 UTC ++++ xpra/client/gtk_base/start_new_command.py +@@ -45,7 +45,6 @@ class StartNewCommand(object): + self.window.set_default_size(400, 150) + self.window.set_border_width(20) + self.window.set_title("Start New Command") +- self.window.modify_bg(STATE_NORMAL, gdk.Color(red=65535, green=65535, blue=65535)) + + icon_pixbuf = self.get_icon("forward.png") + if icon_pixbuf: Added: head/x11/xpra/files/patch-xpra_scripts_config.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xpra/files/patch-xpra_scripts_config.py Sun Feb 12 14:27:49 2017 (r433949) @@ -0,0 +1,18 @@ +# Chaneset 15036 in xpra +# Timestamp: 02/11/17 05:03:04 +# Author: Antoine Martin +# Message: make sure we call makedirs on the expanded path +# +--- xpra/scripts/config.py.orig 2016-12-30 04:31:45 UTC ++++ xpra/scripts/config.py +@@ -401,8 +401,8 @@ def may_create_user_config(xpra_conf_fil + ad = os.path.expanduser(d) + conf_file = os.path.join(ad, xpra_conf_filename) + try: +- if not os.path.exists(d): +- os.makedirs(d, int('700', 8)) ++ if not os.path.exists(ad): ++ os.makedirs(ad, int('700', 8)) + with open(conf_file, 'wb') as f: + f.write("# xpra user configuration file\n") + f.write("# place your custom settings in this file\n") Modified: head/x11/xpra/pkg-plist ============================================================================== --- head/x11/xpra/pkg-plist Sun Feb 12 14:21:24 2017 (r433948) +++ head/x11/xpra/pkg-plist Sun Feb 12 14:27:49 2017 (r433949) @@ -1,581 +1,741 @@ bin/xpra -bin/xpra_Xdummy bin/xpra_launcher -%%ETCDIR%%/xorg.conf +%%ETCDIR%%/conf.d/05_features.conf +%%ETCDIR%%/conf.d/10_network.conf +%%ETCDIR%%/conf.d/12_ssl.conf +%%ETCDIR%%/conf.d/15_file_transfers.conf +%%ETCDIR%%/conf.d/16_printing.conf +%%ETCDIR%%/conf.d/20_sound.conf +%%ETCDIR%%/conf.d/30_picture.conf +%%ETCDIR%%/conf.d/35_webcam.conf +%%ETCDIR%%/conf.d/40_client.conf +%%ETCDIR%%/conf.d/42_client_keyboard.conf +%%ETCDIR%%/conf.d/50_server_network.conf +%%ETCDIR%%/conf.d/55_server_x11.conf +%%ETCDIR%%/conf.d/60_server.conf +%%ETCDIR%%/conf.d/65_proxy.conf +@sample %%ETCDIR%%/xorg.conf.sample @sample %%ETCDIR%%/xpra.conf.sample +%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/xpra/__init__.py %%PYTHON_SITELIBDIR%%/xpra/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/build_info.py %%PYTHON_SITELIBDIR%%/xpra/build_info.pyc -%%PYTHON_SITELIBDIR%%/xpra/build_info.pyo +%%PYTHON_SITELIBDIR%%/xpra/build_info.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/child_reaper.py %%PYTHON_SITELIBDIR%%/xpra/child_reaper.pyc -%%PYTHON_SITELIBDIR%%/xpra/child_reaper.pyo +%%PYTHON_SITELIBDIR%%/xpra/child_reaper.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/client_base.py %%PYTHON_SITELIBDIR%%/xpra/client/client_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/client_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/client_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/client_tray.py %%PYTHON_SITELIBDIR%%/xpra/client/client_tray.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/client_tray.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/client_tray.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/client_widget_base.py %%PYTHON_SITELIBDIR%%/xpra/client/client_widget_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/client_widget_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/client_widget_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/client_window_base.py %%PYTHON_SITELIBDIR%%/xpra/client/client_window_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/client_window_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/client_window_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/fake_window_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/fake_window_backing.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/fake_window_backing.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/fake_window_backing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_check.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_check.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_check.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_check.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_colorspace_conversions.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_colorspace_conversions.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_colorspace_conversions.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_colorspace_conversions.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_window_backing_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_window_backing_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_window_backing_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gl_window_backing_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_client_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_client_window.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_client_window.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_window_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_window_backing.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_window_backing.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk2/gl_window_backing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk_compat.py %%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk_compat.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk_compat.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gl/gtk_compat.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gobject_client_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gobject_client_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gobject_client_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gobject_client_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/border_client_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/border_client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/border_client_window.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/border_client_window.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/cairo_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/cairo_backing.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/cairo_backing.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/cairo_backing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client_window.pyo -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/custom_client_window.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/custom_client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/custom_client_window.pyo -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/debuginfo_client_window.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/debuginfo_client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/debuginfo_client_window.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/client_window.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_notifier.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_notifier.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_notifier.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_notifier.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_window_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_window_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_window_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/gtk2_window_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/pixmap_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/pixmap_backing.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/pixmap_backing.pyo -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/topbar_client_window.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/topbar_client_window.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/topbar_client_window.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/pixmap_backing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/tray_menu.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/tray_menu.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/tray_menu.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/tray_menu.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/window_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk2/window_backing.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/window_backing.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk2/window_backing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__init__.pyo -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/about.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/about.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/about.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/bug_report.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/bug_report.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/bug_report.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/bug_report.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_backing_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_backing_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_backing_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_backing_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/client_launcher.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/client_launcher.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/client_launcher.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/client_launcher.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_window_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_window_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_window_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_client_window_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_keyboard_helper.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_keyboard_helper.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_keyboard_helper.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_keyboard_helper.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_tray_menu_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_tray_menu_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_tray_menu_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_tray_menu_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_window_backing_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_window_backing_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_window_backing_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_window_backing_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/session_info.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/session_info.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/session_info.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/session_info.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/start_new_command.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/start_new_command.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/start_new_command.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/start_new_command.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/statusicon_tray.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/statusicon_tray.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/statusicon_tray.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/statusicon_tray.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/keyboard_helper.py %%PYTHON_SITELIBDIR%%/xpra/client/keyboard_helper.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/keyboard_helper.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/keyboard_helper.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/notifications/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/notifications/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/notifications/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/notifications/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/notifications/dbus_notifier.py %%PYTHON_SITELIBDIR%%/xpra/client/notifications/dbus_notifier.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/notifications/dbus_notifier.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/notifications/dbus_notifier.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/notifications/notifier_base.py %%PYTHON_SITELIBDIR%%/xpra/client/notifications/notifier_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/notifications/notifier_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/notifications/notifier_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/notifications/pynotify_notifier.py %%PYTHON_SITELIBDIR%%/xpra/client/notifications/pynotify_notifier.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/notifications/pynotify_notifier.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/notifications/pynotify_notifier.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/tray_base.py %%PYTHON_SITELIBDIR%%/xpra/client/tray_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/tray_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/tray_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/ui_client_base.py %%PYTHON_SITELIBDIR%%/xpra/client/ui_client_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/ui_client_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/ui_client_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/window_backing_base.py %%PYTHON_SITELIBDIR%%/xpra/client/window_backing_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/window_backing_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/window_backing_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/client/window_border.py %%PYTHON_SITELIBDIR%%/xpra/client/window_border.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/window_border.pyo +%%PYTHON_SITELIBDIR%%/xpra/client/window_border.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/clipboard/__init__.py %%PYTHON_SITELIBDIR%%/xpra/clipboard/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/clipboard/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/clipboard/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/clipboard/clipboard_base.py %%PYTHON_SITELIBDIR%%/xpra/clipboard/clipboard_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/clipboard/clipboard_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/clipboard/clipboard_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/clipboard/gdk_clipboard.py %%PYTHON_SITELIBDIR%%/xpra/clipboard/gdk_clipboard.pyc -%%PYTHON_SITELIBDIR%%/xpra/clipboard/gdk_clipboard.pyo +%%PYTHON_SITELIBDIR%%/xpra/clipboard/gdk_clipboard.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/clipboard/translated_clipboard.py %%PYTHON_SITELIBDIR%%/xpra/clipboard/translated_clipboard.pyc -%%PYTHON_SITELIBDIR%%/xpra/clipboard/translated_clipboard.pyo +%%PYTHON_SITELIBDIR%%/xpra/clipboard/translated_clipboard.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/argb/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/argb/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/argb/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/argb/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/argb/argb.so +%%PYTHON_SITELIBDIR%%/xpra/codecs/codec_checks.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/codec_checks.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/codec_checks.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.py %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/colorspace_converter.so +%%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.py +%%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.pyc +%%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.%%PYTHON_PYOEXTENSION%% +%%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/colorspace_converter.so %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.py %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.pyo +%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/__init__.%%PYTHON_PYOEXTENSION%% %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.py %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.pyo +%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/colorspace_converter.%%PYTHON_PYOEXTENSION%% %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.py %%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.pyc -%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.pyo +%%OPENCL%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencl/opencl_kernels.%%PYTHON_PYOEXTENSION%% +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.py +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.pyc +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/__init__.%%PYTHON_PYOEXTENSION%% +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.py +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.pyc +%%OPENCV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_opencv/colorspace_converter.%%PYTHON_PYOEXTENSION%% %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.py %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.pyc -%%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.pyo +%%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/__init__.%%PYTHON_PYOEXTENSION%% %%SWSCALE%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_swscale/colorspace_converter.so %%AVCODEC%%%%PYTHON_SITELIBDIR%%/xpra/codecs/dec_avcodec2/__init__.py %%AVCODEC%%%%PYTHON_SITELIBDIR%%/xpra/codecs/dec_avcodec2/__init__.pyc -%%AVCODEC%%%%PYTHON_SITELIBDIR%%/xpra/codecs/dec_avcodec2/__init__.pyo +%%AVCODEC%%%%PYTHON_SITELIBDIR%%/xpra/codecs/dec_avcodec2/__init__.%%PYTHON_PYOEXTENSION%% %%AVCODEC%%%%PYTHON_SITELIBDIR%%/xpra/codecs/dec_avcodec2/decoder.so +%%FFMPEG%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_ffmpeg/__init__.py +%%FFMPEG%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_ffmpeg/__init__.pyc +%%FFMPEG%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_ffmpeg/__init__.%%PYTHON_PYOEXTENSION%% +%%FFMPEG%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_ffmpeg/encoder.so %%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/encoder.py %%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/encoder.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/encoder.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_proxy/encoder.%%PYTHON_PYOEXTENSION%% %%X264%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x264/__init__.py %%X264%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x264/__init__.pyc -%%X264%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x264/__init__.pyo +%%X264%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x264/__init__.%%PYTHON_PYOEXTENSION%% %%X264%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x264/encoder.so %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.py %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.pyc -%%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.pyo +%%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/__init__.%%PYTHON_PYOEXTENSION%% %%X265%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_x265/encoder.so +%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.py +%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.pyc +%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/__init__.%%PYTHON_PYOEXTENSION%% +%%XVID%%%%PYTHON_SITELIBDIR%%/xpra/codecs/enc_xvid/encoder.so %%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.py %%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/image_wrapper.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/libav_common/av_log.so %%PYTHON_SITELIBDIR%%/xpra/codecs/loader.py %%PYTHON_SITELIBDIR%%/xpra/codecs/loader.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/loader.pyo -%%PYTHON_SITELIBDIR%%/xpra/codecs/nv_util.py -%%PYTHON_SITELIBDIR%%/xpra/codecs/nv_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/nv_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/loader.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/__init__.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/decode.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/decode.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/decode.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/encode.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/encode.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/pillow/encode.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/video_helper.py %%PYTHON_SITELIBDIR%%/xpra/codecs/video_helper.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/video_helper.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/video_helper.%%PYTHON_PYOEXTENSION%% %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__init__.py %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__init__.pyc -%%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__init__.pyo +%%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__init__.%%PYTHON_PYOEXTENSION%% %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/decoder.so %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/encoder.so %%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.py %%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.pyc -%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.pyo +%%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__init__.%%PYTHON_PYOEXTENSION%% %%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/decode.so %%WEBP%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/encode.so %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.py %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/codecs/xor/cyxor.so -%%PYTHON_SITELIBDIR%%/xpra/daemon_thread.py -%%PYTHON_SITELIBDIR%%/xpra/daemon_thread.pyc -%%PYTHON_SITELIBDIR%%/xpra/daemon_thread.pyo -%%PYTHON_SITELIBDIR%%/xpra/dotxpra.py -%%PYTHON_SITELIBDIR%%/xpra/dotxpra.pyc -%%PYTHON_SITELIBDIR%%/xpra/dotxpra.pyo +%%PYTHON_SITELIBDIR%%/xpra/colorstreamhandler.py +%%PYTHON_SITELIBDIR%%/xpra/colorstreamhandler.pyc +%%PYTHON_SITELIBDIR%%/xpra/colorstreamhandler.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/dbus/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/dbus/__init__.pyc +%%PYTHON_SITELIBDIR%%/xpra/dbus/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/dbus/common.py +%%PYTHON_SITELIBDIR%%/xpra/dbus/common.pyc +%%PYTHON_SITELIBDIR%%/xpra/dbus/common.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/dbus/gtk_menuactions.py +%%PYTHON_SITELIBDIR%%/xpra/dbus/gtk_menuactions.pyc +%%PYTHON_SITELIBDIR%%/xpra/dbus/gtk_menuactions.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/dbus/helper.py +%%PYTHON_SITELIBDIR%%/xpra/dbus/helper.pyc +%%PYTHON_SITELIBDIR%%/xpra/dbus/helper.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/dbus/notifications_forwarder.py +%%PYTHON_SITELIBDIR%%/xpra/dbus/notifications_forwarder.pyc +%%PYTHON_SITELIBDIR%%/xpra/dbus/notifications_forwarder.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/exit_codes.py +%%PYTHON_SITELIBDIR%%/xpra/exit_codes.pyc +%%PYTHON_SITELIBDIR%%/xpra/exit_codes.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/__init__.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/about.py +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/about.pyc +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/about.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/cursor_names.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/cursor_names.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/cursor_names.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/cursor_names.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/error.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/error.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/error.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/error.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gdk_atoms.so %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_compat.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_compat.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_compat.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_compat.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_util.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gobject_util.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/graph.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/graph.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/graph.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/graph.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_spinner.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_spinner.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_spinner.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_spinner.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_util.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_util.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_clipboard.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_clipboard.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_clipboard.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_clipboard.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_keyboard.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_keyboard.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_keyboard.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_keyboard.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/keymap.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/keymap.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/keymap.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/keymap.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/nested_main.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/nested_main.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/nested_main.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/nested_main.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/pixbuf_to_rgb.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/pixbuf_to_rgb.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/pixbuf_to_rgb.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/pixbuf_to_rgb.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/gtk_common/quit.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/quit.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/quit.pyo +%%PYTHON_SITELIBDIR%%/xpra/gtk_common/quit.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/keyboard/__init__.py %%PYTHON_SITELIBDIR%%/xpra/keyboard/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/keyboard/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/keyboard/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/keyboard/layouts.py %%PYTHON_SITELIBDIR%%/xpra/keyboard/layouts.pyc -%%PYTHON_SITELIBDIR%%/xpra/keyboard/layouts.pyo +%%PYTHON_SITELIBDIR%%/xpra/keyboard/layouts.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/keyboard/mask.py %%PYTHON_SITELIBDIR%%/xpra/keyboard/mask.pyc -%%PYTHON_SITELIBDIR%%/xpra/keyboard/mask.pyo +%%PYTHON_SITELIBDIR%%/xpra/keyboard/mask.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/log.py %%PYTHON_SITELIBDIR%%/xpra/log.pyc -%%PYTHON_SITELIBDIR%%/xpra/log.pyo +%%PYTHON_SITELIBDIR%%/xpra/log.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/make_thread.py +%%PYTHON_SITELIBDIR%%/xpra/make_thread.pyc +%%PYTHON_SITELIBDIR%%/xpra/make_thread.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/__init__.py %%PYTHON_SITELIBDIR%%/xpra/net/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/__init__.pyo -%%PYTHON_SITELIBDIR%%/xpra/net/avahi_publisher.py -%%PYTHON_SITELIBDIR%%/xpra/net/avahi_publisher.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/avahi_publisher.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/bencode/__init__.py %%PYTHON_SITELIBDIR%%/xpra/net/bencode/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/bencode/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/bencode/__init__.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/bencode/bencode.py %%PYTHON_SITELIBDIR%%/xpra/net/bencode/bencode.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/bencode/bencode.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/bencode/bencode.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/bencode/cython_bencode.so %%PYTHON_SITELIBDIR%%/xpra/net/bytestreams.py %%PYTHON_SITELIBDIR%%/xpra/net/bytestreams.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/bytestreams.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/bytestreams.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/compression.py %%PYTHON_SITELIBDIR%%/xpra/net/compression.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/compression.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/compression.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/crypto.py %%PYTHON_SITELIBDIR%%/xpra/net/crypto.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/crypto.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/crypto.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/fake_jitter.py %%PYTHON_SITELIBDIR%%/xpra/net/fake_jitter.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/fake_jitter.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/fake_jitter.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/net/file_transfer.py +%%PYTHON_SITELIBDIR%%/xpra/net/file_transfer.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/file_transfer.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/header.py %%PYTHON_SITELIBDIR%%/xpra/net/header.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/header.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/header.%%PYTHON_PYOEXTENSION%% +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/__init__.py +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/__init__.pyc +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/__init__.%%PYTHON_PYOEXTENSION%% +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_listener.py +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_listener.pyc +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_listener.%%PYTHON_PYOEXTENSION%% +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_publisher.py +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_publisher.pyc +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/avahi_publisher.%%PYTHON_PYOEXTENSION%% +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour.py +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour.pyc +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour.%%PYTHON_PYOEXTENSION%% +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour_publisher.py +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour_publisher.pyc +%%AVAHI%%%%PYTHON_SITELIBDIR%%/xpra/net/mdns/pybonjour_publisher.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/mmap_pipe.py %%PYTHON_SITELIBDIR%%/xpra/net/mmap_pipe.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/mmap_pipe.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/mmap_pipe.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/net_util.py %%PYTHON_SITELIBDIR%%/xpra/net/net_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/net_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/net_util.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/packet_encoding.py %%PYTHON_SITELIBDIR%%/xpra/net/packet_encoding.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/packet_encoding.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/packet_encoding.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/protocol.py %%PYTHON_SITELIBDIR%%/xpra/net/protocol.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/protocol.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/protocol.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.py +%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/pycrypto_backend.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.py +%%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/net/subprocess_wrapper.py %%PYTHON_SITELIBDIR%%/xpra/net/subprocess_wrapper.pyc -%%PYTHON_SITELIBDIR%%/xpra/net/subprocess_wrapper.pyo +%%PYTHON_SITELIBDIR%%/xpra/net/subprocess_wrapper.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/net/websocket.py +%%PYTHON_SITELIBDIR%%/xpra/net/websocket.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websocket.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/os_util.py %%PYTHON_SITELIBDIR%%/xpra/os_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/os_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/os_util.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/__init__.py %%PYTHON_SITELIBDIR%%/xpra/platform/__init__.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/__init__.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra.py +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra.pyc +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra_common.py +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra_common.pyc +%%PYTHON_SITELIBDIR%%/xpra/platform/dotxpra_common.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/features.py %%PYTHON_SITELIBDIR%%/xpra/platform/features.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/features.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/features.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/gui.py %%PYTHON_SITELIBDIR%%/xpra/platform/gui.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/gui.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/gui.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/info.py %%PYTHON_SITELIBDIR%%/xpra/platform/info.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/info.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/info.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/keyboard.py %%PYTHON_SITELIBDIR%%/xpra/platform/keyboard.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/keyboard.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/keyboard.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/keyboard_base.py %%PYTHON_SITELIBDIR%%/xpra/platform/keyboard_base.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/keyboard_base.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/keyboard_base.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/options.py %%PYTHON_SITELIBDIR%%/xpra/platform/options.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/options.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/options.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/options_util.py %%PYTHON_SITELIBDIR%%/xpra/platform/options_util.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/options_util.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/options_util.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/paths.py %%PYTHON_SITELIBDIR%%/xpra/platform/paths.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/paths.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/paths.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/printing.py %%PYTHON_SITELIBDIR%%/xpra/platform/printing.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/printing.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/printing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/pycups_printing.py %%PYTHON_SITELIBDIR%%/xpra/platform/pycups_printing.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/pycups_printing.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/pycups_printing.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/shadow_server.py %%PYTHON_SITELIBDIR%%/xpra/platform/shadow_server.pyc -%%PYTHON_SITELIBDIR%%/xpra/platform/shadow_server.pyo +%%PYTHON_SITELIBDIR%%/xpra/platform/shadow_server.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/xpra/platform/ui_thread_watcher.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Feb 12 15:49:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B09A0CDB4AE; Sun, 12 Feb 2017 15:49:36 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 800B0197C; Sun, 12 Feb 2017 15:49:36 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CFnZMA026046; Sun, 12 Feb 2017 15:49:35 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CFnZQj026045; Sun, 12 Feb 2017 15:49:35 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702121549.v1CFnZQj026045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sun, 12 Feb 2017 15:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433950 - head/graphics/libGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 15:49:36 -0000 Author: rezny Date: Sun Feb 12 15:49:35 2017 New Revision: 433950 URL: https://svnweb.freebsd.org/changeset/ports/433950 Log: Add one sed command, courtesy of madpilot, to replicate a section of changes that were over-eagerly trimmed from patch-configure in the last commit. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9555 Modified: head/graphics/libGL/Makefile.targets Modified: head/graphics/libGL/Makefile.targets ============================================================================== --- head/graphics/libGL/Makefile.targets Sun Feb 12 14:27:49 2017 (r433949) +++ head/graphics/libGL/Makefile.targets Sun Feb 12 15:49:35 2017 (r433950) @@ -17,7 +17,7 @@ post-patch: .endif .endif # Sed on 9.x and dragonfly don't support \< or \> - @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' \ + @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' -e 's|\\S\*//|[:graph:]* //|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c From owner-svn-ports-all@freebsd.org Sun Feb 12 15:50:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AB90CDB74B; Sun, 12 Feb 2017 15:50:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F15B1B66; Sun, 12 Feb 2017 15:50:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CFoqPx026228; Sun, 12 Feb 2017 15:50:52 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CFoq2M026226; Sun, 12 Feb 2017 15:50:52 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702121550.v1CFoq2M026226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 12 Feb 2017 15:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433951 - head/sysutils/polkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 15:50:53 -0000 Author: woodsb02 Date: Sun Feb 12 15:50:52 2017 New Revision: 433951 URL: https://svnweb.freebsd.org/changeset/ports/433951 Log: sysutils/polkit: Fix directory permissions to allow reading config files If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700, then polkit which is running as the polkitd user cannot read the config files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error: Loading rules from directory /usr/local/etc/polkit-1/rules.d Error opening rules directory: Error opening directory \ '/usr/local/etc/polkit-1/rules.d': Permission denied \ (g-file-error-quark, 2) Loading rules from directory /usr/local/share/polkit-1/rules.d To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the $LOCALBASE/etc/polkit-1/localauthority to be set 700. This was sense checked with Fedora Linux which does the same, and with Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by root:polkitd and set 750. PR: 202615 Reported by: rozhuk.im@gmail.com Modified: head/sysutils/polkit/Makefile head/sysutils/polkit/pkg-plist Modified: head/sysutils/polkit/Makefile ============================================================================== --- head/sysutils/polkit/Makefile Sun Feb 12 15:49:35 2017 (r433950) +++ head/sysutils/polkit/Makefile Sun Feb 12 15:50:52 2017 (r433951) @@ -3,7 +3,7 @@ PORTNAME= polkit PORTVERSION= 0.113 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ Modified: head/sysutils/polkit/pkg-plist ============================================================================== --- head/sysutils/polkit/pkg-plist Sun Feb 12 15:49:35 2017 (r433950) +++ head/sysutils/polkit/pkg-plist Sun Feb 12 15:50:52 2017 (r433951) @@ -64,7 +64,8 @@ share/polkit-1/actions/org.freedesktop.p @dir etc/polkit-1/localauthority/30-site.d @dir etc/polkit-1/localauthority/20-org.d @dir etc/polkit-1/localauthority/10-vendor.d -@dir(,,700) etc/polkit-1 +@dir(,,700) etc/polkit-1/localauthority +@dir etc/polkit-1 @dir /var/lib/polkit-1/localauthority/90-mandatory.d @dir /var/lib/polkit-1/localauthority/50-local.d @dir /var/lib/polkit-1/localauthority/30-site.d From owner-svn-ports-all@freebsd.org Sun Feb 12 15:55:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63397CDB9EE; Sun, 12 Feb 2017 15:55:10 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from mail.modirum.com (mail.modirum.com [31.185.27.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A454111C; Sun, 12 Feb 2017 15:55:10 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by mail.modirum.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1ccwUQ-00016q-9j; Sun, 12 Feb 2017 15:55:02 +0000 From: Matthew Rezny To: Guido Falsi , ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433897 - in head: graphics/libGL/files graphics/libdrm/files x11-servers/xorg-server/files Date: Sun, 12 Feb 2017 16:54:58 +0100 Message-ID: <1857950.nVBdKmjNo2@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <6ac0c251-a458-9470-4d20-fecdbeb384ae@FreeBSD.org> References: <201702111745.v1BHj0gJ088130@repo.freebsd.org> <20170211204451.5b77ac7d@kalimero.tijl.coosemans.org> <6ac0c251-a458-9470-4d20-fecdbeb384ae@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SA-Authenticated: Yes X-SA-Exim-Connect-IP: 94.142.238.108 X-SA-Exim-Mail-From: rezny@freebsd.org X-SA-Exim-Scanned: No (on mail.modirum.com); SAEximRunCond expanded to false X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 15:55:10 -0000 On Saturday 11 February 2017 23:16:45 Guido Falsi wrote: > On 02/11/17 20:44, Tijl Coosemans wrote: > > On Sat, 11 Feb 2017 17:45:00 +0000 (UTC) Matthew Rezny wrote: > >> Author: rezny > >> Date: Sat Feb 11 17:44:59 2017 > >> New Revision: 433897 > >> URL: https://svnweb.freebsd.org/changeset/ports/433897 > >> > >> Log: > >> Remove post-patch cruft accidentally introduced into patch-configure > >> files > >> with the previous commit. Thanks to tijl for noticing what I > >> overlooked. > >> > >> Approved by: swills (mentor) > >> Differential Revision: https://reviews.freebsd.org/D9544 > >> > >> Modified: > >> head/graphics/libGL/files/patch-configure > >> head/graphics/libdrm/files/patch-configure > >> head/x11-servers/xorg-server/files/patch-configure > >> > >> Modified: head/graphics/libGL/files/patch-configure > >> ========================================================================= > >> ===== --- head/graphics/libGL/files/patch-configure Sat Feb 11 17:42:06 > >> 2017 (r433896) +++ head/graphics/libGL/files/patch-configure Sat Feb 11 > >> 17:44:59 2017 (r433897) @@ -330,62 +48,6 @@ > >> > >> if test "x$have_libclc" = xno; then > >> > >> as_fn_error $? "pkg-config cannot find libclc.pc which is > >> required to build clover.>> > >> -@@ -26375,26 +26397,26 @@ fi > >> - strip_unwanted_llvm_flags() { > >> - # Use \> (marks the end of the word) > >> - echo `$1` | sed \ > >> -- -e 's/-march=\S*//g' \ > >> -- -e 's/-mtune=\S*//g' \ > >> -- -e 's/-mcpu=\S*//g' \ > >> -- -e 's/-DNDEBUG\>//g' \ > >> -- -e 's/-D_GNU_SOURCE\>//g' \ > >> -- -e 's/-pedantic\>//g' \ > >> -- -e 's/-Wcovered-switch-default\>//g' \ > >> -- -e 's/-O.\>//g' \ > >> -- -e 's/-g\>//g' \ > >> -- -e 's/-Wall\>//g' \ > >> -- -e 's/-Wcast-qual\>//g' \ > >> -- -e 's/-Woverloaded-virtual\>//g' \ > >> -- -e 's/-fcolor-diagnostics\>//g' \ > >> -- -e 's/-fdata-sections\>//g' \ > >> -- -e 's/-ffunction-sections\>//g' \ > >> -- -e 's/-fno-exceptions\>//g' \ > >> -- -e 's/-fomit-frame-pointer\>//g' \ > >> -- -e 's/-fvisibility-inlines-hidden\>//g' \ > >> -- -e 's/-fPIC\>//g' \ > >> -- -e 's/-fstack-protector-strong\>//g' > >> -+ -e 's/-march=[:graph:]* //g' \ > >> -+ -e 's/-mtune=[:graph:]* //g' \ > >> -+ -e 's/-mcpu=[:graph:]* //g' \ > >> -+ -e 's/-DNDEBUG[[:>:]]//g' \ > >> -+ -e 's/-D_GNU_SOURCE[[:>:]]//g' \ > >> -+ -e 's/-pedantic[[:>:]]//g' \ > >> -+ -e 's/-Wcovered-switch-default[[:>:]]//g' \ > >> -+ -e 's/-O.[[:>:]]//g' \ > >> -+ -e 's/-g[[:>:]]//g' \ > >> -+ -e 's/-Wall[[:>:]]//g' \ > >> -+ -e 's/-Wcast-qual[[:>:]]//g' \ > >> -+ -e 's/-Woverloaded-virtual[[:>:]]//g' \ > >> -+ -e 's/-fcolor-diagnostics[[:>:]]//g' \ > >> -+ -e 's/-fdata-sections[[:>:]]//g' \ > >> -+ -e 's/-ffunction-sections[[:>:]]//g' \ > >> -+ -e 's/-fno-exceptions[[:>:]]//g' \ > >> -+ -e 's/-fomit-frame-pointer[[:>:]]//g' \ > >> -+ -e 's/-fvisibility-inlines-hidden[[:>:]]//g' \ > >> -+ -e 's/-fPIC[[:>:]]//g' \ > >> -+ -e 's/-fstack-protector-strong[[:>:]]//g' > > > > These changes should stay :) > > I agree, but it looks like the \> part is now taken care of by a sed > expression in post-configure, while the \S was forgotten. > > I've fixed it locally by adding "-e 's|\\S\*//|[:graph:]* //|'" to the > relevant REINPLACE_CMD in graphics/libGL/Makefile.targets, line 20. > > I'm not 1000% sure my solution is the correct one but it does generate > the same configure lines as the diff above. Thank you for that sed command. This section looked like the work of sed, but in my haste to trim the patches I did not notice the absence of the command that produced this section. I have confirmed the suggested addition corrects the build error and committed the fix. I did not see the problem yesterday because it is only evident when setting CPUTYPE. From owner-svn-ports-all@freebsd.org Sun Feb 12 16:37:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D514FCDC732; Sun, 12 Feb 2017 16:37:00 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1C0D1663; Sun, 12 Feb 2017 16:37:00 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CGax0Q046536; Sun, 12 Feb 2017 16:36:59 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CGax87046534; Sun, 12 Feb 2017 16:36:59 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702121636.v1CGax87046534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 12 Feb 2017 16:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433952 - in head/x11/lightdm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 16:37:00 -0000 Author: woodsb02 Date: Sun Feb 12 16:36:59 2017 New Revision: 433952 URL: https://svnweb.freebsd.org/changeset/ports/433952 Log: x11/lightdm: Improve rc script to use daemon(8) This fixes an issue noticed when sysutils/bsdstats was installed and enabled at runtime in /etc/rc.conf, but for whatever reason was failing to send the updated statistics. Upon failing, the lightdm process would receive a SIGHUP, causing it to stop seconds after the login screen was displayed (before the user even had a chance to login). Modified: head/x11/lightdm/Makefile head/x11/lightdm/files/lightdm.in Modified: head/x11/lightdm/Makefile ============================================================================== --- head/x11/lightdm/Makefile Sun Feb 12 15:50:52 2017 (r433951) +++ head/x11/lightdm/Makefile Sun Feb 12 16:36:59 2017 (r433952) @@ -3,7 +3,7 @@ PORTNAME= lightdm PORTVERSION= 1.20.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ Modified: head/x11/lightdm/files/lightdm.in ============================================================================== --- head/x11/lightdm/files/lightdm.in Sun Feb 12 15:50:52 2017 (r433951) +++ head/x11/lightdm/files/lightdm.in Sun Feb 12 16:36:59 2017 (r433952) @@ -22,8 +22,9 @@ load_rc_config ${name} : ${lightdm_enable:="NO"} -command="%%PREFIX%%/sbin/${name}" +command="/usr/sbin/daemon" +procname="%%PREFIX%%/sbin/${name}" pidfile="/var/run/${name}.pid" -command_args="--pid-file=${pidfile} > /dev/null 2>&1 &" +command_args="-f ${procname} --pid-file=${pidfile}" run_rc_command "$1" From owner-svn-ports-all@freebsd.org Sun Feb 12 17:00:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 160A9CDCB81; Sun, 12 Feb 2017 17:00:40 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9D131EFE; Sun, 12 Feb 2017 17:00:39 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CH0cIN054907; Sun, 12 Feb 2017 17:00:38 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CH0cTm054902; Sun, 12 Feb 2017 17:00:38 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702121700.v1CH0cTm054902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 12 Feb 2017 17:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433953 - in head/x11/xfce4-taskmanager: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:00:40 -0000 Author: olivierd Date: Sun Feb 12 17:00:38 2017 New Revision: 433953 URL: https://svnweb.freebsd.org/changeset/ports/433953 Log: - Update to 1.2.0 Added: head/x11/xfce4-taskmanager/files/patch-data_icons_16x16_Makefile.in (contents, props changed) head/x11/xfce4-taskmanager/files/patch-src_process-window.c (contents, props changed) Modified: head/x11/xfce4-taskmanager/Makefile head/x11/xfce4-taskmanager/distinfo head/x11/xfce4-taskmanager/pkg-plist Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Sun Feb 12 16:36:59 2017 (r433952) +++ head/x11/xfce4-taskmanager/Makefile Sun Feb 12 17:00:38 2017 (r433953) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-taskmanager -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,21 +14,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 glib20 cairo intltool intlhack -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= GTK3 -GTK3_USE= gnome=gtk30,libwnck3 -GTK3_CONFIGURE_ON= --enable-gtk3 --enable-wnck3 --disable-wnck -GTK3_USE_OFF= gnome=libwnck -GTK3_CONFIGURE_OFF= --enable-wnck --disable-wnck3 - -CONFIGURE_ARGS+= --disable-gksu - -post-patch: - @${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \ - ${WRKSRC}/po/Makefile.in.in +USES= gettext gmake localbase pkgconfig tar:bzip2 +USE_GNOME= gtk20 gtk30 glib20 cairo gdkpixbuf2 intltool libwnck3 +USE_XORG= ice sm x11 xmu xt + +CONFIGURE_ARGS+= --disable-gksu \ + --enable-gtk3 --enable-wnck3 \ + --disable-wnck .include Modified: head/x11/xfce4-taskmanager/distinfo ============================================================================== --- head/x11/xfce4-taskmanager/distinfo Sun Feb 12 16:36:59 2017 (r433952) +++ head/x11/xfce4-taskmanager/distinfo Sun Feb 12 17:00:38 2017 (r433953) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-taskmanager-1.1.0.tar.bz2) = 2e1eb161f966cbfbd68bd029fb59115bc5ab0c0704cb500d20e7d73967e59ecb -SIZE (xfce4/xfce4-taskmanager-1.1.0.tar.bz2) = 365866 +TIMESTAMP = 1486910944 +SHA256 (xfce4/xfce4-taskmanager-1.2.0.tar.bz2) = 5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69 +SIZE (xfce4/xfce4-taskmanager-1.2.0.tar.bz2) = 435276 Added: head/x11/xfce4-taskmanager/files/patch-data_icons_16x16_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-taskmanager/files/patch-data_icons_16x16_Makefile.in Sun Feb 12 17:00:38 2017 (r433953) @@ -0,0 +1,11 @@ +--- data/icons/16x16/Makefile.in.orig 2017-02-12 11:22:36 UTC ++++ data/icons/16x16/Makefile.in +@@ -336,7 +336,7 @@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-iconsdir = $(datadir)/icons/hicolor/16x16/apps ++iconsdir = $(datadir)/icons/hicolor/16x16/actions + icons_DATA = xc_crosshair.png + EXTRA_DIST = $(icons_DATA) + all: all-am Added: head/x11/xfce4-taskmanager/files/patch-src_process-window.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-taskmanager/files/patch-src_process-window.c Sun Feb 12 17:00:38 2017 (r433953) @@ -0,0 +1,11 @@ +--- src/process-window.c.orig 2017-02-08 22:08:25 UTC ++++ src/process-window.c +@@ -247,7 +247,7 @@ xtm_process_window_init (XtmProcessWindo + window->settings_button = xtm_settings_tool_button_new (); + gtk_toolbar_insert (GTK_TOOLBAR (window->toolbar), GTK_TOOL_ITEM (window->settings_button), 1); + +- icon = gtk_image_new_from_icon_name ("xc_crosshair", GTK_ICON_SIZE_LARGE_TOOLBAR); ++ icon = gtk_image_new_from_icon_name ("dialog-information", GTK_ICON_SIZE_LARGE_TOOLBAR); + xwininfo = gtk_tool_button_new (icon, _("Identify Window")); + gtk_widget_set_tooltip_text (GTK_WIDGET (xwininfo), _("Identify an open window by clicking on it.")); + gtk_toolbar_insert (GTK_TOOLBAR (window->toolbar), GTK_TOOL_ITEM (xwininfo), 2); Modified: head/x11/xfce4-taskmanager/pkg-plist ============================================================================== --- head/x11/xfce4-taskmanager/pkg-plist Sun Feb 12 16:36:59 2017 (r433952) +++ head/x11/xfce4-taskmanager/pkg-plist Sun Feb 12 17:00:38 2017 (r433953) @@ -1,5 +1,8 @@ bin/xfce4-taskmanager share/applications/xfce4-taskmanager.desktop +share/icons/hicolor/16x16/actions/xc_crosshair.png +share/icons/hicolor/24x24/actions/xc_crosshair.png +share/icons/hicolor/scalable/actions/xc_crosshair.svg share/locale/ar/LC_MESSAGES/xfce4-taskmanager.mo share/locale/ast/LC_MESSAGES/xfce4-taskmanager.mo share/locale/be/LC_MESSAGES/xfce4-taskmanager.mo From owner-svn-ports-all@freebsd.org Sun Feb 12 17:19:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FBE0CDC280; Sun, 12 Feb 2017 17:19:31 +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 C5DC0191C; Sun, 12 Feb 2017 17:19:30 +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 v1CHJT61063240; Sun, 12 Feb 2017 17:19:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CHJTrS063239; Sun, 12 Feb 2017 17:19:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702121719.v1CHJTrS063239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 12 Feb 2017 17:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433954 - head/audio/alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:19:31 -0000 Author: jbeich Date: Sun Feb 12 17:19:29 2017 New Revision: 433954 URL: https://svnweb.freebsd.org/changeset/ports/433954 Log: audio/alsa-utils: switch to a light xmlto replacement Submitted by: bapt (based on) MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9556 Modified: head/audio/alsa-utils/Makefile (contents, props changed) Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Sun Feb 12 17:00:38 2017 (r433953) +++ head/audio/alsa-utils/Makefile Sun Feb 12 17:19:29 2017 (r433954) @@ -30,7 +30,8 @@ BAT_DESC= Basic Audio Tester support BAT_LIB_DEPENDS=libfftw3.so:math/fftw3 BAT_CONFIGURE_ENABLE=bat -MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto +MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto +MANPAGES_CONFIGURE_ENV= ac_cv_prog_xmlto=minixmlto MANPAGES_CONFIGURE_ENABLE=xmlto NLS_USES= gettext @@ -42,7 +43,10 @@ SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_heade post-patch: .SILENT ${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \ + -e '/x"$$xmlto"/s/= xyes/!= xno/' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's/ xmlto/ $$(xmlto)/' \ + ${WRKSRC}/alsactl/Makefile.in ${FIND} -E ${WRKSRC} -type f -regex \ '.*\.([[:digit:]]|spec\.in|csv|xml)' -exec \ ${REINPLACE_CMD} -i .pathfix.bak \ From owner-svn-ports-all@freebsd.org Sun Feb 12 17:24:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF55FCDC4C4; Sun, 12 Feb 2017 17:24:46 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C07D1DB4; Sun, 12 Feb 2017 17:24:46 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CHOjrv067066; Sun, 12 Feb 2017 17:24:45 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CHOjAF067065; Sun, 12 Feb 2017 17:24:45 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201702121724.v1CHOjAF067065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sun, 12 Feb 2017 17:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433955 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:24:46 -0000 Author: mmokhi Date: Sun Feb 12 17:24:45 2017 New Revision: 433955 URL: https://svnweb.freebsd.org/changeset/ports/433955 Log: Fixing the order of astro/xearth/files/freebsd.committers.markers Which became disordered after the previous commit. Submitted by: mmokhi Reported by: fluffy Reviewed by: feld Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D9539 Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Sun Feb 12 17:19:29 2017 (r433954) +++ head/astro/xearth/files/freebsd.committers.markers Sun Feb 12 17:24:45 2017 (r433955) @@ -58,6 +58,7 @@ 13.6325, 78.4552, "jkoshy" # Rishi Valley, India 28.599623, 77.314412 "ashish" # Delhi, India 43.219564, 76.851597, "bp" # Almaty, Kazakhstan + 35.72689, 51.54698, "mmokhi" # Tehran, Iran 51.33, 46.00, "novel" # Saratov, Russia 48.805, 44.586, "den" # Volgograd, Russia 55.740978, 37.830851, "sem" # Moscow, Russia @@ -75,7 +76,6 @@ 50.430417, 30.488262, "kib" # Kiev, Ukraine 50.361994, 30.444691, "avg" # Kiev, Ukraine 46.28, 30.44, "anray" # Odessa, Ukraine - 35.72689, 51.54698, "mmokhi" # Tehran, Iran -25.80974, 28.27731, "jhay" # Pretoria, South Africa 44.420, 26.1371, "itetcu" # Bucharest, Romania 59.430215 24.752914 "xmj" # Tallinn, Estonia From owner-svn-ports-all@freebsd.org Sun Feb 12 17:59:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F45CDCB6D; Sun, 12 Feb 2017 17:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 777191ABE; Sun, 12 Feb 2017 17:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CHxYKh079672; Sun, 12 Feb 2017 17:59:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CHxYmc079671; Sun, 12 Feb 2017 17:59:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702121759.v1CHxYmc079671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 12 Feb 2017 17:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433956 - in head/irc/irssi-xmpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:59:35 -0000 Author: brnrd Date: Sun Feb 12 17:59:34 2017 New Revision: 433956 URL: https://svnweb.freebsd.org/changeset/ports/433956 Log: irc/irssi-xmpp: Fix build with irssi < 1.0 - Remove patch for irssi >= 1.0 - irc/irssi is currently at 0.8 PR: 215829 Approved by: just-fix-it blanket Deleted: head/irc/irssi-xmpp/files/ Modified: head/irc/irssi-xmpp/Makefile Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Sun Feb 12 17:24:45 2017 (r433955) +++ head/irc/irssi-xmpp/Makefile Sun Feb 12 17:59:34 2017 (r433956) @@ -16,8 +16,6 @@ BUILD_DEPENDS= irssi:irc/irssi LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC') - USES= gettext-runtime pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sun Feb 12 18:05:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5600ACDCEA1; Sun, 12 Feb 2017 18:05:39 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23BD01F5F; Sun, 12 Feb 2017 18:05:39 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CI5cMI083541; Sun, 12 Feb 2017 18:05:38 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CI5cB5083540; Sun, 12 Feb 2017 18:05:38 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201702121805.v1CI5cB5083540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Sun, 12 Feb 2017 18:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433957 - head/devel/dwarves X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 18:05:39 -0000 Author: cem (src committer) Date: Sun Feb 12 18:05:38 2017 New Revision: 433957 URL: https://svnweb.freebsd.org/changeset/ports/433957 Log: devel/dwarves: Disable on <12 Builds will just fail on non-CURRENT until someone backports r312599. Tag the leaf port as ignored on these platforms. Reviewed by: bapt Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9319 Modified: head/devel/dwarves/Makefile Modified: head/devel/dwarves/Makefile ============================================================================== --- head/devel/dwarves/Makefile Sun Feb 12 17:59:34 2017 (r433956) +++ head/devel/dwarves/Makefile Sun Feb 12 18:05:38 2017 (r433957) @@ -39,4 +39,10 @@ post-patch: @${REINPLACE_CMD} -e 's|_GL_ATTRIBUTE_PURE|__attribute__((__pure__))|g' \ ${WRKSRC}/obstack.h ${WRKSRC}/obstack.c -.include +.include + +.if ${OSVERSION} < 1200000 +IGNORE= requires FreeBSD 12.0 (ElfNN_Chdr) +.endif + +.include From owner-svn-ports-all@freebsd.org Sun Feb 12 18:28:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2860CDC65D; Sun, 12 Feb 2017 18:28:31 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC9819FE; Sun, 12 Feb 2017 18:28:31 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CISUYO091917; Sun, 12 Feb 2017 18:28:30 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CISU1a091914; Sun, 12 Feb 2017 18:28:30 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702121828.v1CISU1a091914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 12 Feb 2017 18:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433958 - in head/www/lighttpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 18:28:32 -0000 Author: jrm Date: Sun Feb 12 18:28:30 2017 New Revision: 433958 URL: https://svnweb.freebsd.org/changeset/ports/433958 Log: www/lighttpd: Add LUA to default options, switch to using kqueue in level-triggered mode, and bump PORTREVISION. PR: 217007 Submitted by: pkubaj@anongoth.pl (maintainer) Approved by: swills (mentor, implicit) Added: head/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c (contents, props changed) Modified: head/www/lighttpd/Makefile Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Sun Feb 12 18:05:38 2017 (r433957) +++ head/www/lighttpd/Makefile Sun Feb 12 18:28:30 2017 (r433958) @@ -3,6 +3,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.45 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -36,7 +37,7 @@ REQUIRE= DAEMON OPTIONS_DEFINE= ATTR BZIP2 DOCS FAM GDBM GEOIP IPV6 KRB5 LIBEV LUA MEMCACHED \ MYSQL LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV -OPTIONS_DEFAULT= OPENSSL +OPTIONS_DEFAULT= LUA OPENSSL OPTIONS_SUB= yes ATTR_DESC= extended attributes support Added: head/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lighttpd/files/patch-src_fdevent__freebsd__kqueue.c Sun Feb 12 18:28:30 2017 (r433958) @@ -0,0 +1,19 @@ +--- src/fdevent_freebsd_kqueue.c.orig 2017-02-11 19:44:05 UTC ++++ src/fdevent_freebsd_kqueue.c +@@ -75,14 +75,14 @@ static int fdevent_freebsd_kqueue_event_ + if (events == oevents) return fd; + + if (addevents & FDEVENT_IN) { +- EV_SET(&kev[n], fd, EVFILT_READ, EV_ADD|EV_CLEAR, 0, 0, NULL); ++ EV_SET(&kev[n], fd, EVFILT_READ, EV_ADD, 0, 0, NULL); + n++; + } else if (delevents & FDEVENT_IN) { + EV_SET(&kev[n], fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); + n++; + } + if (addevents & FDEVENT_OUT) { +- EV_SET(&kev[n], fd, EVFILT_WRITE, EV_ADD|EV_CLEAR, 0, 0, NULL); ++ EV_SET(&kev[n], fd, EVFILT_WRITE, EV_ADD, 0, 0, NULL); + n++; + } else if (delevents & FDEVENT_OUT) { + EV_SET(&kev[n], fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); From owner-svn-ports-all@freebsd.org Sun Feb 12 18:56:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 368D1CDCCFE; Sun, 12 Feb 2017 18:56: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 ECF5A19C1; Sun, 12 Feb 2017 18:56:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CIu0QW004139; Sun, 12 Feb 2017 18:56:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CItxGt004133; Sun, 12 Feb 2017 18:55:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702121855.v1CItxGt004133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 12 Feb 2017 18:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433959 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 18:56:01 -0000 Author: madpilot Date: Sun Feb 12 18:55:59 2017 New Revision: 433959 URL: https://svnweb.freebsd.org/changeset/ports/433959 Log: Update deskutils/calibre to 2.79.1 Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sun Feb 12 18:28:30 2017 (r433958) +++ head/deskutils/calibre/Makefile Sun Feb 12 18:55:59 2017 (r433959) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.79.0 +PORTVERSION= 2.79.1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sun Feb 12 18:28:30 2017 (r433958) +++ head/deskutils/calibre/distinfo Sun Feb 12 18:55:59 2017 (r433959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486713168 -SHA256 (calibre-2.79.0.tar.xz) = de97db80a5b14c59623ce5cb7ceeda3c04bfb15ead60fa4450537ac6b5b0e92c -SIZE (calibre-2.79.0.tar.xz) = 38735852 +TIMESTAMP = 1486887599 +SHA256 (calibre-2.79.1.tar.xz) = 257425f19d620afb9e7fa8c22d3dea1e7c9631f6da4ccdf9440a9448231b936a +SIZE (calibre-2.79.1.tar.xz) = 38738320 From owner-svn-ports-all@freebsd.org Sun Feb 12 19:58:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 327CBCDC028; Sun, 12 Feb 2017 19:58:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37FE187E; Sun, 12 Feb 2017 19:58:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CJwSme028748; Sun, 12 Feb 2017 19:58:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CJwRIO028746; Sun, 12 Feb 2017 19:58:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201702121958.v1CJwRIO028746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 12 Feb 2017 19:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433960 - head/net/py-matrix-synapse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 19:58:29 -0000 Author: feld Date: Sun Feb 12 19:58:27 2017 New Revision: 433960 URL: https://svnweb.freebsd.org/changeset/ports/433960 Log: net/py-matrix-synapse: Update to 0.19.1 Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.1 Modified: head/net/py-matrix-synapse/Makefile head/net/py-matrix-synapse/distinfo Modified: head/net/py-matrix-synapse/Makefile ============================================================================== --- head/net/py-matrix-synapse/Makefile Sun Feb 12 18:55:59 2017 (r433959) +++ head/net/py-matrix-synapse/Makefile Sun Feb 12 19:58:27 2017 (r433960) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 0.19.0 +DISTVERSION= 0.19.1 PORTREVISION= 0 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-matrix-synapse/distinfo ============================================================================== --- head/net/py-matrix-synapse/distinfo Sun Feb 12 18:55:59 2017 (r433959) +++ head/net/py-matrix-synapse/distinfo Sun Feb 12 19:58:27 2017 (r433960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486393491 -SHA256 (matrix-org-synapse-v0.19.0_GH0.tar.gz) = 9937ced5ff2f5de4ea8fabae362bd961ed76b3b4dda970830452d5f58ace73c1 -SIZE (matrix-org-synapse-v0.19.0_GH0.tar.gz) = 759878 +TIMESTAMP = 1486928916 +SHA256 (matrix-org-synapse-v0.19.1_GH0.tar.gz) = f30e78c6fb8c92ca7e922c32121563b2742dbd52419bca3dbd5415bb6fe7aa55 +SIZE (matrix-org-synapse-v0.19.1_GH0.tar.gz) = 759951 From owner-svn-ports-all@freebsd.org Sun Feb 12 19:58:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74797CDC07C; Sun, 12 Feb 2017 19:58:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44240198A; Sun, 12 Feb 2017 19:58:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CJwkYQ028860; Sun, 12 Feb 2017 19:58:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CJwk1R028857; Sun, 12 Feb 2017 19:58:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702121958.v1CJwk1R028857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 12 Feb 2017 19:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433961 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 19:58:47 -0000 Author: rene Date: Sun Feb 12 19:58:46 2017 New Revision: 433961 URL: https://svnweb.freebsd.org/changeset/ports/433961 Log: Reset maintainer for Uses/ada.mk and Uses/alias.mk Modified: head/Mk/Uses/ada.mk head/Mk/Uses/alias.mk Modified: head/Mk/Uses/ada.mk ============================================================================== --- head/Mk/Uses/ada.mk Sun Feb 12 19:58:27 2017 (r433960) +++ head/Mk/Uses/ada.mk Sun Feb 12 19:58:46 2017 (r433961) @@ -7,7 +7,7 @@ # Usage: USES=ada # Valid ARGS: 5, 6, run # -# MAINTAINER: marino@FreeBSD.org +# MAINTAINER: ports@FreeBSD.org .if !defined(_INCLUDE_USES_ADA_MK) _INCLUDE_USES_ADA_MK= yes Modified: head/Mk/Uses/alias.mk ============================================================================== --- head/Mk/Uses/alias.mk Sun Feb 12 19:58:27 2017 (r433960) +++ head/Mk/Uses/alias.mk Sun Feb 12 19:58:46 2017 (r433961) @@ -8,7 +8,7 @@ # Usage: USES=alias or USES=alias:ARGS # Valid ARGS: 9 (default), 10, 11 # -# MAINTAINER: marino@FreeBSD.org +# MAINTAINER: ports@FreeBSD.org .if !defined(_INCLUDE_USES_ALIAS_MK) _INCLUDE_USES_ALIAS_MK= yes From owner-svn-ports-all@freebsd.org Sun Feb 12 20:14:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BCEFCDC760; Sun, 12 Feb 2017 20:14:00 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 118E11447; Sun, 12 Feb 2017 20:13:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CKDxmX036907; Sun, 12 Feb 2017 20:13:59 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CKDxu3036905; Sun, 12 Feb 2017 20:13:59 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702122013.v1CKDxu3036905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 12 Feb 2017 20:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433962 - in head/databases/pecl-mongodb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 20:14:00 -0000 Author: brnrd Date: Sun Feb 12 20:13:58 2017 New Revision: 433962 URL: https://svnweb.freebsd.org/changeset/ports/433962 Log: databases/pecl-mongodb: Fix build with LibreSSL - Patch check for OPENSSL_VERSION_NUMBER > 1.1 PR: 217028 Approved by: pi (maintainer) Added: head/databases/pecl-mongodb/files/ head/databases/pecl-mongodb/files/patch-src_libmongoc_src_mongoc_mongoc-stream-tls-openssl.c (contents, props changed) Modified: head/databases/pecl-mongodb/Makefile Modified: head/databases/pecl-mongodb/Makefile ============================================================================== --- head/databases/pecl-mongodb/Makefile Sun Feb 12 19:58:46 2017 (r433961) +++ head/databases/pecl-mongodb/Makefile Sun Feb 12 20:13:58 2017 (r433962) @@ -16,10 +16,4 @@ USES= php:ext ssl tar:tgz USE_PHP= spl:build CFLAGS+= -I${LOCALBASE}/include -.include - -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= LibreSSL not supported until version 1.3.x -.endif - -.include +.include Added: head/databases/pecl-mongodb/files/patch-src_libmongoc_src_mongoc_mongoc-stream-tls-openssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pecl-mongodb/files/patch-src_libmongoc_src_mongoc_mongoc-stream-tls-openssl.c Sun Feb 12 20:13:58 2017 (r433962) @@ -0,0 +1,11 @@ +--- src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c.orig 2017-01-17 18:35:13 UTC ++++ src/libmongoc/src/mongoc/mongoc-stream-tls-openssl.c +@@ -638,7 +638,7 @@ mongoc_stream_tls_openssl_new (mongoc_st + RETURN(NULL); + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10002000L ++#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) + if (!opt->allow_invalid_hostname) { + struct in_addr addr; + X509_VERIFY_PARAM *param = X509_VERIFY_PARAM_new(); From owner-svn-ports-all@freebsd.org Sun Feb 12 20:39:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB420CDCD86; Sun, 12 Feb 2017 20:39:56 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A84FC1D4D; Sun, 12 Feb 2017 20:39:56 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CKdthP045325; Sun, 12 Feb 2017 20:39:55 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CKdtuC045323; Sun, 12 Feb 2017 20:39:55 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702122039.v1CKdtuC045323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 12 Feb 2017 20:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433963 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 20:39:57 -0000 Author: rene Date: Sun Feb 12 20:39:55 2017 New Revision: 433963 URL: https://svnweb.freebsd.org/changeset/ports/433963 Log: Reset maintainers of Mk/bsd.sdl.mk and Mk/bsd.wx.mk, their commit bits were taken in for safekeeping. Modified: head/Mk/bsd.sdl.mk head/Mk/bsd.wx.mk Modified: head/Mk/bsd.sdl.mk ============================================================================== --- head/Mk/bsd.sdl.mk Sun Feb 12 20:13:58 2017 (r433962) +++ head/Mk/bsd.sdl.mk Sun Feb 12 20:39:55 2017 (r433963) @@ -21,7 +21,7 @@ # $FreeBSD$ # -SDL_Include_MAINTAINER= mva@FreeBSD.org +SDL_Include_MAINTAINER= ports@FreeBSD.org # # These are the current supported SDL1.2 modules Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Sun Feb 12 20:13:58 2017 (r433962) +++ head/Mk/bsd.wx.mk Sun Feb 12 20:39:55 2017 (r433963) @@ -91,7 +91,7 @@ # USE_WX_NOT= 2.8 # -WX_Include_MAINTAINER= alepulver@FreeBSD.org +WX_Include_MAINTAINER= ports@FreeBSD.org # # Global definitions. From owner-svn-ports-all@freebsd.org Sun Feb 12 20:43:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FAF1CDCF8E; Sun, 12 Feb 2017 20:43:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C978110F5; Sun, 12 Feb 2017 20:43:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CKh4UI049353; Sun, 12 Feb 2017 20:43:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CKh4gY049348; Sun, 12 Feb 2017 20:43:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702122043.v1CKh4gY049348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 12 Feb 2017 20:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433964 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 20:43:06 -0000 Author: rene Date: Sun Feb 12 20:43:04 2017 New Revision: 433964 URL: https://svnweb.freebsd.org/changeset/ports/433964 Log: Set maintainer of these scripts to portmgr as the previous maintainers retired. Modified: head/Tools/scripts/checksum.sh head/Tools/scripts/chkorigin.sh head/Tools/scripts/chkversion.pl head/Tools/scripts/tindex Modified: head/Tools/scripts/checksum.sh ============================================================================== --- head/Tools/scripts/checksum.sh Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/checksum.sh Sun Feb 12 20:43:04 2017 (r433964) @@ -2,7 +2,7 @@ # # Created by: Alexander Langer # Created on: May 22, 2000 -# MAINTAINER= alex@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org if [ -z $1 ]; then echo "Usage: $0 ..." Modified: head/Tools/scripts/chkorigin.sh ============================================================================== --- head/Tools/scripts/chkorigin.sh Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/chkorigin.sh Sun Feb 12 20:43:04 2017 (r433964) @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PKGORIGIN connects packaged or installed ports to the directory they # originally came from. Although often overlooked, they are extremly Modified: head/Tools/scripts/chkversion.pl ============================================================================== --- head/Tools/scripts/chkversion.pl Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/chkversion.pl Sun Feb 12 20:43:04 2017 (r433964) @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PORTVERSION and PKGORIGIN auditing script # Modified: head/Tools/scripts/tindex ============================================================================== --- head/Tools/scripts/tindex Sun Feb 12 20:39:55 2017 (r433963) +++ head/Tools/scripts/tindex Sun Feb 12 20:43:04 2017 (r433964) @@ -9,7 +9,7 @@ # on the most recent 'svn update', and put those committers "on the hook". # These committers all stay on the hook until INDEX is buildable again. # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # -------------------------------------------------------- From owner-svn-ports-all@freebsd.org Sun Feb 12 21:09:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 863E7CDCB28; Sun, 12 Feb 2017 21:09:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C0715C5; Sun, 12 Feb 2017 21:09:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CL9HFc057900; Sun, 12 Feb 2017 21:09:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CL9HX7057898; Sun, 12 Feb 2017 21:09:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201702122109.v1CL9HX7057898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 12 Feb 2017 21:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433965 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 21:09:18 -0000 Author: bapt Date: Sun Feb 12 21:09:17 2017 New Revision: 433965 URL: https://svnweb.freebsd.org/changeset/ports/433965 Log: Update to 1.9.99.11 - Fix install as user - Allow to set env variable per repo to pass to libfetch - Plug a memory leak - Fix repo initialization when a repo is disabled - Fix installing sparse binary files - Add an option for a user to change locking over nfs Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Feb 12 20:43:04 2017 (r433964) +++ head/ports-mgmt/pkg-devel/Makefile Sun Feb 12 21:09:17 2017 (r433965) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.10 +DISTVERSION= 1.9.99.11 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Feb 12 20:43:04 2017 (r433964) +++ head/ports-mgmt/pkg-devel/distinfo Sun Feb 12 21:09:17 2017 (r433965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483399497 -SHA256 (pkg-1.9.99.10.tar.xz) = e2fc918b6deb9e683001672b0dd44d9316574f39a6714e6da539cb7ee1a97bc6 -SIZE (pkg-1.9.99.10.tar.xz) = 2192688 +TIMESTAMP = 1486933262 +SHA256 (pkg-1.9.99.11.tar.xz) = 338963cd086150a7ff169584774de754bf492b8deaf3796d20adc4933753a4f0 +SIZE (pkg-1.9.99.11.tar.xz) = 2170084 From owner-svn-ports-all@freebsd.org Sun Feb 12 21:29:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1008CDC00F; Sun, 12 Feb 2017 21:29:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A36901DC7; Sun, 12 Feb 2017 21:29:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CLT2DT066124; Sun, 12 Feb 2017 21:29:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CLT2MP066123; Sun, 12 Feb 2017 21:29:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702122129.v1CLT2MP066123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 12 Feb 2017 21:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433966 - head/security/krb5-115 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 21:29:04 -0000 Author: cy Date: Sun Feb 12 21:29:02 2017 New Revision: 433966 URL: https://svnweb.freebsd.org/changeset/ports/433966 Log: Fix build with LbreSSL. PR: 217027 Submitted by: brnrd Modified: head/security/krb5-115/Makefile Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Sun Feb 12 21:09:17 2017 (r433965) +++ head/security/krb5-115/Makefile Sun Feb 12 21:29:02 2017 (r433966) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) From owner-svn-ports-all@freebsd.org Sun Feb 12 21:51:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39CE7CDC918; Sun, 12 Feb 2017 21:51:36 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9A551A34; Sun, 12 Feb 2017 21:51:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CLpY8J077145; Sun, 12 Feb 2017 21:51:34 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CLpYUA077143; Sun, 12 Feb 2017 21:51:34 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702122151.v1CLpYUA077143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 12 Feb 2017 21:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433967 - head/security/krb5-115/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 21:51:36 -0000 Author: cy Date: Sun Feb 12 21:51:34 2017 New Revision: 433967 URL: https://svnweb.freebsd.org/changeset/ports/433967 Log: Add missing patch files. Reported by: sunpoet Pointy hat to: cy (me) Added: head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c (contents, props changed) head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h (contents, props changed) Added: head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Sun Feb 12 21:51:34 2017 (r433967) @@ -0,0 +1,20 @@ +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2016-12-01 22:31:25 UTC ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c +@@ -191,7 +191,7 @@ pkinit_pkcs11_code_to_text(int err); + (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* 1.1 standardizes constructor and destructor names, renaming + * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ +@@ -3059,7 +3059,7 @@ cleanup: + return retval; + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + + /* + * We need to decode DomainParameters from RFC 3279 section 2.3.3. We would Added: head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.h Sun Feb 12 21:51:34 2017 (r433967) @@ -0,0 +1,11 @@ +--- plugins/preauth/pkinit/pkinit_crypto_openssl.h.orig 2016-12-01 22:31:25 UTC ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.h +@@ -46,7 +46,7 @@ + #include + #include + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(OPENSSL_VERSION_NUMBER) + #include + #else + #include From owner-svn-ports-all@freebsd.org Sun Feb 12 21:53:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97C39CDCAAB; Sun, 12 Feb 2017 21:53:48 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3BE1DA2; Sun, 12 Feb 2017 21:53:48 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CLrlXp078152; Sun, 12 Feb 2017 21:53:47 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CLrlDQ078151; Sun, 12 Feb 2017 21:53:47 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702122153.v1CLrlDQ078151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 12 Feb 2017 21:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433968 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 21:53:48 -0000 Author: rene Date: Sun Feb 12 21:53:47 2017 New Revision: 433968 URL: https://svnweb.freebsd.org/changeset/ports/433968 Log: Fix check-plist of USES=kmod No longer depend on (KERN_)DEBUGDIR being non-empty to decide whether to create the empty KERN_DEBUGDIR/KMODDIR directory, instead use a new argument 'debug' to indicate this. Add KERN_DEBUGDIR to PLIST_SUB and MAKE_ENV so that the including ports can use them. Ports using kmod:debug do need to add @dir entries to their pkg-plist for now to prevent 'make check-plist' errors, for example for default KMODDDIR: @dir /%%KERN_DEBUGDIR%%/%%KMODDIR%% @dir /%%KERN_DEBUGDIR%%/boot @dir /%%KERN_DEBUGDIR%% It would indeed be nice to automate this. PR: 216879 Submitted by: Sergey Kozlov (kozlov.sergey.404@gmail.com) Modified: head/Mk/Uses/kmod.mk Modified: head/Mk/Uses/kmod.mk ============================================================================== --- head/Mk/Uses/kmod.mk Sun Feb 12 21:51:34 2017 (r433967) +++ head/Mk/Uses/kmod.mk Sun Feb 12 21:53:47 2017 (r433968) @@ -4,7 +4,7 @@ # # Feature: kmod # Usage: USES=kmod -# Valid ARGS: none +# Valid ARGS: (none) debug # # MAINTAINER: rene@FreeBSD.org @@ -13,8 +13,12 @@ _INCLUDE_USES_KMOD_MK= yes _USES_POST+= kmod -.if !empty(kmod_ARGS) -IGNORE= USES=kmod takes no arguments +.if empty(kmod_ARGS) +_DEBUG_KMOD= +.elif ${kmod_ARGS} == "debug" +_DEBUG_KMOD= yes +.else +IGNORE= USES=kmod takes either no arguments or 'debug' .endif .if !exists(${SRC_BASE}/sys/Makefile) @@ -34,21 +38,25 @@ MAKE_ENV+= KMODDIR="${KMODDIR}" SYSDIR=" PLIST_FILES+= "@kld ${KMODDIR}" STRIP_CMD+= --strip-debug # do not strip kernel symbols +.if !empty(_DEBUG_KMOD) KERN_DEBUGDIR?= ${DEBUGDIR} +PLIST_SUB+= KERN_DEBUGDIR="${KERN_DEBUGDIR:C,^/,,}" +MAKE_ENV+= KERN_DEBUGDIR="${KERN_DEBUGDIR}" +#XXX (rene): it would be nice to automatically add @dir entries here, +# they are somehow needed according to 'make makeplist' +.endif + .endif .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_KMOD_POST_MK) _INCLUDE_USES_KMOD_POST_MK= yes _USES_install+= 290:${STAGEDIR}${KMODDIR} -.if !empty(KERN_DEBUGDIR) -_USES_install+= 291:${STAGEDIR}${KERN_DEBUGDIR}${KMODDIR} -.endif - ${STAGEDIR}${KMODDIR}: @${MKDIR} ${.TARGET} -.if !empty(KERN_DEBUGDIR) +.if !empty(_DEBUG_KMOD) +_USES_install+= 291:${STAGEDIR}${KERN_DEBUGDIR}${KMODDIR} ${STAGEDIR}${KERN_DEBUGDIR}${KMODDIR}: @${MKDIR} ${.TARGET} .endif From owner-svn-ports-all@freebsd.org Sun Feb 12 21:54:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D6A3CDCBD6; Sun, 12 Feb 2017 21:54:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F15471F67; Sun, 12 Feb 2017 21:54:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CLsXHn078295; Sun, 12 Feb 2017 21:54:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CLsX3L078294; Sun, 12 Feb 2017 21:54:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702122154.v1CLsX3L078294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 12 Feb 2017 21:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433969 - head/sysutils/acerhdf-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 21:54:34 -0000 Author: rene Date: Sun Feb 12 21:54:32 2017 New Revision: 433969 URL: https://svnweb.freebsd.org/changeset/ports/433969 Log: sysutils/acerhdf-kmod: no need to declare an empty KERN_DEBUGDIR anymore Modified: head/sysutils/acerhdf-kmod/Makefile Modified: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- head/sysutils/acerhdf-kmod/Makefile Sun Feb 12 21:53:47 2017 (r433968) +++ head/sysutils/acerhdf-kmod/Makefile Sun Feb 12 21:54:32 2017 (r433969) @@ -13,7 +13,6 @@ LICENSE= GPLv2 USES= kmod uidfix KMODNAME= acerhdf -KERN_DEBUGDIR= MANDIR= ${PREFIX}/man/man4 USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Feb 12 23:47:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AB26CD162C; Sun, 12 Feb 2017 23:47:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F38EB1868; Sun, 12 Feb 2017 23:47:50 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CNloMS023239; Sun, 12 Feb 2017 23:47:50 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CNlnmq023237; Sun, 12 Feb 2017 23:47:49 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201702122347.v1CNlnmq023237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 12 Feb 2017 23:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433970 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 23:47:51 -0000 Author: araujo Date: Sun Feb 12 23:47:49 2017 New Revision: 433970 URL: https://svnweb.freebsd.org/changeset/ports/433970 Log: Update to 2017.02.11. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Sun Feb 12 21:54:32 2017 (r433969) +++ head/www/youtube_dl/Makefile Sun Feb 12 23:47:49 2017 (r433970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2017.01.10 +PORTVERSION= 2017.02.11 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Sun Feb 12 21:54:32 2017 (r433969) +++ head/www/youtube_dl/distinfo Sun Feb 12 23:47:49 2017 (r433970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484570716 -SHA256 (youtube-dl-2017.01.10.tar.gz) = 6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932 -SIZE (youtube-dl-2017.01.10.tar.gz) = 2517299 +TIMESTAMP = 1486943110 +SHA256 (youtube-dl-2017.02.11.tar.gz) = 5b1353592f5a4dfb6f476c48b7f04b64799803672e83b1cb59e643715182b01a +SIZE (youtube-dl-2017.02.11.tar.gz) = 2578849 From owner-svn-ports-all@freebsd.org Mon Feb 13 00:15:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CD8BCD1FA8; Mon, 13 Feb 2017 00:15:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD695E0; Mon, 13 Feb 2017 00:15:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D0FGKW035570; Mon, 13 Feb 2017 00:15:16 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D0FGZg035567; Mon, 13 Feb 2017 00:15:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201702130015.v1D0FGZg035567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 13 Feb 2017 00:15:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433971 - head/security/lastpass-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 00:15:17 -0000 Author: adamw Date: Mon Feb 13 00:15:15 2017 New Revision: 433971 URL: https://svnweb.freebsd.org/changeset/ports/433971 Log: Update to 1.1.2; now builds with cmake [1] Remove no-longer-accurate block from pkg-message [2] PR: 217018 [1] Submitted by: adamw [1], maintainer [2] Approved by: maintainer (Thomas Hurst) Modified: head/security/lastpass-cli/Makefile head/security/lastpass-cli/distinfo head/security/lastpass-cli/pkg-message Modified: head/security/lastpass-cli/Makefile ============================================================================== --- head/security/lastpass-cli/Makefile Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/Makefile Mon Feb 13 00:15:15 2017 (r433971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake pkgconfig ssl +USES= cmake pkgconfig ssl USE_GNOME= libxml2 USE_GITHUB= YES GH_ACCOUNT= lastpass PLIST_FILES= bin/lpass share/bash-completion/completions/lpass -MAKE_ENV+= MANDIR=${MANPREFIX}/man +CMAKE_ARGS= -DBASH_COMPLETION_COMPLETIONSDIR=${PREFIX}/share/bash-completion/completions OPTIONS_DEFINE= MANPAGES PINENTRY XCLIP XSEL OPTIONS_DEFAULT= MANPAGES @@ -41,7 +41,7 @@ XSEL_RUN_DEPENDS= xsel:x11/xsel post-extract: @${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \ - ${WRKSRC}/Makefile + ${WRKSRC}/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lpass Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/distinfo Mon Feb 13 00:15:15 2017 (r433971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469726890 -SHA256 (lastpass-lastpass-cli-v1.0.0_GH0.tar.gz) = 42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e -SIZE (lastpass-lastpass-cli-v1.0.0_GH0.tar.gz) = 92311 +TIMESTAMP = 1486849098 +SHA256 (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 +SIZE (lastpass-lastpass-cli-v1.1.2_GH0.tar.gz) = 102796 Modified: head/security/lastpass-cli/pkg-message ============================================================================== --- head/security/lastpass-cli/pkg-message Sun Feb 12 23:47:49 2017 (r433970) +++ head/security/lastpass-cli/pkg-message Mon Feb 13 00:15:15 2017 (r433971) @@ -16,14 +16,6 @@ lpass.* or within your $SECURE_TMPDIR. =============================================================================== -Using OpenSSL from ports -=============================================================================== - -If you're using security/openssl, ensure ftp/curl is configured with the -HEIMDAL_PORT option to avoid linking to two different OpenSSL libraries. - - -=============================================================================== Other steps =============================================================================== From owner-svn-ports-all@freebsd.org Mon Feb 13 01:19:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 454B1CD9FE6; Mon, 13 Feb 2017 01:19:54 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FEC31F1E; Mon, 13 Feb 2017 01:19:53 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D1Jrkb060485; Mon, 13 Feb 2017 01:19:53 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D1JqJd060480; Mon, 13 Feb 2017 01:19:52 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702130119.v1D1JqJd060480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 13 Feb 2017 01:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433972 - in head/sysutils: . pcapfix pcapfix/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 01:19:54 -0000 Author: jrm Date: Mon Feb 13 01:19:52 2017 New Revision: 433972 URL: https://svnweb.freebsd.org/changeset/ports/433972 Log: New port: sysutils/pcapfix: tool to repair damaged pcap and pcapng files. http://f00l.de/pcapfix/ PR: 217052 Submitted by: vidar@karlsen.tech (maintainer) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9561 Added: head/sysutils/pcapfix/ head/sysutils/pcapfix/Makefile (contents, props changed) head/sysutils/pcapfix/distinfo (contents, props changed) head/sysutils/pcapfix/files/ head/sysutils/pcapfix/files/patch-Makefile (contents, props changed) head/sysutils/pcapfix/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Feb 13 00:15:15 2017 (r433971) +++ head/sysutils/Makefile Mon Feb 13 01:19:52 2017 (r433972) @@ -766,6 +766,7 @@ SUBDIR += pax-utils SUBDIR += pbi-manager SUBDIR += pbimaker + SUBDIR += pcapfix SUBDIR += pcbsd-appweb SUBDIR += pcbsd-libsh SUBDIR += pcbsd-syscache Added: head/sysutils/pcapfix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcapfix/Makefile Mon Feb 13 01:19:52 2017 (r433972) @@ -0,0 +1,24 @@ +# Created by: Vidar Karlsen +# $FreeBSD$ + +PORTNAME= pcapfix +PORTVERSION= 1.1.0 +CATEGORIES= sysutils + +MAINTAINER= vidar@karlsen.tech +COMMENT= Tool to repair damaged or corrupted pcap and pcapng files + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= Rup0rt +GH_TAGNAME= v1.1.0 + +PLIST_FILES= bin/pcapfix man/man1/pcapfix.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include Added: head/sysutils/pcapfix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcapfix/distinfo Mon Feb 13 01:19:52 2017 (r433972) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486934418 +SHA256 (Rup0rt-pcapfix-1.1.0-v1.1.0_GH0.tar.gz) = c77cad858e85dd4509aa5a6a8019f8aba389aa95ae1edfbf7d7ea4c02bbfb238 +SIZE (Rup0rt-pcapfix-1.1.0-v1.1.0_GH0.tar.gz) = 40302 Added: head/sysutils/pcapfix/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcapfix/files/patch-Makefile Mon Feb 13 01:19:52 2017 (r433972) @@ -0,0 +1,24 @@ +--- Makefile.orig 2014-08-31 08:08:24 UTC ++++ Makefile +@@ -10,13 +10,13 @@ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEB + LDFLAGS += -Wl,-z,relro + + all: pcap pcapng +- gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix ++ ${CC} $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix + + pcap: pcap.c +- gcc $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o ++ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o + + pcapng: pcapng.c +- gcc $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o ++ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o + + install: + install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix +@@ -29,4 +29,3 @@ uninstall: + clean: + rm -f *.o + rm -f pcapfix +- Added: head/sysutils/pcapfix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pcapfix/pkg-descr Mon Feb 13 01:19:52 2017 (r433972) @@ -0,0 +1,3 @@ +Pcapfix is a tool to repair your damaged or corrupted pcap and pcapng files. + +WWW: http://f00l.de/pcapfix/ From owner-svn-ports-all@freebsd.org Mon Feb 13 03:00:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E33BCDC482; Mon, 13 Feb 2017 03:00:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DB047A9; Mon, 13 Feb 2017 03:00:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D309e9001271; Mon, 13 Feb 2017 03:00:09 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D309h4001269; Mon, 13 Feb 2017 03:00:09 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702130300.v1D309h4001269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Mon, 13 Feb 2017 03:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433973 - head/net/pecl-smbclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 03:00:10 -0000 Author: kevlo Date: Mon Feb 13 03:00:09 2017 New Revision: 433973 URL: https://svnweb.freebsd.org/changeset/ports/433973 Log: Update to 0.9.0 Modified: head/net/pecl-smbclient/Makefile head/net/pecl-smbclient/distinfo Modified: head/net/pecl-smbclient/Makefile ============================================================================== --- head/net/pecl-smbclient/Makefile Mon Feb 13 01:19:52 2017 (r433972) +++ head/net/pecl-smbclient/Makefile Mon Feb 13 03:00:09 2017 (r433973) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= smbclient -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/net/pecl-smbclient/distinfo ============================================================================== --- head/net/pecl-smbclient/distinfo Mon Feb 13 01:19:52 2017 (r433972) +++ head/net/pecl-smbclient/distinfo Mon Feb 13 03:00:09 2017 (r433973) @@ -1,2 +1,3 @@ -SHA256 (PECL/smbclient-0.8.0.tgz) = 22fdd4b9da1c880b88a0776620113cdaaa3273ecef3be3743250654bd0c67e7c -SIZE (PECL/smbclient-0.8.0.tgz) = 30910 +TIMESTAMP = 1486952060 +SHA256 (PECL/smbclient-0.9.0.tgz) = 368329cf1b9e60750eca470659c7eba6a78e5ce3adfbcc25ce5611006a121a70 +SIZE (PECL/smbclient-0.9.0.tgz) = 31891 From owner-svn-ports-all@freebsd.org Mon Feb 13 03:01:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5410BCDC636; Mon, 13 Feb 2017 03:01:22 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9C63BAD; Mon, 13 Feb 2017 03:01:21 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D31LIV003872; Mon, 13 Feb 2017 03:01:21 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D31KQt003869; Mon, 13 Feb 2017 03:01:20 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702130301.v1D31KQt003869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Mon, 13 Feb 2017 03:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433974 - head/www/owncloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 03:01:22 -0000 Author: kevlo Date: Mon Feb 13 03:01:20 2017 New Revision: 433974 URL: https://svnweb.freebsd.org/changeset/ports/433974 Log: Update to 9.1.4 Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Mon Feb 13 03:00:09 2017 (r433973) +++ head/www/owncloud/Makefile Mon Feb 13 03:01:20 2017 (r433974) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.1.3 +PORTVERSION= 9.1.4 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -12,6 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING-AGPL USES= cpe tar:bzip2 +IGNORE_WITH_PHP= 71 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Mon Feb 13 03:00:09 2017 (r433973) +++ head/www/owncloud/distinfo Mon Feb 13 03:01:20 2017 (r433974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482799694 -SHA256 (owncloud-9.1.3.tar.bz2) = e0a1eb35fffb61dab5ca41f6d3fdb4ddcc3ec09683cd620b8094846785d4f6e9 -SIZE (owncloud-9.1.3.tar.bz2) = 28977283 +TIMESTAMP = 1486952371 +SHA256 (owncloud-9.1.4.tar.bz2) = 1bf62c5e665a98f8c82fbeb2fcc5d2aa2bd3157b0cad2a93000a8d72114ca547 +SIZE (owncloud-9.1.4.tar.bz2) = 13882525 Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Mon Feb 13 03:00:09 2017 (r433973) +++ head/www/owncloud/pkg-plist Mon Feb 13 03:01:20 2017 (r433974) @@ -1,10 +1,8 @@ %%WWWDIR%%/.htaccess %%WWWDIR%%/.user.ini -%%WWWDIR%%/3rdparty/.gitignore %%WWWDIR%%/3rdparty/LICENSE INFO %%WWWDIR%%/3rdparty/README.md %%WWWDIR%%/3rdparty/autoload.php -%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.gitignore %%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml %%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/LICENSE %%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/README.md @@ -20,6 +18,7 @@ %%WWWDIR%%/3rdparty/composer/autoload_namespaces.php %%WWWDIR%%/3rdparty/composer/autoload_psr4.php %%WWWDIR%%/3rdparty/composer/autoload_real.php +%%WWWDIR%%/3rdparty/composer/autoload_static.php %%WWWDIR%%/3rdparty/composer/include_paths.php %%WWWDIR%%/3rdparty/composer/installed.json %%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/LICENSE @@ -47,7 +46,6 @@ %%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php %%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php %%WWWDIR%%/3rdparty/doctrine/cache/.coveralls.yml -%%WWWDIR%%/3rdparty/doctrine/cache/.gitignore %%WWWDIR%%/3rdparty/doctrine/cache/LICENSE %%WWWDIR%%/3rdparty/doctrine/cache/README.md %%WWWDIR%%/3rdparty/doctrine/cache/UPGRADE.md @@ -75,7 +73,6 @@ %%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php %%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php %%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php -%%WWWDIR%%/3rdparty/doctrine/collections/.gitignore %%WWWDIR%%/3rdparty/doctrine/collections/LICENSE %%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php %%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php @@ -90,8 +87,6 @@ %%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php %%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php %%WWWDIR%%/3rdparty/doctrine/collections/phpunit.xml.dist -%%WWWDIR%%/3rdparty/doctrine/common/.gitignore -%%WWWDIR%%/3rdparty/doctrine/common/.gitmodules %%WWWDIR%%/3rdparty/doctrine/common/LICENSE %%WWWDIR%%/3rdparty/doctrine/common/README.md %%WWWDIR%%/3rdparty/doctrine/common/UPGRADE_TO_2_1 @@ -384,7 +379,6 @@ %%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php %%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php %%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php -%%WWWDIR%%/3rdparty/doctrine/inflector/.gitignore %%WWWDIR%%/3rdparty/doctrine/inflector/LICENSE %%WWWDIR%%/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php %%WWWDIR%%/3rdparty/doctrine/lexer/README.md @@ -588,7 +582,6 @@ %%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php %%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamInterface.php %%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Utils.php -%%WWWDIR%%/3rdparty/icewind/streams/.gitignore %%WWWDIR%%/3rdparty/icewind/streams/src/CallbackWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/Directory.php %%WWWDIR%%/3rdparty/icewind/streams/src/DirectoryFilter.php @@ -597,6 +590,7 @@ %%WWWDIR%%/3rdparty/icewind/streams/src/IteratorDirectory.php %%WWWDIR%%/3rdparty/icewind/streams/src/NullWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/Path.php +%%WWWDIR%%/3rdparty/icewind/streams/src/PathWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/RetryWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/SeekableWrapper.php %%WWWDIR%%/3rdparty/icewind/streams/src/Url.php @@ -773,7 +767,6 @@ %%WWWDIR%%/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php %%WWWDIR%%/3rdparty/league/flysystem/src/Util/MimeType.php %%WWWDIR%%/3rdparty/league/flysystem/src/Util/StreamHasher.php -%%WWWDIR%%/3rdparty/lukasreschke/id3parser/.gitignore %%WWWDIR%%/3rdparty/lukasreschke/id3parser/README.md %%WWWDIR%%/3rdparty/lukasreschke/id3parser/composer.json %%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/ID3Parser.php @@ -1122,18 +1115,15 @@ %%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser %%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser %%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser -%%WWWDIR%%/3rdparty/pear/archive_tar/.gitignore %%WWWDIR%%/3rdparty/pear/archive_tar/Archive/Tar.php %%WWWDIR%%/3rdparty/pear/archive_tar/README.md %%WWWDIR%%/3rdparty/pear/archive_tar/composer.json %%WWWDIR%%/3rdparty/pear/archive_tar/package.xml -%%WWWDIR%%/3rdparty/pear/console_getopt/.gitignore %%WWWDIR%%/3rdparty/pear/console_getopt/Console/Getopt.php %%WWWDIR%%/3rdparty/pear/console_getopt/LICENSE %%WWWDIR%%/3rdparty/pear/console_getopt/README.rst %%WWWDIR%%/3rdparty/pear/console_getopt/composer.json %%WWWDIR%%/3rdparty/pear/console_getopt/package.xml -%%WWWDIR%%/3rdparty/pear/pear-core-minimal/.gitignore %%WWWDIR%%/3rdparty/pear/pear-core-minimal/README.rst %%WWWDIR%%/3rdparty/pear/pear-core-minimal/composer.json %%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/OS/Guess.php @@ -1141,7 +1131,6 @@ %%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php %%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php %%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/System.php -%%WWWDIR%%/3rdparty/pear/pear_exception/.gitignore %%WWWDIR%%/3rdparty/pear/pear_exception/LICENSE %%WWWDIR%%/3rdparty/pear/pear_exception/PEAR/Exception.php %%WWWDIR%%/3rdparty/pear/pear_exception/composer.json @@ -1689,7 +1678,6 @@ %%WWWDIR%%/3rdparty/punic/punic/code/data/zh/timeZoneNames.json %%WWWDIR%%/3rdparty/punic/punic/code/data/zh/units.json %%WWWDIR%%/3rdparty/rackspace/php-opencloud/.coveralls.yml -%%WWWDIR%%/3rdparty/rackspace/php-opencloud/.gitignore %%WWWDIR%%/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md %%WWWDIR%%/3rdparty/rackspace/php-opencloud/LICENSE %%WWWDIR%%/3rdparty/rackspace/php-opencloud/README.md @@ -2013,7 +2001,6 @@ %%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php %%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php %%WWWDIR%%/3rdparty/rackspace/php-opencloud/phpunit.xml.dist -%%WWWDIR%%/3rdparty/react/promise/.gitignore %%WWWDIR%%/3rdparty/react/promise/LICENSE %%WWWDIR%%/3rdparty/react/promise/src/CancellablePromiseInterface.php %%WWWDIR%%/3rdparty/react/promise/src/Deferred.php @@ -2027,7 +2014,6 @@ %%WWWDIR%%/3rdparty/react/promise/src/UnhandledRejectionException.php %%WWWDIR%%/3rdparty/react/promise/src/functions.php %%WWWDIR%%/3rdparty/react/promise/src/functions_include.php -%%WWWDIR%%/3rdparty/sabre/dav/.gitignore %%WWWDIR%%/3rdparty/sabre/dav/CHANGELOG.md %%WWWDIR%%/3rdparty/sabre/dav/CONTRIBUTING.md %%WWWDIR%%/3rdparty/sabre/dav/LICENSE @@ -2254,7 +2240,6 @@ %%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php %%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php %%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php -%%WWWDIR%%/3rdparty/sabre/event/.gitignore %%WWWDIR%%/3rdparty/sabre/event/CHANGELOG.md %%WWWDIR%%/3rdparty/sabre/event/LICENSE %%WWWDIR%%/3rdparty/sabre/event/README.md @@ -2266,7 +2251,6 @@ %%WWWDIR%%/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php %%WWWDIR%%/3rdparty/sabre/event/lib/Version.php %%WWWDIR%%/3rdparty/sabre/event/phpunit.xml.dist -%%WWWDIR%%/3rdparty/sabre/http/.gitignore %%WWWDIR%%/3rdparty/sabre/http/CHANGELOG.md %%WWWDIR%%/3rdparty/sabre/http/LICENSE %%WWWDIR%%/3rdparty/sabre/http/README.md @@ -2294,14 +2278,13 @@ %%WWWDIR%%/3rdparty/sabre/http/lib/Util.php %%WWWDIR%%/3rdparty/sabre/http/lib/Version.php %%WWWDIR%%/3rdparty/sabre/http/lib/functions.php -%%WWWDIR%%/3rdparty/sabre/uri/.gitignore %%WWWDIR%%/3rdparty/sabre/uri/CHANGELOG.md %%WWWDIR%%/3rdparty/sabre/uri/LICENSE %%WWWDIR%%/3rdparty/sabre/uri/README.md %%WWWDIR%%/3rdparty/sabre/uri/composer.json +%%WWWDIR%%/3rdparty/sabre/uri/lib/InvalidUriException.php %%WWWDIR%%/3rdparty/sabre/uri/lib/Version.php %%WWWDIR%%/3rdparty/sabre/uri/lib/functions.php -%%WWWDIR%%/3rdparty/sabre/vobject/.gitignore %%WWWDIR%%/3rdparty/sabre/vobject/ChangeLog.md %%WWWDIR%%/3rdparty/sabre/vobject/LICENSE %%WWWDIR%%/3rdparty/sabre/vobject/README.md @@ -2374,7 +2357,6 @@ %%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php %%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php %%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php -%%WWWDIR%%/3rdparty/sabre/xml/.gitignore %%WWWDIR%%/3rdparty/sabre/xml/CHANGELOG.md %%WWWDIR%%/3rdparty/sabre/xml/LICENSE %%WWWDIR%%/3rdparty/sabre/xml/README.md @@ -3119,6 +3101,19 @@ %%WWWDIR%%/apps/comments/l10n/zh_TW.json %%WWWDIR%%/apps/comments/lib/Activity/Extension.php %%WWWDIR%%/apps/comments/lib/Activity/Listener.php +%%WWWDIR%%/apps/configreport/LICENSE +%%WWWDIR%%/apps/configreport/appinfo/app.php +%%WWWDIR%%/apps/configreport/appinfo/info.xml +%%WWWDIR%%/apps/configreport/appinfo/routes.php +%%WWWDIR%%/apps/configreport/appinfo/signature.json +%%WWWDIR%%/apps/configreport/js/admin.js +%%WWWDIR%%/apps/configreport/lib/AppInfo/Application.php +%%WWWDIR%%/apps/configreport/lib/Command/ConfigReport.php +%%WWWDIR%%/apps/configreport/lib/Controller/ReportController.php +%%WWWDIR%%/apps/configreport/lib/Http/ReportResponse.php +%%WWWDIR%%/apps/configreport/lib/ReportDataCollector.php +%%WWWDIR%%/apps/configreport/settings/admin.php +%%WWWDIR%%/apps/configreport/templates/settings/admin.php %%WWWDIR%%/apps/dav/appinfo/app.php %%WWWDIR%%/apps/dav/appinfo/database.xml %%WWWDIR%%/apps/dav/appinfo/info.xml @@ -4082,7 +4077,6 @@ %%WWWDIR%%/apps/files_antivirus/img/app.png %%WWWDIR%%/apps/files_antivirus/img/app.svg %%WWWDIR%%/apps/files_antivirus/js/settings.js -%%WWWDIR%%/apps/files_antivirus/l10n/.gitkeep %%WWWDIR%%/apps/files_antivirus/l10n/.tx/config %%WWWDIR%%/apps/files_antivirus/l10n/af_ZA.js %%WWWDIR%%/apps/files_antivirus/l10n/af_ZA.json @@ -4261,7 +4255,6 @@ %%WWWDIR%%/apps/files_antivirus/lib/status.php %%WWWDIR%%/apps/files_antivirus/templates/notification.php %%WWWDIR%%/apps/files_antivirus/templates/settings.php -%%WWWDIR%%/apps/files_external/3rdparty/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/API.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php @@ -4768,7 +4761,6 @@ %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json -%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md @@ -4866,7 +4858,6 @@ %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist -%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php %%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php @@ -4899,6 +4890,7 @@ %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_namespaces.php %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_psr4.php %%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php %%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md @@ -5039,7 +5031,6 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/composer.json @@ -5081,7 +5072,6 @@ %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/System.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams-dummy/composer.json -%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/.travis.yml %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/LICENCE %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/README.md @@ -5094,6 +5084,7 @@ %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Path.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Url.php @@ -5757,6 +5748,7 @@ %%WWWDIR%%/apps/files_sharing/appinfo/app.php %%WWWDIR%%/apps/files_sharing/appinfo/database.xml %%WWWDIR%%/apps/files_sharing/appinfo/info.xml +%%WWWDIR%%/apps/files_sharing/appinfo/register_command.php %%WWWDIR%%/apps/files_sharing/appinfo/routes.php %%WWWDIR%%/apps/files_sharing/appinfo/signature.json %%WWWDIR%%/apps/files_sharing/appinfo/update.php @@ -5950,6 +5942,7 @@ %%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php %%WWWDIR%%/apps/files_sharing/lib/Cache.php %%WWWDIR%%/apps/files_sharing/lib/Capabilities.php +%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php %%WWWDIR%%/apps/files_sharing/lib/Controllers/ExternalSharesController.php %%WWWDIR%%/apps/files_sharing/lib/Controllers/ShareController.php %%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php @@ -6933,10 +6926,6 @@ %%WWWDIR%%/apps/firstrunwizard/lib/util.php %%WWWDIR%%/apps/firstrunwizard/templates/wizard.php %%WWWDIR%%/apps/firstrunwizard/wizard.php -%%WWWDIR%%/apps/gallery/.github/CONTRIBUTING.md -%%WWWDIR%%/apps/gallery/.github/issue_template.md -%%WWWDIR%%/apps/gallery/.github/pull_request_template.md -%%WWWDIR%%/apps/gallery/.gitmodules %%WWWDIR%%/apps/gallery/AUTHORS.md %%WWWDIR%%/apps/gallery/CHANGELOG.md %%WWWDIR%%/apps/gallery/COPYING @@ -6948,7 +6937,6 @@ %%WWWDIR%%/apps/gallery/build/after_failure.sh %%WWWDIR%%/apps/gallery/build/documentation/docpublisher.sh %%WWWDIR%%/apps/gallery/build/documentation/index.html -%%WWWDIR%%/apps/gallery/build/documentation/reports/index.html %%WWWDIR%%/apps/gallery/build/screenshots/Gallery.jpg %%WWWDIR%%/apps/gallery/build/xdebug_install.sh %%WWWDIR%%/apps/gallery/codeception.yml @@ -7222,7 +7210,6 @@ %%WWWDIR%%/apps/gallery/vendor/composer/autoload_real.php %%WWWDIR%%/apps/gallery/vendor/composer/autoload_static.php %%WWWDIR%%/apps/gallery/vendor/composer/installed.json -%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/.gitignore %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/CHANGELOG.md %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Dumper.php %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Escaper.php @@ -8172,682 +8159,7 @@ %%WWWDIR%%/core/css/tooltip.css %%WWWDIR%%/core/css/update.css %%WWWDIR%%/core/doc/admin/index.html -%%WWWDIR%%/core/doc/admin/release/.buildinfo -%%WWWDIR%%/core/doc/admin/release/_images/add_storage.png -%%WWWDIR%%/core/doc/admin/release/_images/admin_filehandling-1.png -%%WWWDIR%%/core/doc/admin/release/_images/admin_filehandling-2.png -%%WWWDIR%%/core/doc/admin/release/_images/amazons3.png -%%WWWDIR%%/core/doc/admin/release/_images/antivirus-app.png -%%WWWDIR%%/core/doc/admin/release/_images/antivirus-config.png -%%WWWDIR%%/core/doc/admin/release/_images/antivirus-daemon-socket.png -%%WWWDIR%%/core/doc/admin/release/_images/antivirus-executable.png -%%WWWDIR%%/core/doc/admin/release/_images/antivirus-logging.png -%%WWWDIR%%/core/doc/admin/release/_images/applicable.png -%%WWWDIR%%/core/doc/admin/release/_images/auth_backends-2.png -%%WWWDIR%%/core/doc/admin/release/_images/auth_backends.png -%%WWWDIR%%/core/doc/admin/release/_images/auth_mechanism.png -%%WWWDIR%%/core/doc/admin/release/_images/auth_rsa.png -%%WWWDIR%%/core/doc/admin/release/_images/code-integrity-admin.png -%%WWWDIR%%/core/doc/admin/release/_images/code-integrity-notification.png -%%WWWDIR%%/core/doc/admin/release/_images/community-vm-console.png -%%WWWDIR%%/core/doc/admin/release/_images/community-vm-splash.png -%%WWWDIR%%/core/doc/admin/release/_images/config-report-1.png -%%WWWDIR%%/core/doc/admin/release/_images/create_public_share-10.png -%%WWWDIR%%/core/doc/admin/release/_images/create_public_share-6.png -%%WWWDIR%%/core/doc/admin/release/_images/create_public_share-8.png -%%WWWDIR%%/core/doc/admin/release/_images/create_public_share-9.png -%%WWWDIR%%/core/doc/admin/release/_images/deprecs-1.png -%%WWWDIR%%/core/doc/admin/release/_images/deprecs-2.png -%%WWWDIR%%/core/doc/admin/release/_images/deprecs-3.png -%%WWWDIR%%/core/doc/admin/release/_images/documents_app_enable.png -%%WWWDIR%%/core/doc/admin/release/_images/documents_apply_test.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-1.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-2.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-3.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-4.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-5.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-6.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox-oc.png -%%WWWDIR%%/core/doc/admin/release/_images/dropbox.png -%%WWWDIR%%/core/doc/admin/release/_images/enable-app.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption1.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption10.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption12.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption14.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption15.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption3.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption7.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption8.png -%%WWWDIR%%/core/doc/admin/release/_images/encryption9.png -%%WWWDIR%%/core/doc/admin/release/_images/external-sites-1.png -%%WWWDIR%%/core/doc/admin/release/_images/external-sites-2.png -%%WWWDIR%%/core/doc/admin/release/_images/external-sites-3.png -%%WWWDIR%%/core/doc/admin/release/_images/external-sites-4.png -%%WWWDIR%%/core/doc/admin/release/_images/external-sites-5.png -%%WWWDIR%%/core/doc/admin/release/_images/federation-0.png -%%WWWDIR%%/core/doc/admin/release/_images/federation-1.png -%%WWWDIR%%/core/doc/admin/release/_images/federation-2.png -%%WWWDIR%%/core/doc/admin/release/_images/federation-3.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-1.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-2.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-3.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-4.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-5.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-6.png -%%WWWDIR%%/core/doc/admin/release/_images/files-drop-7.png -%%WWWDIR%%/core/doc/admin/release/_images/firewall-1.png -%%WWWDIR%%/core/doc/admin/release/_images/firewall-2.png -%%WWWDIR%%/core/doc/admin/release/_images/firewall-3.png -%%WWWDIR%%/core/doc/admin/release/_images/ftp.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive1.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive10.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive11.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive12.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive13.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive2.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive3.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive4.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive5.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive6.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive8.png -%%WWWDIR%%/core/doc/admin/release/_images/google-drive9.png -%%WWWDIR%%/core/doc/admin/release/_images/import-ssl-cert-1.png -%%WWWDIR%%/core/doc/admin/release/_images/import-ssl-cert-2.png -%%WWWDIR%%/core/doc/admin/release/_images/install-wizard-a.png -%%WWWDIR%%/core/doc/admin/release/_images/install-wizard-a1.png -%%WWWDIR%%/core/doc/admin/release/_images/install-wizard-a2.png -%%WWWDIR%%/core/doc/admin/release/_images/install-wizard-a4.png -%%WWWDIR%%/core/doc/admin/release/_images/jive_2.png -%%WWWDIR%%/core/doc/admin/release/_images/jive_config.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-advanced-1-connection.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-advanced-2-directory.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-advanced-3-attributes.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-expert.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-fetched-avatar.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-home-connector-1.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-home-connector-2.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-home-connector-3.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-wizard-1-server.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-wizard-2-user.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-wizard-3-login.png -%%WWWDIR%%/core/doc/admin/release/_images/ldap-wizard-4-group.png -%%WWWDIR%%/core/doc/admin/release/_images/local.png -%%WWWDIR%%/core/doc/admin/release/_images/logging-1.png -%%WWWDIR%%/core/doc/admin/release/_images/mount_options.png -%%WWWDIR%%/core/doc/admin/release/_images/oc_admin_app_page.png -%%WWWDIR%%/core/doc/admin/release/_images/openstack.png -%%WWWDIR%%/core/doc/admin/release/_images/oracle-1.png -%%WWWDIR%%/core/doc/admin/release/_images/ownbrander-1.png -%%WWWDIR%%/core/doc/admin/release/_images/ownbrander-11.png -%%WWWDIR%%/core/doc/admin/release/_images/phpinfo.png -%%WWWDIR%%/core/doc/admin/release/_images/preview_images.png -%%WWWDIR%%/core/doc/admin/release/_images/rackspace.png -%%WWWDIR%%/core/doc/admin/release/_images/security-setup-warning-1.png -%%WWWDIR%%/core/doc/admin/release/_images/sharepoint-1.png -%%WWWDIR%%/core/doc/admin/release/_images/sharepoint-2.png -%%WWWDIR%%/core/doc/admin/release/_images/sharepoint-3.png -%%WWWDIR%%/core/doc/admin/release/_images/sharepoint-4.png -%%WWWDIR%%/core/doc/admin/release/_images/sharing-files-1.png -%%WWWDIR%%/core/doc/admin/release/_images/sharing-files-2.png -%%WWWDIR%%/core/doc/admin/release/_images/shib-gui1.png -%%WWWDIR%%/core/doc/admin/release/_images/shib-gui4.png -%%WWWDIR%%/core/doc/admin/release/_images/shib-gui5.png -%%WWWDIR%%/core/doc/admin/release/_images/shib-gui6.png -%%WWWDIR%%/core/doc/admin/release/_images/shibboleth-personal.png -%%WWWDIR%%/core/doc/admin/release/_images/skeleton-files.png -%%WWWDIR%%/core/doc/admin/release/_images/skeleton-files1.png -%%WWWDIR%%/core/doc/admin/release/_images/smb.png -%%WWWDIR%%/core/doc/admin/release/_images/smtp-config-php-sendmail.png -%%WWWDIR%%/core/doc/admin/release/_images/smtp-config-smtp.png -%%WWWDIR%%/core/doc/admin/release/_images/smtp-config-wizard.png -%%WWWDIR%%/core/doc/admin/release/_images/trashbin-1.png -%%WWWDIR%%/core/doc/admin/release/_images/upgrade-1.png -%%WWWDIR%%/core/doc/admin/release/_images/upgrade-2.png -%%WWWDIR%%/core/doc/admin/release/_images/user_mounts.png -%%WWWDIR%%/core/doc/admin/release/_images/users-config-1.png -%%WWWDIR%%/core/doc/admin/release/_images/users-config-2.png -%%WWWDIR%%/core/doc/admin/release/_images/users-config.png -%%WWWDIR%%/core/doc/admin/release/_images/users-create.png -%%WWWDIR%%/core/doc/admin/release/_images/users-groups.png -%%WWWDIR%%/core/doc/admin/release/_images/webbrander-1.png -%%WWWDIR%%/core/doc/admin/release/_images/webdav.png -%%WWWDIR%%/core/doc/admin/release/_images/wnd-1.png -%%WWWDIR%%/core/doc/admin/release/_images/wnd-2.png -%%WWWDIR%%/core/doc/admin/release/_images/wnd-3.png -%%WWWDIR%%/core/doc/admin/release/_images/workflow-1.png -%%WWWDIR%%/core/doc/admin/release/_images/workflow-2.png -%%WWWDIR%%/core/doc/admin/release/_images/workflow-3.png -%%WWWDIR%%/core/doc/admin/release/_images/workflow-4.png -%%WWWDIR%%/core/doc/admin/release/_images/workflow-5.png -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_database/db_conversion.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_database/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_database/linux_database_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/big_file_upload_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/collaborative_documents_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/default_files_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/encryption_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/amazons3.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/auth_mechanisms.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/dropbox.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/ftp.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/google.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/local.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/openstack.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/owncloud.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/sftp.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/smb.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage/webdav.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/external_storage_configuration_gui.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/federated_cloud_sharing_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/file_sharing_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/file_versioning.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/files_locking_transactional.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/previews_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_files/trashbin_options.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_mimetypes/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_mimetypes/mimetype_aliases.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_mimetypes/mimetype_mapping.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/activity_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/antivirus_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/automatic_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/background_jobs_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/caching_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/config_sample_php_parameters.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/custom_client_repos.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/email_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/external_sites.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/harden_server.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/import_ssl_cert.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/index_php_less_urls.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/js_css_asset_management_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/knowledgebase_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/language_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/logging_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/oc_server_tuning.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/occ_command.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/reverse_proxy_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/security_setup_warnings.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_server/thirdparty_php_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/reset_admin_password.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/reset_user_password.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/user_auth_ftp_smb_imap.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/user_auth_ldap.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/user_auth_ldap_cleanup.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/user_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/configuration_user/user_provisioning_api.txt -%%WWWDIR%%/core/doc/admin/release/_sources/contents.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_clients/creating_branded_apps.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_clients/custom_client_repos.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_clients/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/enterprise_only_auth.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/jive_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/ldap_home_connector_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/sharepoint-integration_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_external_storage/windows-network-drive_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_file_management/files_drop.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_file_management/files_tagging.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_file_management/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_firewall/file_firewall.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_firewall/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_installation/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_installation/license_keys_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_installation/linux_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_installation/oracle_db_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_installation/supported_apps_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_logging/enterprise_logging_apps.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_logging/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_server_branding/enterprise_server_branding.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_server_branding/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_troubleshooting.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_user_management/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/enterprise_user_management/user_auth_shibboleth.txt -%%WWWDIR%%/core/doc/admin/release/_sources/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/appliance_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/apps_management_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/apps_supported.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/changing_the_web_route.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/command_line_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/deployment_recommendations.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/installation_wizard.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/linux_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/nginx_examples.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/php_54_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/php_55_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/selinux_configuration.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/source_installation.txt -%%WWWDIR%%/core/doc/admin/release/_sources/installation/system_requirements.txt -%%WWWDIR%%/core/doc/admin/release/_sources/issues/code_signing.txt -%%WWWDIR%%/core/doc/admin/release/_sources/issues/general_troubleshooting.txt -%%WWWDIR%%/core/doc/admin/release/_sources/issues/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/backup.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/enable_maintenance.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/index.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/manual_upgrade.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/migrating.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/package_upgrade.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/restore.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/update.txt -%%WWWDIR%%/core/doc/admin/release/_sources/maintenance/upgrade.txt -%%WWWDIR%%/core/doc/admin/release/_sources/release_notes.txt -%%WWWDIR%%/core/doc/admin/release/_sources/whats_new_admin.txt -%%WWWDIR%%/core/doc/admin/release/_static/ajax-loader.gif -%%WWWDIR%%/core/doc/admin/release/_static/basic.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap-theme.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap.css.map -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/css/bootstrap.min.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/js/bootstrap.js -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-3.1.0/js/bootstrap.min.js -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-sphinx.css -%%WWWDIR%%/core/doc/admin/release/_static/bootstrap-sphinx.js -%%WWWDIR%%/core/doc/admin/release/_static/comment-bright.png -%%WWWDIR%%/core/doc/admin/release/_static/comment-close.png -%%WWWDIR%%/core/doc/admin/release/_static/comment.png -%%WWWDIR%%/core/doc/admin/release/_static/doctools.js -%%WWWDIR%%/core/doc/admin/release/_static/down-pressed.png -%%WWWDIR%%/core/doc/admin/release/_static/down.png -%%WWWDIR%%/core/doc/admin/release/_static/file.png -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Bold.ttf -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Bold.woff -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Italic.ttf -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Italic.woff -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Light.ttf -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Light.woff -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Regular.ttf -%%WWWDIR%%/core/doc/admin/release/_static/fonts/OpenSans-Regular.woff -%%WWWDIR%%/core/doc/admin/release/_static/fonts/fontawesome-webfont.eot -%%WWWDIR%%/core/doc/admin/release/_static/fonts/fontawesome-webfont.svg -%%WWWDIR%%/core/doc/admin/release/_static/fonts/fontawesome-webfont.ttf -%%WWWDIR%%/core/doc/admin/release/_static/fonts/fontawesome-webfont.woff -%%WWWDIR%%/core/doc/admin/release/_static/img/logo_owncloud.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/note_pencil.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/diaspora.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/diaspora.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/diasporaround.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/facebook.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/facebook.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/googleplus.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/googleplus.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/mail.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/ownCloud7launch.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/rss.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/rss.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/twitter.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/twitter.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/social/twitterround.png -%%WWWDIR%%/core/doc/admin/release/_static/img/social/youtube.svg -%%WWWDIR%%/core/doc/admin/release/_static/img/warning.svg -%%WWWDIR%%/core/doc/admin/release/_static/jquery-1.11.1.js -%%WWWDIR%%/core/doc/admin/release/_static/jquery.js -%%WWWDIR%%/core/doc/admin/release/_static/js/jquery-1.11.0.min.js -%%WWWDIR%%/core/doc/admin/release/_static/js/jquery-fix.js -%%WWWDIR%%/core/doc/admin/release/_static/logo-blue.pdf -%%WWWDIR%%/core/doc/admin/release/_static/logo-blue.png -%%WWWDIR%%/core/doc/admin/release/_static/main.min.css -%%WWWDIR%%/core/doc/admin/release/_static/minus.png -%%WWWDIR%%/core/doc/admin/release/_static/plus.png -%%WWWDIR%%/core/doc/admin/release/_static/pygments.css -%%WWWDIR%%/core/doc/admin/release/_static/searchtools.js -%%WWWDIR%%/core/doc/admin/release/_static/social/diaspora.svg -%%WWWDIR%%/core/doc/admin/release/_static/social/diasporaround.png -%%WWWDIR%%/core/doc/admin/release/_static/social/facebook.png -%%WWWDIR%%/core/doc/admin/release/_static/social/googleplus.png -%%WWWDIR%%/core/doc/admin/release/_static/social/mail.png -%%WWWDIR%%/core/doc/admin/release/_static/social/mail.svg -%%WWWDIR%%/core/doc/admin/release/_static/social/rss.png -%%WWWDIR%%/core/doc/admin/release/_static/social/rss.svg -%%WWWDIR%%/core/doc/admin/release/_static/social/twitter.svg -%%WWWDIR%%/core/doc/admin/release/_static/social/twitterround.png -%%WWWDIR%%/core/doc/admin/release/_static/social/youtube.svg -%%WWWDIR%%/core/doc/admin/release/_static/styles.css -%%WWWDIR%%/core/doc/admin/release/_static/underscore-1.3.1.js -%%WWWDIR%%/core/doc/admin/release/_static/underscore.js -%%WWWDIR%%/core/doc/admin/release/_static/up-pressed.png -%%WWWDIR%%/core/doc/admin/release/_static/up.png -%%WWWDIR%%/core/doc/admin/release/_static/websupport.js -%%WWWDIR%%/core/doc/admin/release/configuration_database/db_conversion.html -%%WWWDIR%%/core/doc/admin/release/configuration_database/index.html -%%WWWDIR%%/core/doc/admin/release/configuration_database/linux_database_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/big_file_upload_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/collaborative_documents_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/default_files_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/encryption_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/amazons3.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/auth_mechanisms.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/dropbox.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/ftp.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/google.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/local.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/openstack.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/owncloud.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/sftp.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/smb.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage/webdav.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/external_storage_configuration_gui.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/federated_cloud_sharing_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/file_sharing_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/file_versioning.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/files_locking_transactional.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/index.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/previews_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_files/trashbin_options.html -%%WWWDIR%%/core/doc/admin/release/configuration_mimetypes/index.html -%%WWWDIR%%/core/doc/admin/release/configuration_mimetypes/mimetype_aliases.html -%%WWWDIR%%/core/doc/admin/release/configuration_mimetypes/mimetype_mapping.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/activity_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/antivirus_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/automatic_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/background_jobs_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/caching_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/config_sample_php_parameters.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/custom_client_repos.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/email_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/external_sites.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/harden_server.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/import_ssl_cert.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/index.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/index_php_less_urls.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/js_css_asset_management_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/knowledgebase_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/language_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/logging_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/oc_server_tuning.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/occ_command.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/reverse_proxy_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/security_setup_warnings.html -%%WWWDIR%%/core/doc/admin/release/configuration_server/thirdparty_php_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/index.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/reset_admin_password.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/reset_user_password.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/user_auth_ftp_smb_imap.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/user_auth_ldap.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/user_auth_ldap_cleanup.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/user_configuration.html -%%WWWDIR%%/core/doc/admin/release/configuration_user/user_provisioning_api.html -%%WWWDIR%%/core/doc/admin/release/contents.html -%%WWWDIR%%/core/doc/admin/release/enterprise_clients/creating_branded_apps.html -%%WWWDIR%%/core/doc/admin/release/enterprise_clients/custom_client_repos.html -%%WWWDIR%%/core/doc/admin/release/enterprise_clients/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/enterprise_only_auth.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/jive_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/ldap_home_connector_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/sharepoint-integration_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_external_storage/windows-network-drive_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_file_management/files_drop.html -%%WWWDIR%%/core/doc/admin/release/enterprise_file_management/files_tagging.html -%%WWWDIR%%/core/doc/admin/release/enterprise_file_management/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_firewall/file_firewall.html -%%WWWDIR%%/core/doc/admin/release/enterprise_firewall/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_installation/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_installation/license_keys_installation.html -%%WWWDIR%%/core/doc/admin/release/enterprise_installation/linux_installation.html -%%WWWDIR%%/core/doc/admin/release/enterprise_installation/oracle_db_configuration.html -%%WWWDIR%%/core/doc/admin/release/enterprise_installation/supported_apps_installation.html -%%WWWDIR%%/core/doc/admin/release/enterprise_logging/enterprise_logging_apps.html -%%WWWDIR%%/core/doc/admin/release/enterprise_logging/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_server_branding/enterprise_server_branding.html -%%WWWDIR%%/core/doc/admin/release/enterprise_server_branding/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_troubleshooting.html -%%WWWDIR%%/core/doc/admin/release/enterprise_user_management/index.html -%%WWWDIR%%/core/doc/admin/release/enterprise_user_management/user_auth_shibboleth.html -%%WWWDIR%%/core/doc/admin/release/genindex.html -%%WWWDIR%%/core/doc/admin/release/index.html -%%WWWDIR%%/core/doc/admin/release/installation/appliance_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/apps_management_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/apps_supported.html -%%WWWDIR%%/core/doc/admin/release/installation/changing_the_web_route.html -%%WWWDIR%%/core/doc/admin/release/installation/command_line_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/deployment_recommendations.html -%%WWWDIR%%/core/doc/admin/release/installation/index.html -%%WWWDIR%%/core/doc/admin/release/installation/installation_wizard.html -%%WWWDIR%%/core/doc/admin/release/installation/linux_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/nginx_examples.html -%%WWWDIR%%/core/doc/admin/release/installation/php_54_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/php_55_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/selinux_configuration.html -%%WWWDIR%%/core/doc/admin/release/installation/source_installation.html -%%WWWDIR%%/core/doc/admin/release/installation/system_requirements.html -%%WWWDIR%%/core/doc/admin/release/issues/code_signing.html -%%WWWDIR%%/core/doc/admin/release/issues/general_troubleshooting.html -%%WWWDIR%%/core/doc/admin/release/issues/index.html -%%WWWDIR%%/core/doc/admin/release/maintenance/backup.html -%%WWWDIR%%/core/doc/admin/release/maintenance/enable_maintenance.html -%%WWWDIR%%/core/doc/admin/release/maintenance/index.html -%%WWWDIR%%/core/doc/admin/release/maintenance/manual_upgrade.html -%%WWWDIR%%/core/doc/admin/release/maintenance/migrating.html -%%WWWDIR%%/core/doc/admin/release/maintenance/package_upgrade.html -%%WWWDIR%%/core/doc/admin/release/maintenance/restore.html -%%WWWDIR%%/core/doc/admin/release/maintenance/update.html -%%WWWDIR%%/core/doc/admin/release/maintenance/upgrade.html -%%WWWDIR%%/core/doc/admin/release/objects.inv -%%WWWDIR%%/core/doc/admin/release/release_notes.html -%%WWWDIR%%/core/doc/admin/release/search.html -%%WWWDIR%%/core/doc/admin/release/searchindex.js -%%WWWDIR%%/core/doc/admin/release/whats_new_admin.html -%%WWWDIR%%/core/doc/user/_images/bookmark_addurl.png -%%WWWDIR%%/core/doc/user/_images/bookmark_setting.png -%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg -%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg -%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-URL_config.jpg -%%WWWDIR%%/core/doc/user/_images/create_public_share-6.png -%%WWWDIR%%/core/doc/user/_images/create_public_share-8.png -%%WWWDIR%%/core/doc/user/_images/create_public_share-9.png -%%WWWDIR%%/core/doc/user/_images/direct-share-1.png -%%WWWDIR%%/core/doc/user/_images/encryption1.png -%%WWWDIR%%/core/doc/user/_images/encryption2.png -%%WWWDIR%%/core/doc/user/_images/encryption3.png -%%WWWDIR%%/core/doc/user/_images/explorer_webdav.png -%%WWWDIR%%/core/doc/user/_images/file_menu_comments_2.png -%%WWWDIR%%/core/doc/user/_images/files-drop-2.png -%%WWWDIR%%/core/doc/user/_images/files-drop-3.png -%%WWWDIR%%/core/doc/user/_images/files-drop-4.png -%%WWWDIR%%/core/doc/user/_images/files-drop-5.png -%%WWWDIR%%/core/doc/user/_images/files-drop-6.png -%%WWWDIR%%/core/doc/user/_images/files-drop-7.png -%%WWWDIR%%/core/doc/user/_images/files_page-1.png -%%WWWDIR%%/core/doc/user/_images/files_page-2.png -%%WWWDIR%%/core/doc/user/_images/files_page-3.png -%%WWWDIR%%/core/doc/user/_images/files_page-4.png -%%WWWDIR%%/core/doc/user/_images/files_page-5.png -%%WWWDIR%%/core/doc/user/_images/files_page-6.png -%%WWWDIR%%/core/doc/user/_images/files_page-7.png -%%WWWDIR%%/core/doc/user/_images/files_page-8.png -%%WWWDIR%%/core/doc/user/_images/files_page.png -%%WWWDIR%%/core/doc/user/_images/files_page1.png -%%WWWDIR%%/core/doc/user/_images/files_versioning.png -%%WWWDIR%%/core/doc/user/_images/gallery-1.png -%%WWWDIR%%/core/doc/user/_images/gallery-2.png -%%WWWDIR%%/core/doc/user/_images/hidden_files.png -%%WWWDIR%%/core/doc/user/_images/kdes.png -%%WWWDIR%%/core/doc/user/_images/kdes1.png -%%WWWDIR%%/core/doc/user/_images/kdes2.png -%%WWWDIR%%/core/doc/user/_images/kdes3.png -%%WWWDIR%%/core/doc/user/_images/kdes4.png -%%WWWDIR%%/core/doc/user/_images/kdes5.png -%%WWWDIR%%/core/doc/user/_images/kdes6.png -%%WWWDIR%%/core/doc/user/_images/kdes7.png -%%WWWDIR%%/core/doc/user/_images/kdes9.png -%%WWWDIR%%/core/doc/user/_images/oc_connect.png -%%WWWDIR%%/core/doc/user/_images/oc_documents.png -%%WWWDIR%%/core/doc/user/_images/oc_documents_edit.png -%%WWWDIR%%/core/doc/user/_images/oc_personal_settings_dropdown.png -%%WWWDIR%%/core/doc/user/_images/osx_webdav1.png -%%WWWDIR%%/core/doc/user/_images/osx_webdav2.png -%%WWWDIR%%/core/doc/user/_images/permalink.png -%%WWWDIR%%/core/doc/user/_images/personal_settings.png -%%WWWDIR%%/core/doc/user/_images/quota1.png -%%WWWDIR%%/core/doc/user/_images/settings_devices.png -%%WWWDIR%%/core/doc/user/_images/settings_devices_add.png -%%WWWDIR%%/core/doc/user/_images/settings_sessions.png -%%WWWDIR%%/core/doc/user/_images/users-overlays-sharepoint.png -%%WWWDIR%%/core/doc/user/_images/users-overlays-win-net-drive.png -%%WWWDIR%%/core/doc/user/_images/video_player_2.png -%%WWWDIR%%/core/doc/user/_images/webdav_dolphin.png -%%WWWDIR%%/core/doc/user/_images/webdav_gnome3_nautilus.png -%%WWWDIR%%/core/doc/user/_sources/bookmarks.txt -%%WWWDIR%%/core/doc/user/_sources/contents.txt -%%WWWDIR%%/core/doc/user/_sources/documents.txt -%%WWWDIR%%/core/doc/user/_sources/external_storage/external_storage.txt -%%WWWDIR%%/core/doc/user/_sources/external_storage/index.txt -%%WWWDIR%%/core/doc/user/_sources/external_storage/sharepoint_connecting.txt -%%WWWDIR%%/core/doc/user/_sources/files/access_webdav.txt -%%WWWDIR%%/core/doc/user/_sources/files/access_webgui.txt -%%WWWDIR%%/core/doc/user/_sources/files/deleted_file_management.txt -%%WWWDIR%%/core/doc/user/_sources/files/desktop_mobile_sync.txt -%%WWWDIR%%/core/doc/user/_sources/files/encrypting_files.txt -%%WWWDIR%%/core/doc/user/_sources/files/federated_cloud_sharing.txt -%%WWWDIR%%/core/doc/user/_sources/files/file_drop.txt -%%WWWDIR%%/core/doc/user/_sources/files/gallery_app.txt -%%WWWDIR%%/core/doc/user/_sources/files/index.txt -%%WWWDIR%%/core/doc/user/_sources/files/large_file_upload.txt -%%WWWDIR%%/core/doc/user/_sources/files/quota.txt -%%WWWDIR%%/core/doc/user/_sources/files/version_control.txt -%%WWWDIR%%/core/doc/user/_sources/index.txt -%%WWWDIR%%/core/doc/user/_sources/pim/calendar.txt -%%WWWDIR%%/core/doc/user/_sources/pim/contacts.txt -%%WWWDIR%%/core/doc/user/_sources/pim/index.txt -%%WWWDIR%%/core/doc/user/_sources/pim/sync_ios.txt -%%WWWDIR%%/core/doc/user/_sources/pim/sync_kde.txt -%%WWWDIR%%/core/doc/user/_sources/pim/sync_osx.txt -%%WWWDIR%%/core/doc/user/_sources/pim/sync_thunderbird.txt -%%WWWDIR%%/core/doc/user/_sources/pim/troubleshooting.txt -%%WWWDIR%%/core/doc/user/_sources/session_management.txt -%%WWWDIR%%/core/doc/user/_sources/userpreferences.txt -%%WWWDIR%%/core/doc/user/_sources/webinterface.txt -%%WWWDIR%%/core/doc/user/_sources/whats_new.txt -%%WWWDIR%%/core/doc/user/_static/ajax-loader.gif -%%WWWDIR%%/core/doc/user/_static/basic.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js -%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js -%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.css -%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.js -%%WWWDIR%%/core/doc/user/_static/comment-bright.png -%%WWWDIR%%/core/doc/user/_static/comment-close.png -%%WWWDIR%%/core/doc/user/_static/comment.png -%%WWWDIR%%/core/doc/user/_static/doctools.js -%%WWWDIR%%/core/doc/user/_static/down-pressed.png -%%WWWDIR%%/core/doc/user/_static/down.png -%%WWWDIR%%/core/doc/user/_static/file.png -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Bold.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Bold.woff -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Italic.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Italic.woff -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Light.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Light.woff -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Regular.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Regular.woff -%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.eot -%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.svg -%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.woff -%%WWWDIR%%/core/doc/user/_static/img/logo_owncloud.svg -%%WWWDIR%%/core/doc/user/_static/img/note_pencil.svg -%%WWWDIR%%/core/doc/user/_static/img/social/diaspora.png -%%WWWDIR%%/core/doc/user/_static/img/social/diaspora.svg -%%WWWDIR%%/core/doc/user/_static/img/social/diasporaround.png -%%WWWDIR%%/core/doc/user/_static/img/social/facebook.png -%%WWWDIR%%/core/doc/user/_static/img/social/facebook.svg -%%WWWDIR%%/core/doc/user/_static/img/social/googleplus.png -%%WWWDIR%%/core/doc/user/_static/img/social/googleplus.svg -%%WWWDIR%%/core/doc/user/_static/img/social/mail.svg -%%WWWDIR%%/core/doc/user/_static/img/social/ownCloud7launch.png -%%WWWDIR%%/core/doc/user/_static/img/social/rss.png -%%WWWDIR%%/core/doc/user/_static/img/social/rss.svg -%%WWWDIR%%/core/doc/user/_static/img/social/twitter.png -%%WWWDIR%%/core/doc/user/_static/img/social/twitter.svg -%%WWWDIR%%/core/doc/user/_static/img/social/twitterround.png -%%WWWDIR%%/core/doc/user/_static/img/social/youtube.svg -%%WWWDIR%%/core/doc/user/_static/img/warning.svg -%%WWWDIR%%/core/doc/user/_static/jquery-1.11.1.js -%%WWWDIR%%/core/doc/user/_static/jquery.js -%%WWWDIR%%/core/doc/user/_static/js/jquery-1.11.0.min.js -%%WWWDIR%%/core/doc/user/_static/js/jquery-fix.js -%%WWWDIR%%/core/doc/user/_static/logo-blue.pdf -%%WWWDIR%%/core/doc/user/_static/logo-blue.png -%%WWWDIR%%/core/doc/user/_static/main.min.css -%%WWWDIR%%/core/doc/user/_static/minus.png -%%WWWDIR%%/core/doc/user/_static/plus.png -%%WWWDIR%%/core/doc/user/_static/pygments.css -%%WWWDIR%%/core/doc/user/_static/searchtools.js -%%WWWDIR%%/core/doc/user/_static/social/diaspora.svg -%%WWWDIR%%/core/doc/user/_static/social/diasporaround.png -%%WWWDIR%%/core/doc/user/_static/social/facebook.png -%%WWWDIR%%/core/doc/user/_static/social/googleplus.png -%%WWWDIR%%/core/doc/user/_static/social/mail.png -%%WWWDIR%%/core/doc/user/_static/social/mail.svg -%%WWWDIR%%/core/doc/user/_static/social/rss.png -%%WWWDIR%%/core/doc/user/_static/social/rss.svg -%%WWWDIR%%/core/doc/user/_static/social/twitter.svg -%%WWWDIR%%/core/doc/user/_static/social/twitterround.png -%%WWWDIR%%/core/doc/user/_static/social/youtube.svg -%%WWWDIR%%/core/doc/user/_static/styles.css -%%WWWDIR%%/core/doc/user/_static/underscore-1.3.1.js -%%WWWDIR%%/core/doc/user/_static/underscore.js -%%WWWDIR%%/core/doc/user/_static/up-pressed.png -%%WWWDIR%%/core/doc/user/_static/up.png -%%WWWDIR%%/core/doc/user/_static/websupport.js -%%WWWDIR%%/core/doc/user/bookmarks.html -%%WWWDIR%%/core/doc/user/contents.html -%%WWWDIR%%/core/doc/user/documents.html -%%WWWDIR%%/core/doc/user/external_storage/external_storage.html -%%WWWDIR%%/core/doc/user/external_storage/index.html -%%WWWDIR%%/core/doc/user/external_storage/sharepoint_connecting.html -%%WWWDIR%%/core/doc/user/files/access_webdav.html -%%WWWDIR%%/core/doc/user/files/access_webgui.html -%%WWWDIR%%/core/doc/user/files/deleted_file_management.html -%%WWWDIR%%/core/doc/user/files/desktop_mobile_sync.html -%%WWWDIR%%/core/doc/user/files/encrypting_files.html -%%WWWDIR%%/core/doc/user/files/federated_cloud_sharing.html -%%WWWDIR%%/core/doc/user/files/file_drop.html -%%WWWDIR%%/core/doc/user/files/gallery_app.html -%%WWWDIR%%/core/doc/user/files/index.html -%%WWWDIR%%/core/doc/user/files/large_file_upload.html -%%WWWDIR%%/core/doc/user/files/quota.html -%%WWWDIR%%/core/doc/user/files/version_control.html -%%WWWDIR%%/core/doc/user/genindex.html %%WWWDIR%%/core/doc/user/index.html -%%WWWDIR%%/core/doc/user/objects.inv -%%WWWDIR%%/core/doc/user/pim/calendar.html -%%WWWDIR%%/core/doc/user/pim/contacts.html -%%WWWDIR%%/core/doc/user/pim/index.html -%%WWWDIR%%/core/doc/user/pim/sync_ios.html -%%WWWDIR%%/core/doc/user/pim/sync_kde.html -%%WWWDIR%%/core/doc/user/pim/sync_osx.html -%%WWWDIR%%/core/doc/user/pim/sync_thunderbird.html -%%WWWDIR%%/core/doc/user/pim/troubleshooting.html -%%WWWDIR%%/core/doc/user/search.html -%%WWWDIR%%/core/doc/user/searchindex.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Feb 13 06:26:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC921CDC427; Mon, 13 Feb 2017 06:26:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46EB1E30; Mon, 13 Feb 2017 06:26:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D6QbSP087093; Mon, 13 Feb 2017 06:26:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D6Qbue087090; Mon, 13 Feb 2017 06:26:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702130626.v1D6Qbue087090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 06:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433975 - head/games/quake-dpmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 06:26:38 -0000 Author: vanilla Date: Mon Feb 13 06:26:37 2017 New Revision: 433975 URL: https://svnweb.freebsd.org/changeset/ports/433975 Log: Update to 20130301. Modified: head/games/quake-dpmod/Makefile head/games/quake-dpmod/distinfo head/games/quake-dpmod/pkg-plist Modified: head/games/quake-dpmod/Makefile ============================================================================== --- head/games/quake-dpmod/Makefile Mon Feb 13 03:01:20 2017 (r433974) +++ head/games/quake-dpmod/Makefile Mon Feb 13 06:26:37 2017 (r433975) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dpmod -PORTVERSION= 20071120 -PORTREVISION= 2 +PORTVERSION= 20130301 CATEGORIES= games MASTER_SITES= http://icculus.org/twilight/darkplaces/files/ PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX} Modified: head/games/quake-dpmod/distinfo ============================================================================== --- head/games/quake-dpmod/distinfo Mon Feb 13 03:01:20 2017 (r433974) +++ head/games/quake-dpmod/distinfo Mon Feb 13 06:26:37 2017 (r433975) @@ -1,2 +1,3 @@ -SHA256 (darkplacesmod20071120.zip) = f8c11892ccfa03b3c4dd3377858ca1801365cd860f7c34584bb6ae3cd67bcf00 -SIZE (darkplacesmod20071120.zip) = 5039219 +TIMESTAMP = 1486966162 +SHA256 (darkplacesmod20130301.zip) = 64cbba822456f4f82c3d9f50cf16122218d70912d5789ba82573e93d35b325fe +SIZE (darkplacesmod20130301.zip) = 5164443 Modified: head/games/quake-dpmod/pkg-plist ============================================================================== --- head/games/quake-dpmod/pkg-plist Mon Feb 13 03:01:20 2017 (r433974) +++ head/games/quake-dpmod/pkg-plist Mon Feb 13 06:26:37 2017 (r433975) @@ -8,7 +8,6 @@ %%DATADIR%%/default.cfg %%DATADIR%%/dpdemo1.dem %%DATADIR%%/dpdemo2.dem -%%DATADIR%%/effectinfo.txt %%DATADIR%%/env/sky1_dpzoo_bk.tga %%DATADIR%%/env/sky1_dpzoo_dn.tga %%DATADIR%%/env/sky1_dpzoo_ft.tga @@ -45,6 +44,7 @@ %%DATADIR%%/maps/dpzoo.lit %%DATADIR%%/maps/dpzoo.map %%DATADIR%%/maps/dpzoo.wad +%%DATADIR%%/maps/e1m1.rtlights %%DATADIR%%/menu/main.menu %%DATADIR%%/menu/options.menu %%DATADIR%%/progs.dat @@ -81,6 +81,10 @@ %%DATADIR%%/qc/CTF.qc %%DATADIR%%/qc/ai.qc %%DATADIR%%/qc/buttons.qc +%%DATADIR%%/qc/client/csmain.qc +%%DATADIR%%/qc/client/csvars.qc +%%DATADIR%%/qc/client/gamesettings.qc +%%DATADIR%%/qc/client/progs.src %%DATADIR%%/qc/client.qc %%DATADIR%%/qc/damage.qc %%DATADIR%%/qc/darkp.qc @@ -89,7 +93,16 @@ %%DATADIR%%/qc/defs.qc %%DATADIR%%/qc/domination.qc %%DATADIR%%/qc/doors.qc +%%DATADIR%%/qc/dpdefs/README.txt +%%DATADIR%%/qc/dpdefs/csprogsdefs.qc +%%DATADIR%%/qc/dpdefs/dpextensions.qc +%%DATADIR%%/qc/dpdefs/keycodes.qc +%%DATADIR%%/qc/dpdefs/menudefs.qc +%%DATADIR%%/qc/dpdefs/progsdefs.qc +%%DATADIR%%/qc/dpdefs/source_compare.pl +%%DATADIR%%/qc/dpdefs/source_compare.txt %%DATADIR%%/qc/dpextensions.qc +%%DATADIR%%/qc/dpextensions_csqc.qc %%DATADIR%%/qc/fight.qc %%DATADIR%%/qc/fteqcc.log %%DATADIR%%/qc/halflife.qc @@ -113,6 +126,7 @@ %%DATADIR%%/qc/m_tarbaby.qc %%DATADIR%%/qc/m_wizard.qc %%DATADIR%%/qc/m_zombie.qc +%%DATADIR%%/qc/mapgen.qc %%DATADIR%%/qc/menu/cursor.qc %%DATADIR%%/qc/menu/cursor.qh %%DATADIR%%/qc/menu/graphic.qc @@ -159,6 +173,7 @@ %%DATADIR%%/quake.rc %%DATADIR%%/romi_rtlights.pk3 %%DATADIR%%/romi_rtlights_dm.pk3 +%%DATADIR%%/sample_effectinfo.txt %%DATADIR%%/sound/explo2.wav %%DATADIR%%/sound/fire/burn.wav %%DATADIR%%/sound/fire/launch.wav @@ -187,3 +202,4 @@ %%DATADIR%%/textures/roof1_dpzoo.jpg %%DATADIR%%/textures/wall1_dpzoo.jpg %%DATADIR%%/textures/window1_dpzoo.jpg +%%DATADIR%%/waypoints/dm1.waypoints From owner-svn-ports-all@freebsd.org Mon Feb 13 06:50:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 144DECDC9D9; Mon, 13 Feb 2017 06:50:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB0E49A4; Mon, 13 Feb 2017 06:50:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D6oVQ4095496; Mon, 13 Feb 2017 06:50:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D6oVw3095494; Mon, 13 Feb 2017 06:50:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702130650.v1D6oVw3095494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 06:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433976 - head/games/uhexen2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 06:50:33 -0000 Author: vanilla Date: Mon Feb 13 06:50:31 2017 New Revision: 433976 URL: https://svnweb.freebsd.org/changeset/ports/433976 Log: Update to 1.5.8. Modified: head/games/uhexen2/Makefile head/games/uhexen2/distinfo Modified: head/games/uhexen2/Makefile ============================================================================== --- head/games/uhexen2/Makefile Mon Feb 13 06:26:37 2017 (r433975) +++ head/games/uhexen2/Makefile Mon Feb 13 06:50:31 2017 (r433976) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= uhexen2 -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Hammer%20of%20Thyrion/${PORTVERSION}/Source \ SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29:data \ SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw DISTNAME= hexen2source-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - gamedata-all-1.29${EXTRACT_SUFX}:data + gamedata-all-1.29a${EXTRACT_SUFX}:data DIST_SUBDIR= ${PORTNAME} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= hexen2source-${PORTVERSION}a.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Hexen II source port supporting Linux/FreeBSD/Unix/Windows Modified: head/games/uhexen2/distinfo ============================================================================== --- head/games/uhexen2/distinfo Mon Feb 13 06:26:37 2017 (r433975) +++ head/games/uhexen2/distinfo Mon Feb 13 06:50:31 2017 (r433976) @@ -1,6 +1,9 @@ -SHA256 (uhexen2/hexen2source-1.5.7.tgz) = cdba2b9f0c24260bb06cfead8dfd3a01d9fa924b55bfaa84f79cd874bb69bbd0 -SIZE (uhexen2/hexen2source-1.5.7.tgz) = 2388892 -SHA256 (uhexen2/gamedata-all-1.29.tgz) = 5bdd2cf2fd7b96147675af3ae6cfba4f1ee7f916c95b2196e9666882cd271f89 -SIZE (uhexen2/gamedata-all-1.29.tgz) = 3703102 +TIMESTAMP = 1486968020 +SHA256 (uhexen2/hexen2source-1.5.8.tgz) = fbe6d05b4a10b82d1817faeccc18996a93b26d0814fe4e5f6e75d94862660463 +SIZE (uhexen2/hexen2source-1.5.8.tgz) = 2473776 +SHA256 (uhexen2/gamedata-all-1.29a.tgz) = f3a8e43d786176599c5b9b1651315f76a6d4391b181d694657796b6e2c6ed646 +SIZE (uhexen2/gamedata-all-1.29a.tgz) = 3703846 SHA256 (uhexen2/hexenworld-pakfiles-0.15.tgz) = 49462cdf984deee7350d03c7d192d1c34d682647ffc9d06de4308e0a7c71c4d9 SIZE (uhexen2/hexenworld-pakfiles-0.15.tgz) = 4948641 +SHA256 (uhexen2/hexen2source-1.5.8a.patch) = 60970483edf7f8ba15b30343cfb3e9b33a7d7a1a960ba0c975140baddf49729c +SIZE (uhexen2/hexen2source-1.5.8a.patch) = 5810 From owner-svn-ports-all@freebsd.org Mon Feb 13 07:05:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05EEFCDCDEA; Mon, 13 Feb 2017 07:05:31 +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 B82A410BD; Mon, 13 Feb 2017 07:05:30 +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 v1D75TkP003624; Mon, 13 Feb 2017 07:05:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D75TMR003621; Mon, 13 Feb 2017 07:05:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702130705.v1D75TMR003621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 13 Feb 2017 07:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433977 - in branches/2017Q1/multimedia/ffmpeg: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 07:05:31 -0000 Author: riggs Date: Mon Feb 13 07:05:29 2017 New Revision: 433977 URL: https://svnweb.freebsd.org/changeset/ports/433977 Log: MFH: r433759 r433937 Update to upstream version 3.2.3; promote X265 to default OPTION Details: - Update to upstream version 3.2.3, bugfix release, no upstream feature changes - HEVC is becoming so widespread that it warrants promoting the X265 option to default [1] PR: 216471 [1] Submitted by: scottro11@gmail.com [1] Update to upstream version 3.2.4 Details: - patch-ffserver__config.c has been upstreamed - Fix two potential heap overflows in lavf/mov.c Security: CVE-2017-5024 CVE-2017-5025 Approved by: ports-secteam (junovitch) Deleted: branches/2017Q1/multimedia/ffmpeg/files/patch-ffserver__config.c Modified: branches/2017Q1/multimedia/ffmpeg/Makefile branches/2017Q1/multimedia/ffmpeg/distinfo branches/2017Q1/multimedia/ffmpeg/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2017Q1/multimedia/ffmpeg/Makefile Mon Feb 13 06:50:31 2017 (r433976) +++ branches/2017Q1/multimedia/ffmpeg/Makefile Mon Feb 13 07:05:29 2017 (r433977) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 3.2.2 -PORTREVISION= 6 +PORTVERSION= 3.2.4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -39,7 +38,7 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS B OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \ OPENCV OPTIMIZED_CFLAGS RTCPU SCHROEDINGER THEORA V4L VAAPI VDPAU \ - VORBIS VPX X264 XVID + VORBIS VPX X264 X265 XVID OPTIONS_RADIO= RTMP SSL OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP Modified: branches/2017Q1/multimedia/ffmpeg/distinfo ============================================================================== --- branches/2017Q1/multimedia/ffmpeg/distinfo Mon Feb 13 06:50:31 2017 (r433976) +++ branches/2017Q1/multimedia/ffmpeg/distinfo Mon Feb 13 07:05:29 2017 (r433977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480980538 -SHA256 (ffmpeg-3.2.2.tar.bz2) = 0b129a56d1b8d06101b1fcbfaa9f4f5eee3182d1ad6e44f511a84c12113a366b -SIZE (ffmpeg-3.2.2.tar.bz2) = 9611373 +TIMESTAMP = 1486896628 +SHA256 (ffmpeg-3.2.4.tar.bz2) = c0fa3593a2e9e96ace3c1757900094437ad96d1d6ca19f057c378b5f394496a4 +SIZE (ffmpeg-3.2.4.tar.bz2) = 9612274 Modified: branches/2017Q1/multimedia/ffmpeg/pkg-plist ============================================================================== --- branches/2017Q1/multimedia/ffmpeg/pkg-plist Mon Feb 13 06:50:31 2017 (r433976) +++ branches/2017Q1/multimedia/ffmpeg/pkg-plist Mon Feb 13 07:05:29 2017 (r433977) @@ -128,7 +128,7 @@ lib/libavfilter.so.6.65.100 lib/libavformat.a lib/libavformat.so lib/libavformat.so.57 -lib/libavformat.so.57.56.100 +lib/libavformat.so.57.56.101 lib/libavresample.a lib/libavresample.so lib/libavresample.so.3 @@ -136,7 +136,7 @@ lib/libavresample.so.3.1.0 lib/libavutil.a lib/libavutil.so lib/libavutil.so.55 -lib/libavutil.so.55.34.100 +lib/libavutil.so.55.34.101 lib/libpostproc.a lib/libpostproc.so lib/libpostproc.so.54 From owner-svn-ports-all@freebsd.org Mon Feb 13 07:17:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2C24CDD117; Mon, 13 Feb 2017 07:17:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9232916E1; Mon, 13 Feb 2017 07:17:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D7HfL6007951; Mon, 13 Feb 2017 07:17:41 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D7HffC007949; Mon, 13 Feb 2017 07:17:41 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702130717.v1D7HffC007949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Mon, 13 Feb 2017 07:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433978 - in head: . chinese chinese/mutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 07:17:42 -0000 Author: kevlo Date: Mon Feb 13 07:17:41 2017 New Revision: 433978 URL: https://svnweb.freebsd.org/changeset/ports/433978 Log: Remove the chinese specific version of mutt's email client. The regular mail/mutt can handle Chinese locales. Deleted: head/chinese/mutt/ Modified: head/MOVED head/chinese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 13 07:05:29 2017 (r433977) +++ head/MOVED Mon Feb 13 07:17:41 2017 (r433978) @@ -9070,3 +9070,4 @@ math/R-cran-SuppDists||2017-02-08|Has ex devel/py-re2||2017-02-08|Has expired: Broken for more than 6 months net-p2p/digitalcoin||2017-02-08|Has expired: Broken for more than 6 months devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users +chinese/mutt|mail/mutt||2017-02-13|Regular mutt's email client can handle Chinese locales Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Mon Feb 13 07:05:29 2017 (r433977) +++ head/chinese/Makefile Mon Feb 13 07:17:41 2017 (r433978) @@ -72,7 +72,6 @@ SUBDIR += lunar SUBDIR += moettf SUBDIR += muni - SUBDIR += mutt SUBDIR += oicq SUBDIR += opencc SUBDIR += opendesktop-fonts From owner-svn-ports-all@freebsd.org Mon Feb 13 07:38:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A19FECDD547; Mon, 13 Feb 2017 07:38:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 657A11F42; Mon, 13 Feb 2017 07:38:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D7cAIQ016070; Mon, 13 Feb 2017 07:38:10 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D7cAqq016069; Mon, 13 Feb 2017 07:38:10 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702130738.v1D7cAqq016069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 07:38:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433979 - head/games/hexxagon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 07:38:11 -0000 Author: vanilla Date: Mon Feb 13 07:38:10 2017 New Revision: 433979 URL: https://svnweb.freebsd.org/changeset/ports/433979 Log: Update to 1.0.2. Modified: head/games/hexxagon/Makefile head/games/hexxagon/distinfo Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Mon Feb 13 07:17:41 2017 (r433978) +++ head/games/hexxagon/Makefile Mon Feb 13 07:38:10 2017 (r433979) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hexxagon -PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= http://www.nesqi.se/download/ Modified: head/games/hexxagon/distinfo ============================================================================== --- head/games/hexxagon/distinfo Mon Feb 13 07:17:41 2017 (r433978) +++ head/games/hexxagon/distinfo Mon Feb 13 07:38:10 2017 (r433979) @@ -1,2 +1,3 @@ -SHA256 (hexxagon-1.0.1.tar.bz2) = a6a1579990797276132f5d0e26b5b70d60ef654cb35261e2b6c26220e7d40fd9 -SIZE (hexxagon-1.0.1.tar.bz2) = 1278325 +TIMESTAMP = 1486970602 +SHA256 (hexxagon-1.0.2.tar.bz2) = 49b13516822fd32a9c58d62735b841a6e47e1714273e03ad20d8a9343a7623cc +SIZE (hexxagon-1.0.2.tar.bz2) = 1286713 From owner-svn-ports-all@freebsd.org Mon Feb 13 09:01:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B41A5CDD25A; Mon, 13 Feb 2017 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 699ECB92; Mon, 13 Feb 2017 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1D91WxZ049270; Mon, 13 Feb 2017 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1D91WcM049269; Mon, 13 Feb 2017 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702130901.v1D91WcM049269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 13 Feb 2017 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433980 - head/multimedia/vdr-plugin-softhddevice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 09:01:33 -0000 Author: amdmi3 Date: Mon Feb 13 09:01:32 2017 New Revision: 433980 URL: https://svnweb.freebsd.org/changeset/ports/433980 Log: - Add LICENSE - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers Modified: head/multimedia/vdr-plugin-softhddevice/Makefile Modified: head/multimedia/vdr-plugin-softhddevice/Makefile ============================================================================== --- head/multimedia/vdr-plugin-softhddevice/Makefile Mon Feb 13 07:38:10 2017 (r433979) +++ head/multimedia/vdr-plugin-softhddevice/Makefile Mon Feb 13 09:01:32 2017 (r433980) @@ -11,36 +11,37 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DI MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - softhddevice plugin -LIB_DEPENDS+= libavcodec0.so:multimedia/ffmpeg0 \ +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/AGPL-3.0.txt + +LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ libvdpau.so:multimedia/libvdpau \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libasound.so:audio/alsa-lib USES= compiler:features pkgconfig tar:tgz -USE_XORG+= xv x11 xcb xinerama -USE_GL+= gl glu +USE_XORG= xv x11 xcb xinerama +USE_GL= gl glu PATCH_STRIP= -p1 -HAVE_CONFIGURE= yes -PORTDOCS= AGPL-3.0.txt ChangeLog README.txt CONFIG+= -DLOCALBASE=\\\"${LOCALBASE}\\\" CONFIG+= -DUSE_VDPAU CONFIG+= -DUSE_OSS -MAKE_ARGS+= CONFIG="${CONFIG}" +MAKE_ARGS= CONFIG="${CONFIG}" WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION} -.include "${.CURDIR}/../vdr/Makefile.plugins" +PORTDOCS= ChangeLog README.txt OPTIONS_DEFINE= VAAPI DOCS NLS VAAPI_DESC= Enable vaapi support (experimental) -.include +VAAPI_LIB_DEPENDS= libva.so:multimedia/libva +VAAPI_VARS= CONFIG+=-DUSE_VAAPI -.if ${PORT_OPTIONS:MVAAPI} -LIB_DEPENDS+= libva.so:multimedia/libva -CONFIG+= -DUSE_VAAPI -.endif +.include "${.CURDIR}/../vdr/Makefile.plugins" -.if !(${COMPILER_TYPE} == clang) +.include + +.if ${CHOSEN_COMPILER_TYPE} != clang USE_GCC= yes .endif @@ -54,12 +55,12 @@ post-patch: post-patch-plugin ${WRKSRC}/*.c ${WRKSRC}/*.cpp pre-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr post-install: post-install-pluginlocales -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) -.endif .include From owner-svn-ports-all@freebsd.org Mon Feb 13 10:12:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF7CDCDC374; Mon, 13 Feb 2017 10:12:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B98A10CA; Mon, 13 Feb 2017 10:12:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DACV7M080305; Mon, 13 Feb 2017 10:12:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DACVcF080302; Mon, 13 Feb 2017 10:12:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702131012.v1DACVcF080302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Feb 2017 10:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433981 - head/security/easy-rsa2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 10:12:32 -0000 Author: mat Date: Mon Feb 13 10:12:31 2017 New Revision: 433981 URL: https://svnweb.freebsd.org/changeset/ports/433981 Log: Don't overwrite vars file when upgrading. (Also, don't overwrite securiy/easy-rsa's vars file when installing.) Sponsored by: Absolight Modified: head/security/easy-rsa2/Makefile (contents, props changed) head/security/easy-rsa2/pkg-plist (contents, props changed) Modified: head/security/easy-rsa2/Makefile ============================================================================== --- head/security/easy-rsa2/Makefile Mon Feb 13 09:01:32 2017 (r433980) +++ head/security/easy-rsa2/Makefile Mon Feb 13 10:12:31 2017 (r433981) @@ -2,6 +2,7 @@ PORTNAME= easy-rsa DISTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= security net-mgmt PKGNAMESUFFIX= 2 @@ -20,4 +21,7 @@ GH_ACCOUNT= OpenVPN GNU_CONFIGURE= yes USES= autoreconf +post-install: + @${MV} ${STAGEDIR}${DATADIR}/vars ${STAGEDIR}${DATADIR}/vars.sample + .include Modified: head/security/easy-rsa2/pkg-plist ============================================================================== --- head/security/easy-rsa2/pkg-plist Mon Feb 13 09:01:32 2017 (r433980) +++ head/security/easy-rsa2/pkg-plist Mon Feb 13 10:12:31 2017 (r433981) @@ -2,7 +2,7 @@ %%DOCSDIR%%/COPYRIGHT.GPL %%DOCSDIR%%/COPYING %%DATADIR%%/build-ca -%%DATADIR%%/vars +@sample %%DATADIR%%/vars.sample %%DATADIR%%/sign-req %%DATADIR%%/revoke-full %%DATADIR%%/pkitool From owner-svn-ports-all@freebsd.org Mon Feb 13 10:48:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2A0CDCCA4; Mon, 13 Feb 2017 10:48:25 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DEC684; Mon, 13 Feb 2017 10:48:25 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DAmOUe092677; Mon, 13 Feb 2017 10:48:24 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DAmOPN092675; Mon, 13 Feb 2017 10:48:24 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131048.v1DAmOPN092675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 10:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433982 - branches/2017Q1/mail/postfixadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 10:48:25 -0000 Author: krion Date: Mon Feb 13 10:48:23 2017 New Revision: 433982 URL: https://svnweb.freebsd.org/changeset/ports/433982 Log: MFH: r433819 Update mail/postfixadmin to 3.0.2 (security fix) SECURITY FIX: don't allow to delete protected aliases (CVE-2017-5930, PR#23). Following non-security bugs were fixed: - Fix VacationHandler for PostgreSQL - AliasHandler: restrict mailbox subquery to allowed and specified domains to improve performance on setups with +lots of mailboxes - Allow switching between dovecot: password schemes while still accepting passwords hashed using the previous dov +ecot: scheme - FetchmailHandler: use a valid date as default for 'date' - Fix date formatting in non-english languages when using PostgreSQL PR: 216932 Submitted by: lukasz@wasikowski.net Approved by: maintainer, mat (mentor) Differential Revision: https://reviews.freebsd.org/D9521 Approved by: ports-secteam Modified: branches/2017Q1/mail/postfixadmin/Makefile branches/2017Q1/mail/postfixadmin/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/mail/postfixadmin/Makefile ============================================================================== --- branches/2017Q1/mail/postfixadmin/Makefile Mon Feb 13 10:12:31 2017 (r433981) +++ branches/2017Q1/mail/postfixadmin/Makefile Mon Feb 13 10:48:23 2017 (r433982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfixadmin -PORTVERSION= 3.0 +PORTVERSION= 3.0.2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: branches/2017Q1/mail/postfixadmin/distinfo ============================================================================== --- branches/2017Q1/mail/postfixadmin/distinfo Mon Feb 13 10:12:31 2017 (r433981) +++ branches/2017Q1/mail/postfixadmin/distinfo Mon Feb 13 10:48:23 2017 (r433982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473715952 -SHA256 (postfixadmin-3.0.tar.gz) = 1f07a0003ad2cb2afaecc3d6b0399c3afd38744c43cef504552e687393263392 -SIZE (postfixadmin-3.0.tar.gz) = 1303883 +TIMESTAMP = 1486633555 +SHA256 (postfixadmin-3.0.2.tar.gz) = 9a4edb111258c90912aea66ad1dd684445b4f03f08f8549b9d708336ae019c8c +SIZE (postfixadmin-3.0.2.tar.gz) = 1306500 From owner-svn-ports-all@freebsd.org Mon Feb 13 12:38:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFF92CD1BC2; Mon, 13 Feb 2017 12:38:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0A71DFC; Mon, 13 Feb 2017 12:38:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DCcbFn036646; Mon, 13 Feb 2017 12:38:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DCcbFT036644; Mon, 13 Feb 2017 12:38:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702131238.v1DCcbFT036644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Feb 2017 12:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433983 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 12:38:38 -0000 Author: mat Date: Mon Feb 13 12:38:37 2017 New Revision: 433983 URL: https://svnweb.freebsd.org/changeset/ports/433983 Log: Update to v5.25.9-117-gf40abc9. Changes: https://github.com/Perl/perl5/compare/v5.25.9-80-gadd424d...v5.25.9-117-gf40abc9 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Feb 13 10:48:23 2017 (r433982) +++ head/lang/perl5-devel/Makefile Mon Feb 13 12:38:37 2017 (r433983) @@ -34,7 +34,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.9-80-gadd424d +GH_TAGNAME= v5.25.9-117-gf40abc9 MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Feb 13 10:48:23 2017 (r433982) +++ head/lang/perl5-devel/distinfo Mon Feb 13 12:38:37 2017 (r433983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486380667 -SHA256 (perl/perl-5.25.9-80_GH0.tar.gz) = 1df16744e9c77d779ae32b65821a024a9cedc2987b07f67f956f222ddff394b4 -SIZE (perl/perl-5.25.9-80_GH0.tar.gz) = 18453071 +TIMESTAMP = 1486980924 +SHA256 (perl/perl-5.25.9-117_GH0.tar.gz) = b544221ba978453948c91b0f27ccd8e474608e052accd974be7374e498c5137e +SIZE (perl/perl-5.25.9-117_GH0.tar.gz) = 18453748 From owner-svn-ports-all@freebsd.org Mon Feb 13 12:38:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88DC4CD1BEA; Mon, 13 Feb 2017 12:38:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 610FA1E12; Mon, 13 Feb 2017 12:38:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DCcgIq036795; Mon, 13 Feb 2017 12:38:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DCcgPu036791; Mon, 13 Feb 2017 12:38:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702131238.v1DCcgPu036791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Feb 2017 12:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433984 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 12:38:43 -0000 Author: mat Date: Mon Feb 13 12:38:41 2017 New Revision: 433984 URL: https://svnweb.freebsd.org/changeset/ports/433984 Log: Update to latest commit. MFH: 2017Q1 Security: CVE-2017-3135 Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Feb 13 12:38:37 2017 (r433983) +++ head/dns/bind9-devel/Makefile Mon Feb 13 12:38:41 2017 (r433984) @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.01.21 -HASH= 4502e3c +ISCVERSION= 9.12.0a.2017.02.09 +HASH= 1df7a6f USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Feb 13 12:38:37 2017 (r433983) +++ head/dns/bind9-devel/distinfo Mon Feb 13 12:38:41 2017 (r433984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485177532 -SHA256 (bind9-4502e3c.tar.gz) = 487304c414a7cd9a7ceab6b10d277a79066b2eef92686f08fed90b7fa0e8105f -SIZE (bind9-4502e3c.tar.gz) = 11847026 +TIMESTAMP = 1486988913 +SHA256 (bind9-1df7a6f.tar.gz) = ff9607e41d220fe2b45301fb064078d960a96d69e0356512033ab9cdd8905bef +SIZE (bind9-1df7a6f.tar.gz) = 11873079 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 13 12:38:37 2017 (r433983) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 13 12:38:41 2017 (r433984) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-01-12 03:25:45 UTC +--- bin/named/config.c.orig 2017-02-09 21:52:45 UTC +++ bin/named/config.c @@ -158,6 +158,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-01-12 03:25:45 UTC +--- bin/named/server.c.orig 2017-02-09 21:52:45 UTC +++ bin/named/server.c -@@ -3635,6 +3635,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3743,6 +3743,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-01-12 03:25:45 UTC +--- lib/dns/include/dns/view.h.orig 2017-02-09 21:52:45 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-01-12 03:25:45 UTC +--- lib/dns/resolver.c.orig 2017-02-09 21:52:45 UTC +++ lib/dns/resolver.c -@@ -5462,6 +5462,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5467,6 +5467,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-01-12 03:25:45 UTC +--- lib/isccfg/namedconf.c.orig 2017-02-09 21:52:45 UTC +++ lib/isccfg/namedconf.c -@@ -1782,6 +1782,8 @@ view_clauses[] = { +@@ -1864,6 +1864,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Feb 13 12:38:37 2017 (r433983) +++ head/dns/bind9-devel/pkg-plist Mon Feb 13 12:38:41 2017 (r433984) @@ -40,6 +40,7 @@ include/dns/ds.h include/dns/dsdigest.h include/dns/dyndb.h include/dns/ecdb.h +include/dns/ecs.h include/dns/edns.h include/dns/enumclass.h include/dns/enumtype.h From owner-svn-ports-all@freebsd.org Mon Feb 13 12:39:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D6DCD1C4B; Mon, 13 Feb 2017 12:39:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D80CFA; Mon, 13 Feb 2017 12:39:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DCdjp7037002; Mon, 13 Feb 2017 12:39:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DCdjIV036998; Mon, 13 Feb 2017 12:39:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702131239.v1DCdjIV036998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Feb 2017 12:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433985 - in branches/2017Q1/dns/bind9-devel: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 12:39:47 -0000 Author: mat Date: Mon Feb 13 12:39:45 2017 New Revision: 433985 URL: https://svnweb.freebsd.org/changeset/ports/433985 Log: MFH: r432228 r433984 Update to latest commit. Security: CVE-2017-3135 Sponsored by: Absolight Modified: branches/2017Q1/dns/bind9-devel/Makefile branches/2017Q1/dns/bind9-devel/distinfo branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl branches/2017Q1/dns/bind9-devel/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/dns/bind9-devel/Makefile ============================================================================== --- branches/2017Q1/dns/bind9-devel/Makefile Mon Feb 13 12:38:41 2017 (r433984) +++ branches/2017Q1/dns/bind9-devel/Makefile Mon Feb 13 12:39:45 2017 (r433985) @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.01.12 -HASH= d2e1b47 +ISCVERSION= 9.12.0a.2017.02.09 +HASH= 1df7a6f USES= cpe libedit @@ -203,6 +203,7 @@ QUERYTRACE_CONFIGURE_ENABLE= querytrace DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ libprotobuf-c.so:devel/protobuf-c +DNSTAP_IMPLIES= THREADS .include Modified: branches/2017Q1/dns/bind9-devel/distinfo ============================================================================== --- branches/2017Q1/dns/bind9-devel/distinfo Mon Feb 13 12:38:41 2017 (r433984) +++ branches/2017Q1/dns/bind9-devel/distinfo Mon Feb 13 12:39:45 2017 (r433985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484208237 -SHA256 (bind9-d2e1b47.tar.gz) = 8945ede00fd1adf336ee0c92149f195d4dd3a6364422721a8ebfa4047cc7fb55 -SIZE (bind9-d2e1b47.tar.gz) = 11845654 +TIMESTAMP = 1486988913 +SHA256 (bind9-1df7a6f.tar.gz) = ff9607e41d220fe2b45301fb064078d960a96d69e0356512033ab9cdd8905bef +SIZE (bind9-1df7a6f.tar.gz) = 11873079 Modified: branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 13 12:38:41 2017 (r433984) +++ branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 13 12:39:45 2017 (r433985) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-01-12 03:25:45 UTC +--- bin/named/config.c.orig 2017-02-09 21:52:45 UTC +++ bin/named/config.c @@ -158,6 +158,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-01-12 03:25:45 UTC +--- bin/named/server.c.orig 2017-02-09 21:52:45 UTC +++ bin/named/server.c -@@ -3635,6 +3635,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3743,6 +3743,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-01-12 03:25:45 UTC +--- lib/dns/include/dns/view.h.orig 2017-02-09 21:52:45 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-01-12 03:25:45 UTC +--- lib/dns/resolver.c.orig 2017-02-09 21:52:45 UTC +++ lib/dns/resolver.c -@@ -5462,6 +5462,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5467,6 +5467,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-01-12 03:25:45 UTC +--- lib/isccfg/namedconf.c.orig 2017-02-09 21:52:45 UTC +++ lib/isccfg/namedconf.c -@@ -1782,6 +1782,8 @@ view_clauses[] = { +@@ -1864,6 +1864,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: branches/2017Q1/dns/bind9-devel/pkg-plist ============================================================================== --- branches/2017Q1/dns/bind9-devel/pkg-plist Mon Feb 13 12:38:41 2017 (r433984) +++ branches/2017Q1/dns/bind9-devel/pkg-plist Mon Feb 13 12:39:45 2017 (r433985) @@ -40,6 +40,7 @@ include/dns/ds.h include/dns/dsdigest.h include/dns/dyndb.h include/dns/ecdb.h +include/dns/ecs.h include/dns/edns.h include/dns/enumclass.h include/dns/enumtype.h From owner-svn-ports-all@freebsd.org Mon Feb 13 12:49:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DB7FCDB1E5; Mon, 13 Feb 2017 12:49:30 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D914B54; Mon, 13 Feb 2017 12:49:30 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DCnTLh041027; Mon, 13 Feb 2017 12:49:29 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DCnTbm041026; Mon, 13 Feb 2017 12:49:29 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201702131249.v1DCnTbm041026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 13 Feb 2017 12:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433986 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 12:49:30 -0000 Author: kwm Date: Mon Feb 13 12:49:29 2017 New Revision: 433986 URL: https://svnweb.freebsd.org/changeset/ports/433986 Log: Add note about missing libGL after r433892. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 13 12:39:45 2017 (r433985) +++ head/UPDATING Mon Feb 13 12:49:29 2017 (r433986) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170213: + AFFECTS: users of graphics/libGL, graphics/libEGL, graphics/libglesv2 + AUTHOR: kwm@FreeBSD.org + + The workaround for handling conflicting libraries between the + nvidia-driver, libGL, libEGL and libglesv2 ports was removed. If the + nvidia-driver port is updated before the other ports, it will remove + the libraries of said ports. This is a side effect of how the workaround + worked. If this happens reinstalling the affected port is enough. + + pkg users can run: pkg install -f libGL libEGL libglesv2 + 20170211: AFFECTS: users of x11-server/xorg-server AUTHOR: rezny@FreeBSD.org From owner-svn-ports-all@freebsd.org Mon Feb 13 13:03:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E88CCDB707; Mon, 13 Feb 2017 13:03:16 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFFF136D; Mon, 13 Feb 2017 13:03:16 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DD3FvQ049028; Mon, 13 Feb 2017 13:03:15 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DD3FsY049026; Mon, 13 Feb 2017 13:03:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702131303.v1DD3FsY049026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 13 Feb 2017 13:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433987 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:03:16 -0000 Author: gerald Date: Mon Feb 13 13:03:15 2017 New Revision: 433987 URL: https://svnweb.freebsd.org/changeset/ports/433987 Log: Update to the 20170212 development snapshot of GCC 7. Ongoing bug fixing for the release. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Mon Feb 13 12:49:29 2017 (r433986) +++ head/lang/gcc7-devel/Makefile Mon Feb 13 13:03:15 2017 (r433987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.1.s20170205 +PORTVERSION= 7.0.1.s20170212 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Mon Feb 13 12:49:29 2017 (r433986) +++ head/lang/gcc7-devel/distinfo Mon Feb 13 13:03:15 2017 (r433987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486381424 -SHA256 (gcc-7-20170205.tar.bz2) = d6be1d99af0dee750a7d5b9ee5b87a45e3a25696da22eccdb9f8d073d237a4ae -SIZE (gcc-7-20170205.tar.bz2) = 80510371 +TIMESTAMP = 1486980649 +SHA256 (gcc-7-20170212.tar.bz2) = 80ee6a0982ba6547d9ea809850142c513f407a0b8efe540e7de23b9ec45e2aa8 +SIZE (gcc-7-20170212.tar.bz2) = 79398740 From owner-svn-ports-all@freebsd.org Mon Feb 13 13:19:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E0D5CDB9DB; Mon, 13 Feb 2017 13:19:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 654EC191F; Mon, 13 Feb 2017 13:19:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DDJJKo053120; Mon, 13 Feb 2017 13:19:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DDJJ7x053119; Mon, 13 Feb 2017 13:19:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702131319.v1DDJJ7x053119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 13:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433988 - head/devel/linux-c6-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:19:20 -0000 Author: tijl Date: Mon Feb 13 13:19:19 2017 New Revision: 433988 URL: https://svnweb.freebsd.org/changeset/ports/433988 Log: Add back recreation of libgcc_s.so links removed in r433943. The existing links don't work in all cases. Reported by: avos Modified: head/devel/linux-c6-devtools/Makefile Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Mon Feb 13 13:03:15 2017 (r433987) +++ head/devel/linux-c6-devtools/Makefile Mon Feb 13 13:19:19 2017 (r433988) @@ -3,7 +3,7 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel BIN_DISTNAMES= binutils-2.20.51.0.2-5.44.el6 \ glibc-headers-2.12-1.192.el6 \ @@ -36,4 +36,18 @@ USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -.include +.include + +post-install: +.if ${LINUX_ARCH} == x86_64 + ${LN} -sfh ../../../../lib64/libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc_s.so + + ${LN} -sfh ../../../../libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcc_s.so +.else + ${LN} -sfh ../../../libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so +.endif + +.include From owner-svn-ports-all@freebsd.org Mon Feb 13 13:27:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEE40CDBD98; Mon, 13 Feb 2017 13:27:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9941E9D; Mon, 13 Feb 2017 13:27:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DDRJ3n057301; Mon, 13 Feb 2017 13:27:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DDRJjn057300; Mon, 13 Feb 2017 13:27:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702131327.v1DDRJjn057300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 13:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433989 - head/devel/linux-c7-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:27:20 -0000 Author: tijl Date: Mon Feb 13 13:27:19 2017 New Revision: 433989 URL: https://svnweb.freebsd.org/changeset/ports/433989 Log: Add back recreation of libgcc_s.so links removed in r433941. The existing links don't work in all cases. Reported by: avos Modified: head/devel/linux-c7-devtools/Makefile Modified: head/devel/linux-c7-devtools/Makefile ============================================================================== --- head/devel/linux-c7-devtools/Makefile Mon Feb 13 13:19:19 2017 (r433988) +++ head/devel/linux-c7-devtools/Makefile Mon Feb 13 13:27:19 2017 (r433989) @@ -3,7 +3,7 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel BIN_DISTNAMES= binutils-2.25.1-22.base.el7 \ glibc-headers-2.17-157.el7_3.1 \ @@ -46,7 +46,19 @@ USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +.include + post-install: ${LN} -sf ld.bfd ${STAGEDIR}${PREFIX}/usr/bin/ld +.if ${LINUX_ARCH} == x86_64 + ${LN} -sfh ../../../../lib64/libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so + + ${LN} -sfh ../../../../libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so +.else + ${LN} -sfh ../../../libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so +.endif -.include +.include From owner-svn-ports-all@freebsd.org Mon Feb 13 13:29:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E25CCDBDE4; Mon, 13 Feb 2017 13:29:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B1D71FC2; Mon, 13 Feb 2017 13:29:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DDTIDA057461; Mon, 13 Feb 2017 13:29:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DDTIoZ057460; Mon, 13 Feb 2017 13:29:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702131329.v1DDTIoZ057460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 13:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433990 - head/audio/linux-skype_oss_wrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:29:19 -0000 Author: tijl Date: Mon Feb 13 13:29:17 2017 New Revision: 433990 URL: https://svnweb.freebsd.org/changeset/ports/433990 Log: Set CC via MAKE_ARGS for users that set CC in make.conf. Reported by: avos Modified: head/audio/linux-skype_oss_wrapper/Makefile Modified: head/audio/linux-skype_oss_wrapper/Makefile ============================================================================== --- head/audio/linux-skype_oss_wrapper/Makefile Mon Feb 13 13:27:19 2017 (r433989) +++ head/audio/linux-skype_oss_wrapper/Makefile Mon Feb 13 13:29:17 2017 (r433990) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= s3erios -CC= ${LINUXBASE}/usr/bin/gcc +MAKE_ARGS= CC=${LINUXBASE}/usr/bin/gcc USES= linux USE_LINUX= base devtools:build USE_LINUX_PREFIX= yes From owner-svn-ports-all@freebsd.org Mon Feb 13 13:31:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36033CDD0A7; Mon, 13 Feb 2017 13:31:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02C4723F; Mon, 13 Feb 2017 13:31:05 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DDV5XJ058316; Mon, 13 Feb 2017 13:31:05 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DDV4VL058314; Mon, 13 Feb 2017 13:31:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702131331.v1DDV4VL058314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 13:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433991 - head/games/connectagram X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:31:06 -0000 Author: vanilla Date: Mon Feb 13 13:31:04 2017 New Revision: 433991 URL: https://svnweb.freebsd.org/changeset/ports/433991 Log: Update to 1.2.4. Modified: head/games/connectagram/Makefile head/games/connectagram/distinfo Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Mon Feb 13 13:29:17 2017 (r433990) +++ head/games/connectagram/Makefile Mon Feb 13 13:31:04 2017 (r433991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= connectagram -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ Modified: head/games/connectagram/distinfo ============================================================================== --- head/games/connectagram/distinfo Mon Feb 13 13:29:17 2017 (r433990) +++ head/games/connectagram/distinfo Mon Feb 13 13:31:04 2017 (r433991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932000 -SHA256 (connectagram-1.2.3-src.tar.bz2) = f5dc20ceea874e7bb8859cd5cf9cfac1d0545c94f73731e0417a6ed9b4ef5f2c -SIZE (connectagram-1.2.3-src.tar.bz2) = 1625958 +TIMESTAMP = 1486991548 +SHA256 (connectagram-1.2.4-src.tar.bz2) = 94467d41f89cd3f24afaed9fe0f905a4daa45d803088e25a8bba55ea48f25102 +SIZE (connectagram-1.2.4-src.tar.bz2) = 1626433 From owner-svn-ports-all@freebsd.org Mon Feb 13 13:58:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5FA2CDD7D9; Mon, 13 Feb 2017 13:58:57 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EBED12BA; Mon, 13 Feb 2017 13:58:57 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DDwu9q069748; Mon, 13 Feb 2017 13:58:56 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DDwuQ9069742; Mon, 13 Feb 2017 13:58:56 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702131358.v1DDwuQ9069742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 13 Feb 2017 13:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433992 - in head/www/squid-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 13:58:57 -0000 Author: brnrd Date: Mon Feb 13 13:58:55 2017 New Revision: 433992 URL: https://svnweb.freebsd.org/changeset/ports/433992 Log: www/squid-devel: Update to 4.0.18 - Update to version 4.0.18 - Fix build with LibreSSL PR: 217045 Approved by: timp87@gmail.com (maintainer) Added: head/www/squid-devel/files/patch-src_ssl_bio.cc (contents, props changed) head/www/squid-devel/files/patch-src_ssl_bio.h (contents, props changed) head/www/squid-devel/files/patch-src_ssl_gadgets.cc (contents, props changed) head/www/squid-devel/files/patch-src_ssl_support.cc (contents, props changed) Modified: head/www/squid-devel/Makefile head/www/squid-devel/distinfo Modified: head/www/squid-devel/Makefile ============================================================================== --- head/www/squid-devel/Makefile Mon Feb 13 13:31:04 2017 (r433991) +++ head/www/squid-devel/Makefile Mon Feb 13 13:58:55 2017 (r433992) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 4.0.17 +PORTVERSION= 4.0.18 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ http://www2.us.squid-cache.org/Versions/v4/ \ Modified: head/www/squid-devel/distinfo ============================================================================== --- head/www/squid-devel/distinfo Mon Feb 13 13:31:04 2017 (r433991) +++ head/www/squid-devel/distinfo Mon Feb 13 13:58:55 2017 (r433992) @@ -1,3 +1,3 @@ TIMESTAMP = 1467941699 -SHA256 (squid4.0/squid-4.0.17.tar.xz) = 8b1f3487495d1b02892bd63d6bdd97862be62a9cebc27245426de4543876239c -SIZE (squid4.0/squid-4.0.17.tar.xz) = 2410244 +SHA256 (squid4.0/squid-4.0.18.tar.xz) = 6e5d2dd9477085b023c4c8ebfc2124ed2bc9795fdc74d190c9273c70ba6f2560 +SIZE (squid4.0/squid-4.0.18.tar.xz) = 2411340 Added: head/www/squid-devel/files/patch-src_ssl_bio.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squid-devel/files/patch-src_ssl_bio.cc Mon Feb 13 13:58:55 2017 (r433992) @@ -0,0 +1,38 @@ +--- src/ssl/bio.cc.orig 2017-02-05 21:15:41 UTC ++++ src/ssl/bio.cc +@@ -43,7 +43,7 @@ static int squid_bio_destroy(BIO *data); + /* SSL callbacks */ + static void squid_ssl_info(const SSL *ssl, int where, int ret); + +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + /// Initialization structure for the BIO table with + /// Squid-specific methods and BIO method wrappers. + static BIO_METHOD SquidMethods = { +@@ -65,7 +65,7 @@ static BIO_METHOD *SquidMethods = NULL; + BIO * + Ssl::Bio::Create(const int fd, Ssl::Bio::Type type) + { +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + BIO_METHOD *useMethod = &SquidMethods; + #else + if (!SquidMethods) { +@@ -562,7 +562,7 @@ Ssl::ServerBio::resumingSession() + static int + squid_bio_create(BIO *bi) + { +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + bi->init = 0; // set when we store Bio object and socket fd (BIO_C_SET_FD) + bi->num = 0; + bi->flags = 0; +@@ -706,7 +706,7 @@ applyTlsDetailsToSSL(SSL *ssl, Security: + cbytes[0] = (cipherId >> 8) & 0xFF; + cbytes[1] = cipherId & 0xFF; + cbytes[2] = 0; +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + const SSL_METHOD *method = SSLv23_method(); + const SSL_CIPHER *c = method->get_cipher_by_char(cbytes); + #else Added: head/www/squid-devel/files/patch-src_ssl_bio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squid-devel/files/patch-src_ssl_bio.h Mon Feb 13 13:58:55 2017 (r433992) @@ -0,0 +1,11 @@ +--- src/ssl/bio.h.orig 2017-02-05 21:15:41 UTC ++++ src/ssl/bio.h +@@ -205,7 +205,7 @@ private: + void + applyTlsDetailsToSSL(SSL *ssl, Security::TlsDetails::Pointer const &details, Ssl::BumpMode bumpMode); + +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + // OpenSSL v1.0 bio compatibility functions + inline void *BIO_get_data(BIO *table) { return table->ptr; } + inline void BIO_set_data(BIO *table, void *data) { table->ptr = data; } Added: head/www/squid-devel/files/patch-src_ssl_gadgets.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squid-devel/files/patch-src_ssl_gadgets.cc Mon Feb 13 13:58:55 2017 (r433992) @@ -0,0 +1,11 @@ +--- src/ssl/gadgets.cc.orig 2017-02-05 21:15:41 UTC ++++ src/ssl/gadgets.cc +@@ -387,7 +387,7 @@ mimicExtensions(Security::CertPointer & + DecipherOnly + }; + +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + const int mimicAlgo = OBJ_obj2nid(mimicCert.get()->cert_info->key->algor->algorithm); + const bool rsaPkey = (mimicAlgo == NID_rsaEncryption); + #else Added: head/www/squid-devel/files/patch-src_ssl_support.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/squid-devel/files/patch-src_ssl_support.cc Mon Feb 13 13:58:55 2017 (r433992) @@ -0,0 +1,56 @@ +--- src/ssl/support.cc.orig 2017-02-12 21:14:36 UTC ++++ src/ssl/support.cc +@@ -235,7 +235,7 @@ bool Ssl::checkX509ServerValidity(X509 * + return matchX509CommonNames(cert, (void *)server, check_domain); + } + +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + static inline X509 *X509_STORE_CTX_get0_cert(X509_STORE_CTX *ctx) + { + return ctx->cert; +@@ -379,7 +379,7 @@ ssl_verify_cb(int ok, X509_STORE_CTX * c + } + + // "dup" function for SSL_get_ex_new_index("cert_err_check") +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) + static int + ssl_dupAclChecklist(CRYPTO_EX_DATA *, const CRYPTO_EX_DATA *, void *, + int, long, void *) +@@ -1116,7 +1116,7 @@ hasAuthorityInfoAccessCaIssuers(X509 *ce + if (ad->location->type == GEN_URI) { + xstrncpy(uri, + reinterpret_cast( +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + ASN1_STRING_data(ad->location->d.uniformResourceIdentifier) + #else + ASN1_STRING_get0_data(ad->location->d.uniformResourceIdentifier) +@@ -1291,7 +1291,7 @@ untrustedToStoreCtx_cb(X509_STORE_CTX *c + // OpenSSL already maintains ctx->untrusted but we cannot modify + // internal OpenSSL list directly. We have to give OpenSSL our own + // list, but it must include certificates on the OpenSSL ctx->untrusted +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + STACK_OF(X509) *oldUntrusted = ctx->untrusted; + #else + STACK_OF(X509) *oldUntrusted = X509_STORE_CTX_get0_untrusted(ctx); +@@ -1310,7 +1310,7 @@ untrustedToStoreCtx_cb(X509_STORE_CTX *c + + X509_STORE_CTX_set_chain(ctx, sk); // No locking/unlocking, just sets ctx->untrusted + int ret = X509_verify_cert(ctx); +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + X509_STORE_CTX_set_chain(ctx, oldUntrusted); // Set back the old untrusted list + #else + X509_STORE_CTX_set0_untrusted(ctx, oldUntrusted); +@@ -1535,7 +1535,7 @@ remove_session_cb(SSL_CTX *, SSL_SESSION + } + + static SSL_SESSION * +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + get_session_cb(SSL *, unsigned char *sessionID, int len, int *copy) + #else + get_session_cb(SSL *, const unsigned char *sessionID, int len, int *copy) From owner-svn-ports-all@freebsd.org Mon Feb 13 14:28:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10312CDDE0F; Mon, 13 Feb 2017 14:28:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D12491FE9; Mon, 13 Feb 2017 14:28:20 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DESJU6081502; Mon, 13 Feb 2017 14:28:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DESJjC081501; Mon, 13 Feb 2017 14:28:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702131428.v1DESJjC081501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 13 Feb 2017 14:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433993 - head/security/hitch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 14:28:21 -0000 Author: brnrd Date: Mon Feb 13 14:28:19 2017 New Revision: 433993 URL: https://svnweb.freebsd.org/changeset/ports/433993 Log: security/hitch: Fix build with LibreSSL - Add upstream patch PR: 217029 Obtained from: https://github.com/varnish/hitch/commit/cc92c25 Approved by: zi (maintainer) Added: head/security/hitch/files/patch-src_hitch.c (contents, props changed) Added: head/security/hitch/files/patch-src_hitch.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/hitch/files/patch-src_hitch.c Mon Feb 13 14:28:19 2017 (r433993) @@ -0,0 +1,22 @@ +From cc92c25a5fcbc1d3e4ebb8771fe87d961f2079bf Mon Sep 17 00:00:00 2001 +From: Vanilla Hsu +Date: Sat, 14 Jan 2017 09:36:57 +0800 +Subject: [PATCH] Fix building with libressl. + +--- + src/hitch.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/hitch.c b/src/hitch.c +index 5b48680..03b4580 100644 +--- src/hitch.c.orig 2016-12-22 13:48:49 UTC ++++ src/hitch.c +@@ -683,7 +683,7 @@ load_privatekey(SSL_CTX *ctx, const char + return NULL; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #define SSL_CTX_get_default_passwd_cb(ctx) (ctx->default_passwd_callback) + #define SSL_CTX_get_default_passwd_cb_userdata(ctx) (ctx->default_passwd_callback_userdata) + #endif From owner-svn-ports-all@freebsd.org Mon Feb 13 14:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9DF9CDDE67; Mon, 13 Feb 2017 14:30:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67DB81D5; Mon, 13 Feb 2017 14:30:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DEUi62081764; Mon, 13 Feb 2017 14:30:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DEUiAi081759; Mon, 13 Feb 2017 14:30:44 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702131430.v1DEUiAi081759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 14:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433994 - in head/games/cutemaze: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 14:30:45 -0000 Author: vanilla Date: Mon Feb 13 14:30:43 2017 New Revision: 433994 URL: https://svnweb.freebsd.org/changeset/ports/433994 Log: 1: Update to 1.2.0. 2: move to QT5. Added: head/games/cutemaze/files/ head/games/cutemaze/files/patch-cutemaze.pro (contents, props changed) Modified: head/games/cutemaze/Makefile head/games/cutemaze/distinfo head/games/cutemaze/pkg-plist Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/Makefile Mon Feb 13 14:30:43 2017 (r433994) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cutemaze -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -11,12 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= qmake tar:bzip2 -USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ - corelib gui svg +USE_QT5= buildtools core gui svg imageformats_run linguisttools \ + widgets INSTALLS_ICONS= yes PORTDOCS= ChangeLog NEWS README @@ -24,25 +25,20 @@ PORTDOCS= ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -.include - -post-patch: -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \ ${WRKSRC}/cutemaze.pro -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - .for d in 16x16 22x22 scalable @(cd ${WRKSRC}/icons/oxygen && ${COPYTREE_SHARE} ${d} \ ${STAGEDIR}${PREFIX}/share/icons/oxygen) .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/games/cutemaze/distinfo ============================================================================== --- head/games/cutemaze/distinfo Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/distinfo Mon Feb 13 14:30:43 2017 (r433994) @@ -1,2 +1,3 @@ -SHA256 (cutemaze-1.1.1-src.tar.bz2) = 3236d012af36a8390b86524e84d38baa40a12203a1e991c653203f3a23a7445d -SIZE (cutemaze-1.1.1-src.tar.bz2) = 370854 +TIMESTAMP = 1486992704 +SHA256 (cutemaze-1.2.0-src.tar.bz2) = d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b +SIZE (cutemaze-1.2.0-src.tar.bz2) = 800890 Added: head/games/cutemaze/files/patch-cutemaze.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cutemaze/files/patch-cutemaze.pro Mon Feb 13 14:30:43 2017 (r433994) @@ -0,0 +1,11 @@ +--- cutemaze.pro.orig 2017-02-13 13:47:42 UTC ++++ cutemaze.pro +@@ -94,7 +94,7 @@ macx { + qm.CONFIG += no_check_exist + + man.files = doc/cutemaze.6 +- man.path = $$PREFIX/share/man/man6 ++ man.path = $$PREFIX/man/man6 + + INSTALLS += target pixmap icon desktop appdata qm man + } Modified: head/games/cutemaze/pkg-plist ============================================================================== --- head/games/cutemaze/pkg-plist Mon Feb 13 14:28:19 2017 (r433993) +++ head/games/cutemaze/pkg-plist Mon Feb 13 14:30:43 2017 (r433994) @@ -1,16 +1,33 @@ bin/cutemaze +man/man6/cutemaze.6.gz +share/appdata/cutemaze.appdata.xml share/applications/cutemaze.desktop +%%NLS%%%%DATADIR%%/translations/cutemaze_cs.qm %%NLS%%%%DATADIR%%/translations/cutemaze_de.qm %%NLS%%%%DATADIR%%/translations/cutemaze_en.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_eo.qm %%NLS%%%%DATADIR%%/translations/cutemaze_es.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_fi.qm %%NLS%%%%DATADIR%%/translations/cutemaze_fr.qm %%NLS%%%%DATADIR%%/translations/cutemaze_he.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_lt.qm +%%NLS%%%%DATADIR%%/translations/cutemaze_nl.qm %%NLS%%%%DATADIR%%/translations/cutemaze_pl.qm %%NLS%%%%DATADIR%%/translations/cutemaze_pt_BR.qm %%NLS%%%%DATADIR%%/translations/cutemaze_ro.qm %%NLS%%%%DATADIR%%/translations/cutemaze_ru.qm %%NLS%%%%DATADIR%%/translations/cutemaze_tr.qm +share/icons/hicolor/1024x1024/apps/cutemaze.png +share/icons/hicolor/128x128/apps/cutemaze.png +share/icons/hicolor/16x16/apps/cutemaze.png +share/icons/hicolor/22x22/apps/cutemaze.png +share/icons/hicolor/24x24/apps/cutemaze.png +share/icons/hicolor/256x256/apps/cutemaze.png +share/icons/hicolor/32x32/apps/cutemaze.png share/icons/hicolor/48x48/apps/cutemaze.png +share/icons/hicolor/512x512/apps/cutemaze.png +share/icons/hicolor/64x64/apps/cutemaze.png +share/icons/hicolor/scalable/apps/cutemaze.svg share/icons/oxygen/16x16/application-exit.png share/icons/oxygen/16x16/document-new.png share/icons/oxygen/16x16/games-config-options.png @@ -42,3 +59,4 @@ share/icons/oxygen/scalable/preferences- share/icons/oxygen/scalable/zoom-in.svgz share/icons/oxygen/scalable/zoom-out.svgz share/pixmaps/cutemaze.png +share/pixmaps/cutemaze.xpm From owner-svn-ports-all@freebsd.org Mon Feb 13 14:32:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77AAECDDFAE; Mon, 13 Feb 2017 14:32:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473197A7; Mon, 13 Feb 2017 14:32:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DEWSCk085405; Mon, 13 Feb 2017 14:32:28 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DEWSQr085396; Mon, 13 Feb 2017 14:32:28 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702131432.v1DEWSQr085396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 13 Feb 2017 14:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433995 - head/games/cutemaze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 14:32:29 -0000 Author: vanilla Date: Mon Feb 13 14:32:28 2017 New Revision: 433995 URL: https://svnweb.freebsd.org/changeset/ports/433995 Log: Set buildtools, linguisttools as BUILD_DEPENDS. Modified: head/games/cutemaze/Makefile Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Mon Feb 13 14:30:43 2017 (r433994) +++ head/games/cutemaze/Makefile Mon Feb 13 14:32:28 2017 (r433995) @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= qmake tar:bzip2 -USE_QT5= buildtools core gui svg imageformats_run linguisttools \ - widgets +USE_QT5= core gui svg imageformats_run widgets \ + linguisttools_build buildtools_build INSTALLS_ICONS= yes PORTDOCS= ChangeLog NEWS README From owner-svn-ports-all@freebsd.org Mon Feb 13 15:17:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72204CDDC4E; Mon, 13 Feb 2017 15:17:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 417E49D; Mon, 13 Feb 2017 15:17:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DFHp0b001930; Mon, 13 Feb 2017 15:17:51 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DFHpHQ001928; Mon, 13 Feb 2017 15:17:51 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702131517.v1DFHpHQ001928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 13 Feb 2017 15:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433996 - in head/lang/julia: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 15:17:52 -0000 Author: lwhsu Date: Mon Feb 13 15:17:51 2017 New Revision: 433996 URL: https://svnweb.freebsd.org/changeset/ports/433996 Log: - Link to libopenblasp (threaded version) for better performace - Point to correct depend: math/arpack-ng - Bump PORTREVISION PR: 217056 Submitted by: Iblis Lin Modified: head/lang/julia/Makefile head/lang/julia/files/patch-Make.user Modified: head/lang/julia/Makefile ============================================================================== --- head/lang/julia/Makefile Mon Feb 13 14:32:28 2017 (r433995) +++ head/lang/julia/Makefile Mon Feb 13 15:17:51 2017 (r433996) @@ -4,7 +4,7 @@ PORTNAME= julia PORTVERSION= 0.5.0 DISTVERSIONSUFFIX= -full -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ @@ -16,11 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libunwind.so:devel/libunwind \ libutf8proc.so:textproc/utf8proc \ - libopenblas.so:math/openblas \ + libopenblasp.so:math/openblas \ libgit2.so:devel/libgit2 \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ - libpcre2-8.so:devel/pcre2 + libpcre2-8.so:devel/pcre2 \ + libarpack.so:math/arpack-ng BUILD_DEPENDS= llvm-config38:devel/llvm38 \ pcre2-config:devel/pcre2 \ patchelf:sysutils/patchelf Modified: head/lang/julia/files/patch-Make.user ============================================================================== --- head/lang/julia/files/patch-Make.user Mon Feb 13 14:32:28 2017 (r433995) +++ head/lang/julia/files/patch-Make.user Mon Feb 13 15:17:51 2017 (r433996) @@ -21,8 +21,8 @@ +USE_SYSTEM_FFTW= 1 +USE_SYSTEM_SUITESPARSE= 1 + -+LIBBLAS= -lopenblas -L$(LOCALBASE)/lib -+LIBBLASNAME= libopenblas ++LIBBLAS= -lopenblasp -L$(LOCALBASE)/lib ++LIBBLASNAME= libopenblasp + +LIBLAPACK= $(LIBBLAS) +LIBLAPACKNAME= $(LIBBLASNAME) From owner-svn-ports-all@freebsd.org Mon Feb 13 16:05:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02D96CDDDF7; Mon, 13 Feb 2017 16:05:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6AFA88D; Mon, 13 Feb 2017 16:05:26 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DG5PoP021838; Mon, 13 Feb 2017 16:05:25 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DG5PmL021837; Mon, 13 Feb 2017 16:05:25 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702131605.v1DG5PmL021837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 13 Feb 2017 16:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433997 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:05:27 -0000 Author: jrm Date: Mon Feb 13 16:05:25 2017 New Revision: 433997 URL: https://svnweb.freebsd.org/changeset/ports/433997 Log: Fix malformed entry in MOVED, as reported by portlint. Reviewed by: swills (mentor, implicit) Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 13 15:17:51 2017 (r433996) +++ head/MOVED Mon Feb 13 16:05:25 2017 (r433997) @@ -9070,4 +9070,4 @@ math/R-cran-SuppDists||2017-02-08|Has ex devel/py-re2||2017-02-08|Has expired: Broken for more than 6 months net-p2p/digitalcoin||2017-02-08|Has expired: Broken for more than 6 months devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users -chinese/mutt|mail/mutt||2017-02-13|Regular mutt's email client can handle Chinese locales +chinese/mutt|mail/mutt|2017-02-13|Use mail/mutt, which can handle Chinese locales From owner-svn-ports-all@freebsd.org Mon Feb 13 16:36:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B934CDD70A; Mon, 13 Feb 2017 16:36:35 +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 587C51A94; Mon, 13 Feb 2017 16:36:35 +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 v1DGaYMw034111; Mon, 13 Feb 2017 16:36:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGaYnh034110; Mon, 13 Feb 2017 16:36:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702131636.v1DGaYnh034110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 13 Feb 2017 16:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433998 - head/print/frescobaldi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:36:35 -0000 Author: antoine Date: Mon Feb 13 16:36:34 2017 New Revision: 433998 URL: https://svnweb.freebsd.org/changeset/ports/433998 Log: Fix RUN_DEPENDS Reported by: pkg-fallout Modified: head/print/frescobaldi/Makefile Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Mon Feb 13 16:05:25 2017 (r433997) +++ head/print/frescobaldi/Makefile Mon Feb 13 16:36:34 2017 (r433998) @@ -14,7 +14,7 @@ LICENSE_COMB= dual RUN_DEPENDS= lilypond:print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ - ${PYTHON_PKGNAMEPREFIX}ly>=0:print/py-python-ly + ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly USE_GITHUB= yes GH_ACCOUNT= wbsoft From owner-svn-ports-all@freebsd.org Mon Feb 13 16:38:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC56ACDD75D; Mon, 13 Feb 2017 16:38:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 976111D69; Mon, 13 Feb 2017 16:38:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGcYUM034687; Mon, 13 Feb 2017 16:38:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGcW44034665; Mon, 13 Feb 2017 16:38:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702131638.v1DGcW44034665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Feb 2017 16:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433999 - in head: devel/go-glide devel/py-tinyrpc devel/rlog graphics/cimg japanese/dbskkd-cdb japanese/kterm net-im/tox net-im/toxic net/luasocket sysutils/filewatcherd sysutils/pcapf... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:38:35 -0000 Author: mat Date: Mon Feb 13 16:38:32 2017 New Revision: 433999 URL: https://svnweb.freebsd.org/changeset/ports/433999 Log: Fix USE_GITHUB usage. For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight Modified: head/devel/go-glide/Makefile (contents, props changed) head/devel/go-glide/distinfo (contents, props changed) head/devel/py-tinyrpc/Makefile (contents, props changed) head/devel/rlog/Makefile (contents, props changed) head/graphics/cimg/Makefile (contents, props changed) head/graphics/cimg/distinfo (contents, props changed) head/japanese/dbskkd-cdb/Makefile (contents, props changed) head/japanese/kterm/Makefile (contents, props changed) head/japanese/kterm/distinfo (contents, props changed) head/net-im/tox/Makefile (contents, props changed) head/net-im/tox/distinfo (contents, props changed) head/net-im/toxic/Makefile (contents, props changed) head/net-im/toxic/distinfo (contents, props changed) head/net/luasocket/Makefile (contents, props changed) head/net/luasocket/distinfo (contents, props changed) head/sysutils/filewatcherd/Makefile (contents, props changed) head/sysutils/filewatcherd/distinfo (contents, props changed) head/sysutils/pcapfix/Makefile (contents, props changed) head/sysutils/pcapfix/distinfo (contents, props changed) head/sysutils/zfsnap2/Makefile (contents, props changed) head/www/varnish-libvmod-awsrest/Makefile (contents, props changed) head/www/varnish-libvmod-awsrest/distinfo (contents, props changed) Modified: head/devel/go-glide/Makefile ============================================================================== --- head/devel/go-glide/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/devel/go-glide/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -3,6 +3,7 @@ PORTNAME= glide PORTVERSION= 0.12.3 +DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= go- @@ -13,7 +14,6 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= Masterminds -GH_TAGNAME= v0.12.3 USES= go GO_PKGNAME= github.com/Masterminds/glide PLIST_FILES= bin/glide Modified: head/devel/go-glide/distinfo ============================================================================== --- head/devel/go-glide/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/devel/go-glide/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481837638 -SHA256 (Masterminds-glide-0.12.3-v0.12.3_GH0.tar.gz) = a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4 -SIZE (Masterminds-glide-0.12.3-v0.12.3_GH0.tar.gz) = 244609 +TIMESTAMP = 1487002785 +SHA256 (Masterminds-glide-v0.12.3_GH0.tar.gz) = a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4 +SIZE (Masterminds-glide-v0.12.3_GH0.tar.gz) = 244609 Modified: head/devel/py-tinyrpc/Makefile ============================================================================== --- head/devel/py-tinyrpc/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/devel/py-tinyrpc/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -13,8 +13,6 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= mbr -GH_PROJECT= tinyrpc -GH_TAGNAME= 0.5 USES= python:2.7 USE_PYTHON= distutils autoplist Modified: head/devel/rlog/Makefile ============================================================================== --- head/devel/rlog/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/devel/rlog/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -14,8 +14,6 @@ LICENSE_COMB= dual USE_GITHUB= yes GH_ACCOUNT= anastmag -GH_PROJECT= rlog -GH_TAGNAME= 1.4 OPTIONS_DEFINE= DOCS Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/graphics/cimg/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= cimg -DISTVERSIONPREFIX= v DISTVERSION= 1.7.9 PORTREVISION= 2 PORTEPOCH= 3 @@ -26,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= invokes i386 asm USE_GITHUB= yes GH_ACCOUNT= dtschump GH_PROJECT= CImg -GH_TAGNAME= ${DISTVERSIONPREFIX}.${DISTVERSION:S/.//g} +GH_TAGNAME= v.${DISTVERSION:S/.//g} .if !defined(WITHOUT_LAPACK) . if defined(WITH_ATLAS) Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/graphics/cimg/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479501589 -SHA256 (dtschump-CImg-v1.7.9-v.179_GH0.tar.gz) = adb0d77eded5dceae512d6c03233bdb01fe06121f8fdc661326e20da674caff8 -SIZE (dtschump-CImg-v1.7.9-v.179_GH0.tar.gz) = 17828648 +TIMESTAMP = 1487003066 +SHA256 (dtschump-CImg-1.7.9-v.179_GH0.tar.gz) = adb0d77eded5dceae512d6c03233bdb01fe06121f8fdc661326e20da674caff8 +SIZE (dtschump-CImg-1.7.9-v.179_GH0.tar.gz) = 17828648 Modified: head/japanese/dbskkd-cdb/Makefile ============================================================================== --- head/japanese/dbskkd-cdb/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/japanese/dbskkd-cdb/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -18,7 +18,6 @@ RUN_DEPENDS= ${SKKJISYOCDB}:japanese/skk USE_GITHUB= yes GH_ACCOUNT= jj1bdx -GH_TAGNAME= 3.00 MAKE_ENV= LOCALBASE="${LOCALBASE}" \ SKKJISYOCDB="${SKKJISYOCDB}" PLIST_FILES= libexec/dbskkd-cdb Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/japanese/kterm/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -2,6 +2,8 @@ PORTNAME= kterm PORTVERSION= 6.2.0 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= .fb6 PORTREVISION= 14 CATEGORIES= japanese x11 MASTER_SITES= LOCAL/hrs:pcemu @@ -21,7 +23,6 @@ USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd -GH_TAGNAME= v6.2.0.fb6 VGAFONT_USES= fonts CFLAGS+= -Wno-return-type PORTDOCS= README.kt README.wallpaper.ja dot.termcap Modified: head/japanese/kterm/distinfo ============================================================================== --- head/japanese/kterm/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/japanese/kterm/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478296221 +TIMESTAMP = 1487003137 SHA256 (kterm/pcemu1.01alpha.tar.gz) = 0936d3e3b8b6ef36078b40983d10b66971206142ab489c096cc29e94b17852ea SIZE (kterm/pcemu1.01alpha.tar.gz) = 316257 -SHA256 (kterm/hrs-allbsd-kterm-6.2.0-v6.2.0.fb6_GH0.tar.gz) = 8ebde513d5d765b43c4a8ac44f8e4b8dc452871f661fd7311c20955cf124d487 -SIZE (kterm/hrs-allbsd-kterm-6.2.0-v6.2.0.fb6_GH0.tar.gz) = 276713 +SHA256 (kterm/hrs-allbsd-kterm-v6.2.0.fb6_GH0.tar.gz) = 8ebde513d5d765b43c4a8ac44f8e4b8dc452871f661fd7311c20955cf124d487 +SIZE (kterm/hrs-allbsd-kterm-v6.2.0.fb6_GH0.tar.gz) = 276713 Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/net-im/tox/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.5 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p @@ -23,7 +24,6 @@ TEST_DEPENDS= ${LOCALBASE}/lib/libmsgpac USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= c-toxcore -GH_TAGNAME= v${PORTVERSION} USES= cmake compiler:c11 libtool pathfix pkgconfig USE_LDCONFIG= yes Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/net-im/tox/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484935862 -SHA256 (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b -SIZE (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 431390 +TIMESTAMP = 1487003216 +SHA256 (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b +SIZE (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 431390 Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/net-im/toxic/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.2 +DISTVERSIONPREFIX= v CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -25,7 +26,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= JFreegman -GH_TAGNAME= v${PORTVERSION} OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/net-im/toxic/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482090212 -SHA256 (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = a2962aca766caf84b52a52e9a5ce2276a9d3906685f565d2a00551e7c2916c59 -SIZE (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = 1136947 +TIMESTAMP = 1487003244 +SHA256 (JFreegman-toxic-v0.7.2_GH0.tar.gz) = a2962aca766caf84b52a52e9a5ce2276a9d3906685f565d2a00551e7c2916c59 +SIZE (JFreegman-toxic-v0.7.2_GH0.tar.gz) = 1136947 Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/net/luasocket/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -2,8 +2,10 @@ # $FreeBSD$ PORTNAME= luasocket -PORTVERSION= 3.0r1 +DISTVERSIONPREFIX= v +DISTVERSION= 3.0-rc1 PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -15,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= diegonehab -GH_TAGNAME= v3.0-rc1 MAKE_ARGS= LUA_VER=${LUA_VER} USES= gmake lua:51 pkgconfig Modified: head/net/luasocket/distinfo ============================================================================== --- head/net/luasocket/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/net/luasocket/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,2 +1,3 @@ -SHA256 (diegonehab-luasocket-3.0r1-v3.0-rc1_GH0.tar.gz) = 8b67d9b5b545e1b694753dab7bd6cdbc24c290f2b21ba1e14c77b32817ea1249 -SIZE (diegonehab-luasocket-3.0r1-v3.0-rc1_GH0.tar.gz) = 328598 +TIMESTAMP = 1487003644 +SHA256 (diegonehab-luasocket-v3.0-rc1_GH0.tar.gz) = 8b67d9b5b545e1b694753dab7bd6cdbc24c290f2b21ba1e14c77b32817ea1249 +SIZE (diegonehab-luasocket-v3.0-rc1_GH0.tar.gz) = 328598 Modified: head/sysutils/filewatcherd/Makefile ============================================================================== --- head/sysutils/filewatcherd/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/sysutils/filewatcherd/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= filewatcherd -PORTVERSION= 1.0b3 +DISTVERSION= 1.0-beta3 +PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= natbsd@instinctive.eu @@ -13,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= faelys -GH_TAGNAME= 1.0-beta3 USE_RC_SUBR= filewatcherd Modified: head/sysutils/filewatcherd/distinfo ============================================================================== --- head/sysutils/filewatcherd/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/sysutils/filewatcherd/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,2 +1,3 @@ -SHA256 (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = c15351b1eabf94b8edd598b2b992ab571a15690f8de11d48209468c4e4008aa5 -SIZE (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = 14301 +TIMESTAMP = 1487003587 +SHA256 (faelys-filewatcherd-1.0-beta3_GH0.tar.gz) = c15351b1eabf94b8edd598b2b992ab571a15690f8de11d48209468c4e4008aa5 +SIZE (faelys-filewatcherd-1.0-beta3_GH0.tar.gz) = 14301 Modified: head/sysutils/pcapfix/Makefile ============================================================================== --- head/sysutils/pcapfix/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/sysutils/pcapfix/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -3,6 +3,7 @@ PORTNAME= pcapfix PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= vidar@karlsen.tech @@ -13,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= Rup0rt -GH_TAGNAME= v1.1.0 PLIST_FILES= bin/pcapfix man/man1/pcapfix.1.gz Modified: head/sysutils/pcapfix/distinfo ============================================================================== --- head/sysutils/pcapfix/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/sysutils/pcapfix/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486934418 -SHA256 (Rup0rt-pcapfix-1.1.0-v1.1.0_GH0.tar.gz) = c77cad858e85dd4509aa5a6a8019f8aba389aa95ae1edfbf7d7ea4c02bbfb238 -SIZE (Rup0rt-pcapfix-1.1.0-v1.1.0_GH0.tar.gz) = 40302 +TIMESTAMP = 1487002745 +SHA256 (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = c77cad858e85dd4509aa5a6a8019f8aba389aa95ae1edfbf7d7ea4c02bbfb238 +SIZE (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = 40302 Modified: head/sysutils/zfsnap2/Makefile ============================================================================== --- head/sysutils/zfsnap2/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/sysutils/zfsnap2/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_BUILD= yes USE_GITHUB= yes -GH_TAGNAME= v${DISTVERSION} OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT= BASH ZSH Modified: head/www/varnish-libvmod-awsrest/Makefile ============================================================================== --- head/www/varnish-libvmod-awsrest/Makefile Mon Feb 13 16:36:34 2017 (r433998) +++ head/www/varnish-libvmod-awsrest/Makefile Mon Feb 13 16:38:32 2017 (r433999) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= libvmod-awsrest -DISTVERSIONPREFIX=${PORTNAME}- +DISTVERSIONPREFIX= v DISTVERSION= 0.4 +DISTVERSIONSUFFIX= -varnish40 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -22,6 +23,5 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= xcir -GH_TAGNAME= v${DISTVERSION}-varnish40 .include Modified: head/www/varnish-libvmod-awsrest/distinfo ============================================================================== --- head/www/varnish-libvmod-awsrest/distinfo Mon Feb 13 16:36:34 2017 (r433998) +++ head/www/varnish-libvmod-awsrest/distinfo Mon Feb 13 16:38:32 2017 (r433999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477523902 -SHA256 (xcir-libvmod-awsrest-libvmod-awsrest-0.4-v0.4-varnish40_GH0.tar.gz) = d5804479765c8e8be81d87fc48f736ab84aa9c7893b616ad30c2856a279006d7 -SIZE (xcir-libvmod-awsrest-libvmod-awsrest-0.4-v0.4-varnish40_GH0.tar.gz) = 9658 +TIMESTAMP = 1487003798 +SHA256 (xcir-libvmod-awsrest-v0.4-varnish40_GH0.tar.gz) = d5804479765c8e8be81d87fc48f736ab84aa9c7893b616ad30c2856a279006d7 +SIZE (xcir-libvmod-awsrest-v0.4-varnish40_GH0.tar.gz) = 9658 From owner-svn-ports-all@freebsd.org Mon Feb 13 16:40:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A7FBCDD7FA; Mon, 13 Feb 2017 16:40:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4774F1EF3; Mon, 13 Feb 2017 16:40:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGehbe035549; Mon, 13 Feb 2017 16:40:43 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGeh6A035547; Mon, 13 Feb 2017 16:40:43 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131640.v1DGeh6A035547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 16:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434000 - head/sysutils/ttyd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:40:44 -0000 Author: krion Date: Mon Feb 13 16:40:43 2017 New Revision: 434000 URL: https://svnweb.freebsd.org/changeset/ports/434000 Log: Update sysutils/ttyd to 1.3.0 PR: 217017 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9553 Modified: head/sysutils/ttyd/Makefile head/sysutils/ttyd/distinfo Modified: head/sysutils/ttyd/Makefile ============================================================================== --- head/sysutils/ttyd/Makefile Mon Feb 13 16:38:32 2017 (r433999) +++ head/sysutils/ttyd/Makefile Mon Feb 13 16:40:43 2017 (r434000) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ttyd -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= sysutils MAINTAINER= neel@neelc.org Modified: head/sysutils/ttyd/distinfo ============================================================================== --- head/sysutils/ttyd/distinfo Mon Feb 13 16:38:32 2017 (r433999) +++ head/sysutils/ttyd/distinfo Mon Feb 13 16:40:43 2017 (r434000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484353572 -SHA256 (tsl0922-ttyd-1.2.2_GH0.tar.gz) = 6e85335c11df68e6401178269920a586bce7e66045bd0b225f6d2bc58356d105 -SIZE (tsl0922-ttyd-1.2.2_GH0.tar.gz) = 180147 +TIMESTAMP = 1486846315 +SHA256 (tsl0922-ttyd-1.3.0_GH0.tar.gz) = 1b756ff3782f31ec4677cde4642bc3ef44d52d3b85625eed402405c689d877c0 +SIZE (tsl0922-ttyd-1.3.0_GH0.tar.gz) = 186164 From owner-svn-ports-all@freebsd.org Mon Feb 13 16:43:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB882CDD974; Mon, 13 Feb 2017 16:43:37 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5EE358; Mon, 13 Feb 2017 16:43:37 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGhaj1038875; Mon, 13 Feb 2017 16:43:36 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGhaHp038873; Mon, 13 Feb 2017 16:43:36 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201702131643.v1DGhaHp038873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 Feb 2017 16:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434001 - in head/sysutils/lttng-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:43:37 -0000 Author: mmokhi Date: Mon Feb 13 16:43:36 2017 New Revision: 434001 URL: https://svnweb.freebsd.org/changeset/ports/434001 Log: Fix building of sysutils/lttng-tools on 11.0+ amd64 Submitted by: mmokhi Reported by: jbeich Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9551 Modified: head/sysutils/lttng-tools/Makefile head/sysutils/lttng-tools/files/patch-src_common_compat_fcntl.h Modified: head/sysutils/lttng-tools/Makefile ============================================================================== --- head/sysutils/lttng-tools/Makefile Mon Feb 13 16:40:43 2017 (r434000) +++ head/sysutils/lttng-tools/Makefile Mon Feb 13 16:43:36 2017 (r434001) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ liburcu.so:sysutils/liburcu \ liblttng-ust-ctl.so:sysutils/lttng-ust -USES= autoreconf bison libtool localbase pathfix \ +USES= autoreconf bison libtool localbase pathfix pkgconfig \ shebangfix tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 Modified: head/sysutils/lttng-tools/files/patch-src_common_compat_fcntl.h ============================================================================== --- head/sysutils/lttng-tools/files/patch-src_common_compat_fcntl.h Mon Feb 13 16:40:43 2017 (r434000) +++ head/sysutils/lttng-tools/files/patch-src_common_compat_fcntl.h Mon Feb 13 16:43:36 2017 (r434001) @@ -4,7 +4,8 @@ #include #include - #if (defined(__FreeBSD__) || defined(__CYGWIN__)) +-#if (defined(__FreeBSD__) || defined(__CYGWIN__)) ++#if ((defined(__FreeBSD__) && __FreeBSD__ < 11) || defined(__CYGWIN__)) typedef long long off64_t; #endif From owner-svn-ports-all@freebsd.org Mon Feb 13 16:49:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF71DCDDB0B; Mon, 13 Feb 2017 16:49:43 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C45391D; Mon, 13 Feb 2017 16:49:43 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGngSe039206; Mon, 13 Feb 2017 16:49:42 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGngfi039204; Mon, 13 Feb 2017 16:49:42 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201702131649.v1DGngfi039204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 Feb 2017 16:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434002 - in head/sysutils: lttng-tools lttng-ust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:49:43 -0000 Author: mmokhi Date: Mon Feb 13 16:49:42 2017 New Revision: 434002 URL: https://svnweb.freebsd.org/changeset/ports/434002 Log: Fix maintainer email addresses on sysutils/lttng-tools and sysutils/lttng-ust Submitted by: mmokhi Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9551 Modified: head/sysutils/lttng-tools/Makefile head/sysutils/lttng-ust/Makefile Modified: head/sysutils/lttng-tools/Makefile ============================================================================== --- head/sysutils/lttng-tools/Makefile Mon Feb 13 16:43:36 2017 (r434001) +++ head/sysutils/lttng-tools/Makefile Mon Feb 13 16:49:42 2017 (r434002) @@ -6,7 +6,7 @@ PORTVERSION= 2.9.0 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ -MAINTAINER= mokhi64@gmail.com +MAINTAINER= mmokhi@FreeBSD.org COMMENT= Set of tools to control LTTng tracing LICENSE= LGPL21 GPLv2 Modified: head/sysutils/lttng-ust/Makefile ============================================================================== --- head/sysutils/lttng-ust/Makefile Mon Feb 13 16:43:36 2017 (r434001) +++ head/sysutils/lttng-ust/Makefile Mon Feb 13 16:49:42 2017 (r434002) @@ -6,7 +6,7 @@ PORTVERSION= 2.9.0 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ -MAINTAINER= mokhi64@gmail.com +MAINTAINER= mmokhi@FreeBSD.org COMMENT= Libraries to instrument and trace user applications LICENSE= LGPL21 MIT GPLv2 From owner-svn-ports-all@freebsd.org Mon Feb 13 16:52:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2849CDDCCB; Mon, 13 Feb 2017 16:52:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1A6BCE9; Mon, 13 Feb 2017 16:52:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGqiYI043131; Mon, 13 Feb 2017 16:52:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGqibP043129; Mon, 13 Feb 2017 16:52:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702131652.v1DGqibP043129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 16:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434003 - in head/archivers/fastjar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:52:46 -0000 Author: tijl Date: Mon Feb 13 16:52:44 2017 New Revision: 434003 URL: https://svnweb.freebsd.org/changeset/ports/434003 Log: Remove -fPIC and fix the real problem where end_of_entries is sometimes declared as unsigned int and sometimes as off_t which have a different size and alignment. Added: head/archivers/fastjar/files/ head/archivers/fastjar/files/patch-jartool.c (contents, props changed) Modified: head/archivers/fastjar/Makefile Modified: head/archivers/fastjar/Makefile ============================================================================== --- head/archivers/fastjar/Makefile Mon Feb 13 16:49:42 2017 (r434002) +++ head/archivers/fastjar/Makefile Mon Feb 13 16:52:44 2017 (r434003) @@ -3,6 +3,7 @@ PORTNAME= fastjar PORTVERSION= 0.93.20060808 +PORTREVISION= 1 CATEGORIES= archivers java MASTER_SITES= LOCAL/maho/fastjar @@ -15,8 +16,6 @@ USES= gmake makeinfo perl5 tar:bzip2 USES_PERL5= build GNU_CONFIGURE= yes -CFLAGS_aarch64= -fPIC - WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= CHANGES ChangeLog NEWS README PLIST_FILES= bin/fastjar bin/grepjar \ Added: head/archivers/fastjar/files/patch-jartool.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/fastjar/files/patch-jartool.c Mon Feb 13 16:52:44 2017 (r434003) @@ -0,0 +1,11 @@ +--- jartool.c.orig 2006-08-07 08:06:23 UTC ++++ jartool.c +@@ -313,7 +313,7 @@ int number_of_entries; /* number of entr + const char *progname; + + /* The offset of the end of the last zip entry. */ +-ub4 end_of_entries; ++off_t end_of_entries; + + /* This is used to mark options with no short value. */ + #define LONG_OPT(Num) ((Num) + 128) From owner-svn-ports-all@freebsd.org Mon Feb 13 16:57:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47BCBCDDDB9; Mon, 13 Feb 2017 16:57:46 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 149B8E98; Mon, 13 Feb 2017 16:57:46 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DGvjwk043505; Mon, 13 Feb 2017 16:57:45 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DGvjS0043503; Mon, 13 Feb 2017 16:57:45 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201702131657.v1DGvjS0043503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 Feb 2017 16:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434004 - head/sysutils/lttng-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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 16:57:46 -0000 Author: mmokhi Date: Mon Feb 13 16:57:44 2017 New Revision: 434004 URL: https://svnweb.freebsd.org/changeset/ports/434004 Log: Update sysutils/lttng-tools from 2.9.0 to 2.9.3 Submitted by: mmokhi (maintainer) Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9551 Modified: head/sysutils/lttng-tools/Makefile head/sysutils/lttng-tools/distinfo Modified: head/sysutils/lttng-tools/Makefile ============================================================================== --- head/sysutils/lttng-tools/Makefile Mon Feb 13 16:52:44 2017 (r434003) +++ head/sysutils/lttng-tools/Makefile Mon Feb 13 16:57:44 2017 (r434004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lttng-tools -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.3 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ Modified: head/sysutils/lttng-tools/distinfo ============================================================================== --- head/sysutils/lttng-tools/distinfo Mon Feb 13 16:52:44 2017 (r434003) +++ head/sysutils/lttng-tools/distinfo Mon Feb 13 16:57:44 2017 (r434004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483798712 -SHA256 (lttng-tools-2.9.0.tar.bz2) = eff3003f3c37ae8f2921ba76de777171405935eec48f4c1a15abdda8d0859422 -SIZE (lttng-tools-2.9.0.tar.bz2) = 1150584 +TIMESTAMP = 1486886094 +SHA256 (lttng-tools-2.9.3.tar.bz2) = a6e6baaaa977dcbc9bce6b675881eec664599b86f0d905a7b0b508539407b24e +SIZE (lttng-tools-2.9.3.tar.bz2) = 1162899 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:21:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BC68CDD6C4; Mon, 13 Feb 2017 17:21:17 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C091E76; Mon, 13 Feb 2017 17:21:17 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHLGr4051499; Mon, 13 Feb 2017 17:21:16 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHLGhJ051498; Mon, 13 Feb 2017 17:21:16 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702131721.v1DHLGhJ051498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 13 Feb 2017 17:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434005 - in head/multimedia/mpv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:21:17 -0000 Author: cpm Date: Mon Feb 13 17:21:16 2017 New Revision: 434005 URL: https://svnweb.freebsd.org/changeset/ports/434005 Log: multimedia/mpv: update to 0.24.0 - Update PORTVERSION and distinfo checksum (0.24.0) - Remove unneeded patches Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.24.0 Deleted: head/multimedia/mpv/files/ Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/distinfo Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Feb 13 16:57:44 2017 (r434004) +++ head/multimedia/mpv/Makefile Mon Feb 13 17:21:16 2017 (r434005) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.23.0 +PORTVERSION= 0.24.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio Modified: head/multimedia/mpv/distinfo ============================================================================== --- head/multimedia/mpv/distinfo Mon Feb 13 16:57:44 2017 (r434004) +++ head/multimedia/mpv/distinfo Mon Feb 13 17:21:16 2017 (r434005) @@ -1,5 +1,5 @@ -TIMESTAMP = 1482671558 -SHA256 (mpv-player-mpv-v0.23.0_GH0.tar.gz) = 8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998 -SIZE (mpv-player-mpv-v0.23.0_GH0.tar.gz) = 2812103 +TIMESTAMP = 1486985239 +SHA256 (mpv-player-mpv-v0.24.0_GH0.tar.gz) = a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15 +SIZE (mpv-player-mpv-v0.24.0_GH0.tar.gz) = 2835920 SHA256 (waf-project-waf-waf-1.8.12_GH0.tar.gz) = 5ba55fef2811a54c86c99270f3a43e6327f927b182c6e0af70647dfe7ee2973f SIZE (waf-project-waf-waf-1.8.12_GH0.tar.gz) = 1349077 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:23:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B1D5CDD721; Mon, 13 Feb 2017 17:23:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6E3287; Mon, 13 Feb 2017 17:23:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHNZR2055688; Mon, 13 Feb 2017 17:23:35 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHNZ5I055686; Mon, 13 Feb 2017 17:23:35 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131723.v1DHNZ5I055686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 17:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434006 - head/benchmarks/stress-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:23:36 -0000 Author: krion Date: Mon Feb 13 17:23:35 2017 New Revision: 434006 URL: https://svnweb.freebsd.org/changeset/ports/434006 Log: Update benchmarks/stress-ng to 0.07.18 PR: 217066 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9569 Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Mon Feb 13 17:21:16 2017 (r434005) +++ head/benchmarks/stress-ng/Makefile Mon Feb 13 17:23:35 2017 (r434006) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.15 +PORTVERSION= 0.07.18 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Mon Feb 13 17:21:16 2017 (r434005) +++ head/benchmarks/stress-ng/distinfo Mon Feb 13 17:23:35 2017 (r434006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484738368 -SHA256 (stress-ng-0.07.15.tar.gz) = eb006231249ae9d98b282de079e73047f38b577b400e48b8413b335dd56c4890 -SIZE (stress-ng-0.07.15.tar.gz) = 355291 +TIMESTAMP = 1486676460 +SHA256 (stress-ng-0.07.18.tar.gz) = b6937b5a2fe5c9b0c12d5787b71439c804b718caf1f8127e106b6a6b7d392b6f +SIZE (stress-ng-0.07.18.tar.gz) = 359081 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:24:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EB42CDD76C; Mon, 13 Feb 2017 17:24:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E2DE3B5; Mon, 13 Feb 2017 17:24:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHOLEj055839; Mon, 13 Feb 2017 17:24:21 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHOLqb055837; Mon, 13 Feb 2017 17:24:21 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131724.v1DHOLqb055837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 17:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434007 - head/www/py-flask-restplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:24:22 -0000 Author: krion Date: Mon Feb 13 17:24:21 2017 New Revision: 434007 URL: https://svnweb.freebsd.org/changeset/ports/434007 Log: Update www/py-flask-restplus to 0.10.0 PR: 217057 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9568 Modified: head/www/py-flask-restplus/Makefile head/www/py-flask-restplus/distinfo Modified: head/www/py-flask-restplus/Makefile ============================================================================== --- head/www/py-flask-restplus/Makefile Mon Feb 13 17:23:35 2017 (r434006) +++ head/www/py-flask-restplus/Makefile Mon Feb 13 17:24:21 2017 (r434007) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flask-restplus -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flask-restplus/distinfo ============================================================================== --- head/www/py-flask-restplus/distinfo Mon Feb 13 17:23:35 2017 (r434006) +++ head/www/py-flask-restplus/distinfo Mon Feb 13 17:24:21 2017 (r434007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468167697 -SHA256 (noirbizarre-flask-restplus-0.9.2_GH0.tar.gz) = df87a84ec65e0b35cc9e4f98f21358087468761f45a27f2ca74583439bbb3114 -SIZE (noirbizarre-flask-restplus-0.9.2_GH0.tar.gz) = 255824 +TIMESTAMP = 1486973473 +SHA256 (noirbizarre-flask-restplus-0.10.0_GH0.tar.gz) = f7a78dae029f89591d3dbfdec491244ae5b88e11e000fd48e78353173315d043 +SIZE (noirbizarre-flask-restplus-0.10.0_GH0.tar.gz) = 258774 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:25:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D8C5CDD7A8; Mon, 13 Feb 2017 17:25:02 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE9D76C6; Mon, 13 Feb 2017 17:25:01 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHP07j055993; Mon, 13 Feb 2017 17:25:00 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHP0eo055991; Mon, 13 Feb 2017 17:25:00 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131725.v1DHP0eo055991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 17:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434008 - head/devel/py-rebulk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:25:02 -0000 Author: krion Date: Mon Feb 13 17:25:00 2017 New Revision: 434008 URL: https://svnweb.freebsd.org/changeset/ports/434008 Log: Update devel/py-rebulk to 0.8.2 PR: 217058 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9567 Modified: head/devel/py-rebulk/Makefile head/devel/py-rebulk/distinfo Modified: head/devel/py-rebulk/Makefile ============================================================================== --- head/devel/py-rebulk/Makefile Mon Feb 13 17:24:21 2017 (r434007) +++ head/devel/py-rebulk/Makefile Mon Feb 13 17:25:00 2017 (r434008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rebulk -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-rebulk/distinfo ============================================================================== --- head/devel/py-rebulk/distinfo Mon Feb 13 17:24:21 2017 (r434007) +++ head/devel/py-rebulk/distinfo Mon Feb 13 17:25:00 2017 (r434008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473752948 -SHA256 (Toilal-rebulk-0.7.4_GH0.tar.gz) = 409228faa67314a8e24f13aa177b38631ba2dec6c3f77821fca3e054ceb8a008 -SIZE (Toilal-rebulk-0.7.4_GH0.tar.gz) = 247671 +TIMESTAMP = 1486975883 +SHA256 (Toilal-rebulk-0.8.2_GH0.tar.gz) = 82d6c70b21eb6bf6f5ac890d0af3119c5e93a03ab0bfb0ae0057847b2e756ea7 +SIZE (Toilal-rebulk-0.8.2_GH0.tar.gz) = 249399 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:39:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2CF1CDDA3B; Mon, 13 Feb 2017 17:39:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B44E71; Mon, 13 Feb 2017 17:39:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHdfka060163; Mon, 13 Feb 2017 17:39:41 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHdfkl060160; Mon, 13 Feb 2017 17:39:41 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201702131739.v1DHdfkl060160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 13 Feb 2017 17:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434009 - head/math/gmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:39:42 -0000 Author: ale Date: Mon Feb 13 17:39:41 2017 New Revision: 434009 URL: https://svnweb.freebsd.org/changeset/ports/434009 Log: Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases. PR: 217071 Submitted by: Iblis Lin Modified: head/math/gmp/Makefile head/math/gmp/distinfo head/math/gmp/pkg-plist Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/Makefile Mon Feb 13 17:39:41 2017 (r434009) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTVERSION= 6.1.2 CATEGORIES= math devel MASTER_SITES= GNU @@ -16,7 +15,7 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USES= libtool makeinfo tar:xz -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ @@ -26,6 +25,9 @@ USE_LDCONFIG= yes INFO= gmp +INSTALL_TARGET= install-strip +TEST_TARGET= check + .include .if ! ${PORT_OPTIONS:MCPU_OPTS} @@ -43,10 +45,6 @@ CONFIGURE_ENV+= ABI="32" post-extract: @${RM} ${WRKSRC}/doc/gmp.info* -post-patch: - @${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ - ${WRKSRC}/configure - regression-test check: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/math/gmp/distinfo ============================================================================== --- head/math/gmp/distinfo Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/distinfo Mon Feb 13 17:39:41 2017 (r434009) @@ -1,2 +1,3 @@ -SHA256 (gmp-5.1.3.tar.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 -SIZE (gmp-5.1.3.tar.xz) = 1818812 +TIMESTAMP = 1487005782 +SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 +SIZE (gmp-6.1.2.tar.xz) = 1946336 Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/pkg-plist Mon Feb 13 17:39:41 2017 (r434009) @@ -3,8 +3,8 @@ include/gmpxx.h lib/libgmp.a lib/libgmp.so lib/libgmp.so.10 -lib/libgmp.so.10.1.3 +lib/libgmp.so.10.3.2 lib/libgmpxx.a lib/libgmpxx.so lib/libgmpxx.so.4 -lib/libgmpxx.so.4.3.3 +lib/libgmpxx.so.4.5.2 From owner-svn-ports-all@freebsd.org Mon Feb 13 17:43:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D21FCDDC02; Mon, 13 Feb 2017 17:43:00 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8AEE121A; Mon, 13 Feb 2017 17:42:59 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHgwb2063895; Mon, 13 Feb 2017 17:42:58 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHgwQo063893; Mon, 13 Feb 2017 17:42:58 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201702131742.v1DHgwQo063893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Mon, 13 Feb 2017 17:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434010 - head/devel/py-ptrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:43:00 -0000 Author: sbz Date: Mon Feb 13 17:42:58 2017 New Revision: 434010 URL: https://svnweb.freebsd.org/changeset/ports/434010 Log: - Update to 0.9.2 Modified: head/devel/py-ptrace/Makefile head/devel/py-ptrace/distinfo Modified: head/devel/py-ptrace/Makefile ============================================================================== --- head/devel/py-ptrace/Makefile Mon Feb 13 17:39:41 2017 (r434009) +++ head/devel/py-ptrace/Makefile Mon Feb 13 17:42:58 2017 (r434010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ptrace -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ptrace/distinfo ============================================================================== --- head/devel/py-ptrace/distinfo Mon Feb 13 17:39:41 2017 (r434009) +++ head/devel/py-ptrace/distinfo Mon Feb 13 17:42:58 2017 (r434010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484674710 -SHA256 (python-ptrace-0.9.1.tar.gz) = 131020822a35966598bbe9e8814ee8b8e15a05aa6ea8779432a2f1b3125f0f88 -SIZE (python-ptrace-0.9.1.tar.gz) = 102728 +TIMESTAMP = 1487007366 +SHA256 (python-ptrace-0.9.2.tar.gz) = 28f47343a0b2ca260170ea8817cc52860f577f65e3fd558f54b3c176461464aa +SIZE (python-ptrace-0.9.2.tar.gz) = 102726 From owner-svn-ports-all@freebsd.org Mon Feb 13 18:00:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79822CDD0C4; Mon, 13 Feb 2017 18:00:23 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD5C1C07; Mon, 13 Feb 2017 18:00:23 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DI0MQf068679; Mon, 13 Feb 2017 18:00:22 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DI0L1S068670; Mon, 13 Feb 2017 18:00:21 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131800.v1DI0L1S068670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 18:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434011 - in head/www: . butterfly butterfly/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:00:23 -0000 Author: krion Date: Mon Feb 13 18:00:21 2017 New Revision: 434011 URL: https://svnweb.freebsd.org/changeset/ports/434011 Log: Butterfly is a xterm compatible terminal that runs in your browser. Features - xterm compatible (support for a lot of unused features) - Native browser scroll and search - Theming in css/sass (18 preset themes) endless possibilities - HTML in your terminal, cat images and use - Multiple sessions support - Secure authentication with X509 certificates - 16,777,216 colors support - Keyboard text selection - Desktop notifications on terminal output - Geolocation from browser - May work on firefox too WWW: https://pypi.python.org/pypi/butterfly PR: 216957 Submitted by: yuri@rawbw.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9533 Added: head/www/butterfly/ head/www/butterfly/Makefile (contents, props changed) head/www/butterfly/distinfo (contents, props changed) head/www/butterfly/files/ head/www/butterfly/files/butterfly.in (contents, props changed) head/www/butterfly/files/patch-butterfly.server.py (contents, props changed) head/www/butterfly/files/pkg-message.in (contents, props changed) head/www/butterfly/pkg-descr (contents, props changed) head/www/butterfly/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 17:42:58 2017 (r434010) +++ head/www/Makefile Mon Feb 13 18:00:21 2017 (r434011) @@ -56,6 +56,7 @@ SUBDIR += bolt SUBDIR += bookmarkbridge SUBDIR += bozohttpd + SUBDIR += butterfly SUBDIR += c-icap SUBDIR += c-icap-modules SUBDIR += cadaver Added: head/www/butterfly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/Makefile Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,31 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= butterfly +PORTVERSION= 2.0.1 +CATEGORIES= www +MASTER_SITES= CHEESESHOP + +MAINTAINER= yuri@rawbw.com +COMMENT= Web terminal based on websocket and tornado + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes +USE_RC_SUBR= butterfly +SUB_FILES= pkg-message +SUB_LIST= PYTHON_CMD=${PYTHON_CMD} + +post-install: + @${REINPLACE_CMD} -i '' -e "s|^butterfly_dir = os.path.join(ev, 'butterfly')|butterfly_dir = '${PREFIX}/etc/butterfly'|g" \ + ${STAGEDIR}${PREFIX}/bin/butterfly.server.py + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/butterfly/ssl + ${INSTALL_DATA} ${WRKSRC}/butterfly/butterfly.conf.default ${STAGEDIR}${ETCDIR}/butterfly.conf.sample + +.include Added: head/www/butterfly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/distinfo Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486684509 +SHA256 (butterfly-2.0.1.tar.gz) = 93ecdef71b62e1809a48a706ac2ae86fdbeea6d722970cda99969bccad8ba7ef +SIZE (butterfly-2.0.1.tar.gz) = 1042304 Added: head/www/butterfly/files/butterfly.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/files/butterfly.in Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,36 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: butterfly +# REQUIRE: LOGIN +# +# Add the following line to /etc/rc.conf to enable butterfly: +# +# butterfly_enable="YES" +# + +: ${butterfly_enable="NO"} +: ${butterfly_user="root"} +: ${butterfly_args="--unsecure"} + +. /etc/rc.subr + +name=butterfly +rcvar=butterfly_enable +pidfile=/var/run/${name}.pid +start_cmd="start_butterfly" + +load_rc_config $name + +start_butterfly() { + echo "Starting ${name}." + if ! [ -r %%ETCDIR%%/ssl/butterfly_localhost.crt -a %%ETCDIR%%/ssl/butterfly_localhost.key -a %%ETCDIR%%/ssl/butterfly_ca.crt ]; then + %%PREFIX%%/bin/butterfly.server.py --generate-certs --host=localhost && + echo "${name}: generated the ssl certificate in %%ETCDIR%%/ssl" + fi + daemon -p $pidfile -u ${butterfly_user} %%PREFIX%%/bin/butterfly.server.py ${butterfly_args} >/var/log/${name}.log 2>&1 +} + +command="%%PYTHON_CMD%%" +run_rc_command "$1" Added: head/www/butterfly/files/patch-butterfly.server.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/files/patch-butterfly.server.py Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,29 @@ +--- butterfly.server.py.orig 2017-02-10 00:08:34 UTC ++++ butterfly.server.py +@@ -20,7 +20,7 @@ + import tornado.options + import tornado.ioloop + import tornado.httpserver +-import tornado_systemd ++#import tornado_systemd + import logging + import webbrowser + import uuid +@@ -295,13 +295,13 @@ else: + from butterfly import application + application.butterfly_dir = butterfly_dir + log.info('Starting server') +-http_server = tornado_systemd.SystemdHTTPServer( ++http_server = tornado.httpserver.HTTPServer( + application, ssl_options=ssl_opts) + http_server.listen(port, address=host) + +-if http_server.systemd: +- os.environ.pop('LISTEN_PID') +- os.environ.pop('LISTEN_FDS') ++#if http_server.systemd: ++# os.environ.pop('LISTEN_PID') ++# os.environ.pop('LISTEN_FDS') + + log.info('Starting loop') + Added: head/www/butterfly/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/files/pkg-message.in Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,14 @@ +====================================================================== +You installed butterfly, the web terminal that works through your +browser. + +It is recommended to run butterfly as a service: +# sysrc butterfly_enable="YES" +# service butterfly start + +To access butterfly please navigate to: +http://localhost:57575 + +The port and other parameters can be configured in +%%ETCDIR%%/butterfly.conf +====================================================================== Added: head/www/butterfly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/pkg-descr Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,17 @@ +Butterfly is a xterm compatible terminal that runs in your browser. + +Features + +* xterm compatible (support for a lot of unused features) +* Native browser scroll and search +* Theming in css/sass (18 preset themes) endless possibilities +* HTML in your terminal, cat images and use
+* Multiple sessions support +* Secure authentication with X509 certificates +* 16,777,216 colors support +* Keyboard text selection +* Desktop notifications on terminal output +* Geolocation from browser +* May work on firefox too + +WWW: https://pypi.python.org/pypi/butterfly Added: head/www/butterfly/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/butterfly/pkg-plist Mon Feb 13 18:00:21 2017 (r434011) @@ -0,0 +1,2 @@ +@sample %%ETCDIR%%/butterfly.conf.sample +@dir %%ETCDIR%%/ssl From owner-svn-ports-all@freebsd.org Mon Feb 13 18:05:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48F42CDD27A; Mon, 13 Feb 2017 18:05:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1600C1FFF; Mon, 13 Feb 2017 18:05:36 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DI5ZZW072699; Mon, 13 Feb 2017 18:05:35 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DI5Ys7072694; Mon, 13 Feb 2017 18:05:34 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702131805.v1DI5Ys7072694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Mon, 13 Feb 2017 18:05:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434012 - in head: . net/chrony X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:05:36 -0000 Author: krion Date: Mon Feb 13 18:05:34 2017 New Revision: 434012 URL: https://svnweb.freebsd.org/changeset/ports/434012 Log: Update net/chrony: enable privilege separation and other minor changes. - enables privilege separation - removes the build dependency on asciidoctor - removes the runtime dependency on makeinfo and readline - add a runtime dependency on libedit - do not install the HTML documentation (in favour of man pages) - update the post-install message (pkg-message) in light of privilege separation - set the permission of /var/db/chrony to the new "chronyd" user and group PR: 216737 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9570 Modified: head/GIDs head/UIDs head/net/chrony/Makefile head/net/chrony/pkg-message head/net/chrony/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Mon Feb 13 18:00:21 2017 (r434011) +++ head/GIDs Mon Feb 13 18:05:34 2017 (r434012) @@ -790,7 +790,7 @@ subsonic:*:844: sogod:*:846: domoticz:*:847: graylog:*:848: -# free: 849 +chronyd:*:849: # free: 850 # free: 851 # free: 852 Modified: head/UIDs ============================================================================== --- head/UIDs Mon Feb 13 18:00:21 2017 (r434011) +++ head/UIDs Mon Feb 13 18:05:34 2017 (r434012) @@ -795,7 +795,7 @@ subsonic:*:844:844::0:0:Subsonic standal sogod:*:846:846::0:0:SOGo groupware:/nonexistent:/usr/sbin/nologin domoticz:*:847:847::0:0:domoticz user:/nonexistent:/usr/sbin/nologin graylog:*:848:848::0:0:Graylog user:/nonexistent:/usr/sbin/nologin -# free: 849 +chronyd:*:849:849::0:0:chronyd user:/nonexistent:/usr/sbin/nologin # free: 850 # free: 851 # free: 852 Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Mon Feb 13 18:00:21 2017 (r434011) +++ head/net/chrony/Makefile Mon Feb 13 18:05:34 2017 (r434012) @@ -12,23 +12,24 @@ COMMENT= System clock synchronization cl LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rubygem-asciidoctor>=0:textproc/rubygem-asciidoctor +USERS= chronyd +GROUPS= chronyd -USES= cpe gmake makeinfo readline +USES= cpe gmake libedit CPE_VENDOR= tuxfamily HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --chronyvardir=/var/db/${PORTNAME} \ --infodir=${PREFIX}/info \ --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ - --datarootdir=${DATADIR} --docdir=${DOCSDIR} + --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ + --with-user=chronyd +LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= chronyd -ALL_TARGET= all docs -INSTALL_TARGET= install install-docs -EXTRAPORTDOCS= FAQ NEWS README -PORTDOCS= chrony.conf.html chronyc.html chronyd.html faq.html \ - installation.html ${EXTRAPORTDOCS} +ALL_TARGET= all +INSTALL_TARGET= install +PORTDOCS= FAQ NEWS README PORTEXAMPLES= chrony.conf.example1 chrony.conf.example2 \ chrony.conf.example3 chrony.keys.example @@ -46,7 +47,8 @@ BROKEN_aarch64= Fails to compile: inval post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd - ${INSTALL_DATA} ${EXTRAPORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} \ ${STAGEDIR}${EXAMPLESDIR} Modified: head/net/chrony/pkg-message ============================================================================== --- head/net/chrony/pkg-message Mon Feb 13 18:00:21 2017 (r434011) +++ head/net/chrony/pkg-message Mon Feb 13 18:05:34 2017 (r434012) @@ -1,5 +1,4 @@ Unfortunately, this software has shameful history of several vulnerabilities previously discovered. FreeBSD Project cannot guarantee that this spree had -come to an end. It is further complicated, as chronyd(8) requires superuser -permissions to operate; please type ``make deinstall'' to deinstall the port +come to an end. Please type ``pkg delete chrony'' to deinstall the port if tight security is a concern. Modified: head/net/chrony/pkg-plist ============================================================================== --- head/net/chrony/pkg-plist Mon Feb 13 18:00:21 2017 (r434011) +++ head/net/chrony/pkg-plist Mon Feb 13 18:05:34 2017 (r434012) @@ -4,4 +4,4 @@ man/man1/chronyc.1.gz man/man5/chrony.conf.5.gz man/man8/chronyd.8.gz sbin/chronyd -@dir /var/db/chrony +@dir(chronyd,chronyd) /var/db/chrony From owner-svn-ports-all@freebsd.org Mon Feb 13 18:38:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B0EECDDC91; Mon, 13 Feb 2017 18:38:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2077813B7; Mon, 13 Feb 2017 18:38:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DIcN7P085044; Mon, 13 Feb 2017 18:38:23 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DIcMmM085039; Mon, 13 Feb 2017 18:38:22 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702131838.v1DIcMmM085039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 13 Feb 2017 18:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434013 - in head/net/ocserv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:38:24 -0000 Author: cpm Date: Mon Feb 13 18:38:22 2017 New Revision: 434013 URL: https://svnweb.freebsd.org/changeset/ports/434013 Log: net/ocserv: update to 0.11.7 - Update PORTVERSION and distinfo checksum (0.11.7) - Regenerate some patches to apply cleanly - Remove MAKE_JOBS_UNSAFE=yes Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2017-February/004204.html Modified: head/net/ocserv/Makefile head/net/ocserv/distinfo head/net/ocserv/files/patch-configure.ac head/net/ocserv/files/patch-doc_Makefile.am head/net/ocserv/files/patch-src_ocserv-args.def Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Mon Feb 13 18:05:34 2017 (r434012) +++ head/net/ocserv/Makefile Mon Feb 13 18:38:22 2017 (r434013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.6 +PORTVERSION= 0.11.7 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ @@ -41,8 +41,6 @@ GROUPS= _ocserv USE_RC_SUBR= ocserv -MAKE_JOBS_UNSAFE= yes - OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI PORTDOCS= AUTHORS ChangeLog NEWS README TODO Modified: head/net/ocserv/distinfo ============================================================================== --- head/net/ocserv/distinfo Mon Feb 13 18:05:34 2017 (r434012) +++ head/net/ocserv/distinfo Mon Feb 13 18:38:22 2017 (r434013) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479252096 -SHA256 (ocserv-0.11.6.tar.xz) = 937c7ad401983a9183cec5976afd79ce1af5b2793dc71885d2a4ecdb043bd48c -SIZE (ocserv-0.11.6.tar.xz) = 762492 +TIMESTAMP = 1486984430 +SHA256 (ocserv-0.11.7.tar.xz) = 93055ec3b889da680a79c4a51f0efc1b84255e8e2b9c642c5ed1a6f07425b259 +SIZE (ocserv-0.11.7.tar.xz) = 767276 Modified: head/net/ocserv/files/patch-configure.ac ============================================================================== --- head/net/ocserv/files/patch-configure.ac Mon Feb 13 18:05:34 2017 (r434012) +++ head/net/ocserv/files/patch-configure.ac Mon Feb 13 18:38:22 2017 (r434013) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2016-08-04 06:12:29 UTC +--- configure.ac.orig 2017-02-12 09:19:02 UTC +++ configure.ac @@ -19,7 +19,7 @@ if [ test "$GCC" = "yes" ];then fi @@ -9,7 +9,7 @@ AX_CODE_COVERAGE -@@ -133,7 +133,7 @@ if test "$test_for_libnl" = yes;then +@@ -140,7 +140,7 @@ if test "$test_for_libnl" = yes;then fi have_readline=no @@ -18,18 +18,18 @@ #include #include ], [rl_replace_line(0,0);]) if test x$ac_cv_libreadline = xyes; then -@@ -183,6 +183,7 @@ AC_ARG_WITH(pam, +@@ -190,6 +190,7 @@ AC_ARG_WITH(pam, pam_enabled=no +oldlibs=$LIBS if test "$test_for_pam" = yes;then + oldlibs=$LIBS LIBS="$oldlibs -lpam" - AC_MSG_CHECKING([for pam library]) -@@ -496,7 +497,7 @@ if test "$NEED_LIBOPTS_DIR" = "true";the - cp -f $i $nam - fi - done +@@ -511,7 +512,7 @@ if test "$NEED_LIBOPTS_DIR" = "true";the + src/ocpasswd-args.h:src/ocpasswd/ocpasswd-args.h.in + src/ocserv-args.c:src/ocserv-args.c.in + src/ocserv-args.h:src/ocserv-args.h.in]) - AC_SUBST([AUTOGEN], [:]) + AC_SUBST([AUTOGEN], [autogen]) enable_local_libopts=yes Modified: head/net/ocserv/files/patch-doc_Makefile.am ============================================================================== --- head/net/ocserv/files/patch-doc_Makefile.am Mon Feb 13 18:05:34 2017 (r434012) +++ head/net/ocserv/files/patch-doc_Makefile.am Mon Feb 13 18:38:22 2017 (r434013) @@ -1,6 +1,6 @@ ---- doc/Makefile.am.orig 2016-04-07 22:36:30 UTC +--- doc/Makefile.am.orig 2017-02-13 16:37:17 UTC +++ doc/Makefile.am -@@ -5,18 +5,27 @@ EXTRA_DIST = design.dia sample.config sc +@@ -5,18 +5,26 @@ EXTRA_DIST = design.dia sample.config sc dist_man_MANS = ocserv.8 ocpasswd.8 occtl.8 @@ -8,6 +8,11 @@ - -$(SED) 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \ - @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \ - rm -f "$<".tmp +- +-occtl.8: ../src/occtl/occtl-args.def +- -$(SED) 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \ +- @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \ +- rm -f "$<".tmp +ocserv.8: + -gsed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' \ + ../src/ocserv-args.def > ../src/ocserv-args.def.tmp && \ @@ -16,27 +21,22 @@ + rm -f ../src/ocserv-args.def.tmp + sed -I -e 's/^\.NOP //' $@ --occtl.8: ../src/occtl/args.def +-ocpasswd.8: ../src/ocpasswd/ocpasswd-args.def - -$(SED) 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \ - @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \ - rm -f "$<".tmp +occtl.8: + -gsed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' \ -+ ../src/occtl/args.def > ../src/occtl/args.def.tmp && \ ++ ../src/occtl/occtl-args.def > ../src/occtl/occtl-args.def.tmp && \ + @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl \ -+ ../src/occtl/args.def.tmp && \ -+ rm -f ../src/occtl/args.def.tmp ++ ../src/occtl/occtl-args.def.tmp && \ ++ rm -f ../src/occtl/occtl-args.def.tmp + sed -I -e 's/^\.NOP //' $@ --ocpasswd.8: ../src/ocpasswd/args.def -- -$(SED) 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \ -- @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \ -- rm -f "$<".tmp +ocpasswd.8: + -gsed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' \ -+ ../src/ocpasswd/args.def > ../src/ocpasswd/args.def.tmp && \ ++ ../src/ocpasswd/ocpasswd-args.def > ../src/ocpasswd/ocpasswd-args.def.tmp && \ + @AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl \ -+ ../src/ocpasswd/args.def.tmp && \ -+ rm -f ../src/ocpasswd/args.def.tmp ++ ../src/ocpasswd/ocpasswd-args.def.tmp && \ ++ rm -f ../src/ocpasswd/ocpasswd-args.def.tmp + sed -I -e 's/^\.NOP //' $@ - Modified: head/net/ocserv/files/patch-src_ocserv-args.def ============================================================================== --- head/net/ocserv/files/patch-src_ocserv-args.def Mon Feb 13 18:05:34 2017 (r434012) +++ head/net/ocserv/files/patch-src_ocserv-args.def Mon Feb 13 18:38:22 2017 (r434013) @@ -1,6 +1,6 @@ ---- src/ocserv-args.def.orig 2015-10-13 09:47:33 UTC +--- src/ocserv-args.def.orig 2017-01-29 14:33:24 UTC +++ src/ocserv-args.def -@@ -68,7 +68,7 @@ doc-section = { +@@ -75,7 +75,7 @@ doc-section = { ds-format = 'texi'; ds-text = <<-_EOT_ @subheading ocserv's configuration file format @@ -9,7 +9,7 @@ An example configuration file follows. @example -@@ -87,7 +87,7 @@ An example configuration file follows. +@@ -98,7 +98,7 @@ An example configuration file follows. # This enabled PAM authentication of the user. The gid-min option is used # by auto-select-group option, in order to select the minimum valid group ID. # @@ -18,7 +18,7 @@ # The plain option requires specifying a password file which contains # entries of the following format. # "username:groupname1,groupname2:encoded-password" -@@ -121,7 +121,7 @@ An example configuration file follows. +@@ -129,7 +129,7 @@ An example configuration file follows. #auth = "certificate" #auth = "pam" #auth = "pam[gid-min=1000]" @@ -27,16 +27,16 @@ #auth = "radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true]" # Specify alternative authentication methods that are sufficient -@@ -437,7 +437,7 @@ rekey-method = ssl +@@ -493,7 +493,7 @@ rekey-method = ssl use-occtl = true - # PID file. It can be overriden in the command line. + # PID file. It can be overridden in the command line. -pid-file = /var/run/ocserv.pid +pid-file = /var/run/ocserv/pid # Set the protocol-defined priority (SO_PRIORITY) for packets to # be sent. That is a number from 0 to 6 with 0 being the lowest -@@ -564,13 +564,13 @@ no-route = 192.168.5.0/255.255.255.0 +@@ -669,13 +669,13 @@ no-route = 192.168.5.0/255.255.255.0 # Also explicit addresses, are only allowed when they are odd. In that # case the next even address will be used as the remote address (in PtP). @@ -53,4 +53,4 @@ +#default-group-config = /usr/local/etc/ocserv/defaults/group.conf # The system command to use to setup a route. %{R} will be replaced with the - # route/mask and %{D} with the (tun) device. + # route/mask, %{RI} with the route in CIDR format, and %{D} with the (tun) device. From owner-svn-ports-all@freebsd.org Mon Feb 13 18:58:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDFA4CDD439; Mon, 13 Feb 2017 18:58:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C89642C7; Mon, 13 Feb 2017 18:58:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DIwvKE093094; Mon, 13 Feb 2017 18:58:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DIwvFT093088; Mon, 13 Feb 2017 18:58:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131858.v1DIwvFT093088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 18:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434014 - in head/devel: . p5-Devel-Confess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:58:59 -0000 Author: sunpoet Date: Mon Feb 13 18:58:57 2017 New Revision: 434014 URL: https://svnweb.freebsd.org/changeset/ports/434014 Log: Add p5-Devel-Confess 0.009003 This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. Unlike other similar modules (e.g. Carp::Always), stack traces will also be included when exception objects are thrown. WWW: http://search.cpan.org/dist/Devel-Confess/ Added: head/devel/p5-Devel-Confess/ head/devel/p5-Devel-Confess/Makefile (contents, props changed) head/devel/p5-Devel-Confess/distinfo (contents, props changed) head/devel/p5-Devel-Confess/pkg-descr (contents, props changed) head/devel/p5-Devel-Confess/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 13 18:38:22 2017 (r434013) +++ head/devel/Makefile Mon Feb 13 18:58:57 2017 (r434014) @@ -2259,6 +2259,7 @@ SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS + SUBDIR += p5-Devel-Confess SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover Added: head/devel/p5-Devel-Confess/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/Makefile Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Devel-Confess +PORTVERSION= 0.009003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Include stack traces on all warnings and errors + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Devel-Confess/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/distinfo Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487009239 +SHA256 (Devel-Confess-0.009003.tar.gz) = 21a47e5315ae2e19be98244046f4c579769d8caaf2a367d6a6727cb64f47ab43 +SIZE (Devel-Confess-0.009003.tar.gz) = 23273 Added: head/devel/p5-Devel-Confess/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/pkg-descr Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,6 @@ +This module is meant as a debugging aid. It can be used to make a script +complain loudly with stack backtraces when warn()ing or die()ing. Unlike other +similar modules (e.g. Carp::Always), stack traces will also be included when +exception objects are thrown. + +WWW: http://search.cpan.org/dist/Devel-Confess/ Added: head/devel/p5-Devel-Confess/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-Confess/pkg-plist Mon Feb 13 18:58:57 2017 (r434014) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Devel/Confess.pm +%%SITE_PERL%%/Devel/Confess/Builtin.pm +%%SITE_PERL%%/Devel/Confess/Source.pm +%%SITE_PERL%%/Devel/Confess/_Util.pm +%%PERL5_MAN3%%/Devel::Confess.3.gz +%%PERL5_MAN3%%/Devel::Confess::Builtin.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 13 18:59:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46FFECDD46C; Mon, 13 Feb 2017 18:59:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F21162EB; Mon, 13 Feb 2017 18:59:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DIx3qE093263; Mon, 13 Feb 2017 18:59:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DIx2Xe093259; Mon, 13 Feb 2017 18:59:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131859.v1DIx2Xe093259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 18:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434015 - in head/www: . rubygem-kaminari-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:59:04 -0000 Author: sunpoet Date: Mon Feb 13 18:59:02 2017 New Revision: 434015 URL: https://svnweb.freebsd.org/changeset/ports/434015 Log: Add rubygem-kaminari-core 1.0.1 kaminari-core includes pagination logic independent from ORMs and view libraries. WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-core Added: head/www/rubygem-kaminari-core/ head/www/rubygem-kaminari-core/Makefile (contents, props changed) head/www/rubygem-kaminari-core/distinfo (contents, props changed) head/www/rubygem-kaminari-core/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 18:58:57 2017 (r434014) +++ head/www/Makefile Mon Feb 13 18:59:02 2017 (r434015) @@ -2001,6 +2001,7 @@ SUBDIR += rubygem-jsobfu SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari + SUBDIR += rubygem-kaminari-core SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa SUBDIR += rubygem-layout_yullio_generator Added: head/www/rubygem-kaminari-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-core/Makefile Mon Feb 13 18:59:02 2017 (r434015) @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= kaminari-core +PORTVERSION= 1.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Kaminari core libraries + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-kaminari-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-core/distinfo Mon Feb 13 18:59:02 2017 (r434015) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486796159 +SHA256 (rubygem/kaminari-core-1.0.1.gem) = 99df5a80f3e007faa49393c41eeee04453fe9d1d2533641f4fb987a646125664 +SIZE (rubygem/kaminari-core-1.0.1.gem) = 16384 Added: head/www/rubygem-kaminari-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-core/pkg-descr Mon Feb 13 18:59:02 2017 (r434015) @@ -0,0 +1,4 @@ +kaminari-core includes pagination logic independent from ORMs and view +libraries. + +WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-core From owner-svn-ports-all@freebsd.org Mon Feb 13 18:59:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A780CDD500; Mon, 13 Feb 2017 18:59:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CAB3833; Mon, 13 Feb 2017 18:59:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DIxYaU093434; Mon, 13 Feb 2017 18:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DIxXDB093430; Mon, 13 Feb 2017 18:59:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131859.v1DIxXDB093430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 18:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434016 - in head/www: . rubygem-kaminari-activerecord X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:59:35 -0000 Author: sunpoet Date: Mon Feb 13 18:59:33 2017 New Revision: 434016 URL: https://svnweb.freebsd.org/changeset/ports/434016 Log: Add rubygem-kaminari-activerecord 1.0.1 kaminari-activerecord lets your Active Record models be paginatable. WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-activerecord Added: head/www/rubygem-kaminari-activerecord/ head/www/rubygem-kaminari-activerecord/Makefile (contents, props changed) head/www/rubygem-kaminari-activerecord/distinfo (contents, props changed) head/www/rubygem-kaminari-activerecord/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 18:59:02 2017 (r434015) +++ head/www/Makefile Mon Feb 13 18:59:33 2017 (r434016) @@ -2001,6 +2001,7 @@ SUBDIR += rubygem-jsobfu SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari + SUBDIR += rubygem-kaminari-activerecord SUBDIR += rubygem-kaminari-core SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa Added: head/www/rubygem-kaminari-activerecord/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-activerecord/Makefile Mon Feb 13 18:59:33 2017 (r434016) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= kaminari-activerecord +PORTVERSION= 1.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Kaminari Active Record adapter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \ + rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-kaminari-activerecord/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-activerecord/distinfo Mon Feb 13 18:59:33 2017 (r434016) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486796373 +SHA256 (rubygem/kaminari-activerecord-1.0.1.gem) = 233dd2f27ea2a90d890e5e896eebb72cf61b031f4d22520a669c051f8d5465cd +SIZE (rubygem/kaminari-activerecord-1.0.1.gem) = 8192 Added: head/www/rubygem-kaminari-activerecord/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-activerecord/pkg-descr Mon Feb 13 18:59:33 2017 (r434016) @@ -0,0 +1,3 @@ +kaminari-activerecord lets your Active Record models be paginatable. + +WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-activerecord From owner-svn-ports-all@freebsd.org Mon Feb 13 18:59:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2E07CDD55D; Mon, 13 Feb 2017 18:59:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4A9D92E; Mon, 13 Feb 2017 18:59:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DIxsgZ093601; Mon, 13 Feb 2017 18:59:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DIxs31093596; Mon, 13 Feb 2017 18:59:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131859.v1DIxs31093596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 18:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434017 - in head/www: . rubygem-kaminari-actionview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 18:59:56 -0000 Author: sunpoet Date: Mon Feb 13 18:59:54 2017 New Revision: 434017 URL: https://svnweb.freebsd.org/changeset/ports/434017 Log: Add rubygem-kaminari-actionview 1.0.1 kaminari-actionview provides pagination helpers for your Action View templates. WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-actionview Added: head/www/rubygem-kaminari-actionview/ head/www/rubygem-kaminari-actionview/Makefile (contents, props changed) head/www/rubygem-kaminari-actionview/distinfo (contents, props changed) head/www/rubygem-kaminari-actionview/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 18:59:33 2017 (r434016) +++ head/www/Makefile Mon Feb 13 18:59:54 2017 (r434017) @@ -2001,6 +2001,7 @@ SUBDIR += rubygem-jsobfu SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari + SUBDIR += rubygem-kaminari-actionview SUBDIR += rubygem-kaminari-activerecord SUBDIR += rubygem-kaminari-core SUBDIR += rubygem-kaminari-rails4 Added: head/www/rubygem-kaminari-actionview/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-actionview/Makefile Mon Feb 13 18:59:54 2017 (r434017) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= kaminari-actionview +PORTVERSION= 1.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Kaminari Action View adapter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionview4>=0:devel/rubygem-actionview4 \ + rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-kaminari-actionview/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-actionview/distinfo Mon Feb 13 18:59:54 2017 (r434017) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486796541 +SHA256 (rubygem/kaminari-actionview-1.0.1.gem) = b16de97f5a481a592a665c158d1732e4b9d56698b61feee0619857d84dd51056 +SIZE (rubygem/kaminari-actionview-1.0.1.gem) = 6656 Added: head/www/rubygem-kaminari-actionview/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-kaminari-actionview/pkg-descr Mon Feb 13 18:59:54 2017 (r434017) @@ -0,0 +1,3 @@ +kaminari-actionview provides pagination helpers for your Action View templates. + +WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-actionview From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BDB6CDD657; Mon, 13 Feb 2017 19:01:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10479DD5; Mon, 13 Feb 2017 19:01:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ164A093857; Mon, 13 Feb 2017 19:01:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ15V6093854; Mon, 13 Feb 2017 19:01:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ15V6093854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434018 - head/www/rubygem-kaminari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:07 -0000 Author: sunpoet Date: Mon Feb 13 19:01:05 2017 New Revision: 434018 URL: https://svnweb.freebsd.org/changeset/ports/434018 Log: Update to 1.0.1 - Update COMMENT - Update WWW Changes: https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md Modified: head/www/rubygem-kaminari/Makefile head/www/rubygem-kaminari/distinfo head/www/rubygem-kaminari/pkg-descr Modified: head/www/rubygem-kaminari/Makefile ============================================================================== --- head/www/rubygem-kaminari/Makefile Mon Feb 13 18:59:54 2017 (r434017) +++ head/www/rubygem-kaminari/Makefile Mon Feb 13 19:01:05 2017 (r434018) @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= kaminari -PORTVERSION= 0.17.0 +PORTVERSION= 1.0.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Sophisticated paginator for Rails 3+ +COMMENT= Sophisticated paginator for Rails 4+ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack4>=3.0.0:www/rubygem-actionpack4 \ - rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 +RUN_DEPENDS= rubygem-activesupport4>=4.1.0:devel/rubygem-activesupport4 \ + rubygem-kaminari-actionview>=${PORTVERSION}:www/rubygem-kaminari-actionview \ + rubygem-kaminari-activerecord>=${PORTVERSION}:www/rubygem-kaminari-activerecord \ + rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-kaminari/distinfo ============================================================================== --- head/www/rubygem-kaminari/distinfo Mon Feb 13 18:59:54 2017 (r434017) +++ head/www/rubygem-kaminari/distinfo Mon Feb 13 19:01:05 2017 (r434018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483343829 -SHA256 (rubygem/kaminari-0.17.0.gem) = a454751345be68207bfc415fa2499f4ae9a33171055f3a1de17590a0a01c06d8 -SIZE (rubygem/kaminari-0.17.0.gem) = 44544 +TIMESTAMP = 1486790063 +SHA256 (rubygem/kaminari-1.0.1.gem) = 1116062558cba338b628546d4900f05cf4d0f6a43e17939b865114b1dc76db46 +SIZE (rubygem/kaminari-1.0.1.gem) = 20992 Modified: head/www/rubygem-kaminari/pkg-descr ============================================================================== --- head/www/rubygem-kaminari/pkg-descr Mon Feb 13 18:59:54 2017 (r434017) +++ head/www/rubygem-kaminari/pkg-descr Mon Feb 13 19:01:05 2017 (r434018) @@ -1,4 +1,4 @@ Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3 -WWW: https://github.com/amatsuda/kaminari +WWW: https://github.com/kaminari/kaminari From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA58ACDD68F; Mon, 13 Feb 2017 19:01:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96BA3E1E; Mon, 13 Feb 2017 19:01:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1AaD093975; Mon, 13 Feb 2017 19:01:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1Ad3093973; Mon, 13 Feb 2017 19:01:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1Ad3093973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434019 - head/archivers/p5-Compress-Raw-Bzip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:11 -0000 Author: sunpoet Date: Mon Feb 13 19:01:10 2017 New Revision: 434019 URL: https://svnweb.freebsd.org/changeset/ports/434019 Log: Update to 2.072 Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Bzip2/distinfo Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Feb 13 19:01:05 2017 (r434018) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Feb 13 19:01:10 2017 (r434019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Bzip2/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/distinfo Mon Feb 13 19:01:05 2017 (r434018) +++ head/archivers/p5-Compress-Raw-Bzip2/distinfo Mon Feb 13 19:01:10 2017 (r434019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013154 -SHA256 (Compress-Raw-Bzip2-2.070.tar.gz) = c856dd4e1b7805c17fb2149972bc93a0b6ac6ccf7dd5545f08b6706821bebc66 -SIZE (Compress-Raw-Bzip2-2.070.tar.gz) = 137413 +TIMESTAMP = 1487007277 +SHA256 (Compress-Raw-Bzip2-2.072.tar.gz) = e3e9e5967edf34b56265554599e4209b19cbc74b6a8846b9fcccb9ab52652c4b +SIZE (Compress-Raw-Bzip2-2.072.tar.gz) = 137444 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55FF3CDD6DB; Mon, 13 Feb 2017 19:01:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23CF4E5E; Mon, 13 Feb 2017 19:01:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1F0t094115; Mon, 13 Feb 2017 19:01:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1F9V094091; Mon, 13 Feb 2017 19:01:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1F9V094091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434020 - head/archivers/p5-Compress-Raw-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:16 -0000 Author: sunpoet Date: Mon Feb 13 19:01:14 2017 New Revision: 434020 URL: https://svnweb.freebsd.org/changeset/ports/434020 Log: Update to 2.072 Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Lzma/distinfo Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Feb 13 19:01:10 2017 (r434019) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Feb 13 19:01:14 2017 (r434020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Lzma/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/distinfo Mon Feb 13 19:01:10 2017 (r434019) +++ head/archivers/p5-Compress-Raw-Lzma/distinfo Mon Feb 13 19:01:14 2017 (r434020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013164 -SHA256 (Compress-Raw-Lzma-2.070.tar.gz) = be393c3ce3724f517d59a778d9fc41e3fe19a1f4e368956e0c2fd804a6ad0a52 -SIZE (Compress-Raw-Lzma-2.070.tar.gz) = 113406 +TIMESTAMP = 1487007284 +SHA256 (Compress-Raw-Lzma-2.072.tar.gz) = 17650294321d90d9acd3ec5f54173faa01b8fb10073e106f108dcca0198f6e22 +SIZE (Compress-Raw-Lzma-2.072.tar.gz) = 113635 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E48CCDD71E; Mon, 13 Feb 2017 19:01:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60808EB7; Mon, 13 Feb 2017 19:01:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1JMn096299; Mon, 13 Feb 2017 19:01:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1Jow096298; Mon, 13 Feb 2017 19:01:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1Jow096298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434021 - head/archivers/p5-Compress-Raw-Zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:20 -0000 Author: sunpoet Date: Mon Feb 13 19:01:19 2017 New Revision: 434021 URL: https://svnweb.freebsd.org/changeset/ports/434021 Log: Update to 2.072 Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Raw-Zlib/distinfo Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Feb 13 19:01:14 2017 (r434020) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Feb 13 19:01:19 2017 (r434021) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.071 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Zlib/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/distinfo Mon Feb 13 19:01:14 2017 (r434020) +++ head/archivers/p5-Compress-Raw-Zlib/distinfo Mon Feb 13 19:01:19 2017 (r434021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483305187 -SHA256 (Compress-Raw-Zlib-2.071.tar.gz) = da65457e1a3ebcfdaecf061e33ba341f3619cbcf99dc814340f6500b2bbb6736 -SIZE (Compress-Raw-Zlib-2.071.tar.gz) = 238746 +TIMESTAMP = 1487007292 +SHA256 (Compress-Raw-Zlib-2.072.tar.gz) = 943da5086ebd6d17a9fe650291b5fb5a6f7ab4a1391003144688719d1ed9ddbb +SIZE (Compress-Raw-Zlib-2.072.tar.gz) = 239452 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37F4DCDD75B; Mon, 13 Feb 2017 19:01:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0135CF3E; Mon, 13 Feb 2017 19:01:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1OGE096418; Mon, 13 Feb 2017 19:01:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1NTX096416; Mon, 13 Feb 2017 19:01:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1NTX096416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434022 - head/archivers/p5-IO-Compress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:25 -0000 Author: sunpoet Date: Mon Feb 13 19:01:23 2017 New Revision: 434022 URL: https://svnweb.freebsd.org/changeset/ports/434022 Log: Update to 2.072 Changes: http://search.cpan.org/dist/IO-Compress/Changes Modified: head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Compress/distinfo Modified: head/archivers/p5-IO-Compress/Makefile ============================================================================== --- head/archivers/p5-IO-Compress/Makefile Mon Feb 13 19:01:19 2017 (r434021) +++ head/archivers/p5-IO-Compress/Makefile Mon Feb 13 19:01:23 2017 (r434022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress/distinfo ============================================================================== --- head/archivers/p5-IO-Compress/distinfo Mon Feb 13 19:01:19 2017 (r434021) +++ head/archivers/p5-IO-Compress/distinfo Mon Feb 13 19:01:23 2017 (r434022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013180 -SHA256 (IO-Compress-2.070.tar.gz) = 3e761b833c8e55eb811a5eeab07831bb380dcdce256cc45cfe8816602a3574ff -SIZE (IO-Compress-2.070.tar.gz) = 243752 +TIMESTAMP = 1487007301 +SHA256 (IO-Compress-2.072.tar.gz) = 92fffcf5a49fbc4d3adbf2ec3c4dc1beeba12e86ab370ccc32a1c78ff3ba2957 +SIZE (IO-Compress-2.072.tar.gz) = 243674 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE103CDD7A2; Mon, 13 Feb 2017 19:01:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95388FBD; Mon, 13 Feb 2017 19:01:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1STO096534; Mon, 13 Feb 2017 19:01:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1Sl9096532; Mon, 13 Feb 2017 19:01:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1Sl9096532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434023 - head/archivers/p5-IO-Compress-Lzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:29 -0000 Author: sunpoet Date: Mon Feb 13 19:01:28 2017 New Revision: 434023 URL: https://svnweb.freebsd.org/changeset/ports/434023 Log: Update to 2.072 Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Modified: head/archivers/p5-IO-Compress-Lzf/Makefile head/archivers/p5-IO-Compress-Lzf/distinfo Modified: head/archivers/p5-IO-Compress-Lzf/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/Makefile Mon Feb 13 19:01:23 2017 (r434022) +++ head/archivers/p5-IO-Compress-Lzf/Makefile Mon Feb 13 19:01:28 2017 (r434023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzf/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/distinfo Mon Feb 13 19:01:23 2017 (r434022) +++ head/archivers/p5-IO-Compress-Lzf/distinfo Mon Feb 13 19:01:28 2017 (r434023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013190 -SHA256 (IO-Compress-Lzf-2.070.tar.gz) = 43c919770962272fc2fb2b42e90cb23375ccdcebe800e3cd1492b5d97da39491 -SIZE (IO-Compress-Lzf-2.070.tar.gz) = 73817 +TIMESTAMP = 1487007309 +SHA256 (IO-Compress-Lzf-2.072.tar.gz) = af6dddf56efd7119b78274c3db9c42b42015fef08dd35256d908f0ea1291342a +SIZE (IO-Compress-Lzf-2.072.tar.gz) = 73821 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 686C1CDD7E2; Mon, 13 Feb 2017 19:01:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D18C1038; Mon, 13 Feb 2017 19:01:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1Xxp097522; Mon, 13 Feb 2017 19:01:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1XvS097520; Mon, 13 Feb 2017 19:01:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1XvS097520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434024 - head/archivers/p5-IO-Compress-Lzma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:34 -0000 Author: sunpoet Date: Mon Feb 13 19:01:32 2017 New Revision: 434024 URL: https://svnweb.freebsd.org/changeset/ports/434024 Log: Update to 2.072 Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Modified: head/archivers/p5-IO-Compress-Lzma/Makefile head/archivers/p5-IO-Compress-Lzma/distinfo Modified: head/archivers/p5-IO-Compress-Lzma/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/Makefile Mon Feb 13 19:01:28 2017 (r434023) +++ head/archivers/p5-IO-Compress-Lzma/Makefile Mon Feb 13 19:01:32 2017 (r434024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzma -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzma/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/distinfo Mon Feb 13 19:01:28 2017 (r434023) +++ head/archivers/p5-IO-Compress-Lzma/distinfo Mon Feb 13 19:01:32 2017 (r434024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013201 -SHA256 (IO-Compress-Lzma-2.070.tar.gz) = c474032567d1185aff28839e8892ca55145f83e1a09ddd2504ee1b4f14d882d2 -SIZE (IO-Compress-Lzma-2.070.tar.gz) = 89363 +TIMESTAMP = 1487007318 +SHA256 (IO-Compress-Lzma-2.072.tar.gz) = 27a7002bf1f76cc81f3da0d9d3e13219c7e0085bbb15e747ea233a3d8b5bf78b +SIZE (IO-Compress-Lzma-2.072.tar.gz) = 89215 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9258DCDD81C; Mon, 13 Feb 2017 19:01:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3097310D2; Mon, 13 Feb 2017 19:01:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1cZF097638; Mon, 13 Feb 2017 19:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1b6A097636; Mon, 13 Feb 2017 19:01:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1b6A097636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434025 - head/archivers/p5-IO-Compress-Lzop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:39 -0000 Author: sunpoet Date: Mon Feb 13 19:01:37 2017 New Revision: 434025 URL: https://svnweb.freebsd.org/changeset/ports/434025 Log: Update to 2.072 Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Modified: head/archivers/p5-IO-Compress-Lzop/Makefile head/archivers/p5-IO-Compress-Lzop/distinfo Modified: head/archivers/p5-IO-Compress-Lzop/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/Makefile Mon Feb 13 19:01:32 2017 (r434024) +++ head/archivers/p5-IO-Compress-Lzop/Makefile Mon Feb 13 19:01:37 2017 (r434025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.070 +PORTVERSION= 2.072 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzop/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/distinfo Mon Feb 13 19:01:32 2017 (r434024) +++ head/archivers/p5-IO-Compress-Lzop/distinfo Mon Feb 13 19:01:37 2017 (r434025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013210 -SHA256 (IO-Compress-Lzop-2.070.tar.gz) = 3dffd244483fed4a3167857b161cd3ff661f54219a68d059d125a0061c9c1fc1 -SIZE (IO-Compress-Lzop-2.070.tar.gz) = 78432 +TIMESTAMP = 1487007325 +SHA256 (IO-Compress-Lzop-2.072.tar.gz) = c3f2e85e7ef9ad390a7b89aae3e1a6681c5685e81702edf2079075337a114a83 +SIZE (IO-Compress-Lzop-2.072.tar.gz) = 78448 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED77DCDD84D; Mon, 13 Feb 2017 19:01:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFEFE1153; Mon, 13 Feb 2017 19:01:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1gq3097757; Mon, 13 Feb 2017 19:01:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1gtk097755; Mon, 13 Feb 2017 19:01:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1gtk097755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434026 - head/devel/p5-Config-Model-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:44 -0000 Author: sunpoet Date: Mon Feb 13 19:01:42 2017 New Revision: 434026 URL: https://svnweb.freebsd.org/changeset/ports/434026 Log: Update to 2.059 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Mon Feb 13 19:01:37 2017 (r434025) +++ head/devel/p5-Config-Model-Tester/Makefile Mon Feb 13 19:01:42 2017 (r434026) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.058 +PORTVERSION= 2.059 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Mon Feb 13 19:01:37 2017 (r434025) +++ head/devel/p5-Config-Model-Tester/distinfo Mon Feb 13 19:01:42 2017 (r434026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481028707 -SHA256 (Config-Model-Tester-2.058.tar.gz) = 10ebce81179e4d0052dccb72d2e7c211ddf9f61581a69513a7296668fd6a231d -SIZE (Config-Model-Tester-2.058.tar.gz) = 22919 +TIMESTAMP = 1487007335 +SHA256 (Config-Model-Tester-2.059.tar.gz) = 6831d5734e1fc2a77157a450e92a33ecf79de78c83655656e051c309206f0b23 +SIZE (Config-Model-Tester-2.059.tar.gz) = 23552 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC0E3CDD890; Mon, 13 Feb 2017 19:01:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CADE11D4; Mon, 13 Feb 2017 19:01:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1lCP097891; Mon, 13 Feb 2017 19:01:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1l22097888; Mon, 13 Feb 2017 19:01:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1l22097888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434027 - head/devel/p5-Specio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:49 -0000 Author: sunpoet Date: Mon Feb 13 19:01:47 2017 New Revision: 434027 URL: https://svnweb.freebsd.org/changeset/ports/434027 Log: Update to 0.35 Changes: http://search.cpan.org/dist/Specio/Changes Modified: head/devel/p5-Specio/Makefile head/devel/p5-Specio/distinfo head/devel/p5-Specio/pkg-plist Modified: head/devel/p5-Specio/Makefile ============================================================================== --- head/devel/p5-Specio/Makefile Mon Feb 13 19:01:42 2017 (r434026) +++ head/devel/p5-Specio/Makefile Mon Feb 13 19:01:47 2017 (r434027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Specio -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \ p5-Eval-Closure>=0:devel/p5-Eval-Closure \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Role-Tiny>=1.003003:devel/p5-Role-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ Modified: head/devel/p5-Specio/distinfo ============================================================================== --- head/devel/p5-Specio/distinfo Mon Feb 13 19:01:42 2017 (r434026) +++ head/devel/p5-Specio/distinfo Mon Feb 13 19:01:47 2017 (r434027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485797782 -SHA256 (Specio-0.34.tar.gz) = ecb06654a985260c0ad7907f0ba5318bbd9ac0327dc4622ebbe285846c931db2 -SIZE (Specio-0.34.tar.gz) = 91324 +TIMESTAMP = 1487007345 +SHA256 (Specio-0.35.tar.gz) = 5c75f366594f0d2a5a39ca9cf31b8dfa0e2564c148aa0e2805fd263530ceffa5 +SIZE (Specio-0.35.tar.gz) = 94969 Modified: head/devel/p5-Specio/pkg-plist ============================================================================== --- head/devel/p5-Specio/pkg-plist Mon Feb 13 19:01:42 2017 (r434026) +++ head/devel/p5-Specio/pkg-plist Mon Feb 13 19:01:47 2017 (r434027) @@ -35,6 +35,7 @@ %%SITE_PERL%%/Specio/PartialDump.pm %%SITE_PERL%%/Specio/Registry.pm %%SITE_PERL%%/Specio/Role/Inlinable.pm +%%SITE_PERL%%/Specio/Subs.pm %%SITE_PERL%%/Specio/TypeChecks.pm %%SITE_PERL%%/Test/Specio.pm %%PERL5_MAN3%%/Specio.3.gz @@ -74,5 +75,6 @@ %%PERL5_MAN3%%/Specio::PartialDump.3.gz %%PERL5_MAN3%%/Specio::Registry.3.gz %%PERL5_MAN3%%/Specio::Role::Inlinable.3.gz +%%PERL5_MAN3%%/Specio::Subs.3.gz %%PERL5_MAN3%%/Specio::TypeChecks.3.gz %%PERL5_MAN3%%/Test::Specio.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 792D7CDD8C8; Mon, 13 Feb 2017 19:01:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38B5C125A; Mon, 13 Feb 2017 19:01:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1qFt098860; Mon, 13 Feb 2017 19:01:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1q5i098858; Mon, 13 Feb 2017 19:01:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1q5i098858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434028 - head/math/p5-Math-GMPz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:53 -0000 Author: sunpoet Date: Mon Feb 13 19:01:51 2017 New Revision: 434028 URL: https://svnweb.freebsd.org/changeset/ports/434028 Log: Update to 0.45 Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES Modified: head/math/p5-Math-GMPz/Makefile head/math/p5-Math-GMPz/distinfo head/math/p5-Math-GMPz/pkg-plist Modified: head/math/p5-Math-GMPz/Makefile ============================================================================== --- head/math/p5-Math-GMPz/Makefile Mon Feb 13 19:01:47 2017 (r434027) +++ head/math/p5-Math-GMPz/Makefile Mon Feb 13 19:01:51 2017 (r434028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMPz -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GMPz/distinfo ============================================================================== --- head/math/p5-Math-GMPz/distinfo Mon Feb 13 19:01:47 2017 (r434027) +++ head/math/p5-Math-GMPz/distinfo Mon Feb 13 19:01:51 2017 (r434028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478370188 -SHA256 (Math-GMPz-0.44.tar.gz) = 9d5e44464e75b4d784db08889b0a31a3a131d42a819801d4d21e89d2e1df87a9 -SIZE (Math-GMPz-0.44.tar.gz) = 74388 +TIMESTAMP = 1487007353 +SHA256 (Math-GMPz-0.45.tar.gz) = f448b0aaba2be0771ea8a761989a9e9062fd0a3edd4969c6ddc0ccd2f6e5df2c +SIZE (Math-GMPz-0.45.tar.gz) = 76407 Modified: head/math/p5-Math-GMPz/pkg-plist ============================================================================== --- head/math/p5-Math-GMPz/pkg-plist Mon Feb 13 19:01:47 2017 (r434027) +++ head/math/p5-Math-GMPz/pkg-plist Mon Feb 13 19:01:51 2017 (r434028) @@ -1,4 +1,5 @@ %%SITE_ARCH%%/Math/GMPz.pm +%%SITE_ARCH%%/Math/GMPz.pod %%SITE_ARCH%%/Math/GMPz/Random.pm %%SITE_ARCH%%/Math/GMPz/V.pm %%SITE_ARCH%%/auto/Math/GMPz/GMPz.so From owner-svn-ports-all@freebsd.org Mon Feb 13 19:01:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 027CDCDDA2C; Mon, 13 Feb 2017 19:01:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AECC112D9; Mon, 13 Feb 2017 19:01:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ1uMe098981; Mon, 13 Feb 2017 19:01:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ1unT098979; Mon, 13 Feb 2017 19:01:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131901.v1DJ1unT098979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434029 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:01:58 -0000 Author: sunpoet Date: Mon Feb 13 19:01:56 2017 New Revision: 434029 URL: https://svnweb.freebsd.org/changeset/ports/434029 Log: - Update to 20170212 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Feb 13 19:01:51 2017 (r434028) +++ head/polish/hunspell/Makefile Mon Feb 13 19:01:56 2017 (r434029) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170115 +PORTVERSION= 20170212 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Feb 13 19:01:51 2017 (r434028) +++ head/polish/hunspell/distinfo Mon Feb 13 19:01:56 2017 (r434029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484577659 -SHA256 (hunspell/sjp-myspell-pl-20170115.zip) = fb97fdaae8a92311997617dc43f37a44c76f5607a17d6a6b41815d9d3926ecf6 -SIZE (hunspell/sjp-myspell-pl-20170115.zip) = 1163424 +TIMESTAMP = 1486964539 +SHA256 (hunspell/sjp-myspell-pl-20170212.zip) = 859f6e0e3392b53fde9b7e41e4cbe92bc10e5d729c14dc71ddd7f8762447e417 +SIZE (hunspell/sjp-myspell-pl-20170212.zip) = 1160500 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BB7FCDDA81; Mon, 13 Feb 2017 19:02:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCAD2134F; Mon, 13 Feb 2017 19:02:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ20Xn099101; Mon, 13 Feb 2017 19:02:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ20jP099099; Mon, 13 Feb 2017 19:02:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ20jP099099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434030 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:02 -0000 Author: sunpoet Date: Mon Feb 13 19:02:00 2017 New Revision: 434030 URL: https://svnweb.freebsd.org/changeset/ports/434030 Log: Update to 20170211 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Mon Feb 13 19:01:56 2017 (r434029) +++ head/portuguese/hunspell/Makefile Mon Feb 13 19:02:00 2017 (r434030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20161001 +PORTVERSION= 20170211 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Mon Feb 13 19:01:56 2017 (r434029) +++ head/portuguese/hunspell/distinfo Mon Feb 13 19:02:00 2017 (r434030) @@ -1,5 +1,5 @@ -TIMESTAMP = 1479585077 -SHA256 (hunspell/hunspell-pt_PT-20161001.tar.gz) = 8777134f4d0bfde6dc175d5f1c721444a98d641a1ce50e95ac2f48fc20a113a0 -SIZE (hunspell/hunspell-pt_PT-20161001.tar.gz) = 255862 +TIMESTAMP = 1486973168 +SHA256 (hunspell/hunspell-pt_PT-20170211.tar.gz) = 7688b81cc2fb10a658e94b024542030f013f1e5596f9c52a7dd9d7018f750ad6 +SIZE (hunspell/hunspell-pt_PT-20170211.tar.gz) = 252009 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97500CDDAAB; Mon, 13 Feb 2017 19:02:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4057813A5; Mon, 13 Feb 2017 19:02:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ25Cn099220; Mon, 13 Feb 2017 19:02:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ254k099218; Mon, 13 Feb 2017 19:02:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ254k099218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434031 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:06 -0000 Author: sunpoet Date: Mon Feb 13 19:02:04 2017 New Revision: 434031 URL: https://svnweb.freebsd.org/changeset/ports/434031 Log: - Update to 2017.02.12 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Feb 13 19:02:00 2017 (r434030) +++ head/german/mythes/Makefile Mon Feb 13 19:02:04 2017 (r434031) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.01.15 +PORTVERSION= 2017.02.12 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Feb 13 19:02:00 2017 (r434030) +++ head/german/mythes/distinfo Mon Feb 13 19:02:04 2017 (r434031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484576824 -SHA256 (mythes/Deutscher-Thesaurus-20170115.oxt) = 5734dac88b4ffcff3dcd08316ab3d42c01ab3752534ead38862f44abff0ba34c -SIZE (mythes/Deutscher-Thesaurus-20170115.oxt) = 8243814 +TIMESTAMP = 1486956230 +SHA256 (mythes/Deutscher-Thesaurus-20170212.oxt) = 39591f08ac0b09cbab65721b7b8501e47b101b1682470160b4afc784a0e1b6f1 +SIZE (mythes/Deutscher-Thesaurus-20170212.oxt) = 8299469 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C0DECDDAF7; Mon, 13 Feb 2017 19:02:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A55F4145E; Mon, 13 Feb 2017 19:02:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ29j4099336; Mon, 13 Feb 2017 19:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ29Q8099334; Mon, 13 Feb 2017 19:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ29Q8099334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434032 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:11 -0000 Author: sunpoet Date: Mon Feb 13 19:02:09 2017 New Revision: 434032 URL: https://svnweb.freebsd.org/changeset/ports/434032 Log: - Update to 2017.02.12 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Feb 13 19:02:04 2017 (r434031) +++ head/textproc/sk-mythes/Makefile Mon Feb 13 19:02:09 2017 (r434032) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.01.15 +PORTVERSION= 2017.02.12 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Feb 13 19:02:04 2017 (r434031) +++ head/textproc/sk-mythes/distinfo Mon Feb 13 19:02:09 2017 (r434032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484576829 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170115.zip) = 32466c665643a11ece6004d875c15656d0c6d5990a5ed3c6348af308e8468a5b -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170115.zip) = 239397 +TIMESTAMP = 1486956236 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170212.zip) = 3a3e2fe9c68d73b758eef2a8ae3d3392f2c7f49fc2db40d312868d76856acebb +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170212.zip) = 239397 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8906ECDDB2E; Mon, 13 Feb 2017 19:02:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E70714E9; Mon, 13 Feb 2017 19:02:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2Ewn099455; Mon, 13 Feb 2017 19:02:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2E9j099453; Mon, 13 Feb 2017 19:02:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2E9j099453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434033 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:15 -0000 Author: sunpoet Date: Mon Feb 13 19:02:13 2017 New Revision: 434033 URL: https://svnweb.freebsd.org/changeset/ports/434033 Log: Update to 3.01 Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Mon Feb 13 19:02:09 2017 (r434032) +++ head/databases/p5-Mojo-Pg/Makefile Mon Feb 13 19:02:13 2017 (r434033) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 3.0 +PORTVERSION= 3.01 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Mon Feb 13 19:02:09 2017 (r434032) +++ head/databases/p5-Mojo-Pg/distinfo Mon Feb 13 19:02:13 2017 (r434033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486886418 -SHA256 (Mojo-Pg-3.0.tar.gz) = acfcf7c9d7f3f0b03174d6f2fa860927e6c03489961895473a99f0338fbb1acb -SIZE (Mojo-Pg-3.0.tar.gz) = 28835 +TIMESTAMP = 1487007361 +SHA256 (Mojo-Pg-3.01.tar.gz) = 602f64329f9366f16849a76f4b9038d1ad5120350f0a3d40e4ad7eb21fc8889c +SIZE (Mojo-Pg-3.01.tar.gz) = 29165 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76512CDDB71; Mon, 13 Feb 2017 19:02:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF6E1596; Mon, 13 Feb 2017 19:02:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2Jnx099588; Mon, 13 Feb 2017 19:02:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2Imp099585; Mon, 13 Feb 2017 19:02:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2Imp099585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434034 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:20 -0000 Author: sunpoet Date: Mon Feb 13 19:02:18 2017 New Revision: 434034 URL: https://svnweb.freebsd.org/changeset/ports/434034 Log: Update to 2.60 Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo head/devel/p5-Log-Dispatch/pkg-plist Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Mon Feb 13 19:02:13 2017 (r434033) +++ head/devel/p5-Log-Dispatch/Makefile Mon Feb 13 19:02:18 2017 (r434034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.58 +PORTVERSION= 2.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +12,14 @@ COMMENT= Suite of OO modules for logging LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ +BUILD_DEPENDS= p5-Devel-Confess>=0:devel/p5-Devel-Confess \ + p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ - p5-Params-Validate>=1.03:devel/p5-Params-Validate + p5-Params-ValidationCompiler>=0:devel/p5-Params-ValidationCompiler \ + p5-Specio>=0.32:devel/p5-Specio \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Mon Feb 13 19:02:13 2017 (r434033) +++ head/devel/p5-Log-Dispatch/distinfo Mon Feb 13 19:02:18 2017 (r434034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554127 -SHA256 (Log-Dispatch-2.58.tar.gz) = 34acff8fb4d61e963b45362c5222b4ca02838c8702c2a0d6f1118cbb634dfbab -SIZE (Log-Dispatch-2.58.tar.gz) = 63916 +TIMESTAMP = 1487007370 +SHA256 (Log-Dispatch-2.60.tar.gz) = 89cfa772479d9238e4b7b721d5e45e165a4040a4447f8e7b0acd6784ee3296f5 +SIZE (Log-Dispatch-2.60.tar.gz) = 66469 Modified: head/devel/p5-Log-Dispatch/pkg-plist ============================================================================== --- head/devel/p5-Log-Dispatch/pkg-plist Mon Feb 13 19:02:13 2017 (r434033) +++ head/devel/p5-Log-Dispatch/pkg-plist Mon Feb 13 19:02:18 2017 (r434034) @@ -15,6 +15,7 @@ %%SITE_PERL%%/Log/Dispatch/Output.pm %%SITE_PERL%%/Log/Dispatch/Screen.pm %%SITE_PERL%%/Log/Dispatch/Syslog.pm +%%SITE_PERL%%/Log/Dispatch/Types.pm %%SITE_PERL%%/Log/Dispatch/Vars.pm %%PERL5_MAN3%%/Log::Dispatch.3.gz %%PERL5_MAN3%%/Log::Dispatch::ApacheLog.3.gz @@ -32,4 +33,5 @@ %%PERL5_MAN3%%/Log::Dispatch::Output.3.gz %%PERL5_MAN3%%/Log::Dispatch::Screen.3.gz %%PERL5_MAN3%%/Log::Dispatch::Syslog.3.gz +%%PERL5_MAN3%%/Log::Dispatch::Types.3.gz %%PERL5_MAN3%%/Log::Dispatch::Vars.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F533CDDBA1; Mon, 13 Feb 2017 19:02:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98EF6161A; Mon, 13 Feb 2017 19:02:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2NcM099706; Mon, 13 Feb 2017 19:02:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2NXM099704; Mon, 13 Feb 2017 19:02:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2NXM099704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434035 - head/devel/p5-MooseX-Role-Loggable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:25 -0000 Author: sunpoet Date: Mon Feb 13 19:02:23 2017 New Revision: 434035 URL: https://svnweb.freebsd.org/changeset/ports/434035 Log: Update to 0.114 - Remove Perl core modules - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-Role-Loggable/Changes Modified: head/devel/p5-MooseX-Role-Loggable/Makefile head/devel/p5-MooseX-Role-Loggable/distinfo Modified: head/devel/p5-MooseX-Role-Loggable/Makefile ============================================================================== --- head/devel/p5-MooseX-Role-Loggable/Makefile Mon Feb 13 19:02:18 2017 (r434034) +++ head/devel/p5-MooseX-Role-Loggable/Makefile Mon Feb 13 19:02:23 2017 (r434035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Role-Loggable -PORTVERSION= 0.113 +PORTVERSION= 0.114 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,16 +12,17 @@ COMMENT= Extensive, yet simple, logging LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Log-Dispatchouli>=0:devel/p5-Log-Dispatchouli \ p5-Moo>=1.000001:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \ p5-Safe-Isa>=0:devel/p5-Safe-Isa \ - p5-Sys-Syslog>=0.25:sysutils/p5-Sys-Syslog \ - p5-namespace-sweep>=0:devel/p5-namespace-sweep + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-Role-Loggable/distinfo ============================================================================== --- head/devel/p5-MooseX-Role-Loggable/distinfo Mon Feb 13 19:02:18 2017 (r434034) +++ head/devel/p5-MooseX-Role-Loggable/distinfo Mon Feb 13 19:02:23 2017 (r434035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477620566 -SHA256 (MooseX-Role-Loggable-0.113.tar.gz) = 5c736f362f0a4a6772dd843490df55cb09c2db81304fcd80475447a41a8b28b1 -SIZE (MooseX-Role-Loggable-0.113.tar.gz) = 15390 +TIMESTAMP = 1487007379 +SHA256 (MooseX-Role-Loggable-0.114.tar.gz) = 20eeef1f6930e5078c92f012b795581f9728526004f18873f9a6132e2d696f0f +SIZE (MooseX-Role-Loggable-0.114.tar.gz) = 15049 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E924CDDBD3; Mon, 13 Feb 2017 19:02:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10D41168F; Mon, 13 Feb 2017 19:02:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2SqU099824; Mon, 13 Feb 2017 19:02:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2RWu099821; Mon, 13 Feb 2017 19:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2RWu099821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434036 - head/textproc/p5-Text-Ngrams X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:29 -0000 Author: sunpoet Date: Mon Feb 13 19:02:27 2017 New Revision: 434036 URL: https://svnweb.freebsd.org/changeset/ports/434036 Log: Update to 2.006 Changes: http://search.cpan.org/dist/Text-Ngrams/Changes Modified: head/textproc/p5-Text-Ngrams/Makefile head/textproc/p5-Text-Ngrams/distinfo Modified: head/textproc/p5-Text-Ngrams/Makefile ============================================================================== --- head/textproc/p5-Text-Ngrams/Makefile Mon Feb 13 19:02:23 2017 (r434035) +++ head/textproc/p5-Text-Ngrams/Makefile Mon Feb 13 19:02:27 2017 (r434036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Ngrams -PORTVERSION= 2.005 +PORTVERSION= 2.006 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-Ngrams/distinfo ============================================================================== --- head/textproc/p5-Text-Ngrams/distinfo Mon Feb 13 19:02:23 2017 (r434035) +++ head/textproc/p5-Text-Ngrams/distinfo Mon Feb 13 19:02:27 2017 (r434036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486645196 -SHA256 (Text-Ngrams-2.005.tar.gz) = f09394c6649b6f7ae095667d968b98fae33337e80a7db14e660fe8d5eccadfd1 -SIZE (Text-Ngrams-2.005.tar.gz) = 38669 +TIMESTAMP = 1487007386 +SHA256 (Text-Ngrams-2.006.tar.gz) = ce3f816dfb70a8bd9af7798bf1686be770c9947557cd68d881f818c7d7f28364 +SIZE (Text-Ngrams-2.006.tar.gz) = 39343 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE7BCDDC07; Mon, 13 Feb 2017 19:02:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A750516FC; Mon, 13 Feb 2017 19:02:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2Wap099941; Mon, 13 Feb 2017 19:02:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2Wxu099939; Mon, 13 Feb 2017 19:02:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2Wxu099939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434037 - head/devel/rubygem-clamp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:34 -0000 Author: sunpoet Date: Mon Feb 13 19:02:32 2017 New Revision: 434037 URL: https://svnweb.freebsd.org/changeset/ports/434037 Log: Update to 1.1.2 Changes: https://github.com/mdub/clamp/blob/master/CHANGES.md Modified: head/devel/rubygem-clamp/Makefile head/devel/rubygem-clamp/distinfo Modified: head/devel/rubygem-clamp/Makefile ============================================================================== --- head/devel/rubygem-clamp/Makefile Mon Feb 13 19:02:27 2017 (r434036) +++ head/devel/rubygem-clamp/Makefile Mon Feb 13 19:02:32 2017 (r434037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamp -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-clamp/distinfo ============================================================================== --- head/devel/rubygem-clamp/distinfo Mon Feb 13 19:02:27 2017 (r434036) +++ head/devel/rubygem-clamp/distinfo Mon Feb 13 19:02:32 2017 (r434037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483117134 -SHA256 (rubygem/clamp-1.1.1.gem) = b13284a1255f163ba7413fee8a81d4f59fabf1df5a8eef34ee95f922411f1104 -SIZE (rubygem/clamp-1.1.1.gem) = 28160 +TIMESTAMP = 1487007412 +SHA256 (rubygem/clamp-1.1.2.gem) = f338133cf34d9a2b8d51d5b545f29c1455e5a3c631b62a4c19504ad50eb9a250 +SIZE (rubygem/clamp-1.1.2.gem) = 28160 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A3F4CDDC45; Mon, 13 Feb 2017 19:02:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B2FB1779; Mon, 13 Feb 2017 19:02:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2bpo000161; Mon, 13 Feb 2017 19:02:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2baM000159; Mon, 13 Feb 2017 19:02:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2baM000159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434038 - head/devel/rubygem-temple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:39 -0000 Author: sunpoet Date: Mon Feb 13 19:02:37 2017 New Revision: 434038 URL: https://svnweb.freebsd.org/changeset/ports/434038 Log: Update to 0.8.0 Changes: https://github.com/judofyr/temple/blob/master/CHANGES Modified: head/devel/rubygem-temple/Makefile head/devel/rubygem-temple/distinfo Modified: head/devel/rubygem-temple/Makefile ============================================================================== --- head/devel/rubygem-temple/Makefile Mon Feb 13 19:02:32 2017 (r434037) +++ head/devel/rubygem-temple/Makefile Mon Feb 13 19:02:37 2017 (r434038) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= temple -PORTVERSION= 0.7.7 +PORTVERSION= 0.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-temple/distinfo ============================================================================== --- head/devel/rubygem-temple/distinfo Mon Feb 13 19:02:32 2017 (r434037) +++ head/devel/rubygem-temple/distinfo Mon Feb 13 19:02:37 2017 (r434038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483215781 -SHA256 (rubygem/temple-0.7.7.gem) = e63318989be2da09df121b447b234dedcbff87ef1641ee66254176315c0c8e76 -SIZE (rubygem/temple-0.7.7.gem) = 38400 +TIMESTAMP = 1487007416 +SHA256 (rubygem/temple-0.8.0.gem) = b8323f26c8ba1a405278d450e612a23b2b9bed207e4d2a62b0247e0b8271dd02 +SIZE (rubygem/temple-0.8.0.gem) = 39424 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5732BCDDC78; Mon, 13 Feb 2017 19:02:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 181AA17F5; Mon, 13 Feb 2017 19:02:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2gUm000290; Mon, 13 Feb 2017 19:02:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2fh4000288; Mon, 13 Feb 2017 19:02:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2fh4000288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434039 - in head/devel/rubygem-slim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:43 -0000 Author: sunpoet Date: Mon Feb 13 19:02:41 2017 New Revision: 434039 URL: https://svnweb.freebsd.org/changeset/ports/434039 Log: Fix gemspec for rubygem-temple 0.8.0 update - Bump PORTREVISION for package change Added: head/devel/rubygem-slim/files/ head/devel/rubygem-slim/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-slim/Makefile Modified: head/devel/rubygem-slim/Makefile ============================================================================== --- head/devel/rubygem-slim/Makefile Mon Feb 13 19:02:37 2017 (r434038) +++ head/devel/rubygem-slim/Makefile Mon Feb 13 19:02:41 2017 (r434039) @@ -2,6 +2,7 @@ PORTNAME= slim PORTVERSION= 3.0.7 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Added: head/devel/rubygem-slim/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-slim/files/patch-gemspec Mon Feb 13 19:02:41 2017 (r434039) @@ -0,0 +1,11 @@ +--- slim.gemspec.orig 2017-02-13 17:56:30 UTC ++++ slim.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 0.7.6"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.7.6"]) + s.add_runtime_dependency(%q.freeze, ["< 2.1", ">= 1.3.3"]) + else + s.add_dependency(%q.freeze, ["~> 0.7.6"]) From owner-svn-ports-all@freebsd.org Mon Feb 13 19:02:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4F4ACDDCAD; Mon, 13 Feb 2017 19:02:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB16186E; Mon, 13 Feb 2017 19:02:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ2k41000409; Mon, 13 Feb 2017 19:02:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ2koT000407; Mon, 13 Feb 2017 19:02:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131902.v1DJ2koT000407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434040 - head/www/rubygem-hamlit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:02:48 -0000 Author: sunpoet Date: Mon Feb 13 19:02:46 2017 New Revision: 434040 URL: https://svnweb.freebsd.org/changeset/ports/434040 Log: Update to 2.8.0 Changes: https://github.com/k0kubun/hamlit/blob/master/CHANGELOG.md Modified: head/www/rubygem-hamlit/Makefile head/www/rubygem-hamlit/distinfo Modified: head/www/rubygem-hamlit/Makefile ============================================================================== --- head/www/rubygem-hamlit/Makefile Mon Feb 13 19:02:41 2017 (r434039) +++ head/www/rubygem-hamlit/Makefile Mon Feb 13 19:02:46 2017 (r434040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hamlit -PORTVERSION= 2.7.5 +PORTVERSION= 2.8.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,12 +12,11 @@ COMMENT= High Performance Haml Implement LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-temple>=0.7.6:devel/rubygem-temple \ +RUN_DEPENDS= rubygem-temple>=0.8.0:devel/rubygem-temple \ rubygem-thor>=0:devel/rubygem-thor \ rubygem-tilt>=0:devel/rubygem-tilt NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/www/rubygem-hamlit/distinfo ============================================================================== --- head/www/rubygem-hamlit/distinfo Mon Feb 13 19:02:41 2017 (r434039) +++ head/www/rubygem-hamlit/distinfo Mon Feb 13 19:02:46 2017 (r434040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483104086 -SHA256 (rubygem/hamlit-2.7.5.gem) = 168acf4455f974867252e5c14e69bb6bb3a42c55ecabcecda0ab4465b27c81df -SIZE (rubygem/hamlit-2.7.5.gem) = 70656 +TIMESTAMP = 1487007426 +SHA256 (rubygem/hamlit-2.8.0.gem) = 9ed7eeab14c590a01399e527de353b4e42720e6d670008d7e642d054cd5423f8 +SIZE (rubygem/hamlit-2.8.0.gem) = 70656 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:03:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3C22CDDCFC; Mon, 13 Feb 2017 19:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFA9219BC; Mon, 13 Feb 2017 19:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJ31VU000550; Mon, 13 Feb 2017 19:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ31Qu000548; Mon, 13 Feb 2017 19:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702131903.v1DJ31Qu000548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Feb 2017 19:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434041 - in head/www: . pecl-yaf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:03:03 -0000 Author: sunpoet Date: Mon Feb 13 19:03:01 2017 New Revision: 434041 URL: https://svnweb.freebsd.org/changeset/ports/434041 Log: Add pecl-yaf2 (copied from pecl-yaf r433543) PR: 217032 Submitted by: John Chen (maintainer) Added: head/www/pecl-yaf2/ - copied from r433543, head/www/pecl-yaf/ Modified: head/www/Makefile head/www/pecl-yaf2/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 19:02:46 2017 (r434040) +++ head/www/Makefile Mon Feb 13 19:03:01 2017 (r434041) @@ -1455,6 +1455,7 @@ SUBDIR += pecl-swish SUBDIR += pecl-twig SUBDIR += pecl-yaf + SUBDIR += pecl-yaf2 SUBDIR += pecl-yar SUBDIR += perlbal SUBDIR += pglogd Modified: head/www/pecl-yaf2/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Tue Feb 7 12:14:34 2017 (r433543) +++ head/www/pecl-yaf2/Makefile Mon Feb 13 19:03:01 2017 (r434041) @@ -3,10 +3,10 @@ PORTNAME= yaf PORTVERSION= 2.3.5 -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com @@ -16,10 +16,9 @@ LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config +PORTSCOUT= limit:^2\. -USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 71 +USES= localbase php:ext tar:tgz +IGNORE_WITH_PHP=70 71 .include From owner-svn-ports-all@freebsd.org Mon Feb 13 19:06:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41312CDDD89; Mon, 13 Feb 2017 19:06:11 +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 D9A331601; Mon, 13 Feb 2017 19:06:10 +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 v1DJ69OF000802; Mon, 13 Feb 2017 19:06:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ69RN000799; Mon, 13 Feb 2017 19:06:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702131906.v1DJ69RN000799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 13 Feb 2017 19:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434042 - in head/sysutils/afflib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:06:11 -0000 Author: antoine Date: Mon Feb 13 19:06:09 2017 New Revision: 434042 URL: https://svnweb.freebsd.org/changeset/ports/434042 Log: Update to 3.7.15 PR: 217048 Modified: head/sysutils/afflib/Makefile head/sysutils/afflib/distinfo head/sysutils/afflib/files/patch-lib_qemu_bswap.h Modified: head/sysutils/afflib/Makefile ============================================================================== --- head/sysutils/afflib/Makefile Mon Feb 13 19:03:01 2017 (r434041) +++ head/sysutils/afflib/Makefile Mon Feb 13 19:06:09 2017 (r434042) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= afflib -PORTVERSION= 3.7.10 -DISTVERSIONPREFIX= v +PORTVERSION= 3.7.15 CATEGORIES= sysutils MAINTAINER= antoine@FreeBSD.org @@ -18,6 +17,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 USE_GITHUB= yes GH_ACCOUNT= sshock GH_PROJECT= AFFLIBv3 +GH_TAGNAME= 4540cbd USE_LDCONFIG= yes USES= autoreconf fuse libtool pathfix readline ssl Modified: head/sysutils/afflib/distinfo ============================================================================== --- head/sysutils/afflib/distinfo Mon Feb 13 19:03:01 2017 (r434041) +++ head/sysutils/afflib/distinfo Mon Feb 13 19:06:09 2017 (r434042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476600367 -SHA256 (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 906226df05d526b886a873367ca896f0058a6221c2e21c900411d0fc89754c2b -SIZE (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 518998 +TIMESTAMP = 1486998907 +SHA256 (sshock-AFFLIBv3-3.7.15-4540cbd_GH0.tar.gz) = 6d5c91c0d23d1ef508de24d56e21a617cee00b06c957767bdf717e49fa175158 +SIZE (sshock-AFFLIBv3-3.7.15-4540cbd_GH0.tar.gz) = 533516 Modified: head/sysutils/afflib/files/patch-lib_qemu_bswap.h ============================================================================== --- head/sysutils/afflib/files/patch-lib_qemu_bswap.h Mon Feb 13 19:03:01 2017 (r434041) +++ head/sysutils/afflib/files/patch-lib_qemu_bswap.h Mon Feb 13 19:06:09 2017 (r434042) @@ -1,4 +1,4 @@ ---- lib/qemu/bswap.h.orig 2016-09-12 18:18:01 UTC +--- lib/qemu/bswap.h.orig 2017-02-12 23:23:49 UTC +++ lib/qemu/bswap.h @@ -5,6 +5,9 @@ From owner-svn-ports-all@freebsd.org Mon Feb 13 19:08:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EE12CDDE9E; Mon, 13 Feb 2017 19:08:22 +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 E27241930; Mon, 13 Feb 2017 19:08:21 +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 v1DJ8LGl001008; Mon, 13 Feb 2017 19:08:21 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJ8K9Z001006; Mon, 13 Feb 2017 19:08:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702131908.v1DJ8K9Z001006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 13 Feb 2017 19:08:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434043 - head/x11/hs-xmobar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:08:22 -0000 Author: tcberner Date: Mon Feb 13 19:08:20 2017 New Revision: 434043 URL: https://svnweb.freebsd.org/changeset/ports/434043 Log: Update x11/hs-xmobar to 0.24.3 PR: 214505 Submitted by: Armin Gruner Reported by: Armin Gruner Approved by: maintainer timeout (3 months), rakuco (mentor) Modified: head/x11/hs-xmobar/Makefile head/x11/hs-xmobar/distinfo Modified: head/x11/hs-xmobar/Makefile ============================================================================== --- head/x11/hs-xmobar/Makefile Mon Feb 13 19:06:09 2017 (r434042) +++ head/x11/hs-xmobar/Makefile Mon Feb 13 19:08:20 2017 (r434043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmobar -PORTVERSION= 0.23.1 +PORTVERSION= 0.24.3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org Modified: head/x11/hs-xmobar/distinfo ============================================================================== --- head/x11/hs-xmobar/distinfo Mon Feb 13 19:06:09 2017 (r434042) +++ head/x11/hs-xmobar/distinfo Mon Feb 13 19:08:20 2017 (r434043) @@ -1,2 +1,3 @@ -SHA256 (cabal/xmobar-0.23.1.tar.gz) = 3b31558373bdb8561f06440da902dd0db8398e5c774fa027931785c263f5567a -SIZE (cabal/xmobar-0.23.1.tar.gz) = 96169 +TIMESTAMP = 1479131610 +SHA256 (cabal/xmobar-0.24.3.tar.gz) = d330079dd60e22004a4cfa271eb9e00a1bb36b8dafcbbf1b1a5980d401dcf510 +SIZE (cabal/xmobar-0.24.3.tar.gz) = 100317 From owner-svn-ports-all@freebsd.org Mon Feb 13 19:15:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20F83CDD20E; Mon, 13 Feb 2017 19:15:43 +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 CA8D31F73; Mon, 13 Feb 2017 19:15:42 +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 v1DJFfKv005095; Mon, 13 Feb 2017 19:15:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJFfrq005092; Mon, 13 Feb 2017 19:15:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702131915.v1DJFfrq005092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 13 Feb 2017 19:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434044 - head/devel/sfml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:15:43 -0000 Author: amdmi3 Date: Mon Feb 13 19:15:41 2017 New Revision: 434044 URL: https://svnweb.freebsd.org/changeset/ports/434044 Log: - Update to 2.4.2 Modified: head/devel/sfml/Makefile head/devel/sfml/distinfo head/devel/sfml/pkg-plist Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Mon Feb 13 19:08:20 2017 (r434043) +++ head/devel/sfml/Makefile Mon Feb 13 19:15:41 2017 (r434044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sfml -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= devel MASTER_SITES= http://www.sfml-dev.org/download/sfml/${PORTVERSION}/ DISTNAME= SFML-${PORTVERSION}-sources Modified: head/devel/sfml/distinfo ============================================================================== --- head/devel/sfml/distinfo Mon Feb 13 19:08:20 2017 (r434043) +++ head/devel/sfml/distinfo Mon Feb 13 19:15:41 2017 (r434044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478868265 -SHA256 (SFML-2.4.1-sources.zip) = f75096b2dc9cae67e10a28dbbefc9fe02e9dbe2e1ed50f2e208046bae9d3c9a4 -SIZE (SFML-2.4.1-sources.zip) = 24961224 +TIMESTAMP = 1486984094 +SHA256 (SFML-2.4.2-sources.zip) = 8ba04f6fde6a7b42527d69742c49da2ac529354f71f553409f9f821d618de4b6 +SIZE (SFML-2.4.2-sources.zip) = 24961872 Modified: head/devel/sfml/pkg-plist ============================================================================== --- head/devel/sfml/pkg-plist Mon Feb 13 19:08:20 2017 (r434043) +++ head/devel/sfml/pkg-plist Mon Feb 13 19:15:41 2017 (r434044) @@ -103,19 +103,19 @@ include/SFML/Window/WindowHandle.hpp include/SFML/Window/WindowStyle.hpp lib/libsfml-audio.so lib/libsfml-audio.so.2.4 -lib/libsfml-audio.so.2.4.1 +lib/libsfml-audio.so.2.4.2 lib/libsfml-graphics.so lib/libsfml-graphics.so.2.4 -lib/libsfml-graphics.so.2.4.1 +lib/libsfml-graphics.so.2.4.2 lib/libsfml-network.so lib/libsfml-network.so.2.4 -lib/libsfml-network.so.2.4.1 +lib/libsfml-network.so.2.4.2 lib/libsfml-system.so lib/libsfml-system.so.2.4 -lib/libsfml-system.so.2.4.1 +lib/libsfml-system.so.2.4.2 lib/libsfml-window.so lib/libsfml-window.so.2.4 -lib/libsfml-window.so.2.4.1 +lib/libsfml-window.so.2.4.2 libdata/pkgconfig/sfml-all.pc libdata/pkgconfig/sfml-audio.pc libdata/pkgconfig/sfml-graphics.pc From owner-svn-ports-all@freebsd.org Mon Feb 13 19:24:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56475CDD9FF; Mon, 13 Feb 2017 19:24:58 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CCBC9AB; Mon, 13 Feb 2017 19:24:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJOvHV009046; Mon, 13 Feb 2017 19:24:57 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJOvRF009043; Mon, 13 Feb 2017 19:24:57 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201702131924.v1DJOvRF009043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 13 Feb 2017 19:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434045 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:24:58 -0000 Author: dbn Date: Mon Feb 13 19:24:56 2017 New Revision: 434045 URL: https://svnweb.freebsd.org/changeset/ports/434045 Log: emulators/i386-wine: update to 2.0 Modified: head/emulators/i386-wine/Makefile.inc head/emulators/i386-wine/distinfo head/emulators/i386-wine/pkg-plist Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Mon Feb 13 19:15:41 2017 (r434044) +++ head/emulators/i386-wine/Makefile.inc Mon Feb 13 19:24:56 2017 (r434045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.8.6 +PORTVERSION= 2.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ @@ -49,7 +49,7 @@ PORTSCOUT= limitw:1,even # Included for OPSYS and OSVERSION .include -.for osrel in 9 10 11 12 +.for osrel in 10 11 12 .if ${OSREL:C/\..*//} == ${osrel} PLIST_SUB+= OSREL${osrel}="" .else @@ -57,8 +57,8 @@ PLIST_SUB+= OSREL${osrel}="@comment " .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 1000000) && !(${OSVERSION} >= 1001000 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100121 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200004 && ${OSVERSION} < 1300000)) -IGNORE= binaries compiled for FreeBSD 9.3+, 10.1+, 11.0+ and -current only +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 1000000) && !(${OSVERSION} >= 1003000 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100121 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200019 && ${OSVERSION} < 1300000)) +IGNORE= binaries compiled for FreeBSD 10.3+, 11.0+ and -current only DISTFILES= .endif @@ -75,7 +75,7 @@ ${PLIST}: fetch port-update: ${RM} ${SLAVEDIR}/distinfo ${SLAVEDIR}/distinfo~ ${SLAVEDIR}/pkg-plist.* -.for osrel in 9 10 11 12 +.for osrel in 10 11 12 ${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} ${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 UNAME_r=${osrel} ${CAT} ${SLAVEDIR}/distinfo >> ${SLAVEDIR}/distinfo~ Modified: head/emulators/i386-wine/distinfo ============================================================================== --- head/emulators/i386-wine/distinfo Mon Feb 13 19:15:41 2017 (r434044) +++ head/emulators/i386-wine/distinfo Mon Feb 13 19:24:56 2017 (r434045) @@ -1,9 +1,7 @@ -TIMESTAMP = 1482490377 -SHA256 (freebsd:9:x86:64/i386-wine-1.8.6,1.txz) = 464283d6f35566d36c5877276166ec2f16290ddd29fa661fe8d955cbbde7a5a8 -SIZE (freebsd:9:x86:64/i386-wine-1.8.6,1.txz) = 50473964 -SHA256 (freebsd:10:x86:64/i386-wine-1.8.6,1.txz) = 4ce81c2dd7e90ec49e867ba683833c1172626142083450df56be0393eca77f9c -SIZE (freebsd:10:x86:64/i386-wine-1.8.6,1.txz) = 40098460 -SHA256 (freebsd:11:x86:64/i386-wine-1.8.6,1.txz) = dcb9c95d82fcdcee97a4edb22194c249e3b309a3838ddb720de12f86f5d06e11 -SIZE (freebsd:11:x86:64/i386-wine-1.8.6,1.txz) = 39661592 -SHA256 (freebsd:12:x86:64/i386-wine-1.8.6,1.txz) = 09c2c3931cd5ee774c1d9ad60559a0a741155832664ef76e234549fb50ada465 -SIZE (freebsd:12:x86:64/i386-wine-1.8.6,1.txz) = 39146504 +TIMESTAMP = 1486960703 +SHA256 (freebsd:10:x86:64/i386-wine-2.0,1.txz) = e29cb63e1c1eb70114e72568cc8bb8c9a52fa6a76c545f224441a9e0f55ab191 +SIZE (freebsd:10:x86:64/i386-wine-2.0,1.txz) = 41672256 +SHA256 (freebsd:11:x86:64/i386-wine-2.0,1.txz) = 80d92d464b2e7f099ef6ac41ba649ef6e9453a456f09adca7a6494b4524dc1f5 +SIZE (freebsd:11:x86:64/i386-wine-2.0,1.txz) = 41285276 +SHA256 (freebsd:12:x86:64/i386-wine-2.0,1.txz) = 09e8b9ee77c553ca2bd839098009c78e00c107986fac25d063e17cbe6f642a44 +SIZE (freebsd:12:x86:64/i386-wine-2.0,1.txz) = 40713844 Modified: head/emulators/i386-wine/pkg-plist ============================================================================== --- head/emulators/i386-wine/pkg-plist Mon Feb 13 19:15:41 2017 (r434044) +++ head/emulators/i386-wine/pkg-plist Mon Feb 13 19:24:56 2017 (r434045) @@ -61,6 +61,7 @@ include/wine/msvcrt/eh.h include/wine/msvcrt/errno.h include/wine/msvcrt/fcntl.h include/wine/msvcrt/float.h +include/wine/msvcrt/fpieee.h include/wine/msvcrt/io.h include/wine/msvcrt/limits.h include/wine/msvcrt/locale.h @@ -128,6 +129,7 @@ include/wine/windows/audiopolicy.idl include/wine/windows/audiosessiontypes.h include/wine/windows/austream.h include/wine/windows/austream.idl +include/wine/windows/authz.h include/wine/windows/aviriff.h include/wine/windows/avrt.h include/wine/windows/axcore.idl @@ -151,6 +153,8 @@ include/wine/windows/bits2_5.idl include/wine/windows/bits3_0.h include/wine/windows/bits3_0.idl include/wine/windows/bitsmsg.h +include/wine/windows/bluetoothapis.h +include/wine/windows/bthsdpdef.h include/wine/windows/cderr.h include/wine/windows/cfgmgr32.h include/wine/windows/cguid.h @@ -159,6 +163,7 @@ include/wine/windows/cierror.h include/wine/windows/clusapi.h include/wine/windows/cmdbas.idl include/wine/windows/cmdtxt.idl +include/wine/windows/colinf.idl include/wine/windows/comcat.h include/wine/windows/comcat.idl include/wine/windows/commctrl.h @@ -197,6 +202,8 @@ include/wine/windows/d3d10_1.idl include/wine/windows/d3d10_1shader.h include/wine/windows/d3d10effect.h include/wine/windows/d3d10misc.h +include/wine/windows/d3d10sdklayers.h +include/wine/windows/d3d10sdklayers.idl include/wine/windows/d3d10shader.h include/wine/windows/d3d11.h include/wine/windows/d3d11.idl @@ -221,11 +228,19 @@ include/wine/windows/d3drmdef.h include/wine/windows/d3drmobj.h include/wine/windows/d3drmwin.h include/wine/windows/d3dtypes.h +include/wine/windows/d3dukmdt.h include/wine/windows/d3dvec.inl include/wine/windows/d3dx10.h include/wine/windows/d3dx10async.h include/wine/windows/d3dx10core.h include/wine/windows/d3dx10core.idl +include/wine/windows/d3dx10math.h +include/wine/windows/d3dx10tex.h +include/wine/windows/d3dx11.h +include/wine/windows/d3dx11async.h +include/wine/windows/d3dx11core.h +include/wine/windows/d3dx11core.idl +include/wine/windows/d3dx11tex.h include/wine/windows/d3dx9.h include/wine/windows/d3dx9anim.h include/wine/windows/d3dx9core.h @@ -254,6 +269,7 @@ include/wine/windows/dde.rh include/wine/windows/ddeml.h include/wine/windows/ddk/compstui.h include/wine/windows/ddk/csq.h +include/wine/windows/ddk/d3dkmthk.h include/wine/windows/ddk/hidclass.h include/wine/windows/ddk/hidpi.h include/wine/windows/ddk/hidport.h @@ -338,6 +354,8 @@ include/wine/windows/dwrite_1.h include/wine/windows/dwrite_1.idl include/wine/windows/dwrite_2.h include/wine/windows/dwrite_2.idl +include/wine/windows/dwrite_3.h +include/wine/windows/dwrite_3.idl include/wine/windows/dxdiag.h include/wine/windows/dxerr8.h include/wine/windows/dxerr9.h @@ -417,6 +435,7 @@ include/wine/windows/ifmib.h include/wine/windows/iimgctx.h include/wine/windows/iimgctx.idl include/wine/windows/imagehlp.h +include/wine/windows/ime.h include/wine/windows/imm.h include/wine/windows/imnact.h include/wine/windows/imnact.idl @@ -545,6 +564,7 @@ include/wine/windows/msxml6.idl include/wine/windows/msxml6did.h include/wine/windows/msxmldid.h include/wine/windows/nb30.h +include/wine/windows/ncrypt.h include/wine/windows/ndrtypes.h include/wine/windows/netcfgx.h include/wine/windows/netcfgx.idl @@ -675,6 +695,8 @@ include/wine/windows/shdeprecated.h include/wine/windows/shdeprecated.idl include/wine/windows/shdispid.h include/wine/windows/shellapi.h +include/wine/windows/shimgdata.h +include/wine/windows/shimgdata.idl include/wine/windows/shldisp.h include/wine/windows/shldisp.idl include/wine/windows/shlguid.h @@ -774,6 +796,7 @@ include/wine/windows/wia_lh.idl include/wine/windows/wia_xp.h include/wine/windows/wia_xp.idl include/wine/windows/wiadef.h +include/wine/windows/wimgapi.h include/wine/windows/winbase.h include/wine/windows/wincodec.h include/wine/windows/wincodec.idl @@ -824,6 +847,7 @@ include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wlanapi.h include/wine/windows/wmistr.h +include/wine/windows/wmium.h include/wine/windows/wmiutils.h include/wine/windows/wmiutils.idl include/wine/windows/wmp.h @@ -878,211 +902,91 @@ lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 lib32/libGLU.so.1 -%%OSREL10%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64AsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64AsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64CodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64Desc.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64Disassembler.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64Info.so.3.7 -%%OSREL10%%lib32/libLLVMAArch64Utils.so.3.7 -%%OSREL11%%lib32/libLLVMAArch64Utils.so.3.7 -%%OSREL12%%lib32/libLLVMAArch64Utils.so.3.7 +lib32/libLLVMAArch64AsmParser.so.3.7 +lib32/libLLVMAArch64AsmPrinter.so.3.7 +lib32/libLLVMAArch64CodeGen.so.3.7 +lib32/libLLVMAArch64Desc.so.3.7 +lib32/libLLVMAArch64Disassembler.so.3.7 +lib32/libLLVMAArch64Info.so.3.7 +lib32/libLLVMAArch64Utils.so.3.7 lib32/libLLVMAMDGPUAsmParser.so.3.7 lib32/libLLVMAMDGPUAsmPrinter.so.3.7 lib32/libLLVMAMDGPUCodeGen.so.3.7 lib32/libLLVMAMDGPUDesc.so.3.7 lib32/libLLVMAMDGPUInfo.so.3.7 lib32/libLLVMAMDGPUUtils.so.3.7 -%%OSREL10%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMARMAsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMARMAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMARMCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL11%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL12%%lib32/libLLVMARMDesc.so.3.7 -%%OSREL10%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMARMDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMARMInfo.so.3.7 -%%OSREL11%%lib32/libLLVMARMInfo.so.3.7 -%%OSREL12%%lib32/libLLVMARMInfo.so.3.7 +lib32/libLLVMARMAsmParser.so.3.7 +lib32/libLLVMARMAsmPrinter.so.3.7 +lib32/libLLVMARMCodeGen.so.3.7 +lib32/libLLVMARMDesc.so.3.7 +lib32/libLLVMARMDisassembler.so.3.7 +lib32/libLLVMARMInfo.so.3.7 lib32/libLLVMAnalysis.so.3.7 -%%OSREL10%%lib32/libLLVMAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMAsmParser.so.3.7 +lib32/libLLVMAsmParser.so.3.7 lib32/libLLVMAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMBPFAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMBPFCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL11%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL12%%lib32/libLLVMBPFDesc.so.3.7 -%%OSREL10%%lib32/libLLVMBPFInfo.so.3.7 -%%OSREL11%%lib32/libLLVMBPFInfo.so.3.7 -%%OSREL12%%lib32/libLLVMBPFInfo.so.3.7 +lib32/libLLVMBPFAsmPrinter.so.3.7 +lib32/libLLVMBPFCodeGen.so.3.7 +lib32/libLLVMBPFDesc.so.3.7 +lib32/libLLVMBPFInfo.so.3.7 lib32/libLLVMBitReader.so.3.7 lib32/libLLVMBitWriter.so.3.7 lib32/libLLVMCodeGen.so.3.7 lib32/libLLVMCore.so.3.7 -%%OSREL10%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMCppBackendCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMCppBackendInfo.so.3.7 -%%OSREL11%%lib32/libLLVMCppBackendInfo.so.3.7 -%%OSREL12%%lib32/libLLVMCppBackendInfo.so.3.7 +lib32/libLLVMCppBackendCodeGen.so.3.7 +lib32/libLLVMCppBackendInfo.so.3.7 lib32/libLLVMExecutionEngine.so.3.7 -%%OSREL10%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMHexagonCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL11%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL12%%lib32/libLLVMHexagonDesc.so.3.7 -%%OSREL10%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMHexagonDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL11%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL12%%lib32/libLLVMHexagonInfo.so.3.7 -%%OSREL10%%lib32/libLLVMIRReader.so.3.7 -%%OSREL11%%lib32/libLLVMIRReader.so.3.7 -%%OSREL12%%lib32/libLLVMIRReader.so.3.7 +lib32/libLLVMHexagonCodeGen.so.3.7 +lib32/libLLVMHexagonDesc.so.3.7 +lib32/libLLVMHexagonDisassembler.so.3.7 +lib32/libLLVMHexagonInfo.so.3.7 +lib32/libLLVMIRReader.so.3.7 lib32/libLLVMInstCombine.so.3.7 lib32/libLLVMInstrumentation.so.3.7 -%%OSREL10%%lib32/libLLVMLinker.so.3.7 -%%OSREL11%%lib32/libLLVMLinker.so.3.7 -%%OSREL12%%lib32/libLLVMLinker.so.3.7 +lib32/libLLVMLinker.so.3.7 lib32/libLLVMMC.so.3.7 lib32/libLLVMMCDisassembler.so.3.7 lib32/libLLVMMCJIT.so.3.7 lib32/libLLVMMCParser.so.3.7 -%%OSREL10%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMMSP430AsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMMSP430CodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL11%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL12%%lib32/libLLVMMSP430Desc.so.3.7 -%%OSREL10%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL11%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL12%%lib32/libLLVMMSP430Info.so.3.7 -%%OSREL10%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMMipsAsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMMipsAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMMipsCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL11%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL12%%lib32/libLLVMMipsDesc.so.3.7 -%%OSREL10%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMMipsDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL11%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL12%%lib32/libLLVMMipsInfo.so.3.7 -%%OSREL10%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMNVPTXCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL11%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL12%%lib32/libLLVMNVPTXDesc.so.3.7 -%%OSREL10%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL11%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL12%%lib32/libLLVMNVPTXInfo.so.3.7 -%%OSREL10%%lib32/libLLVMObjCARCOpts.so.3.7 -%%OSREL11%%lib32/libLLVMObjCARCOpts.so.3.7 -%%OSREL12%%lib32/libLLVMObjCARCOpts.so.3.7 +lib32/libLLVMMSP430AsmPrinter.so.3.7 +lib32/libLLVMMSP430CodeGen.so.3.7 +lib32/libLLVMMSP430Desc.so.3.7 +lib32/libLLVMMSP430Info.so.3.7 +lib32/libLLVMMipsAsmParser.so.3.7 +lib32/libLLVMMipsAsmPrinter.so.3.7 +lib32/libLLVMMipsCodeGen.so.3.7 +lib32/libLLVMMipsDesc.so.3.7 +lib32/libLLVMMipsDisassembler.so.3.7 +lib32/libLLVMMipsInfo.so.3.7 +lib32/libLLVMNVPTXAsmPrinter.so.3.7 +lib32/libLLVMNVPTXCodeGen.so.3.7 +lib32/libLLVMNVPTXDesc.so.3.7 +lib32/libLLVMNVPTXInfo.so.3.7 +lib32/libLLVMObjCARCOpts.so.3.7 lib32/libLLVMObject.so.3.7 -%%OSREL10%%lib32/libLLVMOption.so.3.7 -%%OSREL11%%lib32/libLLVMOption.so.3.7 -%%OSREL12%%lib32/libLLVMOption.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCAsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCDesc.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMPowerPCInfo.so.3.7 -%%OSREL11%%lib32/libLLVMPowerPCInfo.so.3.7 -%%OSREL12%%lib32/libLLVMPowerPCInfo.so.3.7 +lib32/libLLVMOption.so.3.7 +lib32/libLLVMPowerPCAsmParser.so.3.7 +lib32/libLLVMPowerPCAsmPrinter.so.3.7 +lib32/libLLVMPowerPCCodeGen.so.3.7 +lib32/libLLVMPowerPCDesc.so.3.7 +lib32/libLLVMPowerPCDisassembler.so.3.7 +lib32/libLLVMPowerPCInfo.so.3.7 lib32/libLLVMProfileData.so.3.7 lib32/libLLVMRuntimeDyld.so.3.7 lib32/libLLVMScalarOpts.so.3.7 lib32/libLLVMSelectionDAG.so.3.7 -%%OSREL10%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMSparcAsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMSparcAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMSparcCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL11%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL12%%lib32/libLLVMSparcDesc.so.3.7 -%%OSREL10%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMSparcDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMSparcInfo.so.3.7 -%%OSREL11%%lib32/libLLVMSparcInfo.so.3.7 -%%OSREL12%%lib32/libLLVMSparcInfo.so.3.7 +lib32/libLLVMSparcAsmParser.so.3.7 +lib32/libLLVMSparcAsmPrinter.so.3.7 +lib32/libLLVMSparcCodeGen.so.3.7 +lib32/libLLVMSparcDesc.so.3.7 +lib32/libLLVMSparcDisassembler.so.3.7 +lib32/libLLVMSparcInfo.so.3.7 lib32/libLLVMSupport.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZAsmParser.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZDesc.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMSystemZInfo.so.3.7 -%%OSREL11%%lib32/libLLVMSystemZInfo.so.3.7 -%%OSREL12%%lib32/libLLVMSystemZInfo.so.3.7 +lib32/libLLVMSystemZAsmParser.so.3.7 +lib32/libLLVMSystemZAsmPrinter.so.3.7 +lib32/libLLVMSystemZCodeGen.so.3.7 +lib32/libLLVMSystemZDesc.so.3.7 +lib32/libLLVMSystemZDisassembler.so.3.7 +lib32/libLLVMSystemZInfo.so.3.7 lib32/libLLVMTarget.so.3.7 lib32/libLLVMTransformUtils.so.3.7 lib32/libLLVMVectorize.so.3.7 @@ -1093,21 +997,11 @@ lib32/libLLVMX86Desc.so.3.7 lib32/libLLVMX86Disassembler.so.3.7 lib32/libLLVMX86Info.so.3.7 lib32/libLLVMX86Utils.so.3.7 -%%OSREL10%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL11%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL12%%lib32/libLLVMXCoreAsmPrinter.so.3.7 -%%OSREL10%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL11%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL12%%lib32/libLLVMXCoreCodeGen.so.3.7 -%%OSREL10%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL11%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL12%%lib32/libLLVMXCoreDesc.so.3.7 -%%OSREL10%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL11%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL12%%lib32/libLLVMXCoreDisassembler.so.3.7 -%%OSREL10%%lib32/libLLVMXCoreInfo.so.3.7 -%%OSREL11%%lib32/libLLVMXCoreInfo.so.3.7 -%%OSREL12%%lib32/libLLVMXCoreInfo.so.3.7 +lib32/libLLVMXCoreAsmPrinter.so.3.7 +lib32/libLLVMXCoreCodeGen.so.3.7 +lib32/libLLVMXCoreDesc.so.3.7 +lib32/libLLVMXCoreDisassembler.so.3.7 +lib32/libLLVMXCoreInfo.so.3.7 lib32/libLLVMipa.so.3.7 lib32/libLLVMipo.so.3.7 lib32/libX11-xcb.so.1 @@ -1133,12 +1027,10 @@ lib32/libexpat.so.1 lib32/libffi.so.6 lib32/libfontconfig.so.1 lib32/libfreetype.so.6 -%%OSREL9%%lib32/libgcc_s.so.1 lib32/libglapi.so.0 lib32/libgmp.so.10 lib32/libgnutls.so.30 lib32/libhogweed.so.4 -%%OSREL9%%lib32/libiconv.so.2 lib32/libidn.so.11 lib32/libintl.so.8 lib32/libjpeg.so.8 @@ -1148,8 +1040,8 @@ lib32/libp11-kit.so.0 lib32/libpciaccess.so.0 lib32/libpng16.so.16 lib32/libpthread-stubs.so.0 -%%OSREL9%%lib32/libstdc++.so.6 lib32/libtasn1.so.6 +lib32/libunistring.so.2 lib32/libwine.so lib32/libwine.so.1 lib32/libxcb-dri2.so.0 @@ -1163,12 +1055,24 @@ lib32/wine/actxprxy.dll.so lib32/wine/advapi32.dll.so lib32/wine/advpack.dll.so lib32/wine/amstream.dll.so +lib32/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so +lib32/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so +lib32/wine/api-ms-win-core-apiquery-l1-1-0.dll.so +lib32/wine/api-ms-win-core-appcompat-l1-1-1.dll.so +lib32/wine/api-ms-win-core-appinit-l1-1-0.dll.so +lib32/wine/api-ms-win-core-atoms-l1-1-0.dll.so +lib32/wine/api-ms-win-core-bem-l1-1-0.dll.so lib32/wine/api-ms-win-core-com-l1-1-0.dll.so +lib32/wine/api-ms-win-core-com-l1-1-1.dll.so +lib32/wine/api-ms-win-core-com-private-l1-1-0.dll.so lib32/wine/api-ms-win-core-console-l1-1-0.dll.so +lib32/wine/api-ms-win-core-console-l2-1-0.dll.so lib32/wine/api-ms-win-core-datetime-l1-1-0.dll.so lib32/wine/api-ms-win-core-datetime-l1-1-1.dll.so lib32/wine/api-ms-win-core-debug-l1-1-0.dll.so lib32/wine/api-ms-win-core-debug-l1-1-1.dll.so +lib32/wine/api-ms-win-core-delayload-l1-1-0.dll.so +lib32/wine/api-ms-win-core-delayload-l1-1-1.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so @@ -1176,6 +1080,7 @@ lib32/wine/api-ms-win-core-fibers-l1-1-0 lib32/wine/api-ms-win-core-fibers-l1-1-1.dll.so lib32/wine/api-ms-win-core-file-l1-1-0.dll.so lib32/wine/api-ms-win-core-file-l1-2-0.dll.so +lib32/wine/api-ms-win-core-file-l1-2-1.dll.so lib32/wine/api-ms-win-core-file-l2-1-0.dll.so lib32/wine/api-ms-win-core-file-l2-1-1.dll.so lib32/wine/api-ms-win-core-handle-l1-1-0.dll.so @@ -1184,19 +1089,35 @@ lib32/wine/api-ms-win-core-heap-l1-2-0.d lib32/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-2-0.dll.so +lib32/wine/api-ms-win-core-io-l1-1-0.dll.so lib32/wine/api-ms-win-core-io-l1-1-1.dll.so +lib32/wine/api-ms-win-core-job-l1-1-0.dll.so +lib32/wine/api-ms-win-core-job-l2-1-0.dll.so lib32/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so +lib32/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so +lib32/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so +lib32/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so +lib32/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so +lib32/wine/api-ms-win-core-localization-l1-1-0.dll.so lib32/wine/api-ms-win-core-localization-l1-2-0.dll.so lib32/wine/api-ms-win-core-localization-l1-2-1.dll.so +lib32/wine/api-ms-win-core-localization-l2-1-0.dll.so lib32/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so +lib32/wine/api-ms-win-core-localization-obsolete-l1-2-0.dll.so +lib32/wine/api-ms-win-core-localization-private-l1-1-0.dll.so lib32/wine/api-ms-win-core-localregistry-l1-1-0.dll.so lib32/wine/api-ms-win-core-memory-l1-1-0.dll.so lib32/wine/api-ms-win-core-memory-l1-1-1.dll.so +lib32/wine/api-ms-win-core-memory-l1-1-2.dll.so lib32/wine/api-ms-win-core-misc-l1-1-0.dll.so lib32/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so lib32/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so +lib32/wine/api-ms-win-core-namespace-l1-1-0.dll.so +lib32/wine/api-ms-win-core-normalization-l1-1-0.dll.so +lib32/wine/api-ms-win-core-path-l1-1-0.dll.so +lib32/wine/api-ms-win-core-privateprofile-l1-1-1.dll.so lib32/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so lib32/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so lib32/wine/api-ms-win-core-processthreads-l1-1-0.dll.so @@ -1204,24 +1125,43 @@ lib32/wine/api-ms-win-core-processthread lib32/wine/api-ms-win-core-processthreads-l1-1-2.dll.so lib32/wine/api-ms-win-core-profile-l1-1-0.dll.so lib32/wine/api-ms-win-core-psapi-l1-1-0.dll.so +lib32/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so +lib32/wine/api-ms-win-core-realtime-l1-1-0.dll.so lib32/wine/api-ms-win-core-registry-l1-1-0.dll.so +lib32/wine/api-ms-win-core-registryuserspecific-l1-1-0.dll.so lib32/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so lib32/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so lib32/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so +lib32/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so +lib32/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so lib32/wine/api-ms-win-core-string-l1-1-0.dll.so +lib32/wine/api-ms-win-core-string-l2-1-0.dll.so +lib32/wine/api-ms-win-core-string-obsolete-l1-1-0.dll.so +lib32/wine/api-ms-win-core-stringansi-l1-1-0.dll.so lib32/wine/api-ms-win-core-synch-l1-1-0.dll.so lib32/wine/api-ms-win-core-synch-l1-2-0.dll.so lib32/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so lib32/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so lib32/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so +lib32/wine/api-ms-win-core-threadpool-l1-1-0.dll.so +lib32/wine/api-ms-win-core-threadpool-l1-2-0.dll.so lib32/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so lib32/wine/api-ms-win-core-timezone-l1-1-0.dll.so +lib32/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so lib32/wine/api-ms-win-core-url-l1-1-0.dll.so lib32/wine/api-ms-win-core-util-l1-1-0.dll.so +lib32/wine/api-ms-win-core-version-l1-1-0.dll.so +lib32/wine/api-ms-win-core-version-private-l1-1-0.dll.so +lib32/wine/api-ms-win-core-versionansi-l1-1-0.dll.so +lib32/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so +lib32/wine/api-ms-win-core-winrt-errorprivate-l1-1-1.dll.so lib32/wine/api-ms-win-core-winrt-l1-1-0.dll.so +lib32/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so +lib32/wine/api-ms-win-core-wow64-l1-1-0.dll.so +lib32/wine/api-ms-win-core-xstate-l1-1-0.dll.so lib32/wine/api-ms-win-core-xstate-l2-1-0.dll.so lib32/wine/api-ms-win-crt-conio-l1-1-0.dll.so lib32/wine/api-ms-win-crt-convert-l1-1-0.dll.so @@ -1238,6 +1178,8 @@ lib32/wine/api-ms-win-crt-stdio-l1-1-0.d lib32/wine/api-ms-win-crt-string-l1-1-0.dll.so lib32/wine/api-ms-win-crt-time-l1-1-0.dll.so lib32/wine/api-ms-win-crt-utility-l1-1-0.dll.so +lib32/wine/api-ms-win-devices-config-l1-1-1.dll.so +lib32/wine/api-ms-win-devices-query-l1-1-1.dll.so lib32/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so lib32/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so lib32/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so @@ -1247,14 +1189,34 @@ lib32/wine/api-ms-win-downlevel-shlwapi- lib32/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so lib32/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so lib32/wine/api-ms-win-downlevel-version-l1-1-0.dll.so +lib32/wine/api-ms-win-dx-d3dkmt-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-controller-l1-1-0.dll.so lib32/wine/api-ms-win-eventing-provider-l1-1-0.dll.so +lib32/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so lib32/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so +lib32/wine/api-ms-win-power-base-l1-1-0.dll.so +lib32/wine/api-ms-win-power-setting-l1-1-0.dll.so +lib32/wine/api-ms-win-rtcore-ntuser-private-l1-1-0.dll.so +lib32/wine/api-ms-win-security-audit-l1-1-1.dll.so lib32/wine/api-ms-win-security-base-l1-1-0.dll.so lib32/wine/api-ms-win-security-base-l1-2-0.dll.so +lib32/wine/api-ms-win-security-base-private-l1-1-1.dll.so +lib32/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so +lib32/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so +lib32/wine/api-ms-win-security-lsalookup-l2-1-1.dll.so +lib32/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so lib32/wine/api-ms-win-security-sddl-l1-1-0.dll.so +lib32/wine/api-ms-win-service-core-l1-1-0.dll.so lib32/wine/api-ms-win-service-core-l1-1-1.dll.so lib32/wine/api-ms-win-service-management-l1-1-0.dll.so +lib32/wine/api-ms-win-service-management-l2-1-0.dll.so +lib32/wine/api-ms-win-service-private-l1-1-1.dll.so +lib32/wine/api-ms-win-service-winsvc-l1-1-0.dll.so lib32/wine/api-ms-win-service-winsvc-l1-2-0.dll.so +lib32/wine/api-ms-win-shell-shellcom-l1-1-0.dll.so +lib32/wine/api-ms-win-shell-shellfolders-l1-1-0.dll.so lib32/wine/apphelp.dll.so lib32/wine/appwiz.cpl.so lib32/wine/arp.exe.so @@ -1292,6 +1254,7 @@ lib32/wine/commdlg.dll16.so lib32/wine/compobj.dll16.so lib32/wine/compstui.dll.so lib32/wine/comsvcs.dll.so +lib32/wine/concrt140.dll.so lib32/wine/conhost.exe.so lib32/wine/connect.dll.so lib32/wine/control.exe.so @@ -1414,7 +1377,23 @@ lib32/wine/evr.dll.so lib32/wine/expand.exe.so lib32/wine/explorer.exe.so lib32/wine/explorerframe.dll.so +lib32/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so +lib32/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so +lib32/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so lib32/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so +lib32/wine/ext-ms-win-gdi-draw-l1-1-1.dll.so +lib32/wine/ext-ms-win-gdi-render-l1-1-0.dll.so +lib32/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so +lib32/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so +lib32/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so +lib32/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so +lib32/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so +lib32/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so +lib32/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so +lib32/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so +lib32/wine/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll.so +lib32/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so +lib32/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so lib32/wine/extrac32.exe.so lib32/wine/fakedlls/acledit.dll lib32/wine/fakedlls/aclui.dll @@ -1423,12 +1402,24 @@ lib32/wine/fakedlls/actxprxy.dll lib32/wine/fakedlls/advapi32.dll lib32/wine/fakedlls/advpack.dll lib32/wine/fakedlls/amstream.dll +lib32/wine/fakedlls/api-ms-win-appmodel-identity-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-com-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-com-private-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-console-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-datetime-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-datetime-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-2.dll @@ -1436,6 +1427,7 @@ lib32/wine/fakedlls/api-ms-win-core-fibe lib32/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-file-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll lib32/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll lib32/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll @@ -1444,19 +1436,35 @@ lib32/wine/fakedlls/api-ms-win-core-heap lib32/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-io-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-io-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll +lib32/wine/fakedlls/api-ms-win-core-localization-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-1.dll +lib32/wine/fakedlls/api-ms-win-core-localization-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-localization-private-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-memory-l1-1-2.dll lib32/wine/fakedlls/api-ms-win-core-misc-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-namedpipe-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-namespace-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-normalization-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-path-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-privateprofile-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-processenvironment-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll @@ -1464,24 +1472,43 @@ lib32/wine/fakedlls/api-ms-win-core-proc lib32/wine/fakedlls/api-ms-win-core-processthreads-l1-1-2.dll lib32/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-psapi-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-registry-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-registryuserspecific-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-shlwapi-legacy-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-string-obsolete-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-stringansi-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-synch-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-synch-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-1.dll +lib32/wine/fakedlls/api-ms-win-core-threadpool-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-threadpool-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-threadpool-legacy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-timezone-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-url-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-winrt-errorprivate-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-winrt-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-winrt-registration-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-wow64-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-xstate-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-crt-conio-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-crt-convert-l1-1-0.dll @@ -1498,6 +1525,8 @@ lib32/wine/fakedlls/api-ms-win-crt-stdio lib32/wine/fakedlls/api-ms-win-crt-string-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-crt-time-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-crt-utility-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-devices-config-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-devices-query-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-downlevel-advapi32-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-downlevel-normaliz-l1-1-0.dll @@ -1507,14 +1536,34 @@ lib32/wine/fakedlls/api-ms-win-downlevel lib32/wine/fakedlls/api-ms-win-downlevel-shlwapi-l2-1-0.dll lib32/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-downlevel-version-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-dx-d3dkmt-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-classicprovider-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-security-lsalookup-l2-1-1.dll +lib32/wine/fakedlls/api-ms-win-security-lsapolicy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-sddl-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-core-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-service-core-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-service-management-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-management-l2-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-shell-shellcom-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-shell-shellfolders-l1-1-0.dll lib32/wine/fakedlls/apphelp.dll lib32/wine/fakedlls/appwiz.cpl lib32/wine/fakedlls/arp.exe @@ -1552,6 +1601,7 @@ lib32/wine/fakedlls/commdlg.dll16 lib32/wine/fakedlls/compobj.dll16 lib32/wine/fakedlls/compstui.dll lib32/wine/fakedlls/comsvcs.dll +lib32/wine/fakedlls/concrt140.dll lib32/wine/fakedlls/conhost.exe lib32/wine/fakedlls/connect.dll lib32/wine/fakedlls/control.exe @@ -1674,7 +1724,23 @@ lib32/wine/fakedlls/evr.dll lib32/wine/fakedlls/expand.exe lib32/wine/fakedlls/explorer.exe lib32/wine/fakedlls/explorerframe.dll +lib32/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll +lib32/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll lib32/wine/fakedlls/ext-ms-win-gdi-devcaps-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-gdi-draw-l1-1-1.dll +lib32/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll +lib32/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll +lib32/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll +lib32/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll lib32/wine/fakedlls/extrac32.exe lib32/wine/fakedlls/faultrep.dll lib32/wine/fakedlls/findstr.exe @@ -1682,6 +1748,7 @@ lib32/wine/fakedlls/fltlib.dll lib32/wine/fakedlls/fltmgr.sys lib32/wine/fakedlls/fntcache.dll lib32/wine/fakedlls/fontsub.dll +lib32/wine/fakedlls/fsutil.exe lib32/wine/fakedlls/fusion.dll lib32/wine/fakedlls/fwpuclnt.dll lib32/wine/fakedlls/gameux.dll @@ -1700,6 +1767,7 @@ lib32/wine/fakedlls/hlink.dll lib32/wine/fakedlls/hnetcfg.dll lib32/wine/fakedlls/hostname.exe lib32/wine/fakedlls/httpapi.dll +lib32/wine/fakedlls/icacls.exe lib32/wine/fakedlls/iccvid.dll lib32/wine/fakedlls/icinfo.exe lib32/wine/fakedlls/icmp.dll @@ -1719,12 +1787,15 @@ lib32/wine/fakedlls/inkobj.dll lib32/wine/fakedlls/inseng.dll lib32/wine/fakedlls/ipconfig.exe lib32/wine/fakedlls/iphlpapi.dll +lib32/wine/fakedlls/iprop.dll +lib32/wine/fakedlls/irprops.cpl lib32/wine/fakedlls/itircl.dll lib32/wine/fakedlls/itss.dll lib32/wine/fakedlls/joy.cpl lib32/wine/fakedlls/jscript.dll lib32/wine/fakedlls/jsproxy.dll lib32/wine/fakedlls/kernel32.dll +lib32/wine/fakedlls/kernelbase.dll lib32/wine/fakedlls/keyboard.drv16 lib32/wine/fakedlls/krnl386.exe16 lib32/wine/fakedlls/ksuser.dll @@ -1771,6 +1842,7 @@ lib32/wine/fakedlls/msctfp.dll lib32/wine/fakedlls/msdaps.dll lib32/wine/fakedlls/msdelta.dll lib32/wine/fakedlls/msdmo.dll +lib32/wine/fakedlls/msdrm.dll lib32/wine/fakedlls/msftedit.dll lib32/wine/fakedlls/msg711.acm lib32/wine/fakedlls/msgsm32.acm @@ -1783,11 +1855,13 @@ lib32/wine/fakedlls/msiexec.exe lib32/wine/fakedlls/msimg32.dll lib32/wine/fakedlls/msimsg.dll lib32/wine/fakedlls/msimtf.dll +lib32/wine/fakedlls/msinfo32.exe lib32/wine/fakedlls/msisip.dll lib32/wine/fakedlls/msisys.ocx lib32/wine/fakedlls/msls31.dll lib32/wine/fakedlls/msnet32.dll lib32/wine/fakedlls/mspatcha.dll +lib32/wine/fakedlls/msports.dll lib32/wine/fakedlls/msrle32.dll lib32/wine/fakedlls/msscript.ocx lib32/wine/fakedlls/mssign32.dll @@ -1800,6 +1874,7 @@ lib32/wine/fakedlls/msvcp100.dll lib32/wine/fakedlls/msvcp110.dll lib32/wine/fakedlls/msvcp120.dll lib32/wine/fakedlls/msvcp120_app.dll +lib32/wine/fakedlls/msvcp140.dll lib32/wine/fakedlls/msvcp60.dll lib32/wine/fakedlls/msvcp70.dll lib32/wine/fakedlls/msvcp71.dll @@ -1826,6 +1901,7 @@ lib32/wine/fakedlls/msxml2.dll lib32/wine/fakedlls/msxml3.dll lib32/wine/fakedlls/msxml4.dll lib32/wine/fakedlls/msxml6.dll +lib32/wine/fakedlls/ncrypt.dll lib32/wine/fakedlls/nddeapi.dll lib32/wine/fakedlls/ndis.sys lib32/wine/fakedlls/net.exe @@ -1935,6 +2011,7 @@ lib32/wine/fakedlls/shell.dll16 lib32/wine/fakedlls/shell32.dll lib32/wine/fakedlls/shfolder.dll lib32/wine/fakedlls/shlwapi.dll +lib32/wine/fakedlls/shutdown.exe lib32/wine/fakedlls/slbcsp.dll lib32/wine/fakedlls/slc.dll lib32/wine/fakedlls/snmpapi.dll @@ -1942,12 +2019,14 @@ lib32/wine/fakedlls/softpub.dll lib32/wine/fakedlls/sound.drv16 lib32/wine/fakedlls/spoolss.dll lib32/wine/fakedlls/spoolsv.exe +lib32/wine/fakedlls/sspicli.dll lib32/wine/fakedlls/start.exe lib32/wine/fakedlls/stdole2.tlb lib32/wine/fakedlls/stdole32.tlb lib32/wine/fakedlls/sti.dll lib32/wine/fakedlls/storage.dll16 lib32/wine/fakedlls/stress.dll16 +lib32/wine/fakedlls/subst.exe lib32/wine/fakedlls/svchost.exe lib32/wine/fakedlls/svrapi.dll lib32/wine/fakedlls/sxs.dll @@ -1959,6 +2038,7 @@ lib32/wine/fakedlls/taskkill.exe lib32/wine/fakedlls/tasklist.exe lib32/wine/fakedlls/taskmgr.exe lib32/wine/fakedlls/taskschd.dll +lib32/wine/fakedlls/tdi.sys lib32/wine/fakedlls/termsv.exe lib32/wine/fakedlls/toolhelp.dll16 lib32/wine/fakedlls/traffic.dll @@ -1983,6 +2063,7 @@ lib32/wine/fakedlls/vcomp.dll lib32/wine/fakedlls/vcomp100.dll lib32/wine/fakedlls/vcomp110.dll lib32/wine/fakedlls/vcomp120.dll +lib32/wine/fakedlls/vcomp140.dll lib32/wine/fakedlls/vcomp90.dll lib32/wine/fakedlls/vcruntime140.dll lib32/wine/fakedlls/vdhcp.vxd @@ -2014,12 +2095,14 @@ lib32/wine/fakedlls/windowscodecs.dll lib32/wine/fakedlls/windowscodecsext.dll lib32/wine/fakedlls/wineboot.exe lib32/wine/fakedlls/winebrowser.exe +lib32/wine/fakedlls/winebus.sys lib32/wine/fakedlls/winecfg.exe lib32/wine/fakedlls/wineconsole.exe lib32/wine/fakedlls/wined3d.dll lib32/wine/fakedlls/winedbg.exe lib32/wine/fakedlls/winedevice.exe *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Feb 13 19:26:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5426CDDAA1; Mon, 13 Feb 2017 19:26:34 +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 72367AD7; Mon, 13 Feb 2017 19:26:34 +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 v1DJQXMU009206; Mon, 13 Feb 2017 19:26:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJQXRl009205; Mon, 13 Feb 2017 19:26:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702131926.v1DJQXRl009205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 13 Feb 2017 19:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434046 - head/sysutils/jail2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:26:34 -0000 Author: amdmi3 Date: Mon Feb 13 19:26:33 2017 New Revision: 434046 URL: https://svnweb.freebsd.org/changeset/ports/434046 Log: - Deprecate, the functionality of this port is in the base since 10.0 PR: 216995 Submitted by: yamagi@yamagi.org (maintainer) Modified: head/sysutils/jail2/Makefile Modified: head/sysutils/jail2/Makefile ============================================================================== --- head/sysutils/jail2/Makefile Mon Feb 13 19:24:56 2017 (r434045) +++ head/sysutils/jail2/Makefile Mon Feb 13 19:26:33 2017 (r434046) @@ -9,6 +9,9 @@ DISTFILES= # MAINTAINER= yamagi@yamagi.org COMMENT= Jail startup/shutdown script with jail.conf support +DEPRECATED= Starting with 10.0 functionality has been merged into base. +EXPIRATION_DATE= 2017-04-01 + NO_BUILD= yes NO_INSTALL= yes From owner-svn-ports-all@freebsd.org Mon Feb 13 19:27:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F357DCDDB22; Mon, 13 Feb 2017 19:27:18 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB07BC21; Mon, 13 Feb 2017 19:27:18 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJRHXj009373; Mon, 13 Feb 2017 19:27:17 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJRHCu009370; Mon, 13 Feb 2017 19:27:17 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201702131927.v1DJRHCu009370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 13 Feb 2017 19:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434047 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:27:19 -0000 Author: dbn Date: Mon Feb 13 19:27:17 2017 New Revision: 434047 URL: https://svnweb.freebsd.org/changeset/ports/434047 Log: emulators/i386-wine-devel: update to 2.1 Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon Feb 13 19:26:33 2017 (r434046) +++ head/emulators/i386-wine-devel/Makefile.inc Mon Feb 13 19:27:17 2017 (r434047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 2.0.r6 +PORTVERSION= 2.1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Mon Feb 13 19:26:33 2017 (r434046) +++ head/emulators/i386-wine-devel/distinfo Mon Feb 13 19:27:17 2017 (r434047) @@ -1,13 +1,13 @@ -TIMESTAMP = 1485357162 -SHA256 (freebsd:10:x86:64/i386-wine-devel-2.0.r6,1.txz) = 4b17874d3ec1fb629e48d78aab6c3caa1995371fce91da454fc3dbfd38ca9dd7 -SIZE (freebsd:10:x86:64/i386-wine-devel-2.0.r6,1.txz) = 41679744 -SHA256 (freebsd:10:x86:64/i386-wine-staging-2.0.r6,1.txz) = 19d6700f2da2b2c66d947a3a7df60a2ac3050d13d9be984316da81e614007637 -SIZE (freebsd:10:x86:64/i386-wine-staging-2.0.r6,1.txz) = 43921756 -SHA256 (freebsd:11:x86:64/i386-wine-devel-2.0.r6,1.txz) = 63dfcaf79667287695e87c3d740156d50976bcf23656efbfe7aa0ed6a526c06d -SIZE (freebsd:11:x86:64/i386-wine-devel-2.0.r6,1.txz) = 41285764 -SHA256 (freebsd:11:x86:64/i386-wine-staging-2.0.r6,1.txz) = 8e4a479557f3da5c700473ca01a347f4516d0c3aea5b079a092ad207920d3e93 -SIZE (freebsd:11:x86:64/i386-wine-staging-2.0.r6,1.txz) = 43524248 -SHA256 (freebsd:12:x86:64/i386-wine-devel-2.0.r6,1.txz) = 7a2cbaf6ba91f2e358a7e0a67a1e4819d496ad3987ce8e998b9f53d88faf3269 -SIZE (freebsd:12:x86:64/i386-wine-devel-2.0.r6,1.txz) = 40710244 -SHA256 (freebsd:12:x86:64/i386-wine-staging-2.0.r6,1.txz) = d134b0031d00244c4551ca7b99e06b2f9ad8b8c85fac491d789523c3b9ef5cc4 -SIZE (freebsd:12:x86:64/i386-wine-staging-2.0.r6,1.txz) = 42964416 +TIMESTAMP = 1486961167 +SHA256 (freebsd:10:x86:64/i386-wine-devel-2.1,1.txz) = 560cdc03c5a374f856bf9f04837d4973de0c2c3cb1297c8abda83ef3d45b33f5 +SIZE (freebsd:10:x86:64/i386-wine-devel-2.1,1.txz) = 41714116 +SHA256 (freebsd:10:x86:64/i386-wine-staging-2.1,1.txz) = 1a4704f93a0a182db593100895c0bbb7788d83bc3e9dedcc6f0bf3a213673749 +SIZE (freebsd:10:x86:64/i386-wine-staging-2.1,1.txz) = 43955336 +SHA256 (freebsd:11:x86:64/i386-wine-devel-2.1,1.txz) = ec03c68805b3aa1c3bd32ef1123aae23fe6a9344c2b9d51d619cb3fa637a507a +SIZE (freebsd:11:x86:64/i386-wine-devel-2.1,1.txz) = 41317712 +SHA256 (freebsd:11:x86:64/i386-wine-staging-2.1,1.txz) = f64b7f6fe060b8849214ba1cd97a0266050ce9d95c128396b91afa4c6793f59f +SIZE (freebsd:11:x86:64/i386-wine-staging-2.1,1.txz) = 43563308 +SHA256 (freebsd:12:x86:64/i386-wine-devel-2.1,1.txz) = faa166235d60e9fce4dc8d0eb86937154e9bf04addebf57de272877fd7ca57a5 +SIZE (freebsd:12:x86:64/i386-wine-devel-2.1,1.txz) = 40761296 +SHA256 (freebsd:12:x86:64/i386-wine-staging-2.1,1.txz) = c58dbd16f54f3c507cd7ad66585e4803cc04ff4cde30f58994fab6131c611371 +SIZE (freebsd:12:x86:64/i386-wine-staging-2.1,1.txz) = 42990460 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Mon Feb 13 19:26:33 2017 (r434046) +++ head/emulators/i386-wine-devel/pkg-plist Mon Feb 13 19:27:17 2017 (r434047) @@ -310,6 +310,7 @@ include/wine/windows/devicetopology.h include/wine/windows/devicetopology.idl include/wine/windows/devpkey.h include/wine/windows/devpropdef.h +include/wine/windows/dhcpcsdk.h include/wine/windows/difxapi.h include/wine/windows/digitalv.h include/wine/windows/dimm.h @@ -1858,6 +1859,7 @@ lib32/wine/fakedlls/mciqtz32.dll lib32/wine/fakedlls/mciseq.dll lib32/wine/fakedlls/mciwave.dll lib32/wine/fakedlls/mf.dll +lib32/wine/fakedlls/mf3216.dll lib32/wine/fakedlls/mfplat.dll lib32/wine/fakedlls/mfreadwrite.dll lib32/wine/fakedlls/mgmtapi.dll @@ -2040,6 +2042,7 @@ lib32/wine/fakedlls/sccbase.dll lib32/wine/fakedlls/schannel.dll lib32/wine/fakedlls/schedsvc.dll lib32/wine/fakedlls/schtasks.exe +lib32/wine/fakedlls/scrobj.dll lib32/wine/fakedlls/scrrun.dll lib32/wine/fakedlls/scsiport.sys lib32/wine/fakedlls/sdbinst.exe @@ -2116,7 +2119,7 @@ lib32/wine/fakedlls/vcomp110.dll lib32/wine/fakedlls/vcomp120.dll lib32/wine/fakedlls/vcomp140.dll lib32/wine/fakedlls/vcomp90.dll -%%STAGING%%lib32/wine/fakedlls/vcruntime140.dll +lib32/wine/fakedlls/vcruntime140.dll lib32/wine/fakedlls/vdhcp.vxd lib32/wine/fakedlls/vdmdbg.dll lib32/wine/fakedlls/ver.dll16 @@ -2184,6 +2187,7 @@ lib32/wine/fakedlls/winsta.dll lib32/wine/fakedlls/wintab.dll16 lib32/wine/fakedlls/wintab32.dll lib32/wine/fakedlls/wintrust.dll +lib32/wine/fakedlls/winusb.dll lib32/wine/fakedlls/winver.exe lib32/wine/fakedlls/wlanapi.dll lib32/wine/fakedlls/wldap32.dll @@ -2449,6 +2453,7 @@ lib32/wine/libwinscard.def lib32/wine/libwinspool.def lib32/wine/libwintab32.def lib32/wine/libwintrust.def +lib32/wine/libwlanapi.def lib32/wine/libwldap32.def lib32/wine/libwnaspi32.def lib32/wine/libwow32.def @@ -2472,6 +2477,7 @@ lib32/wine/mciqtz32.dll.so lib32/wine/mciseq.dll.so lib32/wine/mciwave.dll.so lib32/wine/mf.dll.so +lib32/wine/mf3216.dll.so lib32/wine/mfplat.dll.so lib32/wine/mfreadwrite.dll.so lib32/wine/mgmtapi.dll.so @@ -2654,6 +2660,7 @@ lib32/wine/sccbase.dll.so lib32/wine/schannel.dll.so lib32/wine/schedsvc.dll.so lib32/wine/schtasks.exe.so +lib32/wine/scrobj.dll.so lib32/wine/scrrun.dll.so lib32/wine/scsiport.sys.so lib32/wine/sdbinst.exe.so @@ -2798,6 +2805,7 @@ lib32/wine/winsta.dll.so lib32/wine/wintab.dll16.so lib32/wine/wintab32.dll.so lib32/wine/wintrust.dll.so +lib32/wine/winusb.dll.so lib32/wine/winver.exe.so lib32/wine/wlanapi.dll.so lib32/wine/wldap32.dll.so From owner-svn-ports-all@freebsd.org Mon Feb 13 19:33:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6518CDDDD0; Mon, 13 Feb 2017 19:33:12 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD9211FE; Mon, 13 Feb 2017 19:33:12 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DJXBNK013483; Mon, 13 Feb 2017 19:33:11 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DJXBgG013482; Mon, 13 Feb 2017 19:33:11 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201702131933.v1DJXBgG013482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 13 Feb 2017 19:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r434048 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 19:33:12 -0000 Author: matthew Date: Mon Feb 13 19:33:11 2017 New Revision: 434048 URL: https://svnweb.freebsd.org/changeset/ports/434048 Log: Release lifanov from mentorship. He's been doing great work, and I have every confidence he will continue to do so. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Mon Feb 13 19:27:17 2017 (r434047) +++ svnadmin/conf/mentors Mon Feb 13 19:33:11 2017 (r434048) @@ -26,7 +26,6 @@ jrm swills Co-mentor: amdmi3 kami cs Co-mentor: koobs krion fjoe Co-mentor: mat ler adamw Co-mentor: rene -lifanov matthew misha jpaetzel Co-mentor: wg rezny swills Co-mentor: feld rpaulo bapt Co-mentor: swills From owner-svn-ports-all@freebsd.org Mon Feb 13 20:08:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288D3CDD743; Mon, 13 Feb 2017 20:08:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC34AB2A; Mon, 13 Feb 2017 20:08:23 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DK8NtQ025732; Mon, 13 Feb 2017 20:08:23 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DK8Nn4025731; Mon, 13 Feb 2017 20:08:23 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702132008.v1DK8Nn4025731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 13 Feb 2017 20:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434049 - head/emulators/winetricks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 20:08:24 -0000 Author: lifanov Date: Mon Feb 13 20:08:22 2017 New Revision: 434049 URL: https://svnweb.freebsd.org/changeset/ports/434049 Log: clarify in pkg-message that 32 bit Wine is required PR: 216488 Reported by: John Smith Modified: head/emulators/winetricks/pkg-message Modified: head/emulators/winetricks/pkg-message ============================================================================== --- head/emulators/winetricks/pkg-message Mon Feb 13 19:33:11 2017 (r434048) +++ head/emulators/winetricks/pkg-message Mon Feb 13 20:08:22 2017 (r434049) @@ -1,2 +1,5 @@ -This port requires one of the wine ports installed. -Please pick between wine, wine-devel, or wine-staging. +The winetricks port requires a 32 bit version of Wine + +Please install one of the following packages: + wine, wine-devel, or wine-staging on i386 + i386-wine, i386-wine-devel, or i386-wine-staging on amd64 From owner-svn-ports-all@freebsd.org Mon Feb 13 20:15:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 778B0CDDB1F; Mon, 13 Feb 2017 20:15:38 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51F1E1192; Mon, 13 Feb 2017 20:15:38 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DKFb1n029806; Mon, 13 Feb 2017 20:15:37 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DKFb1m029802; Mon, 13 Feb 2017 20:15:37 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702132015.v1DKFb1m029802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Mon, 13 Feb 2017 20:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434050 - in head/devel/libowfat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 20:15:38 -0000 Author: lx Date: Mon Feb 13 20:15:36 2017 New Revision: 434050 URL: https://svnweb.freebsd.org/changeset/ports/434050 Log: Update to 0.31, fixing some security issues. PR: 217063 Reported by: Jan Bramkamp MFH: 2017Q1 Security: Integer overflow checking and string formatting error Modified: head/devel/libowfat/Makefile head/devel/libowfat/distinfo head/devel/libowfat/files/patch-GNUmakefile head/devel/libowfat/pkg-plist Modified: head/devel/libowfat/Makefile ============================================================================== --- head/devel/libowfat/Makefile Mon Feb 13 20:08:22 2017 (r434049) +++ head/devel/libowfat/Makefile Mon Feb 13 20:15:36 2017 (r434050) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= libowfat -PORTVERSION= 0.29 -PORTREVISION= 1 +PORTVERSION= 0.31 CATEGORIES= devel ipv6 -MASTER_SITES= http://dl.fefe.de/ +MASTER_SITES= http://www.fefe.de/libowfat/ MAINTAINER= lx@FreeBSD.org COMMENT= General purpose library based on code by D. J. Bernstein -USES= gmake tar:bzip2 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake tar:xz ALL_TARGET= dep all MAKEFILE= GNUmakefile Modified: head/devel/libowfat/distinfo ============================================================================== --- head/devel/libowfat/distinfo Mon Feb 13 20:08:22 2017 (r434049) +++ head/devel/libowfat/distinfo Mon Feb 13 20:15:36 2017 (r434050) @@ -1,2 +1,3 @@ -SHA256 (libowfat-0.29.tar.bz2) = 4badbdeed6bef4337f1edd6b86fb7154c5592509c272dcdc09c693161cbc6427 -SIZE (libowfat-0.29.tar.bz2) = 139489 +TIMESTAMP = 1487011932 +SHA256 (libowfat-0.31.tar.xz) = d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12 +SIZE (libowfat-0.31.tar.xz) = 183684 Modified: head/devel/libowfat/files/patch-GNUmakefile ============================================================================== --- head/devel/libowfat/files/patch-GNUmakefile Mon Feb 13 20:08:22 2017 (r434049) +++ head/devel/libowfat/files/patch-GNUmakefile Mon Feb 13 20:15:36 2017 (r434050) @@ -1,5 +1,5 @@ ---- GNUmakefile.orig 2012-04-17 14:26:31.000000000 -0700 -+++ GNUmakefile 2014-06-04 17:26:54.000000000 -0700 +--- GNUmakefile.orig 2016-10-01 16:07:35.000000000 -0700 ++++ GNUmakefile 2017-02-13 11:05:04.236623000 -0800 @@ -4,10 +4,10 @@ # in /opt/diet, where they are in the default search path for my diet libc # work but don't conflict with anything there. YMMV. @@ -14,39 +14,54 @@ LIBS=byte.a fmt.a scan.a str.a uint.a open.a stralloc.a unix.a socket.a \ buffer.a mmap.a taia.a tai.a dns.a case.a mult.a array.a io.a \ -@@ -15,14 +15,6 @@ +@@ -15,26 +15,14 @@ - all: $(LIBS) libowfat.a libsocket t + all: ent $(LIBS) libowfat.a libsocket t -CROSS= -#CROSS=i686-mingw- --CC=$(CROSS)gcc --CFLAGS=-pipe -W -Wall -O2 -fomit-frame-pointer --#CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall +-CC=gcc +-CCC=$(CROSS)$(CC) ++CCC=${CC} + WERROR= + WARN=-W -Wall -Wextra $(WERROR) + +-# Use the second version if you are building for a binary that is only +-# supposed to run on this machine. It tells gcc to use CPU instructions +-# that are specific to the CPU the code is compiled on. +-NATIVE= +-#NATIVE=-march=native -mtune=native - --# CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2 +-OPT_REG=-O2 +-OPT_PLUS=-O3 $(NATIVE) - - CFLAGS += -D_REENTRANT + DEFINE=-D_REENTRANT - # startrip -@@ -169,16 +161,16 @@ - errmsg.h cdb.h cdb_make.h rangecheck.h iarray.h va_narg.h isset.h +-CFLAGS=-pipe $(WARN) $(DEFINE) $(OPT_REG) +-CFLAGS_OPT=-pipe $(WARN) $(DEFINE) $(OPT_PLUS) ++CFLAGS+=-pipe $(WARN) $(DEFINE) ++CFLAGS_OPT=$(CFLAGS) + + #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall + +@@ -205,16 +193,16 @@ + compiletimeassert.h critbit.h install-inc: -- install -d $(INCLUDEDIR) -- install -m 644 $(INCLUDES) $(INCLUDEDIR) +- install -d $(DESTDIR)$(INCLUDEDIR) +- install -m 644 $(INCLUDES) $(DESTDIR)$(INCLUDEDIR) + ${INSTALL} -d $(INCLUDEDIR) + ${BSD_INSTALL_DATA} -m 644 $(INCLUDES) $(INCLUDEDIR) install-lib: libowfat.a -- install -d $(LIBDIR) -- install -m 644 libowfat.a $(LIBDIR) +- install -d $(DESTDIR)$(LIBDIR) +- install -m 644 libowfat.a $(DESTDIR)$(LIBDIR) + ${INSTALL} -d $(LIBDIR) + ${BSD_INSTALL_DATA} -m 644 libowfat.a $(LIBDIR) install-man: -- install -d $(MAN3DIR) -- install -m 644 $(wildcard */*.3) $(MAN3DIR) +- install -d $(DESTDIR)$(MAN3DIR) +- install -m 644 $(wildcard */*.3) $(DESTDIR)$(MAN3DIR) + ${INSTALL} -d $(MAN3DIR) + ${BSD_INSTALL_MAN} -m 644 $(wildcard */*.3) $(MAN3DIR) Modified: head/devel/libowfat/pkg-plist ============================================================================== --- head/devel/libowfat/pkg-plist Mon Feb 13 20:08:22 2017 (r434049) +++ head/devel/libowfat/pkg-plist Mon Feb 13 20:15:36 2017 (r434050) @@ -4,6 +4,8 @@ include/libowfat/byte.h include/libowfat/case.h include/libowfat/cdb.h include/libowfat/cdb_make.h +include/libowfat/compiletimeassert.h +include/libowfat/critbit.h include/libowfat/dns.h include/libowfat/errmsg.h include/libowfat/fmt.h @@ -34,6 +36,18 @@ include/libowfat/uint32.h include/libowfat/uint64.h include/libowfat/va_narg.h lib/libowfat.a +man/man3/add_of.3.gz +man/man3/assign.3.gz +man/man3/buffer_fromarray.3.gz +man/man3/buffer_frombuf.3.gz +man/man3/critbit0_allprefixed.3.gz +man/man3/critbit0_clear.3.gz +man/man3/critbit0_contains.3.gz +man/man3/critbit0_delete.3.gz +man/man3/critbit0_insert.3.gz +man/man3/fmt_iso8601.3.gz +man/man3/fmt_netstring.3.gz +man/man3/io_fd_flags.3.gz man/man3/libowfat_array.3.gz man/man3/libowfat_array_allocate.3.gz man/man3/libowfat_array_bytes.3.gz @@ -377,3 +391,12 @@ man/man3/libowfat_uint64_unpack_big.3.gz man/man3/libowfat_umult16.3.gz man/man3/libowfat_umult32.3.gz man/man3/libowfat_umult64.3.gz +man/man3/mmap_readat.3.gz +man/man3/scan_asn1derlengthvalue.3.gz +man/man3/scan_iso8601.3.gz +man/man3/scan_netstring.3.gz +man/man3/socket_fastopen.3.gz +man/man3/socket_fastopen_connect4.3.gz +man/man3/socket_fastopen_connect6.3.gz +man/man3/socket_quickack.3.gz +man/man3/sub_of.3.gz From owner-svn-ports-all@freebsd.org Mon Feb 13 20:24:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC737CDDF28; Mon, 13 Feb 2017 20:24:17 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B48FA1810; Mon, 13 Feb 2017 20:24:17 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DKOGnI033933; Mon, 13 Feb 2017 20:24:16 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DKOGUi033930; Mon, 13 Feb 2017 20:24:16 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702132024.v1DKOGUi033930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Mon, 13 Feb 2017 20:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434051 - in head/www/gatling: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 20:24:18 -0000 Author: lx Date: Mon Feb 13 20:24:16 2017 New Revision: 434051 URL: https://svnweb.freebsd.org/changeset/ports/434051 Log: Update to 0.15, fixing security issues. PR: 217064 Reported by: Jan Bramkamp MFH: 2017Q1 Security: File descriptor leakage and use after free bugs Modified: head/www/gatling/Makefile head/www/gatling/distinfo head/www/gatling/files/patch-GNUmakefile Modified: head/www/gatling/Makefile ============================================================================== --- head/www/gatling/Makefile Mon Feb 13 20:15:36 2017 (r434050) +++ head/www/gatling/Makefile Mon Feb 13 20:24:16 2017 (r434051) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= gatling -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= www benchmarks ftp ipv6 -MASTER_SITES= http://dl.fefe.de/ +MASTER_SITES= http://www.fefe.de/gatling/ MAINTAINER= coco@executive-computing.de COMMENT= High performance webserver with scalability benchmark tools LICENSE= GPLv2 -BUILD_DEPENDS= libowfat>=0.29:devel/libowfat +BUILD_DEPENDS= libowfat>=0.31:devel/libowfat -USES= gmake ssl tar:bzip2 +USES= gmake ssl tar:xz USE_RC_SUBR= gatling CFLAGS+= -I${LOCALBASE}/include/libowfat -I${OPENSSLINC} -I${LOCALBASE}/include @@ -87,19 +86,19 @@ post-patch: ${WRKSRC}/GNUmakefile pre-install: - @cd ${WRKSRC} && ${CP} gatling.1 gatling.8 + cd ${WRKSRC} && ${CP} gatling.1 gatling.8 do-install: - @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${bin} ${STAGEDIR}${PREFIX}/bin - @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${sbin} ${STAGEDIR}${PREFIX}/sbin - @${INSTALL_SCRIPT} ${FILESDIR}/gatling_wrapper ${STAGEDIR}${PREFIX}/sbin - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_PROGRAM} ${bin} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} ${sbin} ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${FILESDIR}/gatling_wrapper ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .if !empty(BENCH1) - @cd ${WRKSRC} && ${INSTALL_MAN} ${BENCH1} ${STAGEDIR}${MAN1PREFIX}/man/man1 + cd ${WRKSRC} && ${INSTALL_MAN} ${BENCH1} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endif - @cd ${WRKSRC} && ${INSTALL_MAN} ${GATLING8} ${STAGEDIR}${MAN8PREFIX}/man/man8 - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_MAN} ${GATLING8} ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/gatling/distinfo ============================================================================== --- head/www/gatling/distinfo Mon Feb 13 20:15:36 2017 (r434050) +++ head/www/gatling/distinfo Mon Feb 13 20:24:16 2017 (r434051) @@ -1,2 +1,3 @@ -SHA256 (gatling-0.13.tar.bz2) = b42145fdf7b66602fa8bc64661c2762172f6d33dbd9d53efebf821cd81e89245 -SIZE (gatling-0.13.tar.bz2) = 108128 +TIMESTAMP = 1487014927 +SHA256 (gatling-0.15.tar.xz) = 6fa329d0ced0c80deb8dde5460e9d9e984bee94f265043d7fdec0e253dce9aa4 +SIZE (gatling-0.15.tar.xz) = 121804 Modified: head/www/gatling/files/patch-GNUmakefile ============================================================================== --- head/www/gatling/files/patch-GNUmakefile Mon Feb 13 20:15:36 2017 (r434050) +++ head/www/gatling/files/patch-GNUmakefile Mon Feb 13 20:24:16 2017 (r434051) @@ -1,5 +1,5 @@ ---- GNUmakefile.orig 2012-12-07 12:27:09.595489622 -0800 -+++ GNUmakefile 2012-12-07 12:35:03.890478583 -0800 +--- /tmp/GNUmakefile 2017-02-13 11:43:57.882750000 -0800 ++++ GNUmakefile 2017-02-13 11:56:19.109139000 -0800 @@ -1,24 +1,22 @@ -#DEBUG=1 -ZLIB=1 @@ -42,7 +42,7 @@ +DIET= + ifneq ($(DEBUG),) - CFLAGS+=-g + CFLAGS+=-g -Og LDFLAGS+=-g -else -CFLAGS+=-O2 -fomit-frame-pointer -I/usr/local/include From owner-svn-ports-all@freebsd.org Mon Feb 13 20:37:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76062CDD7B2; Mon, 13 Feb 2017 20:37:36 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BDAF81A; Mon, 13 Feb 2017 20:37:36 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DKbZKc038076; Mon, 13 Feb 2017 20:37:35 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DKbZbi038074; Mon, 13 Feb 2017 20:37:35 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702132037.v1DKbZbi038074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Mon, 13 Feb 2017 20:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434052 - in head/security/luasec: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 20:37:36 -0000 Author: lx Date: Mon Feb 13 20:37:34 2017 New Revision: 434052 URL: https://svnweb.freebsd.org/changeset/ports/434052 Log: Update to 0.6. PR: 210462 Submitted by: Piotr Kubaj Deleted: head/security/luasec/files/ Modified: head/security/luasec/Makefile head/security/luasec/distinfo Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Mon Feb 13 20:24:16 2017 (r434051) +++ head/security/luasec/Makefile Mon Feb 13 20:37:34 2017 (r434052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= luasec -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication +LICENSE= MIT + USE_GITHUB= yes GH_ACCOUNT= brunoos @@ -17,7 +19,7 @@ ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} LD=${CC} -USES= lua:51 ssl +USES= lua ssl CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 LDFLAGS+= -L${OPENSSLLIB} @@ -36,4 +38,10 @@ post-patch: .SILENT BROKEN= Does not build with openssl-devel .endif +do-install: + ${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}/ssl ${STAGEDIR}${LUA_MODLIBDIR} + ${INSTALL_LIB} ${WRKSRC}/src/ssl.so ${STAGEDIR}${LUA_MODLIBDIR} + ${INSTALL_DATA} ${WRKSRC}/src/ssl.lua ${STAGEDIR}${LUA_MODSHAREDIR} + ${INSTALL_DATA} ${WRKSRC}/src/https.lua ${STAGEDIR}${LUA_MODSHAREDIR}/ssl + .include Modified: head/security/luasec/distinfo ============================================================================== --- head/security/luasec/distinfo Mon Feb 13 20:24:16 2017 (r434051) +++ head/security/luasec/distinfo Mon Feb 13 20:37:34 2017 (r434052) @@ -1,2 +1,3 @@ -SHA256 (brunoos-luasec-luasec-0.5.1_GH0.tar.gz) = 6d5c5f8e0521f3194668d9a839774e079e2fd5c45b15538dc7b8cacc56719406 -SIZE (brunoos-luasec-luasec-0.5.1_GH0.tar.gz) = 46820 +TIMESTAMP = 1481113241 +SHA256 (brunoos-luasec-luasec-0.6_GH0.tar.gz) = cef3a35c18beb8a54d9c8ce6260a4cabbd9a386de8711320d084daffad0aed5d +SIZE (brunoos-luasec-luasec-0.6_GH0.tar.gz) = 51071 From owner-svn-ports-all@freebsd.org Mon Feb 13 20:45:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1025CDD9E9; Mon, 13 Feb 2017 20:45:05 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1CBC66; Mon, 13 Feb 2017 20:45:05 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DKj4bF042272; Mon, 13 Feb 2017 20:45:04 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DKj472042271; Mon, 13 Feb 2017 20:45:04 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702132045.v1DKj472042271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Mon, 13 Feb 2017 20:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434053 - head/net/luasocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 20:45:05 -0000 Author: lx Date: Mon Feb 13 20:45:04 2017 New Revision: 434053 URL: https://svnweb.freebsd.org/changeset/ports/434053 Log: Remove fixed dependency on Lua 5.1. PR: 200336 Submitted by: Olivier Duchateau Modified: head/net/luasocket/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Mon Feb 13 20:37:34 2017 (r434052) +++ head/net/luasocket/Makefile Mon Feb 13 20:45:04 2017 (r434053) @@ -4,7 +4,7 @@ PORTNAME= luasocket DISTVERSIONPREFIX= v DISTVERSION= 3.0-rc1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -18,8 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= diegonehab -MAKE_ARGS= LUA_VER=${LUA_VER} -USES= gmake lua:51 pkgconfig +MAKE_ARGS= LUAV=${LUA_VER} +USES= gmake lua pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` From owner-svn-ports-all@freebsd.org Mon Feb 13 21:26:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48966CDD7F7; Mon, 13 Feb 2017 21:26:27 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA83E812; Mon, 13 Feb 2017 21:26:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DLQQ9G058469; Mon, 13 Feb 2017 21:26:26 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DLQPX5058466; Mon, 13 Feb 2017 21:26:25 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201702132126.v1DLQPX5058466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 13 Feb 2017 21:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434054 - head/www/tt-rss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 21:26:27 -0000 Author: thierry Date: Mon Feb 13 21:26:25 2017 New Revision: 434054 URL: https://svnweb.freebsd.org/changeset/ports/434054 Log: - Address a possible XSS attack from commit 829d478f1 and 3891782cf A CVE has been requested for 829d478f1 - A lot of other updates: https://tt-rss.org/gitlab/fox/tt-rss/compare/db92edd1...454292b2 Submitted by: dereks_lifeofadishwasher.com MFH: 2017Q1 Security: CVE in progress Differential Revision: https://reviews.freebsd.org/D9550 Modified: head/www/tt-rss/Makefile head/www/tt-rss/distinfo head/www/tt-rss/pkg-plist Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Mon Feb 13 20:45:04 2017 (r434053) +++ head/www/tt-rss/Makefile Mon Feb 13 21:26:25 2017 (r434054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 2017.01.16 +PORTVERSION= 2017.02.12 CATEGORIES= www MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ @@ -11,7 +11,7 @@ COMMENT= Tiny Tiny RSS: web-based news f LICENSE= GPLv2 -GL_TAGNAME= db92edd1 +GL_TAGNAME= 454292b2 NO_BUILD= yes NO_ARCH= yes Modified: head/www/tt-rss/distinfo ============================================================================== --- head/www/tt-rss/distinfo Mon Feb 13 20:45:04 2017 (r434053) +++ head/www/tt-rss/distinfo Mon Feb 13 21:26:25 2017 (r434054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484592330 -SHA256 (tt-rss-2017.01.16.tar.bz2) = f416b41c2885e215fb96893e89b332af72f64bd68a86bd03087e543a1f4776c0 -SIZE (tt-rss-2017.01.16.tar.bz2) = 2093648 +TIMESTAMP = 1486964585 +SHA256 (tt-rss-2017.02.12.tar.bz2) = a90aac286d340fccad9a1329a403f61282e94f4d6974b9ed02670fae63ade75c +SIZE (tt-rss-2017.02.12.tar.bz2) = 2186001 Modified: head/www/tt-rss/pkg-plist ============================================================================== --- head/www/tt-rss/pkg-plist Mon Feb 13 20:45:04 2017 (r434053) +++ head/www/tt-rss/pkg-plist Mon Feb 13 21:26:25 2017 (r434054) @@ -143,16 +143,20 @@ %%WWWDIR%%/lib/button/musicplayer.swf %%WWWDIR%%/lib/button/musicplayer_f6.swf %%WWWDIR%%/lib/dijit/BackgroundIframe.js +%%WWWDIR%%/lib/dijit/CONTRIBUTING.md %%WWWDIR%%/lib/dijit/Calendar.js %%WWWDIR%%/lib/dijit/CalendarLite.js %%WWWDIR%%/lib/dijit/CheckedMenuItem.js %%WWWDIR%%/lib/dijit/ColorPalette.js +%%WWWDIR%%/lib/dijit/ConfirmDialog.js +%%WWWDIR%%/lib/dijit/ConfirmTooltipDialog.js %%WWWDIR%%/lib/dijit/Declaration.js %%WWWDIR%%/lib/dijit/Destroyable.js %%WWWDIR%%/lib/dijit/Dialog.js %%WWWDIR%%/lib/dijit/DialogUnderlay.js %%WWWDIR%%/lib/dijit/DropDownMenu.js %%WWWDIR%%/lib/dijit/Editor.js +%%WWWDIR%%/lib/dijit/Fieldset.js %%WWWDIR%%/lib/dijit/InlineEditBox.js %%WWWDIR%%/lib/dijit/Menu.js %%WWWDIR%%/lib/dijit/MenuBar.js @@ -162,6 +166,8 @@ %%WWWDIR%%/lib/dijit/PopupMenuBarItem.js %%WWWDIR%%/lib/dijit/PopupMenuItem.js %%WWWDIR%%/lib/dijit/ProgressBar.js +%%WWWDIR%%/lib/dijit/README.md +%%WWWDIR%%/lib/dijit/RadioMenuItem.js %%WWWDIR%%/lib/dijit/TitlePane.js %%WWWDIR%%/lib/dijit/Toolbar.js %%WWWDIR%%/lib/dijit/ToolbarSeparator.js @@ -170,8 +176,11 @@ %%WWWDIR%%/lib/dijit/Tree.js %%WWWDIR%%/lib/dijit/Viewport.js %%WWWDIR%%/lib/dijit/WidgetSet.js +%%WWWDIR%%/lib/dijit/_AttachMixin.js +%%WWWDIR%%/lib/dijit/_BidiMixin.js %%WWWDIR%%/lib/dijit/_BidiSupport.js %%WWWDIR%%/lib/dijit/_Calendar.js +%%WWWDIR%%/lib/dijit/_ConfirmDialogMixin.js %%WWWDIR%%/lib/dijit/_Contained.js %%WWWDIR%%/lib/dijit/_Container.js %%WWWDIR%%/lib/dijit/_CssStateMixin.js @@ -179,6 +188,7 @@ %%WWWDIR%%/lib/dijit/_FocusMixin.js %%WWWDIR%%/lib/dijit/_HasDropDown.js %%WWWDIR%%/lib/dijit/_KeyNavContainer.js +%%WWWDIR%%/lib/dijit/_KeyNavMixin.js %%WWWDIR%%/lib/dijit/_MenuBase.js %%WWWDIR%%/lib/dijit/_OnDijitClickMixin.js %%WWWDIR%%/lib/dijit/_PaletteMixin.js @@ -209,6 +219,12 @@ %%WWWDIR%%/lib/dijit/_editor/nls/az/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/az/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/az/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/commands.js @@ -228,6 +244,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/es/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/es/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/es/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/commands.js @@ -243,6 +262,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/hu/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/hu/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/hu/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/it/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/it/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/it/commands.js @@ -255,6 +277,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/ko/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/ko/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/ko/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/commands.js @@ -282,6 +307,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/sl/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/sl/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/sl/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/commands.js @@ -291,6 +319,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/tr/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/tr/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/tr/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/commands.js @@ -313,6 +344,7 @@ %%WWWDIR%%/lib/dijit/_tree/dndSource.js %%WWWDIR%%/lib/dijit/a11y.js %%WWWDIR%%/lib/dijit/a11yclick.js +%%WWWDIR%%/lib/dijit/bower.json %%WWWDIR%%/lib/dijit/dijit-all.js %%WWWDIR%%/lib/dijit/dijit.js %%WWWDIR%%/lib/dijit/dijit.profile.js @@ -376,6 +408,12 @@ %%WWWDIR%%/lib/dijit/form/nls/az/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/az/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/az/validate.js +%%WWWDIR%%/lib/dijit/form/nls/bg/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/bg/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/bg/validate.js +%%WWWDIR%%/lib/dijit/form/nls/bs/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/bs/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/bs/validate.js %%WWWDIR%%/lib/dijit/form/nls/ca/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/ca/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/ca/validate.js @@ -394,6 +432,9 @@ %%WWWDIR%%/lib/dijit/form/nls/es/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/es/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/es/validate.js +%%WWWDIR%%/lib/dijit/form/nls/eu/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/eu/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/eu/validate.js %%WWWDIR%%/lib/dijit/form/nls/fi/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/fi/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/fi/validate.js @@ -409,6 +450,9 @@ %%WWWDIR%%/lib/dijit/form/nls/hu/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/hu/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/hu/validate.js +%%WWWDIR%%/lib/dijit/form/nls/id/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/id/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/id/validate.js %%WWWDIR%%/lib/dijit/form/nls/it/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/it/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/it/validate.js @@ -421,6 +465,9 @@ %%WWWDIR%%/lib/dijit/form/nls/ko/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/ko/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/ko/validate.js +%%WWWDIR%%/lib/dijit/form/nls/mk/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/mk/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/mk/validate.js %%WWWDIR%%/lib/dijit/form/nls/nb/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/nb/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/nb/validate.js @@ -448,6 +495,9 @@ %%WWWDIR%%/lib/dijit/form/nls/sl/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/sl/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/sl/validate.js +%%WWWDIR%%/lib/dijit/form/nls/sr/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/sr/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/sr/validate.js %%WWWDIR%%/lib/dijit/form/nls/sv/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/sv/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/sv/validate.js @@ -457,6 +507,9 @@ %%WWWDIR%%/lib/dijit/form/nls/tr/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/tr/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/tr/validate.js +%%WWWDIR%%/lib/dijit/form/nls/uk/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/uk/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/uk/validate.js %%WWWDIR%%/lib/dijit/form/nls/validate.js %%WWWDIR%%/lib/dijit/form/nls/zh-tw/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/zh-tw/Textarea.js @@ -490,6 +543,7 @@ %%WWWDIR%%/lib/dijit/icons/images/editorIconsDisabled_rtl.png %%WWWDIR%%/lib/dijit/icons/images/editorIconsEnabled.png %%WWWDIR%%/lib/dijit/icons/images/editorIconsEnabled_rtl.png +%%WWWDIR%%/lib/dijit/icons/images/loadingAnimation.gif %%WWWDIR%%/lib/dijit/icons/images/loadingAnimation_rtl.gif %%WWWDIR%%/lib/dijit/layout/AccordionContainer.js %%WWWDIR%%/lib/dijit/layout/AccordionPane.js @@ -517,6 +571,10 @@ %%WWWDIR%%/lib/dijit/nls/ar/loading.js %%WWWDIR%%/lib/dijit/nls/az/common.js %%WWWDIR%%/lib/dijit/nls/az/loading.js +%%WWWDIR%%/lib/dijit/nls/bg/common.js +%%WWWDIR%%/lib/dijit/nls/bg/loading.js +%%WWWDIR%%/lib/dijit/nls/bs/common.js +%%WWWDIR%%/lib/dijit/nls/bs/loading.js %%WWWDIR%%/lib/dijit/nls/ca/common.js %%WWWDIR%%/lib/dijit/nls/ca/loading.js %%WWWDIR%%/lib/dijit/nls/common.js @@ -530,6 +588,8 @@ %%WWWDIR%%/lib/dijit/nls/el/loading.js %%WWWDIR%%/lib/dijit/nls/es/common.js %%WWWDIR%%/lib/dijit/nls/es/loading.js +%%WWWDIR%%/lib/dijit/nls/eu/common.js +%%WWWDIR%%/lib/dijit/nls/eu/loading.js %%WWWDIR%%/lib/dijit/nls/fi/common.js %%WWWDIR%%/lib/dijit/nls/fi/loading.js %%WWWDIR%%/lib/dijit/nls/fr/common.js @@ -540,6 +600,8 @@ %%WWWDIR%%/lib/dijit/nls/hr/loading.js %%WWWDIR%%/lib/dijit/nls/hu/common.js %%WWWDIR%%/lib/dijit/nls/hu/loading.js +%%WWWDIR%%/lib/dijit/nls/id/common.js +%%WWWDIR%%/lib/dijit/nls/id/loading.js %%WWWDIR%%/lib/dijit/nls/it/common.js %%WWWDIR%%/lib/dijit/nls/it/loading.js %%WWWDIR%%/lib/dijit/nls/ja/common.js @@ -549,6 +611,8 @@ %%WWWDIR%%/lib/dijit/nls/ko/common.js %%WWWDIR%%/lib/dijit/nls/ko/loading.js %%WWWDIR%%/lib/dijit/nls/loading.js +%%WWWDIR%%/lib/dijit/nls/mk/common.js +%%WWWDIR%%/lib/dijit/nls/mk/loading.js %%WWWDIR%%/lib/dijit/nls/nb/common.js %%WWWDIR%%/lib/dijit/nls/nb/loading.js %%WWWDIR%%/lib/dijit/nls/nl/common.js @@ -567,12 +631,16 @@ %%WWWDIR%%/lib/dijit/nls/sk/loading.js %%WWWDIR%%/lib/dijit/nls/sl/common.js %%WWWDIR%%/lib/dijit/nls/sl/loading.js +%%WWWDIR%%/lib/dijit/nls/sr/common.js +%%WWWDIR%%/lib/dijit/nls/sr/loading.js %%WWWDIR%%/lib/dijit/nls/sv/common.js %%WWWDIR%%/lib/dijit/nls/sv/loading.js %%WWWDIR%%/lib/dijit/nls/th/common.js %%WWWDIR%%/lib/dijit/nls/th/loading.js %%WWWDIR%%/lib/dijit/nls/tr/common.js %%WWWDIR%%/lib/dijit/nls/tr/loading.js +%%WWWDIR%%/lib/dijit/nls/uk/common.js +%%WWWDIR%%/lib/dijit/nls/uk/loading.js %%WWWDIR%%/lib/dijit/nls/zh-tw/common.js %%WWWDIR%%/lib/dijit/nls/zh-tw/loading.js %%WWWDIR%%/lib/dijit/nls/zh/common.js @@ -581,10 +649,12 @@ %%WWWDIR%%/lib/dijit/place.js %%WWWDIR%%/lib/dijit/popup.js %%WWWDIR%%/lib/dijit/registry.js +%%WWWDIR%%/lib/dijit/selection.js %%WWWDIR%%/lib/dijit/templates/Calendar.html %%WWWDIR%%/lib/dijit/templates/CheckedMenuItem.html %%WWWDIR%%/lib/dijit/templates/ColorPalette.html %%WWWDIR%%/lib/dijit/templates/Dialog.html +%%WWWDIR%%/lib/dijit/templates/Fieldset.html %%WWWDIR%%/lib/dijit/templates/InlineEditBox.html %%WWWDIR%%/lib/dijit/templates/Menu.html %%WWWDIR%%/lib/dijit/templates/MenuBar.html @@ -592,12 +662,12 @@ %%WWWDIR%%/lib/dijit/templates/MenuItem.html %%WWWDIR%%/lib/dijit/templates/MenuSeparator.html %%WWWDIR%%/lib/dijit/templates/ProgressBar.html -%%WWWDIR%%/lib/dijit/templates/TimePicker.html %%WWWDIR%%/lib/dijit/templates/TitlePane.html %%WWWDIR%%/lib/dijit/templates/Tooltip.html %%WWWDIR%%/lib/dijit/templates/TooltipDialog.html %%WWWDIR%%/lib/dijit/templates/Tree.html %%WWWDIR%%/lib/dijit/templates/TreeNode.html +%%WWWDIR%%/lib/dijit/templates/actionBar.html %%WWWDIR%%/lib/dijit/themes/a11y/README.txt %%WWWDIR%%/lib/dijit/themes/a11y/colors3x4.png %%WWWDIR%%/lib/dijit/themes/a11y/colors7x10.png @@ -626,11 +696,11 @@ %%WWWDIR%%/lib/dijit/themes/claro/Menu_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/ProgressBar.css %%WWWDIR%%/lib/dijit/themes/claro/ProgressBar.less +%%WWWDIR%%/lib/dijit/themes/claro/ProgressBar_rtl.css +%%WWWDIR%%/lib/dijit/themes/claro/ProgressBar_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/README %%WWWDIR%%/lib/dijit/themes/claro/TimePicker.css %%WWWDIR%%/lib/dijit/themes/claro/TimePicker.less -%%WWWDIR%%/lib/dijit/themes/claro/TimePicker_rtl.css -%%WWWDIR%%/lib/dijit/themes/claro/TimePicker_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/TitlePane.css %%WWWDIR%%/lib/dijit/themes/claro/TitlePane.less %%WWWDIR%%/lib/dijit/themes/claro/TitlePane_rtl.css @@ -641,6 +711,8 @@ %%WWWDIR%%/lib/dijit/themes/claro/Toolbar_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/Tree.css %%WWWDIR%%/lib/dijit/themes/claro/Tree.less +%%WWWDIR%%/lib/dijit/themes/claro/Tree_rtl.css +%%WWWDIR%%/lib/dijit/themes/claro/Tree_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/claro.css %%WWWDIR%%/lib/dijit/themes/claro/claro_rtl.css %%WWWDIR%%/lib/dijit/themes/claro/compile.js @@ -686,7 +758,6 @@ %%WWWDIR%%/lib/dijit/themes/claro/images/dialogCloseIcon.png %%WWWDIR%%/lib/dijit/themes/claro/images/dialogCloseIcon8bit.png %%WWWDIR%%/lib/dijit/themes/claro/images/dnd.png -%%WWWDIR%%/lib/dijit/themes/claro/images/loadingAnimation.gif %%WWWDIR%%/lib/dijit/themes/claro/images/progressBarAnim.gif %%WWWDIR%%/lib/dijit/themes/claro/images/progressBarFull.png %%WWWDIR%%/lib/dijit/themes/claro/images/spriteArrows.png @@ -738,6 +809,7 @@ %%WWWDIR%%/lib/dijit/themes/nihilo/Menu.css %%WWWDIR%%/lib/dijit/themes/nihilo/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/nihilo/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/TimePicker.css %%WWWDIR%%/lib/dijit/themes/nihilo/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/TitlePane.css @@ -842,6 +914,7 @@ %%WWWDIR%%/lib/dijit/themes/soria/Menu.css %%WWWDIR%%/lib/dijit/themes/soria/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/soria/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/TimePicker.css %%WWWDIR%%/lib/dijit/themes/soria/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/TitlePane.css @@ -951,6 +1024,7 @@ %%WWWDIR%%/lib/dijit/themes/tundra/Menu.css %%WWWDIR%%/lib/dijit/themes/tundra/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/tundra/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/TimePicker.css %%WWWDIR%%/lib/dijit/themes/tundra/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/TitlePane.css @@ -1098,6 +1172,7 @@ %%WWWDIR%%/lib/dojo-src/rebuild-dojo.sh %%WWWDIR%%/lib/dojo-src/tt-rss.profile.js %%WWWDIR%%/lib/dojo/AdapterRegistry.js +%%WWWDIR%%/lib/dojo/CONTRIBUTING.md %%WWWDIR%%/lib/dojo/Deferred.js %%WWWDIR%%/lib/dojo/DeferredList.js %%WWWDIR%%/lib/dojo/Evented.js @@ -1109,6 +1184,7 @@ %%WWWDIR%%/lib/dojo/NodeList-traverse.js %%WWWDIR%%/lib/dojo/NodeList.js %%WWWDIR%%/lib/dojo/OpenAjax.js +%%WWWDIR%%/lib/dojo/README.md %%WWWDIR%%/lib/dojo/Stateful.js %%WWWDIR%%/lib/dojo/_base/Color.js %%WWWDIR%%/lib/dojo/_base/Deferred.js @@ -1135,187 +1211,411 @@ %%WWWDIR%%/lib/dojo/_base/url.js %%WWWDIR%%/lib/dojo/_base/window.js %%WWWDIR%%/lib/dojo/_base/xhr.js -%%WWWDIR%%/lib/dojo/_firebug/errorIcon.png -%%WWWDIR%%/lib/dojo/_firebug/firebug.css %%WWWDIR%%/lib/dojo/_firebug/firebug.js -%%WWWDIR%%/lib/dojo/_firebug/infoIcon.png -%%WWWDIR%%/lib/dojo/_firebug/tab_lft_norm.png -%%WWWDIR%%/lib/dojo/_firebug/tab_lft_over.png -%%WWWDIR%%/lib/dojo/_firebug/tab_rgt_norm.png -%%WWWDIR%%/lib/dojo/_firebug/tab_rgt_over.png -%%WWWDIR%%/lib/dojo/_firebug/warningIcon.png %%WWWDIR%%/lib/dojo/aspect.js %%WWWDIR%%/lib/dojo/back.js %%WWWDIR%%/lib/dojo/behavior.js +%%WWWDIR%%/lib/dojo/bower.json %%WWWDIR%%/lib/dojo/cache.js %%WWWDIR%%/lib/dojo/cldr/README %%WWWDIR%%/lib/dojo/cldr/monetary.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/number.js %%WWWDIR%%/lib/dojo/cldr/nls/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/currency.js %%WWWDIR%%/lib/dojo/cldr/nls/da/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/da/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/da/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/da/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/da/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/dangi.js %%WWWDIR%%/lib/dojo/cldr/nls/de/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/de/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/de/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/de/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/de/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/el/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/el/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/el/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/el/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/el/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/number.js %%WWWDIR%%/lib/dojo/cldr/nls/en-ca/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-ca/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-ca/gregorian.js -%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/islamic.js -%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/en/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/es/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/es/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/es/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/es/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/es/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/ethiopic-amete-alem.js +%%WWWDIR%%/lib/dojo/cldr/nls/ethiopic.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/number.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/he/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/he/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/he/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/he/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/he/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/he/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/he/number.js %%WWWDIR%%/lib/dojo/cldr/nls/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/coptic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-civil.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-rgsa.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-tbla.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-umalqura.js %%WWWDIR%%/lib/dojo/cldr/nls/islamic.js %%WWWDIR%%/lib/dojo/cldr/nls/it/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/it/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/it/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/it/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/it/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/number.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/persian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/islamic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sk/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/number.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/coptic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/th/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/th/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/th/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/th/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/th/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/th/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/currency.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/number.js @@ -1323,11 +1623,19 @@ %%WWWDIR%%/lib/dojo/cldr/nls/zh-tw/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-tw/number.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/roc.js %%WWWDIR%%/lib/dojo/cldr/supplemental.js %%WWWDIR%%/lib/dojo/colors.js %%WWWDIR%%/lib/dojo/cookie.js @@ -1347,6 +1655,7 @@ %%WWWDIR%%/lib/dojo/date.js %%WWWDIR%%/lib/dojo/date/locale.js %%WWWDIR%%/lib/dojo/date/stamp.js +%%WWWDIR%%/lib/dojo/debounce.js %%WWWDIR%%/lib/dojo/dnd/AutoSource.js %%WWWDIR%%/lib/dojo/dnd/Avatar.js %%WWWDIR%%/lib/dojo/dnd/Container.js @@ -1387,7 +1696,6 @@ %%WWWDIR%%/lib/dojo/io-query.js %%WWWDIR%%/lib/dojo/io/iframe.js %%WWWDIR%%/lib/dojo/io/script.js -%%WWWDIR%%/lib/dojo/jaxer.js %%WWWDIR%%/lib/dojo/json.js %%WWWDIR%%/lib/dojo/keys.js %%WWWDIR%%/lib/dojo/loadInit.js @@ -1395,6 +1703,8 @@ %%WWWDIR%%/lib/dojo/mouse.js %%WWWDIR%%/lib/dojo/nls/ar/colors.js %%WWWDIR%%/lib/dojo/nls/az/colors.js +%%WWWDIR%%/lib/dojo/nls/bg/colors.js +%%WWWDIR%%/lib/dojo/nls/bs/colors.js %%WWWDIR%%/lib/dojo/nls/ca/colors.js %%WWWDIR%%/lib/dojo/nls/colors.js %%WWWDIR%%/lib/dojo/nls/cs/colors.js @@ -1402,15 +1712,18 @@ %%WWWDIR%%/lib/dojo/nls/de/colors.js %%WWWDIR%%/lib/dojo/nls/el/colors.js %%WWWDIR%%/lib/dojo/nls/es/colors.js +%%WWWDIR%%/lib/dojo/nls/eu/colors.js %%WWWDIR%%/lib/dojo/nls/fi/colors.js %%WWWDIR%%/lib/dojo/nls/fr/colors.js %%WWWDIR%%/lib/dojo/nls/he/colors.js %%WWWDIR%%/lib/dojo/nls/hr/colors.js %%WWWDIR%%/lib/dojo/nls/hu/colors.js +%%WWWDIR%%/lib/dojo/nls/id/colors.js %%WWWDIR%%/lib/dojo/nls/it/colors.js %%WWWDIR%%/lib/dojo/nls/ja/colors.js %%WWWDIR%%/lib/dojo/nls/kk/colors.js %%WWWDIR%%/lib/dojo/nls/ko/colors.js +%%WWWDIR%%/lib/dojo/nls/mk/colors.js %%WWWDIR%%/lib/dojo/nls/nb/colors.js %%WWWDIR%%/lib/dojo/nls/nl/colors.js %%WWWDIR%%/lib/dojo/nls/pl/colors.js @@ -1420,6 +1733,7 @@ %%WWWDIR%%/lib/dojo/nls/ru/colors.js %%WWWDIR%%/lib/dojo/nls/sk/colors.js %%WWWDIR%%/lib/dojo/nls/sl/colors.js +%%WWWDIR%%/lib/dojo/nls/sr/colors.js %%WWWDIR%%/lib/dojo/nls/sv/colors.js %%WWWDIR%%/lib/dojo/nls/th/colors.js %%WWWDIR%%/lib/dojo/nls/tr/colors.js @@ -1453,11 +1767,15 @@ %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_tr.js %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_zh-cn.js %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_zh-tw.js +%%WWWDIR%%/lib/dojo/nls/uk/colors.js %%WWWDIR%%/lib/dojo/nls/zh-tw/colors.js %%WWWDIR%%/lib/dojo/nls/zh/colors.js %%WWWDIR%%/lib/dojo/node.js %%WWWDIR%%/lib/dojo/number.js %%WWWDIR%%/lib/dojo/on.js +%%WWWDIR%%/lib/dojo/on/asyncEventListener.js +%%WWWDIR%%/lib/dojo/on/debounce.js +%%WWWDIR%%/lib/dojo/on/throttle.js %%WWWDIR%%/lib/dojo/package.json %%WWWDIR%%/lib/dojo/parser.js %%WWWDIR%%/lib/dojo/promise/Promise.js @@ -1508,7 +1826,9 @@ %%WWWDIR%%/lib/dojo/store/util/QueryResults.js %%WWWDIR%%/lib/dojo/store/util/SimpleQueryEngine.js %%WWWDIR%%/lib/dojo/string.js +%%WWWDIR%%/lib/dojo/tests.js %%WWWDIR%%/lib/dojo/text.js +%%WWWDIR%%/lib/dojo/throttle.js %%WWWDIR%%/lib/dojo/topic.js %%WWWDIR%%/lib/dojo/touch.js %%WWWDIR%%/lib/dojo/tt-rss-layer.js @@ -2009,9 +2329,8 @@ %%WWWDIR%%/lib/phpqrcode/tools/merged_config.php %%WWWDIR%%/lib/phpqrcode/tools/merged_header.php %%WWWDIR%%/lib/prototype.js -%%WWWDIR%%/lib/pubsubhubbub/README.txt -%%WWWDIR%%/lib/pubsubhubbub/publisher.php -%%WWWDIR%%/lib/pubsubhubbub/subscriber.php +%%WWWDIR%%/lib/pubsubhubbub/Publisher.php +%%WWWDIR%%/lib/pubsubhubbub/Subscriber.php %%WWWDIR%%/lib/readability/JSLikeHTMLElement.php %%WWWDIR%%/lib/readability/Readability.php %%WWWDIR%%/lib/scriptaculous/controls.js @@ -2084,7 +2403,6 @@ %%WWWDIR%%/plugins/af_comics/filters/af_comics_darklegacy.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_dilbert.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_explosm.php -%%WWWDIR%%/plugins/af_comics/filters/af_comics_gocomics.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_pa.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_pvp.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_tfd.php @@ -2107,6 +2425,7 @@ %%WWWDIR%%/plugins/af_tumblr_1280/init.php %%WWWDIR%%/plugins/af_unburn/init.php %%WWWDIR%%/plugins/af_youtube_embed/init.php +%%WWWDIR%%/plugins/af_zz_imgproxy/init.php %%WWWDIR%%/plugins/af_zz_imgsetsizes/init.php %%WWWDIR%%/plugins/af_zz_noautoplay/init.js %%WWWDIR%%/plugins/af_zz_noautoplay/init.php @@ -2428,7 +2747,8 @@ %%WWWDIR%%/templates/resetpass_template.txt %%WWWDIR%%/themes.local/.empty %%WWWDIR%%/themes/.empty -%%WWWDIR%%/themes/default.css +%%WWWDIR%%/themes/compact.css +%%WWWDIR%%/themes/default.php %%WWWDIR%%/themes/night.css @mode u=rx %%WWWDIR%%/update.php From owner-svn-ports-all@freebsd.org Mon Feb 13 21:28:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 055F6CDD88A; Mon, 13 Feb 2017 21:28:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8CD5978; Mon, 13 Feb 2017 21:28:46 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DLSj9q058660; Mon, 13 Feb 2017 21:28:45 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DLSjE6058659; Mon, 13 Feb 2017 21:28:45 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201702132128.v1DLSjE6058659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 Feb 2017 21:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434055 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 21:28:47 -0000 Author: mmokhi Date: Mon Feb 13 21:28:45 2017 New Revision: 434055 URL: https://svnweb.freebsd.org/changeset/ports/434055 Log: Pass maintainership by request to the reporter. PR: 217075 Submitted by: mmokhi Reported by: ericturgeon.bsd@gmail.com Reviewed by: feld, mat Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D9572 Modified: head/ports-mgmt/synth/Makefile Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Mon Feb 13 21:26:25 2017 (r434054) +++ head/ports-mgmt/synth/Makefile Mon Feb 13 21:28:45 2017 (r434055) @@ -6,7 +6,7 @@ PORTVERSION= 1.68 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ericturgeon.bsd@gmail.com COMMENT= Custom package repository builder for FreeBSD and DragonFly LICENSE= ISCL From owner-svn-ports-all@freebsd.org Mon Feb 13 21:48:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE349CDE4F9; Mon, 13 Feb 2017 21:48:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DDAF1D3C; Mon, 13 Feb 2017 21:48:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DLmCHA066714; Mon, 13 Feb 2017 21:48:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DLmCT9066713; Mon, 13 Feb 2017 21:48:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702132148.v1DLmCT9066713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 13 Feb 2017 21:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434056 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 21:48:13 -0000 Author: rene Date: Mon Feb 13 21:48:12 2017 New Revision: 434056 URL: https://svnweb.freebsd.org/changeset/ports/434056 Log: Automatically generate @dir entries for package list if :debug is used. Tested with a modified sysutils/biosfont in which the :debug option was added, a file was installed into ${KERN_DEBUGDIR}/${KMODDIR} and that file was added to pkg-plist. PR: 216879 (inspired by) Submitted by: Sergey Kozlov (kozlov.sergey.404@gmail.com) Modified: head/Mk/Uses/kmod.mk Modified: head/Mk/Uses/kmod.mk ============================================================================== --- head/Mk/Uses/kmod.mk Mon Feb 13 21:28:45 2017 (r434055) +++ head/Mk/Uses/kmod.mk Mon Feb 13 21:48:12 2017 (r434056) @@ -33,6 +33,25 @@ KMODDIR?= /boot/modules .if ${KMODDIR} == /boot/kernel KMODDIR= /boot/modules .endif + +_DEBUG_KMOD_SH= \ +${ECHO_CMD} -n "\"@dir /%%KERN_DEBUGDIR%%/%%KMODDIR%%\"" ; \ +skd=`${ECHO_CMD} ${KMODDIR} | ${SED} "s,/, ,g"` ; \ +l=`${ECHO_CMD} $$skd | wc -w` ; \ +while [ $$l -gt 0 ] ; do \ + c=0 ; \ + r="" ; \ + for p in $$skd ; do \ + c=$$(($$c+1)) ; \ + if [ $$c -eq $$l ] ; then \ + break ; \ + fi ; \ + r="$$r/$$p" ; \ + done ; \ + ${ECHO_CMD} -n " \"@dir /%%KERN_DEBUGDIR%%$$r\"" ; \ + l=$$(($$l-1)) ; \ +done + PLIST_SUB+= KMODDIR="${KMODDIR:C,^/,,}" MAKE_ENV+= KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" NO_XREF=yes PLIST_FILES+= "@kld ${KMODDIR}" @@ -42,8 +61,8 @@ STRIP_CMD+= --strip-debug # do not strip KERN_DEBUGDIR?= ${DEBUGDIR} PLIST_SUB+= KERN_DEBUGDIR="${KERN_DEBUGDIR:C,^/,,}" MAKE_ENV+= KERN_DEBUGDIR="${KERN_DEBUGDIR}" -#XXX (rene): it would be nice to automatically add @dir entries here, -# they are somehow needed according to 'make makeplist' +_KMOD_DIRS!= ${_DEBUG_KMOD_SH} +PLIST_FILES+= ${_KMOD_DIRS} .endif .endif From owner-svn-ports-all@freebsd.org Mon Feb 13 22:13:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B94DCCDEBA0; Mon, 13 Feb 2017 22:13:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E0F9E18; Mon, 13 Feb 2017 22:13:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DMDYO5078703; Mon, 13 Feb 2017 22:13:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DMDY5D078701; Mon, 13 Feb 2017 22:13:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702132213.v1DMDY5D078701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 22:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434057 - in head/audio: audiere dumb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 22:13:35 -0000 Author: tijl Date: Mon Feb 13 22:13:34 2017 New Revision: 434057 URL: https://svnweb.freebsd.org/changeset/ports/434057 Log: Remove -fPIC from audio/audiere and add it to audio/dumb where the real problem is. audio/dumb only provides a static library and audio/audiere tries to link that into a shared library. Modified: head/audio/audiere/Makefile head/audio/dumb/Makefile Modified: head/audio/audiere/Makefile ============================================================================== --- head/audio/audiere/Makefile Mon Feb 13 21:48:12 2017 (r434056) +++ head/audio/audiere/Makefile Mon Feb 13 22:13:34 2017 (r434057) @@ -3,7 +3,7 @@ PORTNAME= audiere PORTVERSION= 1.9.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF @@ -22,8 +22,6 @@ CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS_aarch64= -fPIC - PORTDOCS= changelog.txt cvs.txt dependencies.txt faq.txt glossary.txt \ license.txt overview.txt readme.txt release-howto.txt \ tutorial.txt Modified: head/audio/dumb/Makefile ============================================================================== --- head/audio/dumb/Makefile Mon Feb 13 21:48:12 2017 (r434056) +++ head/audio/dumb/Makefile Mon Feb 13 22:13:34 2017 (r434057) @@ -3,7 +3,7 @@ PORTNAME= dumb PORTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF @@ -23,9 +23,8 @@ ALLEGRO_CONFLICTS= dumb-[0-9]* ALLEGRO_MAKE_ARGS_OFF= _PORT_ALLEGRO_CFLAGS= ALLEGRO_CONFLICTS_OFF= dumb-allegro-[0-9]* -CFLAGS_amd64= -fPIC -CFLAGS_ia64= -fPIC -CFLAGS_sparc64= -fPIC +# libdumb.a is linked into libaudiere.so from audio/audiere. +CFLAGS+= -fPIC post-patch: @${REINPLACE_CMD} -e 's|_INSTALL_PATH := |&$${DESTDIR}|' ${WRKSRC}/Makefile From owner-svn-ports-all@freebsd.org Mon Feb 13 22:26:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF54CDD0E2; Mon, 13 Feb 2017 22:26:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E30917E5; Mon, 13 Feb 2017 22:26:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DMQQcS082946; Mon, 13 Feb 2017 22:26:26 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DMQQiH082944; Mon, 13 Feb 2017 22:26:26 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702132226.v1DMQQiH082944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 13 Feb 2017 22:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434058 - head/math/amath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 22:26:27 -0000 Author: jrm Date: Mon Feb 13 22:26:25 2017 New Revision: 434058 URL: https://svnweb.freebsd.org/changeset/ports/434058 Log: math/amath: Update to version 1.6.4. Remove ONLY_FOR_ARCHS. PR: 216926 Submitted by: cs@innolan.dk (maintainer) Reviewed by: linimon Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9541 Modified: head/math/amath/Makefile head/math/amath/distinfo Modified: head/math/amath/Makefile ============================================================================== --- head/math/amath/Makefile Mon Feb 13 22:13:34 2017 (r434057) +++ head/math/amath/Makefile Mon Feb 13 22:26:25 2017 (r434058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amath -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 CATEGORIES= math MASTER_SITES= http://suyai.innolan.net/ @@ -12,10 +12,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE HAS_CONFIGURE= yes -CONFIGURE_ARGS= -Wno-inline-new-delete MAKE_ARGS= CC=${CC} CXX=${CXX} PLIST_FILES= bin/${PORTNAME} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc + +BROKEN_aarch64= Fails to compile: must define endianness do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -23,7 +23,4 @@ do-install: do-test: ${WRKSRC}/${PORTNAME} test -BROKEN_aarch64= Fails to compile: must define endianness -BROKEN_armv6= Fails to configure: what cpu is this ?! - .include Modified: head/math/amath/distinfo ============================================================================== --- head/math/amath/distinfo Mon Feb 13 22:13:34 2017 (r434057) +++ head/math/amath/distinfo Mon Feb 13 22:26:25 2017 (r434058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485557389 -SHA256 (amath-1.6.2.tar.gz) = 4d6bd3181902945fcc298ac194dd02515310b4bfeca32b8a21325c4bf05a834a -SIZE (amath-1.6.2.tar.gz) = 494838 +TIMESTAMP = 1486229315 +SHA256 (amath-1.6.4.tar.gz) = e060bbac00fe8cad0681494b33f8fdef62553e6153ab3f4195df56aaf5faa38f +SIZE (amath-1.6.4.tar.gz) = 256074 From owner-svn-ports-all@freebsd.org Mon Feb 13 22:43:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE536CDD52F; Mon, 13 Feb 2017 22:43:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD4761C9; Mon, 13 Feb 2017 22:43:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DMhwfb090947; Mon, 13 Feb 2017 22:43:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DMhwck090945; Mon, 13 Feb 2017 22:43:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702132243.v1DMhwck090945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 22:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434059 - in head/biology/p5-AcePerl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 22:44:00 -0000 Author: tijl Date: Mon Feb 13 22:43:58 2017 New Revision: 434059 URL: https://svnweb.freebsd.org/changeset/ports/434059 Log: Move -fPIC to where Linux puts it so it is limited to a single library. Modified: head/biology/p5-AcePerl/Makefile head/biology/p5-AcePerl/files/FREEBSD_DEF Modified: head/biology/p5-AcePerl/Makefile ============================================================================== --- head/biology/p5-AcePerl/Makefile Mon Feb 13 22:26:25 2017 (r434058) +++ head/biology/p5-AcePerl/Makefile Mon Feb 13 22:43:58 2017 (r434059) @@ -3,7 +3,7 @@ PORTNAME= AcePerl PORTVERSION= 1.92 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology databases perl5 MASTER_SITES= CPAN/Ace PKGNAMEPREFIX= p5- @@ -21,9 +21,6 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - post-patch: @${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \ > ${WRKSRC}/acelib/wmake/FREEBSD_DEF Modified: head/biology/p5-AcePerl/files/FREEBSD_DEF ============================================================================== --- head/biology/p5-AcePerl/files/FREEBSD_DEF Mon Feb 13 22:26:25 2017 (r434058) +++ head/biology/p5-AcePerl/files/FREEBSD_DEF Mon Feb 13 22:43:58 2017 (r434059) @@ -12,6 +12,7 @@ NAME = FREEBSD CFLAGS+= -g -Wall -DACEDB4 COMPILER = XX__CC__XX ${CFLAGS} LINKER = XX__CC__XX -g +USEROPTS=-fPIC LIBS = -lm Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11 From owner-svn-ports-all@freebsd.org Mon Feb 13 22:51:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E0ABCDD882; Mon, 13 Feb 2017 22:51:13 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6E8869B; Mon, 13 Feb 2017 22:51:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DMpClG094194; Mon, 13 Feb 2017 22:51:12 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DMpBbj094189; Mon, 13 Feb 2017 22:51:11 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702132251.v1DMpBbj094189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 13 Feb 2017 22:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434060 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 22:51:13 -0000 Author: cy Date: Mon Feb 13 22:51:11 2017 New Revision: 434060 URL: https://svnweb.freebsd.org/changeset/ports/434060 Log: Update 2.071.1 --> 2.073.0 Added: head/lang/dmd2/files/patch-src__res__default_ddoc_theme.ddoc (contents, props changed) Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/files/patch-src__dmd__posix.mak head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Mon Feb 13 22:43:58 2017 (r434059) +++ head/lang/dmd2/Makefile Mon Feb 13 22:51:11 2017 (r434060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dmd -PORTVERSION= 2.071.1 +PORTVERSION= 2.073.0 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ PKGNAMESUFFIX= 2 @@ -59,6 +59,9 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ - MODULEDIR= ${PREFIX}/include/d/phobos2 +pre-patch: + @${MKDIR} ${WRKDIR}/dmd2/src/res + post-patch: @${MKDIR} ${WRKDIR}/dmd2/freebsd/bin32 \ ${WRKDIR}/dmd2/freebsd/bin64 \ Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Mon Feb 13 22:43:58 2017 (r434059) +++ head/lang/dmd2/distinfo Mon Feb 13 22:51:11 2017 (r434060) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467132324 -SHA256 (dmd.2.071.1.freebsd-64.zip) = 8e078b2b35783ef3fd84652b328311f366b06990d2e58de52318fc3b84f0f998 -SIZE (dmd.2.071.1.freebsd-64.zip) = 25188858 +TIMESTAMP = 1487021115 +SHA256 (dmd.2.073.0.freebsd-64.zip) = c7a78632af08e48e0f48fbcfedc228d7b56a35cf1f64f5bee33f79d1d00de4a8 +SIZE (dmd.2.073.0.freebsd-64.zip) = 29122274 SHA256 (dmd.2.067.1.zip) = 24fd32d3b1401309187a3fcd235014e38c651beb3af29b0e656f6f4add4ec95b SIZE (dmd.2.067.1.zip) = 56083735 Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Mon Feb 13 22:43:58 2017 (r434059) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Mon Feb 13 22:51:11 2017 (r434060) @@ -1,14 +1,38 @@ ---- ../../src/dmd/posix.mak.orig 2016-04-05 20:46:46.000000000 -0700 -+++ ../../src/dmd/posix.mak 2016-04-07 06:19:55.204336000 -0700 -@@ -66,14 +66,11 @@ - HOST_DMD_RUN:=$(HOST_DMD) +--- ../../src/dmd/posix.mak.orig 2017-01-22 15:46:00.000000000 -0800 ++++ ../../src/dmd/posix.mak 2017-02-13 13:44:37.379009000 -0800 +@@ -19,7 +19,7 @@ + endif + + INSTALL_DIR=../../install +-SYSCONFDIR=/etc ++SYSCONFDIR=/usr/local/etc + PGO_DIR=$(abspath pgo) + + C=backend +@@ -42,11 +42,11 @@ + + # determine whether CXX is gcc or clang based + CXX_VERSION:=$(shell $(CXX) --version) +-ifneq (,$(findstring g++,$(CXX_VERSION))$(findstring gcc,$(CXX_VERSION))$(findstring GCC,$(CXX_VERSION))) +- CXX_KIND=g++ ++ifneq (,$(findstring c++,$(CXX_VERSION))$(findstring gcc,$(CXX_VERSION))$(findstring GCC,$(CXX_VERSION))) ++ CXX_KIND=c++ + endif + ifneq (,$(findstring clang,$(CXX_VERSION))) +- CXX_KIND=clang++ ++ CXX_KIND=clanc++ + endif + + HOST_DC?= +@@ -67,14 +67,12 @@ else # Auto-bootstrapping, will download dmd automatically + # Keep var below in sync with other occurrences of that variable, e.g. in circleci.sh - HOST_DMD_VER=2.068.2 - HOST_DMD_ROOT=/tmp/.host_dmd-$(HOST_DMD_VER) -- # dmd.2.068.2.osx.zip or dmd.2.068.2.linux.tar.xz + HOST_DMD_VER=2.067.1 + HOST_DMD_ROOT=${WRKDIR}/.host_dmd-$(HOST_DMD_VER) + # dmd.2.068.2.osx.zip or dmd.2.068.2.linux.tar.xz HOST_DMD_BASENAME=dmd.$(HOST_DMD_VER).$(OS)$(if $(filter $(OS),freebsd),-$(MODEL),) - # http://downloads.dlang.org/releases/2.x/2.068.2/dmd.2.068.2.linux.tar.xz - HOST_DMD_URL=http://downloads.dlang.org/releases/2.x/$(HOST_DMD_VER)/$(HOST_DMD_BASENAME) @@ -18,7 +42,43 @@ HOST_DMD_RUN=$(HOST_DMD) -conf=$(dir $(HOST_DMD))dmd.conf endif -@@ -333,19 +330,6 @@ +@@ -103,7 +101,7 @@ + -Wno-unused-value \ + -Wno-unused-variable + # GCC Specific +-ifeq ($(CXX_KIND), g++) ++ifeq ($(CXX_KIND), c++) + WARNINGS += \ + -Wno-logical-op \ + -Wno-narrowing \ +@@ -111,7 +109,7 @@ + -Wno-uninitialized + endif + # Clang Specific +-ifeq ($(HOST_CXX_KIND), clang++) ++ifeq ($(HOST_CXX_KIND), clanc++) + WARNINGS += \ + -Wno-tautological-constant-out-of-range-compare \ + -Wno-tautological-compare \ +@@ -123,7 +121,7 @@ + # Default Warnings + WARNINGS := -Wno-deprecated -Wstrict-aliasing + # Clang Specific +-ifeq ($(CXX_KIND), clang++) ++ifeq ($(CXX_KIND), clanc++) + WARNINGS += \ + -Wno-logical-op-parentheses \ + -Wno-dynamic-class-memaccess \ +@@ -141,7 +139,7 @@ + -D__pascal= -DMARS=1 -DTARGET_$(OS_UPCASE)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1 \ + $(MODEL_FLAG) + # GCC Specific +-ifeq ($(CXX_KIND), g++) ++ifeq ($(CXX_KIND), c++) + CXXFLAGS += \ + -std=gnu++98 + endif +@@ -342,19 +340,6 @@ verstr.h SYSCONFDIR.imp core *.cov *.deps *.gcda *.gcno *.a *.lst @[ ! -d ${PGO_DIR} ] || echo You should issue manually: rm -rf ${PGO_DIR} @@ -38,7 +98,7 @@ ######## generate a default dmd.conf define DEFAULT_DMD_CONF -@@ -452,7 +436,7 @@ +@@ -461,7 +446,7 @@ $(eval bin_dir=$(if $(filter $(OS),osx), bin, bin$(MODEL))) mkdir -p $(INSTALL_DIR)/$(OS)/$(bin_dir) cp dmd $(INSTALL_DIR)/$(OS)/$(bin_dir)/dmd Added: head/lang/dmd2/files/patch-src__res__default_ddoc_theme.ddoc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/dmd2/files/patch-src__res__default_ddoc_theme.ddoc Mon Feb 13 22:51:11 2017 (r434060) @@ -0,0 +1,116 @@ +--- ../../src/res/default_ddoc_theme.ddoc.orig 2017-02-13 14:01:32.569832000 -0800 ++++ ../../src/res/default_ddoc_theme.ddoc 2017-02-13 14:01:36.105742000 -0800 +@@ -0,0 +1,113 @@ ++DDOC = ++ $(DDOC_COMMENT Generated by Ddoc from $(SRCFILENAME)) ++ ++ $(TITLE) ++ ++

$(TITLE)

++$(BODY) ++
$(SMALL Page generated by $(LINK2 http://dlang.org/ddoc.html, Ddoc). $(COPYRIGHT)) ++ ++ ++B = $0 ++I = $0 ++U = $0 ++P =

$0

++DL =
$0
++DT =
$0
++DD =
$0
++TABLE =
$0
++TR = $0 ++TH = $0 ++TD = $0 ++OL =
    $0
++UL =
    $0
++LI =
  • $0
  • ++BIG = $0 ++SMALL = $0 ++BR =
    ++LINK = $0 ++LINK2 = $+ ++LPAREN= ( ++RPAREN= ) ++BACKTICK= ` ++DOLLAR= $ ++DEPRECATED= $0 ++ ++RED = $0 ++BLUE = $0 ++GREEN = $0 ++YELLOW =$0 ++BLACK = $0 ++WHITE = $0 ++ ++D_CODE =
    $0
    ++DDOC_BACKQUOTED = $(D_INLINECODE $0) ++D_INLINECODE =
    $0
    ++D_COMMENT = $(GREEN $0) ++D_STRING = $(RED $0) ++D_KEYWORD = $(BLUE $0) ++D_PSYMBOL = $(U $0) ++D_PARAM = $(I $0) ++ ++DDOC_COMMENT = ++DDOC_DECL = $(DT $(BIG $0)) ++DDOC_DECL_DD = $(DD $0) ++DDOC_DITTO = $(BR)$0 ++DDOC_SECTIONS = $0 ++DDOC_SUMMARY = $0$(BR)$(BR) ++DDOC_DESCRIPTION = $0$(BR)$(BR) ++DDOC_AUTHORS = $(B Authors:)$(BR) ++$0$(BR)$(BR) ++DDOC_BUGS = $(RED BUGS:)$(BR) ++$0$(BR)$(BR) ++DDOC_COPYRIGHT = $(B Copyright:)$(BR) ++$0$(BR)$(BR) ++DDOC_DATE = $(B Date:)$(BR) ++$0$(BR)$(BR) ++DDOC_DEPRECATED = $(RED Deprecated:)$(BR) ++$0$(BR)$(BR) ++DDOC_EXAMPLES = $(B Examples:)$(BR) ++$0$(BR)$(BR) ++DDOC_HISTORY = $(B History:)$(BR) ++$0$(BR)$(BR) ++DDOC_LICENSE = $(B License:)$(BR) ++$0$(BR)$(BR) ++DDOC_RETURNS = $(B Returns:)$(BR) ++$0$(BR)$(BR) ++DDOC_SEE_ALSO = $(B See Also:)$(BR) ++$0$(BR)$(BR) ++DDOC_STANDARDS = $(B Standards:)$(BR) ++$0$(BR)$(BR) ++DDOC_THROWS = $(B Throws:)$(BR) ++$0$(BR)$(BR) ++DDOC_VERSION = $(B Version:)$(BR) ++$0$(BR)$(BR) ++DDOC_SECTION_H = $(B $0)$(BR) ++DDOC_SECTION = $0$(BR)$(BR) ++DDOC_MEMBERS = $(DL $0) ++DDOC_MODULE_MEMBERS = $(DDOC_MEMBERS $0) ++DDOC_CLASS_MEMBERS = $(DDOC_MEMBERS $0) ++DDOC_STRUCT_MEMBERS = $(DDOC_MEMBERS $0) ++DDOC_ENUM_MEMBERS = $(DDOC_MEMBERS $0) ++DDOC_TEMPLATE_MEMBERS = $(DDOC_MEMBERS $0) ++DDOC_ENUM_BASETYPE = $0 ++DDOC_PARAMS = $(B Params:)$(BR) ++$(TABLE $0)$(BR) ++DDOC_PARAM_ROW = $(TR $0) ++DDOC_PARAM_ID = $(TD $0) ++DDOC_PARAM_DESC = $(TD $0) ++DDOC_BLANKLINE = $(BR)$(BR) ++ ++DDOC_ANCHOR = ++DDOC_PSYMBOL = $(U $0) ++DDOC_PSUPER_SYMBOL = $(U $0) ++DDOC_KEYWORD = $(B $0) ++DDOC_PARAM = $(I $0) ++DDOC_CONSTRAINT = $(DDOC_CONSTRAINT) if ($0) ++DDOC_OVERLOAD_SEPARATOR = ++DDOC_TEMPLATE_PARAM_LIST = $0 ++DDOC_TEMPLATE_PARAM = $0 ++ ++ESCAPES = //>/ ++ /&/&/ Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Mon Feb 13 22:43:58 2017 (r434059) +++ head/lang/dmd2/pkg-plist Mon Feb 13 22:51:11 2017 (r434060) @@ -66,9 +66,9 @@ include/d/druntime/import/core/stdc/stri include/d/druntime/import/core/stdc/tgmath.d include/d/druntime/import/core/stdc/time.d include/d/druntime/import/core/stdc/wchar_.d +include/d/druntime/import/core/stdc/wctype.d include/d/druntime/import/core/stdcpp/exception.d include/d/druntime/import/core/stdcpp/typeinfo.d -include/d/druntime/import/core/stdc/wctype.d include/d/druntime/import/core/sync/barrier.di include/d/druntime/import/core/sync/condition.di include/d/druntime/import/core/sync/config.di @@ -76,8 +76,23 @@ include/d/druntime/import/core/sync/exce include/d/druntime/import/core/sync/mutex.di include/d/druntime/import/core/sync/rwmutex.di include/d/druntime/import/core/sync/semaphore.di +include/d/druntime/import/core/sys/darwin/execinfo.d +include/d/druntime/import/core/sys/darwin/mach/dyld.d +include/d/druntime/import/core/sys/darwin/mach/getsect.d +include/d/druntime/import/core/sys/darwin/mach/kern_return.d +include/d/druntime/import/core/sys/darwin/mach/loader.d +include/d/druntime/import/core/sys/darwin/mach/port.d +include/d/druntime/import/core/sys/darwin/mach/semaphore.d +include/d/druntime/import/core/sys/darwin/mach/thread_act.d +include/d/druntime/import/core/sys/darwin/pthread.d +include/d/druntime/import/core/sys/darwin/sys/cdefs.d +include/d/druntime/import/core/sys/darwin/sys/event.d +include/d/druntime/import/core/sys/darwin/sys/mman.d include/d/druntime/import/core/sys/freebsd/dlfcn.d include/d/druntime/import/core/sys/freebsd/execinfo.d +include/d/druntime/import/core/sys/freebsd/pthread_np.d +include/d/druntime/import/core/sys/freebsd/sys/_bitset.d +include/d/druntime/import/core/sys/freebsd/sys/_cpuset.d include/d/druntime/import/core/sys/freebsd/sys/cdefs.d include/d/druntime/import/core/sys/freebsd/sys/elf.d include/d/druntime/import/core/sys/freebsd/sys/elf32.d @@ -94,18 +109,25 @@ include/d/druntime/import/core/sys/linux include/d/druntime/import/core/sys/linux/errno.d include/d/druntime/import/core/sys/linux/execinfo.d include/d/druntime/import/core/sys/linux/fcntl.d +include/d/druntime/import/core/sys/linux/ifaddrs.d include/d/druntime/import/core/sys/linux/link.d +include/d/druntime/import/core/sys/linux/sched.d +include/d/druntime/import/core/sys/linux/sys/auxv.d include/d/druntime/import/core/sys/linux/sys/inotify.d include/d/druntime/import/core/sys/linux/sys/mman.d +include/d/druntime/import/core/sys/linux/sys/netinet/tcp.d +include/d/druntime/import/core/sys/linux/sys/prctl.d include/d/druntime/import/core/sys/linux/sys/signalfd.d include/d/druntime/import/core/sys/linux/sys/socket.d include/d/druntime/import/core/sys/linux/sys/sysinfo.d +include/d/druntime/import/core/sys/linux/sys/time.d include/d/druntime/import/core/sys/linux/sys/xattr.d include/d/druntime/import/core/sys/linux/termios.d include/d/druntime/import/core/sys/linux/time.d include/d/druntime/import/core/sys/linux/timerfd.d include/d/druntime/import/core/sys/linux/tipc.d include/d/druntime/import/core/sys/linux/unistd.d +include/d/druntime/import/core/sys/openbsd/dlfcn.d include/d/druntime/import/core/sys/osx/execinfo.d include/d/druntime/import/core/sys/osx/mach/dyld.d include/d/druntime/import/core/sys/osx/mach/getsect.d @@ -123,7 +145,9 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/dlfcn.d include/d/druntime/import/core/sys/posix/fcntl.d include/d/druntime/import/core/sys/posix/grp.d +include/d/druntime/import/core/sys/posix/iconv.d include/d/druntime/import/core/sys/posix/inttypes.d +include/d/druntime/import/core/sys/posix/libgen.d include/d/druntime/import/core/sys/posix/net/if_.d include/d/druntime/import/core/sys/posix/netdb.d include/d/druntime/import/core/sys/posix/netinet/in_.d @@ -137,6 +161,8 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/signal.d include/d/druntime/import/core/sys/posix/stdio.d include/d/druntime/import/core/sys/posix/stdlib.d +include/d/druntime/import/core/sys/posix/sys/filio.d +include/d/druntime/import/core/sys/posix/sys/ioccom.d include/d/druntime/import/core/sys/posix/sys/ioctl.d include/d/druntime/import/core/sys/posix/sys/ipc.d include/d/druntime/import/core/sys/posix/sys/mman.d @@ -147,6 +173,7 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/sys/stat.d include/d/druntime/import/core/sys/posix/sys/statvfs.d include/d/druntime/import/core/sys/posix/sys/time.d +include/d/druntime/import/core/sys/posix/sys/ttycom.d include/d/druntime/import/core/sys/posix/sys/types.d include/d/druntime/import/core/sys/posix/sys/uio.d include/d/druntime/import/core/sys/posix/sys/un.d @@ -396,7 +423,6 @@ include/d/phobos2/std/container/rbtree.d include/d/phobos2/std/container/slist.d include/d/phobos2/std/container/util.d include/d/phobos2/std/conv.d -include/d/phobos2/std/cstream.d include/d/phobos2/std/csv.d include/d/phobos2/std/datetime.d include/d/phobos2/std/demangle.d @@ -404,6 +430,7 @@ include/d/phobos2/std/digest/crc.d include/d/phobos2/std/digest/digest.d include/d/phobos2/std/digest/hmac.d include/d/phobos2/std/digest/md.d +include/d/phobos2/std/digest/murmurhash.d include/d/phobos2/std/digest/ripemd.d include/d/phobos2/std/digest/sha.d include/d/phobos2/std/encoding.d @@ -441,12 +468,14 @@ include/d/phobos2/std/experimental/ndsli include/d/phobos2/std/experimental/ndslice/selection.d include/d/phobos2/std/experimental/ndslice/slice.d include/d/phobos2/std/experimental/note.md +include/d/phobos2/std/experimental/typecons.d include/d/phobos2/std/file.d include/d/phobos2/std/format.d include/d/phobos2/std/functional.d include/d/phobos2/std/getopt.d include/d/phobos2/std/internal/cstring.d include/d/phobos2/std/internal/digest/sha_SSSE3.d +include/d/phobos2/std/internal/encodinginit.d include/d/phobos2/std/internal/math/biguintcore.d include/d/phobos2/std/internal/math/biguintnoasm.d include/d/phobos2/std/internal/math/biguintx86.d @@ -479,20 +508,21 @@ include/d/phobos2/std/range/interfaces.d include/d/phobos2/std/range/package.d include/d/phobos2/std/range/primitives.d include/d/phobos2/std/regex/internal/backtracking.d +include/d/phobos2/std/regex/internal/bitnfa.d include/d/phobos2/std/regex/internal/generator.d include/d/phobos2/std/regex/internal/ir.d -include/d/phobos2/std/regex/internal/kickstart.d include/d/phobos2/std/regex/internal/parser.d +include/d/phobos2/std/regex/internal/shiftor.d include/d/phobos2/std/regex/internal/tests.d +include/d/phobos2/std/regex/internal/tests2.d +include/d/phobos2/std/regex/internal/tests3.d include/d/phobos2/std/regex/internal/thompson.d include/d/phobos2/std/regex/package.d include/d/phobos2/std/signals.d include/d/phobos2/std/socket.d -include/d/phobos2/std/socketstream.d include/d/phobos2/std/stdint.d include/d/phobos2/std/stdio.d include/d/phobos2/std/stdiobase.d -include/d/phobos2/std/stream.d include/d/phobos2/std/string.d include/d/phobos2/std/system.d include/d/phobos2/std/traits.d From owner-svn-ports-all@freebsd.org Tue Feb 14 00:06:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 643E6CDED5D; Tue, 14 Feb 2017 00:06:11 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1751CD8F; Tue, 14 Feb 2017 00:06:11 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E06A1o023200; Tue, 14 Feb 2017 00:06:10 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E069sA023197; Tue, 14 Feb 2017 00:06:09 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702140006.v1E069sA023197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Tue, 14 Feb 2017 00:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434061 - in head/x11/xpra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 00:06:11 -0000 Author: rezny Date: Tue Feb 14 00:06:09 2017 New Revision: 434061 URL: https://svnweb.freebsd.org/changeset/ports/434061 Log: Update to 1.0.3 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9566 Deleted: head/x11/xpra/files/patch-xpra_scripts_config.py Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo head/x11/xpra/files/patch-setup.py Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/Makefile Tue Feb 14 00:06:09 2017 (r434061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/distinfo Tue Feb 14 00:06:09 2017 (r434061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486238713 -SHA256 (xpra-1.0.2.tar.xz) = e32d2550c13d175681643696664790c9c59eda1e0ce1cea779ef7b0785f8bd2c -SIZE (xpra-1.0.2.tar.xz) = 1888452 +TIMESTAMP = 1486998413 +SHA256 (xpra-1.0.3.tar.xz) = f83c5946f67fe26eee8b44fba0fa30bca9fbc7aa58ee66b903b7385c2d332166 +SIZE (xpra-1.0.3.tar.xz) = 1888908 Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/files/patch-setup.py Tue Feb 14 00:06:09 2017 (r434061) @@ -1,4 +1,4 @@ ---- setup.py.orig 2017-02-01 05:52:14 UTC +--- setup.py.orig 2017-02-06 09:47:42 UTC +++ setup.py @@ -218,7 +218,7 @@ else: nvenc7_ENABLED = DEFAULT and pkg_config_ok("--exists", "nvenc7") @@ -9,17 +9,6 @@ csc_libyuv_ENABLED = DEFAULT and memoryview_ENABLED and pkg_config_ok("--exists", "libyuv", fallback=WIN32) #Cython / gcc / packaging build options: -@@ -798,8 +798,8 @@ def get_base_conf_dir(install_dir, strip - elif "usr" in dirs: - #ie: ["some", "path", "to", "usr"] -> ["usr"] - #assume "/usr" or "/usr/local" is the build root -- while "usr" in dirs and dirs.index("usr")>0: -- dirs = dirs[dirs.index("usr"):] -+ while "usr" in dirs[1:]: -+ dirs = dirs[dirs[1:].index("usr")+1:] - elif "image" in dirs: - # Gentoo's "${PORTAGE_TMPDIR}/portage/${CATEGORY}/${PF}/image/_python2.7" -> "" - while "image" in dirs: @@ -1839,12 +1839,12 @@ if WIN32: else: #OSX and *nix: From owner-svn-ports-all@freebsd.org Tue Feb 14 00:29:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B100BCDC221; Tue, 14 Feb 2017 00:29:05 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 480BF164A; Tue, 14 Feb 2017 00:29:05 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E0T4vY031621; Tue, 14 Feb 2017 00:29:04 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E0T4Lq031617; Tue, 14 Feb 2017 00:29:04 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201702140029.v1E0T4Lq031617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 14 Feb 2017 00:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434062 - in head/net-im/ejabberd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 00:29:05 -0000 Author: ashish Date: Tue Feb 14 00:29:03 2017 New Revision: 434062 URL: https://svnweb.freebsd.org/changeset/ports/434062 Log: - Update to 17.01 - Remove commented LOGDB stuff Modified: head/net-im/ejabberd/Makefile head/net-im/ejabberd/distinfo head/net-im/ejabberd/files/patch-Makefile.in head/net-im/ejabberd/pkg-plist Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Tue Feb 14 00:06:09 2017 (r434061) +++ head/net-im/ejabberd/Makefile Tue Feb 14 00:29:03 2017 (r434062) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 16.09 +PORTVERSION= 17.01 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ LOCAL/ashish:deps -DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-9.tar.xz:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-10.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server @@ -30,7 +30,7 @@ USE_RC_SUBR= ${PORTNAME} NOPRECIOUSMAKEVARS= yes CPE_VENDOR= process-one -OPTIONS_DEFINE= ODBC PAM DOCS MYSQL PGSQL ICONV RIAK ZLIB REDIS SQLITE TOOLS FULLXML #LOGDB +OPTIONS_DEFINE= ODBC PAM DOCS MYSQL PGSQL ICONV RIAK ZLIB REDIS SQLITE TOOLS FULLXML OPTIONS_DEFAULT= ICONV EJABBERD_LIBDIR=lib/erlang/lib @@ -55,7 +55,6 @@ OPTIONS_SUB= yes RIAK_DESC= Riak database support TOOLS_DESC= Build development tools FULLXML_DESC= Full XML support -#LOGDB_DESC= Build with mod_logdb patch (3rd party) PAM_CONFIGURE_ENABLE= pam ODBC_CONFIGURE_ENABLE= odbc MYSQL_CONFIGURE_ENABLE= mysql @@ -71,8 +70,6 @@ SQLITE_USES= sqlite ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes -#LOGDB_PATCH_SITES= http://www.dp.uz.gov.ua/o.palij/mod_logdb/ -#LOGDB_PATCHFILES= patch-mod_logdb-${PORTVERSION}.diff:-p1 USE_OPENSSL= yes @@ -81,10 +78,6 @@ USE_OPENSSL= yes post-extract: @${LN} -s ${WRKDIR}/deps ${WRKSRC}/ -#post-extract-LOGDB-on: -# @${MV} ${WRKDIR}/deps/p1_mysql ${WRKDIR}/deps/p1_mysql_old -# @${MV} ${WRKDIR}/deps/p1_mysql_logdb ${WRKDIR}/deps/p1_mysql - pre-configure: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ Modified: head/net-im/ejabberd/distinfo ============================================================================== --- head/net-im/ejabberd/distinfo Tue Feb 14 00:06:09 2017 (r434061) +++ head/net-im/ejabberd/distinfo Tue Feb 14 00:29:03 2017 (r434062) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475493034 -SHA256 (ejabberd-16.09.tgz) = 7b44ab3af3310ca73624c47b65cf30a651d5a1398413e8af51c610d788fb8f14 -SIZE (ejabberd-16.09.tgz) = 1687485 -SHA256 (ejabberd-deps-9.tar.xz) = ce492bbafc816358ffd6d0aa170dc51967dbaacb39eb1f01b8db855ab57a8678 -SIZE (ejabberd-deps-9.tar.xz) = 29589388 +TIMESTAMP = 1486880394 +SHA256 (ejabberd-17.01.tgz) = 7efa8f25fe01bce876f9379ba7b4f49752a0fddc6a78e5ae82196fdc7f70c90b +SIZE (ejabberd-17.01.tgz) = 1638418 +SHA256 (ejabberd-deps-10.tar.xz) = d646c3e5c26ee2d6f3d8d8eb31f4442a6237896670a91c6ad97528433bb8c8ef +SIZE (ejabberd-deps-10.tar.xz) = 31892972 Modified: head/net-im/ejabberd/files/patch-Makefile.in ============================================================================== --- head/net-im/ejabberd/files/patch-Makefile.in Tue Feb 14 00:06:09 2017 (r434061) +++ head/net-im/ejabberd/files/patch-Makefile.in Tue Feb 14 00:29:03 2017 (r434062) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2016-08-04 07:49:23 UTC +--- Makefile.in.orig 2017-01-20 11:19:55 UTC +++ Makefile.in @@ -21,7 +21,7 @@ SBINDIR = $(DESTDIR)@sbindir@ LIBDIR = $(DESTDIR)@libdir@ @@ -23,7 +23,7 @@ # /var/lib/ejabberd/.erlang.cookie COOKIEFILE = $(SPOOLDIR)/.erlang.cookie -@@ -117,7 +117,7 @@ JOIN_PATHS=$(if $(wordlist 2,1000,$(1)), +@@ -113,7 +113,7 @@ JOIN_PATHS=$(if $(wordlist 2,1000,$(1)), VERSIONED_DEP=$(if $(DEP_$(1)_VERSION),$(DEP_$(1)_VERSION),$(1)) ELIXIR_TO_DEST=$(LIBDIR) $(call VERSIONED_DEP,$(word 2,$(1))) $(wordlist 5,1000,$(1)) @@ -32,7 +32,7 @@ MAIN_TO_DEST=$(LIBDIR) $(call VERSIONED_DEP,ejabberd) $(1) TO_DEST_SINGLE=$(if $(subst XdepsX,,X$(word 1,$(1))X),$(call MAIN_TO_DEST,$(1)),$(if $(subst XlibX,,X$(word 3,$(1))X),$(call DEPS_TO_DEST,$(1)),$(call ELIXIR_TO_DEST,$(1)))) TO_DEST=$(foreach path,$(1),$(call JOIN_PATHS,$(call TO_DEST_SINGLE,$(subst /, ,$(path))))) -@@ -174,9 +174,7 @@ install: all copy-files +@@ -170,9 +170,7 @@ install: all copy-files # # Configuration files $(INSTALL) -d -m 750 $(G_USER) $(ETCDIR) @@ -40,15 +40,15 @@ - && $(INSTALL) -b -m 640 $(G_USER) ejabberd.yml.example $(ETCDIR)/ejabberd.yml-new \ - || $(INSTALL) -b -m 640 $(G_USER) ejabberd.yml.example $(ETCDIR)/ejabberd.yml + $(INSTALL) -m 640 $(G_USER) ejabberd.yml.example $(ETCDIR) - $(SED) -e "s*{{rootdir}}*@prefix@*" \ - -e "s*{{installuser}}*@INSTALLUSER@*" \ - -e "s*{{bindir}}*@bindir@*" \ -@@ -185,16 +183,15 @@ install: all copy-files - -e "s*{{localstatedir}}*@localstatedir@*" \ - -e "s*{{docdir}}*@docdir@*" \ - -e "s*{{erl}}*@ERL@*" \ + $(SED) -e "s*{{rootdir}}*@prefix@*g" \ + -e "s*{{installuser}}*@INSTALLUSER@*g" \ + -e "s*{{bindir}}*@bindir@*g" \ +@@ -181,16 +179,15 @@ install: all copy-files + -e "s*{{localstatedir}}*@localstatedir@*g" \ + -e "s*{{docdir}}*@docdir@*g" \ + -e "s*{{erl}}*@ERL@*g" \ + -e "s*lib/erlang/lib/ejabberd*lib/erlang/lib/ejabberd-$(PORTVERSION)*" \ - -e "s*{{epmd}}*@EPMD@*" ejabberdctl.template \ + -e "s*{{epmd}}*@EPMD@*g" ejabberdctl.template \ > ejabberdctl.example - [ -f $(ETCDIR)/ejabberdctl.cfg ] \ - && $(INSTALL) -b -m 640 $(G_USER) ejabberdctl.cfg.example $(ETCDIR)/ejabberdctl.cfg-new \ @@ -64,7 +64,7 @@ # Elixir binaries [ -d $(BINDIR) ] || $(INSTALL) -d -m 755 $(BINDIR) [ -f deps/elixir/bin/iex ] && $(INSTALL) -m 550 $(G_USER) deps/elixir/bin/iex $(BINDIR)/iex || true -@@ -224,11 +221,13 @@ install: all copy-files +@@ -225,11 +222,13 @@ install: all copy-files chmod -R 750 $(LOGDIR) # # Documentation Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Tue Feb 14 00:06:09 2017 (r434061) +++ head/net-im/ejabberd/pkg-plist Tue Feb 14 00:29:03 2017 (r434062) @@ -5,7 +5,6 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/ELDAPv3.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/XmppAddr.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/acl.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/adhoc.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_anonymous.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_digest.beam @@ -14,6 +13,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/cyrsasl_scram.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.app %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_access_permissions.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_admin.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_app.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth.beam @@ -24,6 +24,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_pam.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_riak.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_auth_sql.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_bosh.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_c2s.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_c2s_config.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_captcha.beam @@ -35,15 +36,16 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_frontend_socket.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_hooks.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http_bind.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_http_ws.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_idna.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_listener.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_local.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_logger.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_node_groups.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_oauth.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_oauth_mnesia.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_oauth_rest.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_oauth_sql.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_piefxis.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/%%PORTNAME%%_rdbms.beam @@ -89,7 +91,6 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_pubsub_node.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/gen_pubsub_nodetree.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/jd2ejd.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/jid.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/jlib.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_adhoc.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_admin_extra.beam @@ -101,6 +102,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_blocking_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_blocking_riak.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_blocking_sql.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_bosh.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_caps.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_caps_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_caps_riak.beam @@ -109,13 +111,11 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_carboncopy_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_client_state.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure2.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_disco.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_delegation.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_echo.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_fail2ban.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_api.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_bind.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_fileserver.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_upload.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_upload_quota.beam @@ -219,16 +219,17 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_migrate.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/pubsub_subscription.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/randoms.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/rest.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/scram.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/shaper.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/sql_queries.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/str.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/translate.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/win32_dns.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmpp_codec.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/ELDAPv3.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/XmppAddr.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/adhoc.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/bosh.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_commands.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_config.hrl @@ -236,7 +237,6 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_http.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_oauth.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_sm.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_service.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_sql_pt.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_web_admin.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/eldap.hrl @@ -259,12 +259,11 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_shared_roster.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_vcard.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_vcard_xupdate.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/ns.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/pubsub.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.6/ebin/cache_tab.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.6/ebin/cache_tab.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.6/ebin/cache_tab_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.6/ebin/cache_tab_sup.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_eredis.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_erldis.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/eredis.app @@ -278,79 +277,79 @@ %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis_pipeline.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_erldis.config -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_client_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_dialog.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_listener.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_server_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_socket.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_tmp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_transport.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_udp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/include/esip.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/include/esip_lib.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/priv/lib/esip_drv.so -%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.app -%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.beam -%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_app.beam -%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_sup.beam -%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/priv/lib/ezlib_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/p1_sha.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/priv/lib/fast_tls_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/priv/lib/p1_sha.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fast_xml.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fast_xml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_gen.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_gen_pt.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_stream.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxmlrpc.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxmlrpc_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/include/fxml.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/include/fxml_gen.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/priv/lib/fxml.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/priv/lib/fxml_stream.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/priv/lib/fast_yaml.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc_code.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc_lib.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc_ops.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/goldrush.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_context.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_counter.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_counter_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_manager.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_manager_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_param.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_param_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gr_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/gre.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/priv/edoc.css -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/ebin/hamcrest.app -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/ebin/hamcrest.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/ebin/hamcrest_matchers.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/ebin/hamcrest_term.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/include/hamcrest.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.1.0/include/hamcrest_internal.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.7/ebin/jiffy.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.7/ebin/jiffy.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.7/ebin/jiffy_utf8.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.7/priv/jiffy.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_client_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_dialog.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_listener.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_server_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_socket.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_tmp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_transport.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/ebin/esip_udp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/include/esip.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/include/esip_lib.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.10/priv/lib/esip_drv.so +%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib.app +%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib.beam +%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib_app.beam +%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/ebin/ezlib_sup.beam +%%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.2/priv/lib/ezlib_drv.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/ebin/fast_tls.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/ebin/fast_tls.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/ebin/fast_tls_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/ebin/fast_tls_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/ebin/p1_sha.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/priv/lib/fast_tls_drv.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.10/priv/lib/p1_sha.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fast_xml.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fast_xml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxml_gen.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxml_gen_pt.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxml_stream.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxml_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxmlrpc.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/ebin/fxmlrpc_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/include/fxml.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/include/fxml_gen.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/priv/lib/fxml.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.19/priv/lib/fxml_stream.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.8/ebin/fast_yaml.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.8/ebin/fast_yaml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.8/ebin/fast_yaml_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.8/ebin/fast_yaml_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.8/priv/lib/fast_yaml.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/glc.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/glc_code.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/glc_lib.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/glc_ops.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/goldrush.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_context.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_counter.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_counter_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_manager.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_manager_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_param.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_param_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gr_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/ebin/gre.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.8/priv/edoc.css +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/ebin/hamcrest.app +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/ebin/hamcrest.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/ebin/hamcrest_matchers.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/ebin/hamcrest_term.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/include/hamcrest.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/hamcrest-0.3.0-basho/include/hamcrest_internal.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.8/ebin/jiffy.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.8/ebin/jiffy.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.8/ebin/jiffy_utf8.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/jiffy-0.14.8/priv/jiffy.so %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/lager-3.2.1/ebin/error_logger_lager_h.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/lager-3.2.1/ebin/lager.app %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/lager-3.2.1/ebin/lager.beam @@ -420,19 +419,19 @@ %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_server.beam %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_sup.beam %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_utils.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv.app -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv_app.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv_sup.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/priv/lib/iconv.so -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql.app -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_app.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_auth.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_conn.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_recv.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_sup.beam -%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/include/p1_mysql.hrl +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.3/ebin/iconv.app +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.3/ebin/iconv.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.3/ebin/iconv_app.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.3/ebin/iconv_sup.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.3/priv/lib/iconv.so +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql.app +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql_app.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql_auth.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql_conn.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql_recv.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/ebin/p1_mysql_sup.beam +%%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.2/include/p1_mysql.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_backend.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_oauth2-0.6.1/ebin/oauth2_config.beam @@ -447,94 +446,136 @@ %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pam-1.0.0/ebin/p1_pam.app %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pam-1.0.0/priv/bin/epam %%PAM%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/epam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/p1_pgsql.app -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql.beam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql_app.beam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql_proto.beam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql_sup.beam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql_tcp.beam -%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.0.1/ebin/pgsql_util.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_edoc_layout.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_fsm.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_nif_utils.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_server.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_time_compat.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_utils.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/treap.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/pokemon_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs.app -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs_cli.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs_compile.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs_file.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs_parser.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs_scanner.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_dt_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_kv_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb.app -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb_codec.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb_dt_codec.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb_kv_codec.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb_messages.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_pb_search_codec.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_search_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/ebin/riak_yokozuna_pb.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_dt_pb.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_kv_pb.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_pb.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_pb_kv_codec.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_search_pb.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.0.7/include/riak_yokozuna_pb.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc.app -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_counter.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_datatype.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_flag.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_map.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_obj.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_pb_socket.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_register.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/ebin/riakc_set.beam -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/include/riakc.hrl -%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.1.1-13-g527722d/priv/edoc.css -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/crash_file.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/crashfy.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/samerlib.app -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_application.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_dummy_server.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_dummy_supervisor.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_file.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_gen_server.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_int.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_lists.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_process.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_string.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/sel_test.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/ebin/yalog.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0b/include/yalog.hrl +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/p1_pgsql.app +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql.beam +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql_app.beam +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql_proto.beam +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql_socket.beam +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql_sup.beam +%%PGSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_pgsql-1.1.2/ebin/pgsql_util.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_edoc_layout.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_fsm.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_http.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_nif_utils.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_server.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_time_compat.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/p1_utils.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.6/ebin/treap.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/pokemon_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs.app +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs_cli.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs_compile.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs_file.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs_parser.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.4/ebin/protobuffs_scanner.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_dt_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_kv_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb.app +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_dt_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_kv_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_messages.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_search_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_pb_ts_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_search_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_ts_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_ttb_codec.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/ebin/riak_yokozuna_pb.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_dt_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_kv_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_pb_kv_codec.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_search_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_ts_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_ts_ttb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riak_pb-2.1.4.1/include/riak_yokozuna_pb.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc.app +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_counter.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_datatype.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_flag.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_map.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_obj.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_pb_socket.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_register.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_set.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_ts.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_ts_get_operator.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_ts_put_operator.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/ebin/riakc_ts_query_operator.beam +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/include/riakc.hrl +%%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/riakc-2.4.1/priv/edoc.css +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/crash_file.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/crashfy.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/samerlib.app +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_application.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_dummy_server.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_dummy_supervisor.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_file.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_gen_server.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_int.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_lists.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_process.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_string.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/sel_test.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/ebin/yalog.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/samerlib-0.8.0c/include/yalog.hrl %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/ebin/sqlite3.app %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/ebin/sqlite3.beam %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/ebin/sqlite3_lib.beam %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/include/sqlite3.hrl %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/priv/sqlite3_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/priv/lib/stringprep.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_listener.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_shaper.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_test.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_tmp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/turn.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/turn_sm.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/turn_tmp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/include/stun.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.7/ebin/stringprep.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.7/ebin/stringprep.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.7/ebin/stringprep_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.7/ebin/stringprep_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.7/priv/lib/stringprep.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_listener.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_shaper.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_test.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/stun_tmp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/turn.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/turn_sm.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/ebin/turn_tmp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.9/include/stun.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/flex_offline.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/jid.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/mam_query.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/muc_register.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/muc_request.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/muc_roomconfig.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/muc_roominfo.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/pubsub_get_pending.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/pubsub_node_config.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/pubsub_publish_options.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/pubsub_subscribe_authorization.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/pubsub_subscribe_options.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/xdata_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/xmpp.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/xmpp.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/xmpp_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/ebin/xmpp_util.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/flex_offline.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/jid.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/mam_query.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/muc_register.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/muc_request.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/muc_roomconfig.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/muc_roominfo.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/ns.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/pubsub_get_pending.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/pubsub_node_config.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/pubsub_publish_options.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/pubsub_subscribe_authorization.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/pubsub_subscribe_options.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/xmpp.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/xmpp-1.1.6/include/xmpp_codec.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/bin/captcha.sh %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/ca.msg %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/priv/msgs/cs.msg From owner-svn-ports-all@freebsd.org Tue Feb 14 02:55:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65AD8CDE804; Tue, 14 Feb 2017 02:55:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1590E148D; Tue, 14 Feb 2017 02:55:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E2tZgF091493; Tue, 14 Feb 2017 02:55:35 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E2tZI1091491; Tue, 14 Feb 2017 02:55:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201702140255.v1E2tZI1091491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 14 Feb 2017 02:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434063 - head/databases/redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 02:55:36 -0000 Author: osa Date: Tue Feb 14 02:55:34 2017 New Revision: 434063 URL: https://svnweb.freebsd.org/changeset/ports/434063 Log: Upgrade from 3.2.7 to 3.2.8. Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade that is believed to potentially cause a server deadlock. A MIGRATE crash is also fixed. Two important bug fixes, the first of one is critical: 1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular conditions. See https://github.com/antirez/redis/issues/3799. We reverted back to the previously used Jemalloc versions and plan to upgrade Jemalloc again after having more info about the cause of the bug. 2. MIGRATE could crash the server after a socket error. See for reference: https://github.com/antirez/redis/issues/3796. Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Tue Feb 14 00:29:03 2017 (r434062) +++ head/databases/redis/Makefile Tue Feb 14 02:55:34 2017 (r434063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.7 +DISTVERSION= 3.2.8 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Tue Feb 14 00:29:03 2017 (r434062) +++ head/databases/redis/distinfo Tue Feb 14 02:55:34 2017 (r434063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485988889 -SHA256 (redis-3.2.7.tar.gz) = bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9 -SIZE (redis-3.2.7.tar.gz) = 1612032 +TIMESTAMP = 1487040769 +SHA256 (redis-3.2.8.tar.gz) = 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c +SIZE (redis-3.2.8.tar.gz) = 1547237 From owner-svn-ports-all@freebsd.org Tue Feb 14 03:24:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B124CDC5F1; Tue, 14 Feb 2017 03:24:04 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F38F916E3; Tue, 14 Feb 2017 03:24:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E3O3R5004265; Tue, 14 Feb 2017 03:24:03 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E3O22T004262; Tue, 14 Feb 2017 03:24:02 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702140324.v1E3O22T004262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 14 Feb 2017 03:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434064 - in head/devel/jenkins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 03:24:04 -0000 Author: lwhsu Date: Tue Feb 14 03:24:02 2017 New Revision: 434064 URL: https://svnweb.freebsd.org/changeset/ports/434064 Log: - Update to 2.46 - Append to log file, not truncate it Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo head/devel/jenkins/files/jenkins.in Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Feb 14 02:55:34 2017 (r434063) +++ head/devel/jenkins/Makefile Tue Feb 14 03:24:02 2017 (r434064) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.45 +PORTVERSION= 2.46 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Feb 14 02:55:34 2017 (r434063) +++ head/devel/jenkins/distinfo Tue Feb 14 03:24:02 2017 (r434064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486436551 -SHA256 (jenkins/2.45/jenkins.war) = 0e57ee3645aec0742b8b2a0d4cd62cb80c3e6718b810200ab33851109f1f5488 -SIZE (jenkins/2.45/jenkins.war) = 68649092 +TIMESTAMP = 1487042322 +SHA256 (jenkins/2.46/jenkins.war) = 7deb88ace238d5eaa676fab74bcb81b5951a6fb8c042af90082c48aee2dd8134 +SIZE (jenkins/2.46/jenkins.war) = 68663046 Modified: head/devel/jenkins/files/jenkins.in ============================================================================== --- head/devel/jenkins/files/jenkins.in Tue Feb 14 02:55:34 2017 (r434063) +++ head/devel/jenkins/files/jenkins.in Tue Feb 14 03:24:02 2017 (r434064) @@ -60,7 +60,7 @@ pidfile="/var/run/jenkins/jenkins.pid" command="/usr/sbin/daemon" java_cmd="${jenkins_java_home}/bin/java" procname="${java_cmd}" -command_args="-p ${pidfile} ${java_cmd} -DJENKINS_HOME=${jenkins_home} ${jenkins_java_opts} -jar %%DATADIR%%/jenkins.war ${jenkins_args} > ${jenkins_log_file} 2>&1" +command_args="-p ${pidfile} ${java_cmd} -DJENKINS_HOME=${jenkins_home} ${jenkins_java_opts} -jar %%DATADIR%%/jenkins.war ${jenkins_args} >> ${jenkins_log_file} 2>&1" required_files="${java_cmd}" start_precmd="jenkins_prestart" From owner-svn-ports-all@freebsd.org Tue Feb 14 03:30:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81C2ACDC841; Tue, 14 Feb 2017 03:30:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FEB719AD; Tue, 14 Feb 2017 03:30:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E3U81P004634; Tue, 14 Feb 2017 03:30:08 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E3U7HM004630; Tue, 14 Feb 2017 03:30:07 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201702140330.v1E3U7HM004630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 14 Feb 2017 03:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434065 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 03:30:09 -0000 Author: osa Date: Tue Feb 14 03:30:07 2017 New Revision: 434065 URL: https://svnweb.freebsd.org/changeset/ports/434065 Log: Upgrade third-party modules: o) fancyindex from 0.3.6 to 0.4.1; o) encrypted-session from 0.05 to 0.06. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Feb 14 03:24:02 2017 (r434064) +++ head/www/nginx-devel/Makefile Tue Feb 14 03:30:07 2017 (r434065) @@ -522,12 +522,16 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ev .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.3.6 +NGINX_FANCYINDEX_VERSION= 0.4.1 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_fancyindex} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_fancyindex} .endif +.endif .if ${PORT_OPTIONS:MHTTP_FOOTER} NGINX_FOOTER_VERSION= 1.2.2 @@ -825,7 +829,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_de .endif .if ${PORT_OPTIONS:MENCRYPTSESSION} -NGINX_ENCRYPTSESSION_VERSION= 0.05 +NGINX_ENCRYPTSESSION_VERSION= 0.06 GH_ACCOUNT+= openresty:encryptsession GH_PROJECT+= encrypted-session-nginx-module:encryptsession GH_TAGNAME+= v${NGINX_ENCRYPTSESSION_VERSION}:encryptsession Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Feb 14 03:24:02 2017 (r434064) +++ head/www/nginx-devel/distinfo Tue Feb 14 03:30:07 2017 (r434065) @@ -1,4 +1,4 @@ -TIMESTAMP = 1486853024 +TIMESTAMP = 1487041847 SHA256 (nginx-1.11.9.tar.gz) = dc22b71f16b551705930544dc042f1ad1af2f9715f565187ec22c7a4b2625748 SIZE (nginx-1.11.8.tar.gz) = 965463 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -51,8 +51,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 -SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f -SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 +SHA256 (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 +SIZE (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 21130 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99 @@ -85,8 +85,8 @@ SHA256 (cubicdaiya-ngx_dynamic_upstream- SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = 10921 SHA256 (simpl-ngx_devel_kit-v0.3.0_GH0.tar.gz) = 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 SIZE (simpl-ngx_devel_kit-v0.3.0_GH0.tar.gz) = 66455 -SHA256 (openresty-encrypted-session-nginx-module-v0.05_GH0.tar.gz) = 5aea148410d647ca1d5b4e6164a19fde989a4da332fa118e003071d87bf6eae4 -SIZE (openresty-encrypted-session-nginx-module-v0.05_GH0.tar.gz) = 10462 +SHA256 (openresty-encrypted-session-nginx-module-v0.06_GH0.tar.gz) = fa6537c406cee1dc7acd6152d16dba4581d53587860a0642f1b0f7c817ee006d +SIZE (openresty-encrypted-session-nginx-module-v0.06_GH0.tar.gz) = 11128 SHA256 (mdirolf-nginx-gridfs-v0.8_GH0.tar.gz) = ef843824e0aac1dd60b392802861cc06426a4bc5f87d472c7ee00b1296693f2a SIZE (mdirolf-nginx-gridfs-v0.8_GH0.tar.gz) = 18883 SHA256 (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 552c54aff81c4701ace4eb1ce20c114433ee783b4b06c0105921a830c9486172 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Feb 14 03:24:02 2017 (r434064) +++ head/www/nginx/Makefile Tue Feb 14 03:30:07 2017 (r434065) @@ -517,12 +517,16 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ev .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.3.6 +NGINX_FANCYINDEX_VERSION= 0.4.1 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_fancyindex} +.else CONFIGURE_ARGS+=--add-module=${WRKSRC_fancyindex} .endif +.endif .if ${PORT_OPTIONS:MHTTP_FOOTER} NGINX_FOOTER_VERSION= 1.2.2 @@ -815,7 +819,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_de .endif .if ${PORT_OPTIONS:MENCRYPTSESSION} -NGINX_ENCRYPTSESSION_VERSION= 0.05 +NGINX_ENCRYPTSESSION_VERSION= 0.06 GH_ACCOUNT+= openresty:encryptsession GH_PROJECT+= encrypted-session-nginx-module:encryptsession GH_TAGNAME+= v${NGINX_ENCRYPTSESSION_VERSION}:encryptsession Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Feb 14 03:24:02 2017 (r434064) +++ head/www/nginx/distinfo Tue Feb 14 03:30:07 2017 (r434065) @@ -1,4 +1,4 @@ -TIMESTAMP = 1486853024 +TIMESTAMP = 1487041847 SHA256 (nginx-1.10.3.tar.gz) = 75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90 SIZE (nginx-1.10.3.tar.gz) = 911509 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -53,8 +53,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 -SHA256 (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = e73f1f0444f8c53601b51da8684b174c5ffd3b4ed6eb7956dd57f8b95485b68f -SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 +SHA256 (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 +SIZE (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 21130 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99 @@ -87,8 +87,8 @@ SHA256 (cubicdaiya-ngx_dynamic_upstream- SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = 10921 SHA256 (simpl-ngx_devel_kit-v0.3.0_GH0.tar.gz) = 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 SIZE (simpl-ngx_devel_kit-v0.3.0_GH0.tar.gz) = 66455 -SHA256 (openresty-encrypted-session-nginx-module-v0.05_GH0.tar.gz) = 5aea148410d647ca1d5b4e6164a19fde989a4da332fa118e003071d87bf6eae4 -SIZE (openresty-encrypted-session-nginx-module-v0.05_GH0.tar.gz) = 10462 +SHA256 (openresty-encrypted-session-nginx-module-v0.06_GH0.tar.gz) = fa6537c406cee1dc7acd6152d16dba4581d53587860a0642f1b0f7c817ee006d +SIZE (openresty-encrypted-session-nginx-module-v0.06_GH0.tar.gz) = 11128 SHA256 (mdirolf-nginx-gridfs-v0.8_GH0.tar.gz) = ef843824e0aac1dd60b392802861cc06426a4bc5f87d472c7ee00b1296693f2a SIZE (mdirolf-nginx-gridfs-v0.8_GH0.tar.gz) = 18883 SHA256 (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 552c54aff81c4701ace4eb1ce20c114433ee783b4b06c0105921a830c9486172 From owner-svn-ports-all@freebsd.org Tue Feb 14 06:27:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D701ACD1343; Tue, 14 Feb 2017 06:27:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74FA21351; Tue, 14 Feb 2017 06:27:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E6RTcT078949; Tue, 14 Feb 2017 06:27:29 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E6RS28078942; Tue, 14 Feb 2017 06:27:28 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702140627.v1E6RS28078942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 14 Feb 2017 06:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434066 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 06:27:30 -0000 Author: cy Date: Tue Feb 14 06:27:28 2017 New Revision: 434066 URL: https://svnweb.freebsd.org/changeset/ports/434066 Log: Modernize dmd2: - Removal of three patches; call bootstrap directly. - Distinfo for bootstrap is now in its own distfile. - Make examples optional. - Use GH instead of distrubuted .zip file. - Fully implement options helpers. PR: 217076 Submitted by: John Colvin Added: head/lang/dmd2/distinfo.bootstrap (contents, props changed) Deleted: head/lang/dmd2/files/patch-src-druntime-posix.mak head/lang/dmd2/files/patch-src-phobos-posix.mak head/lang/dmd2/files/patch-src__dmd__posix.mak Modified: head/lang/dmd2/Makefile head/lang/dmd2/Makefile.bootstrap head/lang/dmd2/distinfo head/lang/dmd2/files/patch-freebsd__bin32__dmd.conf head/lang/dmd2/files/patch-freebsd__bin64__dmd.conf head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/Makefile Tue Feb 14 06:27:28 2017 (r434066) @@ -3,10 +3,9 @@ PORTNAME= dmd PORTVERSION= 2.073.0 +DISTVERSIONPREFIX= v CATEGORIES= lang -MASTER_SITES= http://ftp.digitalmars.com/ PKGNAMESUFFIX= 2 -DISTNAME= dmd.${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= D 2.0 compiler, not officially validated for FreeBSD @@ -14,35 +13,33 @@ COMMENT= D 2.0 compiler, not officially LICENSE= ART10 DMD BSL LICENSE_COMB= multi LICENSE_NAME_DMD= Digital Mars license -LICENSE_FILE_DMD= ${WRKSRC}/backendlicense.txt +LICENSE_FILE_DMD= ${WRKSRC}/dmd/src/backendlicense.txt LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept -EXTRACT_ONLY= ${DISTNAME}.freebsd-64${EXTRACT_SUFX} -DISTFILES= ${DISTNAME}.freebsd-64${EXTRACT_SUFX} \ - dmd.2.067.1.zip -# The souces in the following files can be used instead. Either way the -# binaries in the distribution are ignored. This port builds its own -# binaries using the sources that come with the distribution. -# DISTFILES= ${DISTNAME}.freebsd-32${EXTRACT_SUFX} -# DISTFILES= ${DISTNAME}.linux${EXTRACT_SUFX} - -USES= gmake zip +USE_GITHUB= nodefault +GH_ACCOUNT= dlang +GH_PROJECT= dmd:dmd druntime:druntime phobos:phobos dlang.org:dlang_org +USES= gmake MAKEFILE= posix.mak -MAKE_ARGS= AUTO_BOOTSTRAP=1 -MAKE_ENV+= WRKDIR=${WRKDIR} +MAKE_ARGS= HOST_DMD=${WRKDIR}/.host_dmd-2.067.1/stage/usr/local/bin/dmd EXAMPLESDIR= ${PREFIX}/share/examples/dmd2 DOCSDIR= ${PREFIX}/share/doc/dmd2 -PORTDOCS= *.txt html/ -WRKSRC= ${WRKDIR}/dmd2/src/${PORTNAME} +WRKSRC= ${WRKDIR} BROKEN_aarch64= Does not configure: no cpu specified, assuming X86 BROKEN_mips64= Does not compile: cc1: error: unrecognized command line option -m32 BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not install: divide-by-zero error -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES + +.include -.include +post-extract: + @${MV} ${WRKSRC_dmd} ${WRKSRC}/dmd + @${MV} ${WRKSRC_druntime} ${WRKSRC}/druntime + @${MV} ${WRKSRC_phobos} ${WRKSRC}/phobos + @${MV} ${WRKSRC_dlang_org} ${WRKSRC}/dlang.org .if ${ARCH} == "amd64" MAKE_ARGS+= MODEL=64 @@ -59,64 +56,59 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ - MODULEDIR= ${PREFIX}/include/d/phobos2 -pre-patch: - @${MKDIR} ${WRKDIR}/dmd2/src/res - post-patch: - @${MKDIR} ${WRKDIR}/dmd2/freebsd/bin32 \ - ${WRKDIR}/dmd2/freebsd/bin64 \ - ${WRKDIR}/dmd2/freebsd/lib32 \ - ${WRKDIR}/dmd2/freebsd/lib64 @${REINPLACE_CMD} -e "s|g++|${CXX}|" \ -e "s|/etc|${PREFIX}/etc|" \ - ${WRKSRC}/posix.mak - @${REINPLACE_CMD} -e "s|gcc|${CC}|" ${WRKSRC}/link.d - @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak + ${WRKSRC}/dmd/src/posix.mak + @${REINPLACE_CMD} -e "s|gcc|${CC}|" ${WRKSRC}/dmd/src/link.d + @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/phobos/posix.mak @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" \ -e "s|\(dmd\)|\12|gI" \ -e "s|\\\BR|.BR|" \ - ${WRKDIR}/dmd2/man/man1/dmd.1 \ - ${WRKDIR}/dmd2/man/man5/dmd.conf.5 + ${WRKDIR}/dmd/docs/man/man1/dmd.1 \ + ${WRKDIR}/dmd/docs/man/man5/dmd.conf.5 @${REINPLACE_CMD} -e "s|%@P%/../../src/phobos|${MODULEDIR}|" \ -e "s|%@P%/../lib|${PREFIX}/lib|" \ -e "s|%@P%/../../src/druntime|${PREFIX}/include/d/druntime|" \ - ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd.conf - @${ECHO_CMD} >> ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd.conf + ${WRKDIR}/dmd/ini/freebsd/bin${MODEL}/dmd.conf + @${ECHO_CMD} >> ${WRKDIR}/dmd/ini/freebsd/bin${MODEL}/dmd.conf make-phobos: - cd ${WRKSRC}/../phobos && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} + cd ${WRKSRC}/phobos && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} + make-druntime: - cd ${WRKSRC}/../druntime && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} + cd ${WRKSRC}/druntime && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} make-dmd: - cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} + cd ${WRKSRC}/dmd && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} ${BUILD} do-build: make-dmd make-phobos make-druntime do-install: - ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man1/dmd.1 ${STAGEDIR}${MANPREFIX}/man/man1/dmd.1 - ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man5/dmd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/dmd.conf.5 - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf.sample - ${INSTALL_PROGRAM} ${WRKSRC}/dmd ${STAGEDIR}${PREFIX}/bin/dmd - ${INSTALL_DATA} ${WRKSRC}/../../src/phobos/generated/freebsd/release/${MODEL}/libphobos2.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_MAN} ${WRKDIR}/dmd/docs/man/man1/dmd.1 ${STAGEDIR}${MANPREFIX}/man/man1/dmd.1 + ${INSTALL_MAN} ${WRKDIR}/dmd/docs/man/man5/dmd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/dmd.conf.5 + ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin${MODEL}/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf + ${INSTALL_PROGRAM} ${WRKSRC}/dmd/src/dmd ${STAGEDIR}${PREFIX}/bin/dmd + ${INSTALL_DATA} ${WRKSRC}/phobos/generated/freebsd/release/${MODEL}/libphobos2.a ${STAGEDIR}${PREFIX}/lib ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin32/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd32.conf - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin64/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd64.conf - cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} samples ${STAGEDIR}${EXAMPLESDIR} - ${MKDIR} ${STAGEDIR}${MODULEDIR}/etc/c - ${INSTALL_DATA} ${WRKSRC}/../phobos/*.d ${STAGEDIR}${MODULEDIR} - ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/zlib.d ${STAGEDIR}${MODULEDIR}/etc/c - ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/curl.d ${STAGEDIR}${MODULEDIR}/etc/c - ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/sqlite3.d ${STAGEDIR}${MODULEDIR}/etc/c - cd ${WRKSRC}/../phobos && ${COPYTREE_SHARE} std ${STAGEDIR}${MODULEDIR} - ${MKDIR} ${STAGEDIR}${MODULEDIR}/../druntime - cd ${WRKSRC}/../druntime && ${COPYTREE_SHARE} import ${STAGEDIR}${MODULEDIR}/../druntime + ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin${MODEL}/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf.sample + cd ${WRKDIR}/druntime/import && ${COPYTREE_SHARE} . ${STAGEDIR}${MODULEDIR} + cd ${WRKSRC}/phobos && ${COPYTREE_SHARE} std ${STAGEDIR}${MODULEDIR} + cd ${WRKSRC}/phobos && ${COPYTREE_SHARE} etc ${STAGEDIR}${MODULEDIR} + +post-install-DOCS-on: + cd ${WRKSRC}/dlang.org && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -f ${MAKEFILE} html ${BUILD} LATEST=${PORTVERSION} ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} - cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/dmd/*.md ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR}/dlang.org/web && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + cd ${WRKDIR}/dmd && ${COPYTREE_SHARE} samples ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin32/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd32.conf + ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin64/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd64.conf pre-configure: ${MAKE} -f Makefile.bootstrap BOOTDIR=${WRKDIR} -.include +.include Modified: head/lang/dmd2/Makefile.bootstrap ============================================================================== --- head/lang/dmd2/Makefile.bootstrap Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/Makefile.bootstrap Tue Feb 14 06:27:28 2017 (r434066) @@ -3,10 +3,12 @@ PORTNAME= dmd PORTVERSION= 2.067.1 +MASTER_SITES= http://ftp.digitalmars.com/ CATEGORIES= lang PKGNAMESUFFIX= 2 DISTNAME= dmd.${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTINFO_FILE= ${MASTERDIR}/distinfo.bootstrap MAINTAINER= cy@FreeBSD.org COMMENT= D 2.0 compiler bootstrap @@ -63,15 +65,9 @@ make-dmd: do-build: make-dmd make-phobos make-druntime do-install: - ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man1/dmd.1 ${STAGEDIR}${MANPREFIX}/man/man1/dmd.1 - ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man5/dmd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/dmd.conf.5 - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd.conf ${STAGEDIR}${PREFIX}/etc/dmd.conf.sample + ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd.conf ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dmd ${STAGEDIR}${PREFIX}/bin/dmd ${INSTALL_DATA} ${WRKSRC}/../../freebsd/lib${MODEL}/libphobos2.a ${STAGEDIR}${PREFIX}/lib - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin32/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd32.conf - ${INSTALL_DATA} ${WRKDIR}/dmd2/freebsd/bin64/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd64.conf - cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} samples ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${MODULEDIR}/etc/c ${INSTALL_DATA} ${WRKSRC}/../phobos/*.d ${STAGEDIR}${MODULEDIR} ${INSTALL_DATA} ${WRKSRC}/../phobos/etc/c/zlib.d ${STAGEDIR}${MODULEDIR}/etc/c @@ -80,9 +76,6 @@ do-install: cd ${WRKSRC}/../phobos && ${COPYTREE_SHARE} std ${STAGEDIR}${MODULEDIR} ${MKDIR} ${STAGEDIR}${MODULEDIR}/../druntime cd ${WRKSRC}/../druntime && ${COPYTREE_SHARE} import ${STAGEDIR}${MODULEDIR}/../druntime - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} - cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} ${LN} -sf ${STAGEDIR}/${PREFIX}/bin/dmd ${WRKDIR}/dmd2/freebsd/bin${MODEL}/dmd Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/distinfo Tue Feb 14 06:27:28 2017 (r434066) @@ -1,5 +1,9 @@ -TIMESTAMP = 1487021115 -SHA256 (dmd.2.073.0.freebsd-64.zip) = c7a78632af08e48e0f48fbcfedc228d7b56a35cf1f64f5bee33f79d1d00de4a8 -SIZE (dmd.2.073.0.freebsd-64.zip) = 29122274 -SHA256 (dmd.2.067.1.zip) = 24fd32d3b1401309187a3fcd235014e38c651beb3af29b0e656f6f4add4ec95b -SIZE (dmd.2.067.1.zip) = 56083735 +TIMESTAMP = 1487049098 +SHA256 (dlang-dmd-v2.073.0_GH0.tar.gz) = 61483ea2c395341d05e65ce7e08a978cceff33ed3818f9ffa009a2f2da6929d5 +SIZE (dlang-dmd-v2.073.0_GH0.tar.gz) = 2814618 +SHA256 (dlang-druntime-v2.073.0_GH0.tar.gz) = 542adeac69b93c728a3760273d8d50ec43bf609736c526a58976b3822d5aa883 +SIZE (dlang-druntime-v2.073.0_GH0.tar.gz) = 1496544 +SHA256 (dlang-phobos-v2.073.0_GH0.tar.gz) = 2a0176039fcfcd6c05eff5f471e7659c2d368a8b2cd7f7de323d49d3d8b45782 +SIZE (dlang-phobos-v2.073.0_GH0.tar.gz) = 2171143 +SHA256 (dlang-dlang.org-v2.073.0_GH0.tar.gz) = 9f5fd2a03598fedd2e38a027ca1145f634be78f679a76c5d125116cbf9d07458 +SIZE (dlang-dlang.org-v2.073.0_GH0.tar.gz) = 2320518 Added: head/lang/dmd2/distinfo.bootstrap ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/dmd2/distinfo.bootstrap Tue Feb 14 06:27:28 2017 (r434066) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487049092 +SHA256 (dmd.2.067.1.zip) = 24fd32d3b1401309187a3fcd235014e38c651beb3af29b0e656f6f4add4ec95b +SIZE (dmd.2.067.1.zip) = 56083735 Modified: head/lang/dmd2/files/patch-freebsd__bin32__dmd.conf ============================================================================== --- head/lang/dmd2/files/patch-freebsd__bin32__dmd.conf Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/files/patch-freebsd__bin32__dmd.conf Tue Feb 14 06:27:28 2017 (r434066) @@ -1,5 +1,5 @@ ---- ../../freebsd/bin32/dmd.conf.orig 2014-10-15 19:23:36.000000000 -0700 -+++ ../../freebsd/bin32/dmd.conf 2015-02-24 16:02:48.323239133 -0800 +--- dmd/ini/freebsd/bin32/dmd.conf.orig 2014-10-15 19:23:36.000000000 -0700 ++++ dmd/ini/freebsd/bin32/dmd.conf 2015-02-24 16:02:48.323239133 -0800 @@ -1,5 +1,2 @@ [Environment32] -DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic Modified: head/lang/dmd2/files/patch-freebsd__bin64__dmd.conf ============================================================================== --- head/lang/dmd2/files/patch-freebsd__bin64__dmd.conf Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/files/patch-freebsd__bin64__dmd.conf Tue Feb 14 06:27:28 2017 (r434066) @@ -1,5 +1,5 @@ ---- ../../freebsd/bin64/dmd.conf.orig 2014-10-15 19:23:36.000000000 -0700 -+++ ../../freebsd/bin64/dmd.conf 2015-02-24 16:08:20.814712651 -0800 +--- dmd/ini/freebsd/bin64/dmd.conf.orig 2014-10-15 19:23:36.000000000 -0700 ++++ dmd/ini/freebsd/bin64/dmd.conf 2015-02-24 16:08:20.814712651 -0800 @@ -2,4 +2,4 @@ DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Tue Feb 14 03:30:07 2017 (r434065) +++ head/lang/dmd2/pkg-plist Tue Feb 14 06:27:28 2017 (r434066) @@ -1,380 +1,419 @@ bin/dmd lib/libphobos2.a @sample etc/dmd.conf.sample -%%EXAMPLESDIR%%/dmd32.conf -%%EXAMPLESDIR%%/dmd64.conf -%%EXAMPLESDIR%%/samples/d/all.sh -%%EXAMPLESDIR%%/samples/d/build.bat -%%EXAMPLESDIR%%/samples/d/chello.d -%%EXAMPLESDIR%%/samples/d/clean.bat -%%EXAMPLESDIR%%/samples/d/d2html.d -%%EXAMPLESDIR%%/samples/d/d2html.kwd -%%EXAMPLESDIR%%/samples/d/dclient.d -%%EXAMPLESDIR%%/samples/d/dhry.d -%%EXAMPLESDIR%%/samples/d/dserver.d -%%EXAMPLESDIR%%/samples/d/dserver.def -%%EXAMPLESDIR%%/samples/d/hello.d -%%EXAMPLESDIR%%/samples/d/htmlget.d -%%EXAMPLESDIR%%/samples/d/listener.d -%%EXAMPLESDIR%%/samples/d/mydll/build.bat -%%EXAMPLESDIR%%/samples/d/mydll/dll.d -%%EXAMPLESDIR%%/samples/d/mydll/mydll.d -%%EXAMPLESDIR%%/samples/d/mydll/mydll.def -%%EXAMPLESDIR%%/samples/d/mydll/mydll.di -%%EXAMPLESDIR%%/samples/d/mydll/test.d -%%EXAMPLESDIR%%/samples/d/pi.d -%%EXAMPLESDIR%%/samples/d/posix.mak -%%EXAMPLESDIR%%/samples/d/sieve.d -%%EXAMPLESDIR%%/samples/d/wc.d -%%EXAMPLESDIR%%/samples/d/wc2.d -%%EXAMPLESDIR%%/samples/d/winsamp.d -%%EXAMPLESDIR%%/samples/d/winsamp.def -include/d/druntime/import/core/atomic.d -include/d/druntime/import/core/attribute.d -include/d/druntime/import/core/bitop.d -include/d/druntime/import/core/checkedint.d -include/d/druntime/import/core/cpuid.d -include/d/druntime/import/core/demangle.d -include/d/druntime/import/core/exception.d -include/d/druntime/import/core/internal/abort.d -include/d/druntime/import/core/internal/convert.d -include/d/druntime/import/core/internal/hash.d -include/d/druntime/import/core/internal/spinlock.d -include/d/druntime/import/core/internal/string.d -include/d/druntime/import/core/internal/traits.d -include/d/druntime/import/core/math.d -include/d/druntime/import/core/memory.d -include/d/druntime/import/core/runtime.d -include/d/druntime/import/core/simd.d -include/d/druntime/import/core/stdc/complex.d -include/d/druntime/import/core/stdc/config.d -include/d/druntime/import/core/stdc/ctype.d -include/d/druntime/import/core/stdc/errno.d -include/d/druntime/import/core/stdc/fenv.d -include/d/druntime/import/core/stdc/float_.d -include/d/druntime/import/core/stdc/inttypes.d -include/d/druntime/import/core/stdc/limits.d -include/d/druntime/import/core/stdc/locale.d -include/d/druntime/import/core/stdc/math.d -include/d/druntime/import/core/stdc/signal.d -include/d/druntime/import/core/stdc/stdarg.d -include/d/druntime/import/core/stdc/stddef.d -include/d/druntime/import/core/stdc/stdint.d -include/d/druntime/import/core/stdc/stdio.d -include/d/druntime/import/core/stdc/stdlib.d -include/d/druntime/import/core/stdc/string.d -include/d/druntime/import/core/stdc/tgmath.d -include/d/druntime/import/core/stdc/time.d -include/d/druntime/import/core/stdc/wchar_.d -include/d/druntime/import/core/stdc/wctype.d -include/d/druntime/import/core/stdcpp/exception.d -include/d/druntime/import/core/stdcpp/typeinfo.d -include/d/druntime/import/core/sync/barrier.di -include/d/druntime/import/core/sync/condition.di -include/d/druntime/import/core/sync/config.di -include/d/druntime/import/core/sync/exception.di -include/d/druntime/import/core/sync/mutex.di -include/d/druntime/import/core/sync/rwmutex.di -include/d/druntime/import/core/sync/semaphore.di -include/d/druntime/import/core/sys/darwin/execinfo.d -include/d/druntime/import/core/sys/darwin/mach/dyld.d -include/d/druntime/import/core/sys/darwin/mach/getsect.d -include/d/druntime/import/core/sys/darwin/mach/kern_return.d -include/d/druntime/import/core/sys/darwin/mach/loader.d -include/d/druntime/import/core/sys/darwin/mach/port.d -include/d/druntime/import/core/sys/darwin/mach/semaphore.d -include/d/druntime/import/core/sys/darwin/mach/thread_act.d -include/d/druntime/import/core/sys/darwin/pthread.d -include/d/druntime/import/core/sys/darwin/sys/cdefs.d -include/d/druntime/import/core/sys/darwin/sys/event.d -include/d/druntime/import/core/sys/darwin/sys/mman.d -include/d/druntime/import/core/sys/freebsd/dlfcn.d -include/d/druntime/import/core/sys/freebsd/execinfo.d -include/d/druntime/import/core/sys/freebsd/pthread_np.d -include/d/druntime/import/core/sys/freebsd/sys/_bitset.d -include/d/druntime/import/core/sys/freebsd/sys/_cpuset.d -include/d/druntime/import/core/sys/freebsd/sys/cdefs.d -include/d/druntime/import/core/sys/freebsd/sys/elf.d -include/d/druntime/import/core/sys/freebsd/sys/elf32.d -include/d/druntime/import/core/sys/freebsd/sys/elf64.d -include/d/druntime/import/core/sys/freebsd/sys/elf_common.d -include/d/druntime/import/core/sys/freebsd/sys/event.d -include/d/druntime/import/core/sys/freebsd/sys/link_elf.d -include/d/druntime/import/core/sys/freebsd/sys/mman.d -include/d/druntime/import/core/sys/freebsd/time.d -include/d/druntime/import/core/sys/linux/config.d -include/d/druntime/import/core/sys/linux/dlfcn.d -include/d/druntime/import/core/sys/linux/elf.d -include/d/druntime/import/core/sys/linux/epoll.d -include/d/druntime/import/core/sys/linux/errno.d -include/d/druntime/import/core/sys/linux/execinfo.d -include/d/druntime/import/core/sys/linux/fcntl.d -include/d/druntime/import/core/sys/linux/ifaddrs.d -include/d/druntime/import/core/sys/linux/link.d -include/d/druntime/import/core/sys/linux/sched.d -include/d/druntime/import/core/sys/linux/sys/auxv.d -include/d/druntime/import/core/sys/linux/sys/inotify.d -include/d/druntime/import/core/sys/linux/sys/mman.d -include/d/druntime/import/core/sys/linux/sys/netinet/tcp.d -include/d/druntime/import/core/sys/linux/sys/prctl.d -include/d/druntime/import/core/sys/linux/sys/signalfd.d -include/d/druntime/import/core/sys/linux/sys/socket.d -include/d/druntime/import/core/sys/linux/sys/sysinfo.d -include/d/druntime/import/core/sys/linux/sys/time.d -include/d/druntime/import/core/sys/linux/sys/xattr.d -include/d/druntime/import/core/sys/linux/termios.d -include/d/druntime/import/core/sys/linux/time.d -include/d/druntime/import/core/sys/linux/timerfd.d -include/d/druntime/import/core/sys/linux/tipc.d -include/d/druntime/import/core/sys/linux/unistd.d -include/d/druntime/import/core/sys/openbsd/dlfcn.d -include/d/druntime/import/core/sys/osx/execinfo.d -include/d/druntime/import/core/sys/osx/mach/dyld.d -include/d/druntime/import/core/sys/osx/mach/getsect.d -include/d/druntime/import/core/sys/osx/mach/kern_return.d -include/d/druntime/import/core/sys/osx/mach/loader.d -include/d/druntime/import/core/sys/osx/mach/port.d -include/d/druntime/import/core/sys/osx/mach/semaphore.d -include/d/druntime/import/core/sys/osx/mach/thread_act.d -include/d/druntime/import/core/sys/osx/pthread.d -include/d/druntime/import/core/sys/osx/sys/cdefs.d -include/d/druntime/import/core/sys/osx/sys/mman.d -include/d/druntime/import/core/sys/posix/arpa/inet.d -include/d/druntime/import/core/sys/posix/config.d -include/d/druntime/import/core/sys/posix/dirent.d -include/d/druntime/import/core/sys/posix/dlfcn.d -include/d/druntime/import/core/sys/posix/fcntl.d -include/d/druntime/import/core/sys/posix/grp.d -include/d/druntime/import/core/sys/posix/iconv.d -include/d/druntime/import/core/sys/posix/inttypes.d -include/d/druntime/import/core/sys/posix/libgen.d -include/d/druntime/import/core/sys/posix/net/if_.d -include/d/druntime/import/core/sys/posix/netdb.d -include/d/druntime/import/core/sys/posix/netinet/in_.d -include/d/druntime/import/core/sys/posix/netinet/tcp.d -include/d/druntime/import/core/sys/posix/poll.d -include/d/druntime/import/core/sys/posix/pthread.d -include/d/druntime/import/core/sys/posix/pwd.d -include/d/druntime/import/core/sys/posix/sched.d -include/d/druntime/import/core/sys/posix/semaphore.d -include/d/druntime/import/core/sys/posix/setjmp.d -include/d/druntime/import/core/sys/posix/signal.d -include/d/druntime/import/core/sys/posix/stdio.d -include/d/druntime/import/core/sys/posix/stdlib.d -include/d/druntime/import/core/sys/posix/sys/filio.d -include/d/druntime/import/core/sys/posix/sys/ioccom.d -include/d/druntime/import/core/sys/posix/sys/ioctl.d -include/d/druntime/import/core/sys/posix/sys/ipc.d -include/d/druntime/import/core/sys/posix/sys/mman.d -include/d/druntime/import/core/sys/posix/sys/resource.d -include/d/druntime/import/core/sys/posix/sys/select.d -include/d/druntime/import/core/sys/posix/sys/shm.d -include/d/druntime/import/core/sys/posix/sys/socket.d -include/d/druntime/import/core/sys/posix/sys/stat.d -include/d/druntime/import/core/sys/posix/sys/statvfs.d -include/d/druntime/import/core/sys/posix/sys/time.d -include/d/druntime/import/core/sys/posix/sys/ttycom.d -include/d/druntime/import/core/sys/posix/sys/types.d -include/d/druntime/import/core/sys/posix/sys/uio.d -include/d/druntime/import/core/sys/posix/sys/un.d -include/d/druntime/import/core/sys/posix/sys/utsname.d -include/d/druntime/import/core/sys/posix/sys/wait.d -include/d/druntime/import/core/sys/posix/syslog.d -include/d/druntime/import/core/sys/posix/termios.d -include/d/druntime/import/core/sys/posix/time.d -include/d/druntime/import/core/sys/posix/ucontext.d -include/d/druntime/import/core/sys/posix/unistd.d -include/d/druntime/import/core/sys/posix/utime.d -include/d/druntime/import/core/sys/solaris/dlfcn.d -include/d/druntime/import/core/sys/solaris/elf.d -include/d/druntime/import/core/sys/solaris/execinfo.d -include/d/druntime/import/core/sys/solaris/libelf.d -include/d/druntime/import/core/sys/solaris/link.d -include/d/druntime/import/core/sys/solaris/sys/elf.d -include/d/druntime/import/core/sys/solaris/sys/elf_386.d -include/d/druntime/import/core/sys/solaris/sys/elf_SPARC.d -include/d/druntime/import/core/sys/solaris/sys/elf_amd64.d -include/d/druntime/import/core/sys/solaris/sys/elf_notes.d -include/d/druntime/import/core/sys/solaris/sys/elftypes.d -include/d/druntime/import/core/sys/solaris/sys/link.d -include/d/druntime/import/core/sys/solaris/sys/priocntl.d -include/d/druntime/import/core/sys/solaris/sys/procset.d -include/d/druntime/import/core/sys/solaris/sys/types.d -include/d/druntime/import/core/sys/solaris/time.d -include/d/druntime/import/core/sys/windows/accctrl.d -include/d/druntime/import/core/sys/windows/aclapi.d -include/d/druntime/import/core/sys/windows/aclui.d -include/d/druntime/import/core/sys/windows/basetsd.d -include/d/druntime/import/core/sys/windows/basetyps.d -include/d/druntime/import/core/sys/windows/cderr.d -include/d/druntime/import/core/sys/windows/cguid.d -include/d/druntime/import/core/sys/windows/com.d -include/d/druntime/import/core/sys/windows/comcat.d -include/d/druntime/import/core/sys/windows/commctrl.d -include/d/druntime/import/core/sys/windows/commdlg.d -include/d/druntime/import/core/sys/windows/core.d -include/d/druntime/import/core/sys/windows/cpl.d -include/d/druntime/import/core/sys/windows/cplext.d -include/d/druntime/import/core/sys/windows/custcntl.d -include/d/druntime/import/core/sys/windows/dbghelp.d -include/d/druntime/import/core/sys/windows/dbghelp_types.d -include/d/druntime/import/core/sys/windows/dbt.d -include/d/druntime/import/core/sys/windows/dde.d -include/d/druntime/import/core/sys/windows/ddeml.d -include/d/druntime/import/core/sys/windows/dhcpcsdk.d -include/d/druntime/import/core/sys/windows/dlgs.d -include/d/druntime/import/core/sys/windows/dll.d -include/d/druntime/import/core/sys/windows/docobj.d -include/d/druntime/import/core/sys/windows/errorrep.d -include/d/druntime/import/core/sys/windows/exdisp.d -include/d/druntime/import/core/sys/windows/exdispid.d -include/d/druntime/import/core/sys/windows/httpext.d -include/d/druntime/import/core/sys/windows/idispids.d -include/d/druntime/import/core/sys/windows/imagehlp.d -include/d/druntime/import/core/sys/windows/imm.d -include/d/druntime/import/core/sys/windows/intshcut.d -include/d/druntime/import/core/sys/windows/ipexport.d -include/d/druntime/import/core/sys/windows/iphlpapi.d -include/d/druntime/import/core/sys/windows/ipifcons.d -include/d/druntime/import/core/sys/windows/iprtrmib.d -include/d/druntime/import/core/sys/windows/iptypes.d -include/d/druntime/import/core/sys/windows/isguids.d -include/d/druntime/import/core/sys/windows/lm.d -include/d/druntime/import/core/sys/windows/lmaccess.d -include/d/druntime/import/core/sys/windows/lmalert.d -include/d/druntime/import/core/sys/windows/lmapibuf.d -include/d/druntime/import/core/sys/windows/lmat.d -include/d/druntime/import/core/sys/windows/lmaudit.d -include/d/druntime/import/core/sys/windows/lmbrowsr.d -include/d/druntime/import/core/sys/windows/lmchdev.d -include/d/druntime/import/core/sys/windows/lmconfig.d -include/d/druntime/import/core/sys/windows/lmcons.d -include/d/druntime/import/core/sys/windows/lmerr.d -include/d/druntime/import/core/sys/windows/lmerrlog.d -include/d/druntime/import/core/sys/windows/lmmsg.d -include/d/druntime/import/core/sys/windows/lmremutl.d -include/d/druntime/import/core/sys/windows/lmrepl.d -include/d/druntime/import/core/sys/windows/lmserver.d -include/d/druntime/import/core/sys/windows/lmshare.d -include/d/druntime/import/core/sys/windows/lmsname.d -include/d/druntime/import/core/sys/windows/lmstats.d -include/d/druntime/import/core/sys/windows/lmsvc.d -include/d/druntime/import/core/sys/windows/lmuse.d -include/d/druntime/import/core/sys/windows/lmuseflg.d -include/d/druntime/import/core/sys/windows/lmwksta.d -include/d/druntime/import/core/sys/windows/lzexpand.d -include/d/druntime/import/core/sys/windows/mapi.d -include/d/druntime/import/core/sys/windows/mciavi.d -include/d/druntime/import/core/sys/windows/mcx.d -include/d/druntime/import/core/sys/windows/mgmtapi.d -include/d/druntime/import/core/sys/windows/mmsystem.d -include/d/druntime/import/core/sys/windows/msacm.d -include/d/druntime/import/core/sys/windows/mshtml.d -include/d/druntime/import/core/sys/windows/mswsock.d -include/d/druntime/import/core/sys/windows/nb30.d -include/d/druntime/import/core/sys/windows/nddeapi.d -include/d/druntime/import/core/sys/windows/nspapi.d -include/d/druntime/import/core/sys/windows/ntdef.d -include/d/druntime/import/core/sys/windows/ntdll.d -include/d/druntime/import/core/sys/windows/ntldap.d -include/d/druntime/import/core/sys/windows/ntsecapi.d -include/d/druntime/import/core/sys/windows/ntsecpkg.d -include/d/druntime/import/core/sys/windows/oaidl.d -include/d/druntime/import/core/sys/windows/objbase.d -include/d/druntime/import/core/sys/windows/objfwd.d -include/d/druntime/import/core/sys/windows/objidl.d -include/d/druntime/import/core/sys/windows/objsafe.d -include/d/druntime/import/core/sys/windows/ocidl.d -include/d/druntime/import/core/sys/windows/odbcinst.d -include/d/druntime/import/core/sys/windows/ole.d -include/d/druntime/import/core/sys/windows/ole2.d -include/d/druntime/import/core/sys/windows/ole2ver.d -include/d/druntime/import/core/sys/windows/oleacc.d -include/d/druntime/import/core/sys/windows/oleauto.d -include/d/druntime/import/core/sys/windows/olectl.d -include/d/druntime/import/core/sys/windows/olectlid.d -include/d/druntime/import/core/sys/windows/oledlg.d -include/d/druntime/import/core/sys/windows/oleidl.d -include/d/druntime/import/core/sys/windows/pbt.d -include/d/druntime/import/core/sys/windows/powrprof.d -include/d/druntime/import/core/sys/windows/prsht.d -include/d/druntime/import/core/sys/windows/psapi.d -include/d/druntime/import/core/sys/windows/rapi.d -include/d/druntime/import/core/sys/windows/ras.d -include/d/druntime/import/core/sys/windows/rasdlg.d -include/d/druntime/import/core/sys/windows/raserror.d -include/d/druntime/import/core/sys/windows/rassapi.d -include/d/druntime/import/core/sys/windows/reason.d -include/d/druntime/import/core/sys/windows/regstr.d -include/d/druntime/import/core/sys/windows/richedit.d -include/d/druntime/import/core/sys/windows/richole.d -include/d/druntime/import/core/sys/windows/rpc.d -include/d/druntime/import/core/sys/windows/rpcdce.d -include/d/druntime/import/core/sys/windows/rpcdce2.d -include/d/druntime/import/core/sys/windows/rpcdcep.d -include/d/druntime/import/core/sys/windows/rpcndr.d -include/d/druntime/import/core/sys/windows/rpcnsi.d -include/d/druntime/import/core/sys/windows/rpcnsip.d -include/d/druntime/import/core/sys/windows/rpcnterr.d -include/d/druntime/import/core/sys/windows/schannel.d -include/d/druntime/import/core/sys/windows/secext.d -include/d/druntime/import/core/sys/windows/security.d -include/d/druntime/import/core/sys/windows/servprov.d -include/d/druntime/import/core/sys/windows/setupapi.d -include/d/druntime/import/core/sys/windows/shellapi.d -include/d/druntime/import/core/sys/windows/shldisp.d -include/d/druntime/import/core/sys/windows/shlguid.d -include/d/druntime/import/core/sys/windows/shlobj.d -include/d/druntime/import/core/sys/windows/shlwapi.d -include/d/druntime/import/core/sys/windows/snmp.d -include/d/druntime/import/core/sys/windows/sql.d -include/d/druntime/import/core/sys/windows/sqlext.d -include/d/druntime/import/core/sys/windows/sqltypes.d -include/d/druntime/import/core/sys/windows/sqlucode.d -include/d/druntime/import/core/sys/windows/sspi.d -include/d/druntime/import/core/sys/windows/stacktrace.d -include/d/druntime/import/core/sys/windows/stat.d -include/d/druntime/import/core/sys/windows/subauth.d -include/d/druntime/import/core/sys/windows/threadaux.d -include/d/druntime/import/core/sys/windows/tlhelp32.d -include/d/druntime/import/core/sys/windows/tmschema.d -include/d/druntime/import/core/sys/windows/unknwn.d -include/d/druntime/import/core/sys/windows/uuid.d -include/d/druntime/import/core/sys/windows/vfw.d -include/d/druntime/import/core/sys/windows/w32api.d -include/d/druntime/import/core/sys/windows/winbase.d -include/d/druntime/import/core/sys/windows/winber.d -include/d/druntime/import/core/sys/windows/wincon.d -include/d/druntime/import/core/sys/windows/wincrypt.d -include/d/druntime/import/core/sys/windows/windef.d -include/d/druntime/import/core/sys/windows/windows.d -include/d/druntime/import/core/sys/windows/winerror.d -include/d/druntime/import/core/sys/windows/wingdi.d -include/d/druntime/import/core/sys/windows/winhttp.d -include/d/druntime/import/core/sys/windows/wininet.d -include/d/druntime/import/core/sys/windows/winioctl.d -include/d/druntime/import/core/sys/windows/winldap.d -include/d/druntime/import/core/sys/windows/winnetwk.d -include/d/druntime/import/core/sys/windows/winnls.d -include/d/druntime/import/core/sys/windows/winnt.d -include/d/druntime/import/core/sys/windows/winperf.d -include/d/druntime/import/core/sys/windows/winreg.d -include/d/druntime/import/core/sys/windows/winsock2.d -include/d/druntime/import/core/sys/windows/winspool.d -include/d/druntime/import/core/sys/windows/winsvc.d -include/d/druntime/import/core/sys/windows/winuser.d -include/d/druntime/import/core/sys/windows/winver.d -include/d/druntime/import/core/sys/windows/wtsapi32.d -include/d/druntime/import/core/sys/windows/wtypes.d -include/d/druntime/import/core/thread.d -include/d/druntime/import/core/time.d -include/d/druntime/import/core/vararg.d -include/d/druntime/import/etc/linux/memoryerror.d -include/d/druntime/import/object.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmd32.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmd64.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/all.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/build.bat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/chello.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/clean.bat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/d2html.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/d2html.kwd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/dclient.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/dhry.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/dserver.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/dserver.def +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/hello.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/htmlget.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/listener.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/build.bat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/dll.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/mydll.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/mydll.def +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/mydll.di +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/mydll/test.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/pi.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/posix.mak +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/sieve.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/wc.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/wc2.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/winsamp.d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples/winsamp.def +include/d/phobos2/core/atomic.d +include/d/phobos2/core/attribute.d +include/d/phobos2/core/bitop.d +include/d/phobos2/core/checkedint.d +include/d/phobos2/core/cpuid.d +include/d/phobos2/core/demangle.d +include/d/phobos2/core/exception.d +include/d/phobos2/core/internal/abort.d +include/d/phobos2/core/internal/convert.d +include/d/phobos2/core/internal/hash.d +include/d/phobos2/core/internal/spinlock.d +include/d/phobos2/core/internal/string.d +include/d/phobos2/core/internal/traits.d +include/d/phobos2/core/math.d +include/d/phobos2/core/memory.d +include/d/phobos2/core/runtime.d +include/d/phobos2/core/simd.d +include/d/phobos2/core/stdc/complex.d +include/d/phobos2/core/stdc/config.d +include/d/phobos2/core/stdc/ctype.d +include/d/phobos2/core/stdc/errno.d +include/d/phobos2/core/stdc/fenv.d +include/d/phobos2/core/stdc/float_.d +include/d/phobos2/core/stdc/inttypes.d +include/d/phobos2/core/stdc/limits.d +include/d/phobos2/core/stdc/locale.d +include/d/phobos2/core/stdc/math.d +include/d/phobos2/core/stdc/signal.d +include/d/phobos2/core/stdc/stdarg.d +include/d/phobos2/core/stdc/stddef.d +include/d/phobos2/core/stdc/stdint.d +include/d/phobos2/core/stdc/stdio.d +include/d/phobos2/core/stdc/stdlib.d +include/d/phobos2/core/stdc/string.d +include/d/phobos2/core/stdc/tgmath.d +include/d/phobos2/core/stdc/time.d +include/d/phobos2/core/stdc/wchar_.d +include/d/phobos2/core/stdc/wctype.d +include/d/phobos2/core/stdcpp/exception.d +include/d/phobos2/core/stdcpp/typeinfo.d +include/d/phobos2/core/sync/barrier.di +include/d/phobos2/core/sync/condition.di +include/d/phobos2/core/sync/config.di +include/d/phobos2/core/sync/exception.di +include/d/phobos2/core/sync/mutex.di +include/d/phobos2/core/sync/rwmutex.di +include/d/phobos2/core/sync/semaphore.di +include/d/phobos2/core/sys/darwin/execinfo.d +include/d/phobos2/core/sys/darwin/mach/dyld.d +include/d/phobos2/core/sys/darwin/mach/getsect.d +include/d/phobos2/core/sys/darwin/mach/kern_return.d +include/d/phobos2/core/sys/darwin/mach/loader.d +include/d/phobos2/core/sys/darwin/mach/port.d +include/d/phobos2/core/sys/darwin/mach/semaphore.d +include/d/phobos2/core/sys/darwin/mach/thread_act.d +include/d/phobos2/core/sys/darwin/pthread.d +include/d/phobos2/core/sys/darwin/sys/cdefs.d +include/d/phobos2/core/sys/darwin/sys/event.d +include/d/phobos2/core/sys/darwin/sys/mman.d +include/d/phobos2/core/sys/freebsd/dlfcn.d +include/d/phobos2/core/sys/freebsd/execinfo.d +include/d/phobos2/core/sys/freebsd/pthread_np.d +include/d/phobos2/core/sys/freebsd/sys/_bitset.d +include/d/phobos2/core/sys/freebsd/sys/_cpuset.d +include/d/phobos2/core/sys/freebsd/sys/cdefs.d +include/d/phobos2/core/sys/freebsd/sys/elf.d +include/d/phobos2/core/sys/freebsd/sys/elf32.d +include/d/phobos2/core/sys/freebsd/sys/elf64.d +include/d/phobos2/core/sys/freebsd/sys/elf_common.d +include/d/phobos2/core/sys/freebsd/sys/event.d +include/d/phobos2/core/sys/freebsd/sys/link_elf.d +include/d/phobos2/core/sys/freebsd/sys/mman.d +include/d/phobos2/core/sys/freebsd/time.d +include/d/phobos2/core/sys/linux/config.d +include/d/phobos2/core/sys/linux/dlfcn.d +include/d/phobos2/core/sys/linux/elf.d +include/d/phobos2/core/sys/linux/epoll.d +include/d/phobos2/core/sys/linux/errno.d +include/d/phobos2/core/sys/linux/execinfo.d +include/d/phobos2/core/sys/linux/fcntl.d +include/d/phobos2/core/sys/linux/ifaddrs.d +include/d/phobos2/core/sys/linux/link.d +include/d/phobos2/core/sys/linux/sched.d +include/d/phobos2/core/sys/linux/sys/auxv.d +include/d/phobos2/core/sys/linux/sys/inotify.d +include/d/phobos2/core/sys/linux/sys/mman.d +include/d/phobos2/core/sys/linux/sys/netinet/tcp.d +include/d/phobos2/core/sys/linux/sys/prctl.d +include/d/phobos2/core/sys/linux/sys/signalfd.d +include/d/phobos2/core/sys/linux/sys/socket.d +include/d/phobos2/core/sys/linux/sys/sysinfo.d +include/d/phobos2/core/sys/linux/sys/time.d +include/d/phobos2/core/sys/linux/sys/xattr.d +include/d/phobos2/core/sys/linux/termios.d +include/d/phobos2/core/sys/linux/time.d +include/d/phobos2/core/sys/linux/timerfd.d +include/d/phobos2/core/sys/linux/tipc.d +include/d/phobos2/core/sys/linux/unistd.d +include/d/phobos2/core/sys/openbsd/dlfcn.d +include/d/phobos2/core/sys/osx/execinfo.d +include/d/phobos2/core/sys/osx/mach/dyld.d +include/d/phobos2/core/sys/osx/mach/getsect.d +include/d/phobos2/core/sys/osx/mach/kern_return.d +include/d/phobos2/core/sys/osx/mach/loader.d +include/d/phobos2/core/sys/osx/mach/port.d +include/d/phobos2/core/sys/osx/mach/semaphore.d +include/d/phobos2/core/sys/osx/mach/thread_act.d +include/d/phobos2/core/sys/osx/pthread.d +include/d/phobos2/core/sys/osx/sys/cdefs.d +include/d/phobos2/core/sys/osx/sys/mman.d +include/d/phobos2/core/sys/posix/arpa/inet.d +include/d/phobos2/core/sys/posix/config.d +include/d/phobos2/core/sys/posix/dirent.d +include/d/phobos2/core/sys/posix/dlfcn.d +include/d/phobos2/core/sys/posix/fcntl.d +include/d/phobos2/core/sys/posix/grp.d +include/d/phobos2/core/sys/posix/iconv.d +include/d/phobos2/core/sys/posix/inttypes.d +include/d/phobos2/core/sys/posix/libgen.d +include/d/phobos2/core/sys/posix/net/if_.d +include/d/phobos2/core/sys/posix/netdb.d +include/d/phobos2/core/sys/posix/netinet/in_.d +include/d/phobos2/core/sys/posix/netinet/tcp.d +include/d/phobos2/core/sys/posix/poll.d +include/d/phobos2/core/sys/posix/pthread.d +include/d/phobos2/core/sys/posix/pwd.d +include/d/phobos2/core/sys/posix/sched.d +include/d/phobos2/core/sys/posix/semaphore.d +include/d/phobos2/core/sys/posix/setjmp.d +include/d/phobos2/core/sys/posix/signal.d +include/d/phobos2/core/sys/posix/stdio.d +include/d/phobos2/core/sys/posix/stdlib.d +include/d/phobos2/core/sys/posix/sys/filio.d +include/d/phobos2/core/sys/posix/sys/ioccom.d +include/d/phobos2/core/sys/posix/sys/ioctl.d +include/d/phobos2/core/sys/posix/sys/ipc.d +include/d/phobos2/core/sys/posix/sys/mman.d +include/d/phobos2/core/sys/posix/sys/resource.d +include/d/phobos2/core/sys/posix/sys/select.d +include/d/phobos2/core/sys/posix/sys/shm.d +include/d/phobos2/core/sys/posix/sys/socket.d +include/d/phobos2/core/sys/posix/sys/stat.d +include/d/phobos2/core/sys/posix/sys/statvfs.d +include/d/phobos2/core/sys/posix/sys/time.d +include/d/phobos2/core/sys/posix/sys/ttycom.d +include/d/phobos2/core/sys/posix/sys/types.d +include/d/phobos2/core/sys/posix/sys/uio.d +include/d/phobos2/core/sys/posix/sys/un.d +include/d/phobos2/core/sys/posix/sys/utsname.d +include/d/phobos2/core/sys/posix/sys/wait.d +include/d/phobos2/core/sys/posix/syslog.d +include/d/phobos2/core/sys/posix/termios.d +include/d/phobos2/core/sys/posix/time.d +include/d/phobos2/core/sys/posix/ucontext.d +include/d/phobos2/core/sys/posix/unistd.d +include/d/phobos2/core/sys/posix/utime.d +include/d/phobos2/core/sys/solaris/dlfcn.d +include/d/phobos2/core/sys/solaris/elf.d +include/d/phobos2/core/sys/solaris/execinfo.d +include/d/phobos2/core/sys/solaris/libelf.d +include/d/phobos2/core/sys/solaris/link.d +include/d/phobos2/core/sys/solaris/sys/elf.d +include/d/phobos2/core/sys/solaris/sys/elf_386.d +include/d/phobos2/core/sys/solaris/sys/elf_SPARC.d +include/d/phobos2/core/sys/solaris/sys/elf_amd64.d +include/d/phobos2/core/sys/solaris/sys/elf_notes.d +include/d/phobos2/core/sys/solaris/sys/elftypes.d +include/d/phobos2/core/sys/solaris/sys/link.d +include/d/phobos2/core/sys/solaris/sys/priocntl.d +include/d/phobos2/core/sys/solaris/sys/procset.d +include/d/phobos2/core/sys/solaris/sys/types.d +include/d/phobos2/core/sys/solaris/time.d +include/d/phobos2/core/sys/windows/accctrl.d +include/d/phobos2/core/sys/windows/aclapi.d +include/d/phobos2/core/sys/windows/aclui.d +include/d/phobos2/core/sys/windows/basetsd.d +include/d/phobos2/core/sys/windows/basetyps.d +include/d/phobos2/core/sys/windows/cderr.d +include/d/phobos2/core/sys/windows/cguid.d +include/d/phobos2/core/sys/windows/com.d +include/d/phobos2/core/sys/windows/comcat.d +include/d/phobos2/core/sys/windows/commctrl.d +include/d/phobos2/core/sys/windows/commdlg.d +include/d/phobos2/core/sys/windows/core.d +include/d/phobos2/core/sys/windows/cpl.d +include/d/phobos2/core/sys/windows/cplext.d +include/d/phobos2/core/sys/windows/custcntl.d +include/d/phobos2/core/sys/windows/dbghelp.d +include/d/phobos2/core/sys/windows/dbghelp_types.d +include/d/phobos2/core/sys/windows/dbt.d +include/d/phobos2/core/sys/windows/dde.d +include/d/phobos2/core/sys/windows/ddeml.d +include/d/phobos2/core/sys/windows/dhcpcsdk.d +include/d/phobos2/core/sys/windows/dlgs.d +include/d/phobos2/core/sys/windows/dll.d +include/d/phobos2/core/sys/windows/docobj.d +include/d/phobos2/core/sys/windows/errorrep.d +include/d/phobos2/core/sys/windows/exdisp.d +include/d/phobos2/core/sys/windows/exdispid.d +include/d/phobos2/core/sys/windows/httpext.d +include/d/phobos2/core/sys/windows/idispids.d +include/d/phobos2/core/sys/windows/imagehlp.d +include/d/phobos2/core/sys/windows/imm.d +include/d/phobos2/core/sys/windows/intshcut.d +include/d/phobos2/core/sys/windows/ipexport.d +include/d/phobos2/core/sys/windows/iphlpapi.d +include/d/phobos2/core/sys/windows/ipifcons.d +include/d/phobos2/core/sys/windows/iprtrmib.d +include/d/phobos2/core/sys/windows/iptypes.d +include/d/phobos2/core/sys/windows/isguids.d +include/d/phobos2/core/sys/windows/lm.d +include/d/phobos2/core/sys/windows/lmaccess.d +include/d/phobos2/core/sys/windows/lmalert.d +include/d/phobos2/core/sys/windows/lmapibuf.d +include/d/phobos2/core/sys/windows/lmat.d +include/d/phobos2/core/sys/windows/lmaudit.d +include/d/phobos2/core/sys/windows/lmbrowsr.d +include/d/phobos2/core/sys/windows/lmchdev.d +include/d/phobos2/core/sys/windows/lmconfig.d +include/d/phobos2/core/sys/windows/lmcons.d +include/d/phobos2/core/sys/windows/lmerr.d +include/d/phobos2/core/sys/windows/lmerrlog.d +include/d/phobos2/core/sys/windows/lmmsg.d +include/d/phobos2/core/sys/windows/lmremutl.d +include/d/phobos2/core/sys/windows/lmrepl.d +include/d/phobos2/core/sys/windows/lmserver.d +include/d/phobos2/core/sys/windows/lmshare.d +include/d/phobos2/core/sys/windows/lmsname.d +include/d/phobos2/core/sys/windows/lmstats.d +include/d/phobos2/core/sys/windows/lmsvc.d +include/d/phobos2/core/sys/windows/lmuse.d +include/d/phobos2/core/sys/windows/lmuseflg.d +include/d/phobos2/core/sys/windows/lmwksta.d +include/d/phobos2/core/sys/windows/lzexpand.d +include/d/phobos2/core/sys/windows/mapi.d +include/d/phobos2/core/sys/windows/mciavi.d +include/d/phobos2/core/sys/windows/mcx.d +include/d/phobos2/core/sys/windows/mgmtapi.d +include/d/phobos2/core/sys/windows/mmsystem.d +include/d/phobos2/core/sys/windows/msacm.d +include/d/phobos2/core/sys/windows/mshtml.d +include/d/phobos2/core/sys/windows/mswsock.d +include/d/phobos2/core/sys/windows/nb30.d +include/d/phobos2/core/sys/windows/nddeapi.d +include/d/phobos2/core/sys/windows/nspapi.d +include/d/phobos2/core/sys/windows/ntdef.d +include/d/phobos2/core/sys/windows/ntdll.d +include/d/phobos2/core/sys/windows/ntldap.d +include/d/phobos2/core/sys/windows/ntsecapi.d +include/d/phobos2/core/sys/windows/ntsecpkg.d +include/d/phobos2/core/sys/windows/oaidl.d +include/d/phobos2/core/sys/windows/objbase.d +include/d/phobos2/core/sys/windows/objfwd.d +include/d/phobos2/core/sys/windows/objidl.d +include/d/phobos2/core/sys/windows/objsafe.d +include/d/phobos2/core/sys/windows/ocidl.d +include/d/phobos2/core/sys/windows/odbcinst.d +include/d/phobos2/core/sys/windows/ole.d +include/d/phobos2/core/sys/windows/ole2.d +include/d/phobos2/core/sys/windows/ole2ver.d +include/d/phobos2/core/sys/windows/oleacc.d +include/d/phobos2/core/sys/windows/oleauto.d +include/d/phobos2/core/sys/windows/olectl.d +include/d/phobos2/core/sys/windows/olectlid.d +include/d/phobos2/core/sys/windows/oledlg.d +include/d/phobos2/core/sys/windows/oleidl.d +include/d/phobos2/core/sys/windows/pbt.d +include/d/phobos2/core/sys/windows/powrprof.d +include/d/phobos2/core/sys/windows/prsht.d +include/d/phobos2/core/sys/windows/psapi.d +include/d/phobos2/core/sys/windows/rapi.d +include/d/phobos2/core/sys/windows/ras.d +include/d/phobos2/core/sys/windows/rasdlg.d +include/d/phobos2/core/sys/windows/raserror.d +include/d/phobos2/core/sys/windows/rassapi.d +include/d/phobos2/core/sys/windows/reason.d +include/d/phobos2/core/sys/windows/regstr.d +include/d/phobos2/core/sys/windows/richedit.d +include/d/phobos2/core/sys/windows/richole.d +include/d/phobos2/core/sys/windows/rpc.d +include/d/phobos2/core/sys/windows/rpcdce.d +include/d/phobos2/core/sys/windows/rpcdce2.d +include/d/phobos2/core/sys/windows/rpcdcep.d +include/d/phobos2/core/sys/windows/rpcndr.d +include/d/phobos2/core/sys/windows/rpcnsi.d +include/d/phobos2/core/sys/windows/rpcnsip.d +include/d/phobos2/core/sys/windows/rpcnterr.d +include/d/phobos2/core/sys/windows/schannel.d +include/d/phobos2/core/sys/windows/secext.d +include/d/phobos2/core/sys/windows/security.d +include/d/phobos2/core/sys/windows/servprov.d +include/d/phobos2/core/sys/windows/setupapi.d +include/d/phobos2/core/sys/windows/shellapi.d +include/d/phobos2/core/sys/windows/shldisp.d +include/d/phobos2/core/sys/windows/shlguid.d +include/d/phobos2/core/sys/windows/shlobj.d +include/d/phobos2/core/sys/windows/shlwapi.d +include/d/phobos2/core/sys/windows/snmp.d +include/d/phobos2/core/sys/windows/sql.d +include/d/phobos2/core/sys/windows/sqlext.d +include/d/phobos2/core/sys/windows/sqltypes.d +include/d/phobos2/core/sys/windows/sqlucode.d +include/d/phobos2/core/sys/windows/sspi.d +include/d/phobos2/core/sys/windows/stacktrace.d +include/d/phobos2/core/sys/windows/stat.d +include/d/phobos2/core/sys/windows/subauth.d +include/d/phobos2/core/sys/windows/threadaux.d +include/d/phobos2/core/sys/windows/tlhelp32.d +include/d/phobos2/core/sys/windows/tmschema.d +include/d/phobos2/core/sys/windows/unknwn.d +include/d/phobos2/core/sys/windows/uuid.d +include/d/phobos2/core/sys/windows/vfw.d +include/d/phobos2/core/sys/windows/w32api.d +include/d/phobos2/core/sys/windows/winbase.d +include/d/phobos2/core/sys/windows/winber.d +include/d/phobos2/core/sys/windows/wincon.d +include/d/phobos2/core/sys/windows/wincrypt.d +include/d/phobos2/core/sys/windows/windef.d +include/d/phobos2/core/sys/windows/windows.d +include/d/phobos2/core/sys/windows/winerror.d +include/d/phobos2/core/sys/windows/wingdi.d +include/d/phobos2/core/sys/windows/winhttp.d +include/d/phobos2/core/sys/windows/wininet.d +include/d/phobos2/core/sys/windows/winioctl.d +include/d/phobos2/core/sys/windows/winldap.d +include/d/phobos2/core/sys/windows/winnetwk.d +include/d/phobos2/core/sys/windows/winnls.d +include/d/phobos2/core/sys/windows/winnt.d +include/d/phobos2/core/sys/windows/winperf.d +include/d/phobos2/core/sys/windows/winreg.d +include/d/phobos2/core/sys/windows/winsock2.d +include/d/phobos2/core/sys/windows/winspool.d +include/d/phobos2/core/sys/windows/winsvc.d +include/d/phobos2/core/sys/windows/winuser.d +include/d/phobos2/core/sys/windows/winver.d +include/d/phobos2/core/sys/windows/wtsapi32.d +include/d/phobos2/core/sys/windows/wtypes.d +include/d/phobos2/core/thread.d +include/d/phobos2/core/time.d +include/d/phobos2/core/vararg.d include/d/phobos2/etc/c/curl.d +include/d/phobos2/etc/c/odbc/sql.d +include/d/phobos2/etc/c/odbc/sqlext.d +include/d/phobos2/etc/c/odbc/sqltypes.d +include/d/phobos2/etc/c/odbc/sqlucode.d include/d/phobos2/etc/c/sqlite3.d include/d/phobos2/etc/c/zlib.d -include/d/phobos2/index.d +include/d/phobos2/etc/c/zlib/ChangeLog +include/d/phobos2/etc/c/zlib/README *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Feb 14 06:44:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1D8CD1CFA; Tue, 14 Feb 2017 06:44:52 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93A4C1D90; Tue, 14 Feb 2017 06:44:52 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x242.google.com with SMTP id f200so3469118itf.3; Mon, 13 Feb 2017 22:44:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=1W+tLiApVSu1R+Vj75YA5bf+F2d12srM/ZP0lQTD69s=; b=WfjsooGP3OWAuewpnae037YrH0mPrkfvv5v5I63VbMsiYE3HDwI6IM3eGb05KjOPse hIjRgJQfKHaUjWMqy56zx1tD0IF9xnFC/SoR8h9EO4uUZNU4/0IpyJGk/JERPu5riP3n J5cD4xjYrizEQdt2DCoPQ27AqtcBBGeDTotyhFg1XQWKNGffWsQJCR63wyVERR3Uvgd/ 7hKvU2EKXZ6rXvviwX99FvP/vg7pMTShbtIEtjzCQ+yOI5PM3G/CssIqGlGatlUk0yZI h/LJyqeSZTilDQUdXkCjz3ruz5P0LPkSO27VuTJoRg8O6pBVH5kPV8Wd5GSofT79tIin nyzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=1W+tLiApVSu1R+Vj75YA5bf+F2d12srM/ZP0lQTD69s=; b=T9ODA+tgjn2FwZFCTodfuLf5Swl/AmCcrgvwKWZIRMWKpntPokttTj2aXqFfxJnzXw j1WD2ShPi4g6CAnTq5d6UjVuX/NUwHNu8PL7dnqpj3cjNeIWsl4vr7hbxQfLvSed5Uyu JcTIPUSjgIcJOxrK7D14yEFbO/7k00Qqq+iAew7yf8fM8cBn4CzEvwVjFsdlLjfb0Z6y FkBE2WDRLCcyUQ6kuZ5ff4Y+Td6IvPmvMPRPSmS+j33sXeJaFcF36Y0eY7usb96etwLc OfdF4ussjvWrYe3ZOrfPlcwsHjMJ6ICuf9JD+Oip03KcJQH9UWx2LeZbsJ2x4kiWwyh7 Vb9Q== X-Gm-Message-State: AMke39m7qHbK09cyYI+j7Ug9Ji/TtHf/PA5ocRnOURO73zLnsn4VrP0Srw2/+abU2+OcncYZXn0EHi5JbypXYQ== X-Received: by 10.36.57.10 with SMTP id l10mr2020392ita.88.1487054691812; Mon, 13 Feb 2017 22:44:51 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.205.142 with HTTP; Mon, 13 Feb 2017 22:44:51 -0800 (PST) In-Reply-To: <201702131739.v1DHdfkl060160@repo.freebsd.org> References: <201702131739.v1DHdfkl060160@repo.freebsd.org> From: Antoine Brodin Date: Tue, 14 Feb 2017 07:44:51 +0100 X-Google-Sender-Auth: 33nlxHntQrcRnbjWkxLS2CY30So Message-ID: Subject: Re: svn commit: r434009 - head/math/gmp To: Alex Dupre Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 06:44:52 -0000 On Mon, Feb 13, 2017 at 6:39 PM, Alex Dupre wrote: > Author: ale > Date: Mon Feb 13 17:39:41 2017 > New Revision: 434009 > URL: https://svnweb.freebsd.org/changeset/ports/434009 > > Log: > Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases. > > PR: 217071 > Submitted by: Iblis Lin > > Modified: > head/math/gmp/Makefile > head/math/gmp/distinfo > head/math/gmp/pkg-plist Hi, This fails to build on head, and more than 7000 ports are skipped. Please fix or revert the upgrade. Cheers, Antoine (with hat: portmgr) From owner-svn-ports-all@freebsd.org Tue Feb 14 06:53:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF903CD1F9C; Tue, 14 Feb 2017 06:53:02 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 725B911AE; Tue, 14 Feb 2017 06:53:02 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E6r1pu090926; Tue, 14 Feb 2017 06:53:01 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E6r1YW090925; Tue, 14 Feb 2017 06:53:01 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702140653.v1E6r1YW090925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 14 Feb 2017 06:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434067 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 06:53:02 -0000 Author: cy Date: Tue Feb 14 06:53:01 2017 New Revision: 434067 URL: https://svnweb.freebsd.org/changeset/ports/434067 Log: Bump portrevision to accommodate plist changes in r434066. Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Tue Feb 14 06:27:28 2017 (r434066) +++ head/lang/dmd2/Makefile Tue Feb 14 06:53:01 2017 (r434067) @@ -3,6 +3,7 @@ PORTNAME= dmd PORTVERSION= 2.073.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMESUFFIX= 2 From owner-svn-ports-all@freebsd.org Tue Feb 14 09:01:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CCB0CDFD6B; Tue, 14 Feb 2017 09:01:32 +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 2C288192D; Tue, 14 Feb 2017 09:01:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E91VNX042053; Tue, 14 Feb 2017 09:01:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E91V2m042052; Tue, 14 Feb 2017 09:01:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702140901.v1E91V2m042052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Feb 2017 09:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434068 - head/www/decss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 09:01:32 -0000 Author: amdmi3 Date: Tue Feb 14 09:01:31 2017 New Revision: 434068 URL: https://svnweb.freebsd.org/changeset/ports/434068 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/www/decss/Makefile Modified: head/www/decss/Makefile ============================================================================== --- head/www/decss/Makefile Tue Feb 14 06:53:01 2017 (r434067) +++ head/www/decss/Makefile Tue Feb 14 09:01:31 2017 (r434068) @@ -10,20 +10,25 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Strip cascading style sheets from webpages +LICENSE= ART10 + WRKSRC= ${WRKDIR}/source USES= perl5 shebangfix +SHEBANG_FILES= DeCSS NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/decss PORTDOCS= FAQ README decss-now.png decss_mirror.html \ original_pigdog_article.txt -SHEBANG_FILES= DeCSS OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${STAGEDIR}${PREFIX}/bin/decss + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Tue Feb 14 09:29:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CA57CDC73B; Tue, 14 Feb 2017 09:29:20 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15705168A; Tue, 14 Feb 2017 09:29:20 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x241.google.com with SMTP id r141so4227947ita.1; Tue, 14 Feb 2017 01:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=AT6Z1YckcgrmHq9QFs9/I3ECatgn+mcUikhbQU3dlI4=; b=YLIJLPUR0L4eJr2la5jTDniMV8XcnMIJQnIhSUHX+PWCDcWU2GMKiGZ0w0z0adozz4 QDhRhItrSNGOjnnpYRlgaw2MnLW2oXVB+Hbfv0pAsrNlLWVosXo15OImhheLCntPDP5v ueQb52oxLpJAOpozljflKC/4iye/RhbBW6V9F8PtMhMJi6jSYf6sAvYHniYTjZPuZ0gT p8xAdgkGaJaUGXt0C8wPMuC4VcnYjfw3fQKX1XT1dTBWuSUwUiYUGITQN6SgaXuW8dIR HEF/Iye4lsjulondzuKZRK6hnFs8cVorlEZU6Px5SmSS7Q3/so822QdnfG7UoP/W9fjZ Fbcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=AT6Z1YckcgrmHq9QFs9/I3ECatgn+mcUikhbQU3dlI4=; b=secPddOmuhURq9Vb74a22jJUbkFo+iaFYZ5q/ryxtx86nNMnV0g+dP8Dsfu4Cg9JTK axyCQ/xKIIWGF2CRYnKWTdz9NpmuyxNvL/hDWuDJgPKMzWUsBrKR/kIJJBJlwIKHnl9H L7t7TgZq4uDtiCAzqCJpp5DfbvfnbMEVSyKsHgCKeSFsii/iP0iiMfIN9FnSZWLO9waJ Nv88/Jz5fOV4xxOEOl/a70uiROurQHWc1SChB8BVWlxXAcUYmSfQElJW3rh36QviTJtV NXaskNPG1OgP3UJbLIAm4Qgdx5ETvc5Al6D28QG229T0MLEx2bAKoPB9sK+cOibp4pn5 GRKQ== X-Gm-Message-State: AMke39nqY+9W2hIs31JR54CW/B1z2VxBaTGg2NSJ2VYfp1yI50p/OXp7KXX9mrwxIgh5ZHiOdnasuUS1TUPJxQ== X-Received: by 10.107.135.42 with SMTP id j42mr25602545iod.171.1487064559360; Tue, 14 Feb 2017 01:29:19 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.205.142 with HTTP; Tue, 14 Feb 2017 01:29:18 -0800 (PST) In-Reply-To: References: <201702131739.v1DHdfkl060160@repo.freebsd.org> From: Antoine Brodin Date: Tue, 14 Feb 2017 09:29:18 +0000 X-Google-Sender-Auth: oMhqTM_68lE8ih6-XLwml4IhcqA Message-ID: Subject: Re: svn commit: r434009 - head/math/gmp To: Alex Dupre Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 09:29:20 -0000 On Tue, Feb 14, 2017 at 6:44 AM, Antoine Brodin wrote: > On Mon, Feb 13, 2017 at 6:39 PM, Alex Dupre wrote: >> Author: ale >> Date: Mon Feb 13 17:39:41 2017 >> New Revision: 434009 >> URL: https://svnweb.freebsd.org/changeset/ports/434009 >> >> Log: >> Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases. >> >> PR: 217071 >> Submitted by: Iblis Lin >> >> Modified: >> head/math/gmp/Makefile >> head/math/gmp/distinfo >> head/math/gmp/pkg-plist > > Hi, > > This fails to build on head, and more than 7000 ports are skipped. > Please fix or revert the upgrade. This is related to malloc debugging, I should have a fix in a few minutes. Cheers, Antoine From owner-svn-ports-all@freebsd.org Tue Feb 14 09:37:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 461B0CDCAB7 for ; Tue, 14 Feb 2017 09:37:50 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (lab.alexdupre.com [81.174.31.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619A01C2E for ; Tue, 14 Feb 2017 09:37:48 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 25398 invoked from network); 14 Feb 2017 09:37:38 -0000 Received: from 151-0-207-194.ip282.fastwebnet.it (HELO ale.bitgold.com) (sysadmin@alexdupre.com@151.0.207.194) by lab.alexdupre.com with ESMTPSA; 14 Feb 2017 09:37:38 -0000 Subject: Re: svn commit: r434009 - head/math/gmp To: Antoine Brodin Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" References: <201702131739.v1DHdfkl060160@repo.freebsd.org> From: Alex Dupre Message-ID: <41c9feb0-a8a8-1829-d98d-0feedc3d2641@FreeBSD.org> Date: Tue, 14 Feb 2017 10:37:36 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 09:37:50 -0000 Antoine Brodin wrote: > This is related to malloc debugging, I should have a fix in a few minutes. Ok, great, I'm curious to see the fix. -- Alex Dupre From owner-svn-ports-all@freebsd.org Tue Feb 14 09:40:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A7C1CDCB3D; Tue, 14 Feb 2017 09: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 49ED91D59; Tue, 14 Feb 2017 09: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 v1E9eKvw056911; Tue, 14 Feb 2017 09:40:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E9eK3L056910; Tue, 14 Feb 2017 09:40:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702140940.v1E9eK3L056910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 14 Feb 2017 09:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434069 - head/math/gmp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 09:40:21 -0000 Author: antoine Date: Tue Feb 14 09:40:20 2017 New Revision: 434069 URL: https://svnweb.freebsd.org/changeset/ports/434069 Log: Zero memory used by mpn_lshift_com configure test, this should fix configure when malloc debugging is turned on (default on head) With help from: dim@ Reported by: pkg-fallout Added: head/math/gmp/files/ head/math/gmp/files/patch-configure (contents, props changed) Added: head/math/gmp/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/gmp/files/patch-configure Tue Feb 14 09:40:20 2017 (r434069) @@ -0,0 +1,20 @@ +--- configure.orig 2016-12-16 15:45:32 UTC ++++ configure +@@ -6776,7 +6776,7 @@ main () + long i; + for (i = 0; i < 88 + 1; i++) + a[i] = ~0L; +- r = malloc (10000 * sizeof (unsigned long)); ++ r = calloc (10000, sizeof(unsigned long)); + r2 = r; + for (i = 0; i < 528; i += 23) + { +@@ -8394,7 +8394,7 @@ main () + long i; + for (i = 0; i < 88 + 1; i++) + a[i] = ~0L; +- r = malloc (10000 * sizeof (unsigned long)); ++ r = calloc (10000, sizeof(unsigned long)); + r2 = r; + for (i = 0; i < 528; i += 23) + { From owner-svn-ports-all@freebsd.org Tue Feb 14 10:22:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A422BCDEF07; Tue, 14 Feb 2017 10:22:50 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2B91657; Tue, 14 Feb 2017 10:22:50 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAMnAD077462; Tue, 14 Feb 2017 10:22:49 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAMnfF077460; Tue, 14 Feb 2017 10:22:49 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201702141022.v1EAMnfF077460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Tue, 14 Feb 2017 10:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434070 - in head/sysutils/xen-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:22:50 -0000 Author: royger (src committer) Date: Tue Feb 14 10:22:49 2017 New Revision: 434070 URL: https://svnweb.freebsd.org/changeset/ports/434070 Log: xen: fix build failure after XSA-208 Approved by: bapt MFH: 2017Q1 Sponsored by: Citrix Systems R&D Modified: head/sysutils/xen-tools/Makefile head/sysutils/xen-tools/files/xsa208-qemuu.patch Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Tue Feb 14 09:40:20 2017 (r434069) +++ head/sysutils/xen-tools/Makefile Tue Feb 14 10:22:49 2017 (r434070) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ Modified: head/sysutils/xen-tools/files/xsa208-qemuu.patch ============================================================================== --- head/sysutils/xen-tools/files/xsa208-qemuu.patch Tue Feb 14 09:40:20 2017 (r434069) +++ head/sysutils/xen-tools/files/xsa208-qemuu.patch Tue Feb 14 10:22:49 2017 (r434070) @@ -1,40 +1,47 @@ -From: Li Qiang +From 7eaaf4ba68fab40f1945d761438bdaa44fbf37d7 Mon Sep 17 00:00:00 2001 +From: Li Qiang +Date: Thu, 9 Feb 2017 14:36:41 -0800 +Subject: [PATCH] cirrus: fix oob access issue (CVE-2017-2615) When doing bitblt copy in backward mode, we should minus the blt width first just like the adding in the forward mode. This can avoid the oob access of the front of vga's vram. -Signed-off-by: Li Qiang -Message-id: address@hidden +This is XSA-208. + +upstream-commit-id: 62d4c6bd5263bb8413a06c80144fc678df6dfb64 + +Signed-off-by: Li Qiang { kraxel: with backward blits (negative pitch) addr is the topmost address, so check it as-is against vram size ] -[ This is CVE-2017-2615 / XSA-208 - Ian Jackson ] - -Cc: address@hidden -Cc: P J P -Cc: Laszlo Ersek -Cc: Paolo Bonzini -Cc: Wolfgang Bumiller +Cc: qemu-stable@nongnu.org +Cc: P J P +Cc: Laszlo Ersek +Cc: Paolo Bonzini +Cc: Wolfgang Bumiller Fixes: d3532a0db02296e687711b8cdc7791924efccea0 (CVE-2014-8106) -Signed-off-by: Gerd Hoffmann +Signed-off-by: Gerd Hoffmann +Message-id: 1485938101-26602-1-git-send-email-kraxel@redhat.com +Reviewed-by: Laszlo Ersek +Signed-off-by: Stefano Stabellini --- hw/display/cirrus_vga.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c -index bdb092e..3bbe3d5 100644 +index 5198037..7bf3707 100644 --- a/hw/display/cirrus_vga.c +++ b/hw/display/cirrus_vga.c -@@ -277,10 +277,9 @@ static bool blit_region_is_unsafe(struct CirrusVGAState *s, - } +@@ -272,10 +272,9 @@ static bool blit_region_is_unsafe(struct CirrusVGAState *s, + { if (pitch < 0) { int64_t min = addr - + ((int64_t)s->cirrus_blt_height-1) * pitch; - int32_t max = addr - + s->cirrus_blt_width; -- if (min < 0 || max > s->vga.vram_size) { +- if (min < 0 || max >= s->vga.vram_size) { + + ((int64_t)s->cirrus_blt_height - 1) * pitch + - s->cirrus_blt_width; + if (min < -1 || addr >= s->vga.vram_size) { @@ -42,4 +49,5 @@ index bdb092e..3bbe3d5 100644 } } else { -- -1.8.3.1 +2.10.1 (Apple Git-78) + From owner-svn-ports-all@freebsd.org Tue Feb 14 10:25:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42D6CDF076; Tue, 14 Feb 2017 10:25:02 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C32617A6; Tue, 14 Feb 2017 10:25:02 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAP1tK077768; Tue, 14 Feb 2017 10:25:01 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAP135077766; Tue, 14 Feb 2017 10:25:01 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201702141025.v1EAP135077766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Tue, 14 Feb 2017 10:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434071 - in branches/2017Q1/sysutils/xen-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:25:02 -0000 Author: royger (src committer) Date: Tue Feb 14 10:25:01 2017 New Revision: 434071 URL: https://svnweb.freebsd.org/changeset/ports/434071 Log: MFH: r434070 xen: fix build failure after XSA-208 Sponsored by: Citrix Systems R&D Approved by: ports-secteam (build fix blanket) Modified: branches/2017Q1/sysutils/xen-tools/Makefile branches/2017Q1/sysutils/xen-tools/files/xsa208-qemuu.patch Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/sysutils/xen-tools/Makefile ============================================================================== --- branches/2017Q1/sysutils/xen-tools/Makefile Tue Feb 14 10:22:49 2017 (r434070) +++ branches/2017Q1/sysutils/xen-tools/Makefile Tue Feb 14 10:25:01 2017 (r434071) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ Modified: branches/2017Q1/sysutils/xen-tools/files/xsa208-qemuu.patch ============================================================================== --- branches/2017Q1/sysutils/xen-tools/files/xsa208-qemuu.patch Tue Feb 14 10:22:49 2017 (r434070) +++ branches/2017Q1/sysutils/xen-tools/files/xsa208-qemuu.patch Tue Feb 14 10:25:01 2017 (r434071) @@ -1,40 +1,47 @@ -From: Li Qiang +From 7eaaf4ba68fab40f1945d761438bdaa44fbf37d7 Mon Sep 17 00:00:00 2001 +From: Li Qiang +Date: Thu, 9 Feb 2017 14:36:41 -0800 +Subject: [PATCH] cirrus: fix oob access issue (CVE-2017-2615) When doing bitblt copy in backward mode, we should minus the blt width first just like the adding in the forward mode. This can avoid the oob access of the front of vga's vram. -Signed-off-by: Li Qiang -Message-id: address@hidden +This is XSA-208. + +upstream-commit-id: 62d4c6bd5263bb8413a06c80144fc678df6dfb64 + +Signed-off-by: Li Qiang { kraxel: with backward blits (negative pitch) addr is the topmost address, so check it as-is against vram size ] -[ This is CVE-2017-2615 / XSA-208 - Ian Jackson ] - -Cc: address@hidden -Cc: P J P -Cc: Laszlo Ersek -Cc: Paolo Bonzini -Cc: Wolfgang Bumiller +Cc: qemu-stable@nongnu.org +Cc: P J P +Cc: Laszlo Ersek +Cc: Paolo Bonzini +Cc: Wolfgang Bumiller Fixes: d3532a0db02296e687711b8cdc7791924efccea0 (CVE-2014-8106) -Signed-off-by: Gerd Hoffmann +Signed-off-by: Gerd Hoffmann +Message-id: 1485938101-26602-1-git-send-email-kraxel@redhat.com +Reviewed-by: Laszlo Ersek +Signed-off-by: Stefano Stabellini --- hw/display/cirrus_vga.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c -index bdb092e..3bbe3d5 100644 +index 5198037..7bf3707 100644 --- a/hw/display/cirrus_vga.c +++ b/hw/display/cirrus_vga.c -@@ -277,10 +277,9 @@ static bool blit_region_is_unsafe(struct CirrusVGAState *s, - } +@@ -272,10 +272,9 @@ static bool blit_region_is_unsafe(struct CirrusVGAState *s, + { if (pitch < 0) { int64_t min = addr - + ((int64_t)s->cirrus_blt_height-1) * pitch; - int32_t max = addr - + s->cirrus_blt_width; -- if (min < 0 || max > s->vga.vram_size) { +- if (min < 0 || max >= s->vga.vram_size) { + + ((int64_t)s->cirrus_blt_height - 1) * pitch + - s->cirrus_blt_width; + if (min < -1 || addr >= s->vga.vram_size) { @@ -42,4 +49,5 @@ index bdb092e..3bbe3d5 100644 } } else { -- -1.8.3.1 +2.10.1 (Apple Git-78) + From owner-svn-ports-all@freebsd.org Tue Feb 14 10:29:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA99BCDF1E3; Tue, 14 Feb 2017 10:29:39 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7E3195F; Tue, 14 Feb 2017 10:29:39 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EATcsH078111; Tue, 14 Feb 2017 10:29:38 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EATceQ078108; Tue, 14 Feb 2017 10:29:38 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201702141029.v1EATceQ078108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Tue, 14 Feb 2017 10:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434072 - in head/devel/gdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:29:39 -0000 Author: olivier Date: Tue Feb 14 10:29:38 2017 New Revision: 434072 URL: https://svnweb.freebsd.org/changeset/ports/434072 Log: Update to 7.12.1 Updating gdb to the last stable version and cleaning it up. PR: 217090 Submitted by: luca.pizzamiglio@gmail.com (maintainer) PR: 216027 - Recognizing the compiler to adopt options properly Reported by: julian@FreeBSD.org PR: 216132 - Fixing the segmentation fault, but arm core dump not yet usable Reported by: Mark Millard Added: head/devel/gdb/files/patch-gdb-corelow.c (contents, props changed) Modified: head/devel/gdb/Makefile head/devel/gdb/distinfo Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Tue Feb 14 10:25:01 2017 (r434071) +++ head/devel/gdb/Makefile Tue Feb 14 10:29:38 2017 (r434072) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 7.12 -PORTREVISION= 1 +PORTVERSION= 7.12.1 CATEGORIES= devel MASTER_SITES= GNU @@ -15,7 +14,7 @@ LICENSE= GPLv3 TEST_DEPENDS= runtest:misc/dejagnu TEST_TARGET= check -USES= cpe iconv gmake libtool tar:xz +USES= compiler:env cpe iconv gmake libtool tar:xz USE_CSTD= gnu89 CPE_VENDOR= gnu GNU_CONFIGURE= yes @@ -66,7 +65,7 @@ PYTHON_CONFIGURE_OFF= --without-python PYTHON_USES= python:2 TUI_CONFIGURE_ENABLE= tui -.include +.include .if ! ${PORT_OPTIONS:MBUNDLED_READLINE} EXCLUDE+= readline @@ -76,7 +75,7 @@ EXCLUDE+= readline CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif -.if ${ARCH} != "mips" +.if ${COMPILER_TYPE} == "clang" CFLAGS+= -Wno-extended-offsetof .endif @@ -122,4 +121,4 @@ do-install-GUILE-on: (cd ${WRKSRC}/gdb/data-directory ; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-guile ) -.include +.include Modified: head/devel/gdb/distinfo ============================================================================== --- head/devel/gdb/distinfo Tue Feb 14 10:25:01 2017 (r434071) +++ head/devel/gdb/distinfo Tue Feb 14 10:29:38 2017 (r434072) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483525133 -SHA256 (gdb-7.12.tar.xz) = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 -SIZE (gdb-7.12.tar.xz) = 19219556 +TIMESTAMP = 1485162707 +SHA256 (gdb-7.12.1.tar.xz) = 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 +SIZE (gdb-7.12.1.tar.xz) = 19225392 Added: head/devel/gdb/files/patch-gdb-corelow.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-gdb-corelow.c Tue Feb 14 10:29:38 2017 (r434072) @@ -0,0 +1,12 @@ +--- gdb/corelow.c.orig 2017-01-16 10:40:23.118428000 +0100 ++++ gdb/corelow.c 2017-01-17 22:39:10.524216000 +0100 +@@ -541,7 +541,8 @@ + warning (_("Section `%s' in core file too small."), section_name); + return; + } +- if (size != min_size && !(regset->flags & REGSET_VARIABLE_SIZE)) ++ if (size != min_size && regset != NULL && ++ !(regset->flags & REGSET_VARIABLE_SIZE)) + { + warning (_("Unexpected size of section `%s' in core file."), + section_name); From owner-svn-ports-all@freebsd.org Tue Feb 14 10:34:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67BF4CDF4EE; Tue, 14 Feb 2017 10:34:31 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AA041F06; Tue, 14 Feb 2017 10:34:31 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAYUtk082042; Tue, 14 Feb 2017 10:34:30 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAYUNS082040; Tue, 14 Feb 2017 10:34:30 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201702141034.v1EAYUNS082040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 14 Feb 2017 10:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434073 - branches/2017Q1/sysutils/polkit X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:34:31 -0000 Author: woodsb02 Date: Tue Feb 14 10:34:29 2017 New Revision: 434073 URL: https://svnweb.freebsd.org/changeset/ports/434073 Log: MFH: r433951 sysutils/polkit: Fix directory permissions to allow reading config files If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700, then polkit which is running as the polkitd user cannot read the config files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error: Loading rules from directory /usr/local/etc/polkit-1/rules.d Error opening rules directory: Error opening directory \ '/usr/local/etc/polkit-1/rules.d': Permission denied \ (g-file-error-quark, 2) Loading rules from directory /usr/local/share/polkit-1/rules.d To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the $LOCALBASE/etc/polkit-1/localauthority to be set 700. This was sense checked with Fedora Linux which does the same, and with Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by root:polkitd and set 750. PR: 202615 Reported by: rozhuk.im@gmail.com Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/sysutils/polkit/Makefile branches/2017Q1/sysutils/polkit/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/sysutils/polkit/Makefile ============================================================================== --- branches/2017Q1/sysutils/polkit/Makefile Tue Feb 14 10:29:38 2017 (r434072) +++ branches/2017Q1/sysutils/polkit/Makefile Tue Feb 14 10:34:29 2017 (r434073) @@ -3,7 +3,7 @@ PORTNAME= polkit PORTVERSION= 0.113 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ Modified: branches/2017Q1/sysutils/polkit/pkg-plist ============================================================================== --- branches/2017Q1/sysutils/polkit/pkg-plist Tue Feb 14 10:29:38 2017 (r434072) +++ branches/2017Q1/sysutils/polkit/pkg-plist Tue Feb 14 10:34:29 2017 (r434073) @@ -64,7 +64,8 @@ share/polkit-1/actions/org.freedesktop.p @dir etc/polkit-1/localauthority/30-site.d @dir etc/polkit-1/localauthority/20-org.d @dir etc/polkit-1/localauthority/10-vendor.d -@dir(,,700) etc/polkit-1 +@dir(,,700) etc/polkit-1/localauthority +@dir etc/polkit-1 @dir /var/lib/polkit-1/localauthority/90-mandatory.d @dir /var/lib/polkit-1/localauthority/50-local.d @dir /var/lib/polkit-1/localauthority/30-site.d From owner-svn-ports-all@freebsd.org Tue Feb 14 10:50:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C82CCDF9A7; Tue, 14 Feb 2017 10:50:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C167169E; Tue, 14 Feb 2017 10:50:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAoOUe086549; Tue, 14 Feb 2017 10:50:24 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAoO1b086548; Tue, 14 Feb 2017 10:50:24 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702141050.v1EAoO1b086548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 14 Feb 2017 10:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434074 - head/devel/py-jmespath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:50:25 -0000 Author: demon Date: Tue Feb 14 10:50:22 2017 New Revision: 434074 URL: https://svnweb.freebsd.org/changeset/ports/434074 Log: Allow concurrent install. PR: 216583 Submitted by: John W. O'Brien Modified: head/devel/py-jmespath/Makefile Modified: head/devel/py-jmespath/Makefile ============================================================================== --- head/devel/py-jmespath/Makefile Tue Feb 14 10:34:29 2017 (r434073) +++ head/devel/py-jmespath/Makefile Tue Feb 14 10:50:22 2017 (r434074) @@ -3,6 +3,7 @@ PORTNAME= jmespath PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,6 @@ COMMENT= JSON Matching Expressions LICENSE= MIT USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include From owner-svn-ports-all@freebsd.org Tue Feb 14 10:52:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5D9CDFBD1; Tue, 14 Feb 2017 10:52:21 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6281A5D; Tue, 14 Feb 2017 10:52:21 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAqKu9090456; Tue, 14 Feb 2017 10:52:20 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAqK53090455; Tue, 14 Feb 2017 10:52:20 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702141052.v1EAqK53090455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 14 Feb 2017 10:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434075 - head/devel/py-tables X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:52:21 -0000 Author: demon Date: Tue Feb 14 10:52:20 2017 New Revision: 434075 URL: https://svnweb.freebsd.org/changeset/ports/434075 Log: Allow concurrent install. PR: 216580 Submitted by: John W. O'Brien maintainer timeout. Modified: head/devel/py-tables/Makefile Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Tue Feb 14 10:50:22 2017 (r434074) +++ head/devel/py-tables/Makefile Tue Feb 14 10:52:20 2017 (r434075) @@ -3,7 +3,7 @@ PORTNAME= tables PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fortran python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= * From owner-svn-ports-all@freebsd.org Tue Feb 14 10:57:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB4B1CDFD60; Tue, 14 Feb 2017 10:57:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 785811CFC; Tue, 14 Feb 2017 10:57:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EAvBrb090835; Tue, 14 Feb 2017 10:57:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EAvBtt090834; Tue, 14 Feb 2017 10:57:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141057.v1EAvBtt090834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 10:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434076 - head/comms/libfec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:57:12 -0000 Author: tijl Date: Tue Feb 14 10:57:11 2017 New Revision: 434076 URL: https://svnweb.freebsd.org/changeset/ports/434076 Log: Use -fPIC for all architectures because the makefile tries to create a shared library libfec.so from object files compiled without -fPIC. Modified: head/comms/libfec/Makefile Modified: head/comms/libfec/Makefile ============================================================================== --- head/comms/libfec/Makefile Tue Feb 14 10:52:20 2017 (r434075) +++ head/comms/libfec/Makefile Tue Feb 14 10:57:11 2017 (r434076) @@ -3,7 +3,7 @@ PORTNAME= libfec PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio math MASTER_SITES= http://www.ka9q.net/code/fec/ \ LOCAL/db @@ -26,8 +26,8 @@ PLIST_FILES= include/fec.h \ man/man3/rs.3.gz \ man/man3/simd-viterbi.3.gz -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC +# makefile tries to create libfec.so from object files compiled without -fPIC. +CFLAGS+= -fPIC post-patch: @${CP} ${FILESDIR}/cpu_mode.c ${WRKSRC} From owner-svn-ports-all@freebsd.org Tue Feb 14 11:09:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2709CCDF0C8; Tue, 14 Feb 2017 11:09:05 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7FC213A4; Tue, 14 Feb 2017 11:09:04 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EB93FE095282; Tue, 14 Feb 2017 11:09:03 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EB93O6095281; Tue, 14 Feb 2017 11:09:03 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702141109.v1EB93O6095281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 14 Feb 2017 11:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434077 - head/www/py-pelican X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 11:09:05 -0000 Author: demon Date: Tue Feb 14 11:09:03 2017 New Revision: 434077 URL: https://svnweb.freebsd.org/changeset/ports/434077 Log: Add PKGNAMEPREFIX so that concurrent installs really work PR: 216585 Submitted by: John W. O'Brien maintainer timeout. Modified: head/www/py-pelican/Makefile Modified: head/www/py-pelican/Makefile ============================================================================== --- head/www/py-pelican/Makefile Tue Feb 14 10:57:11 2017 (r434076) +++ head/www/py-pelican/Makefile Tue Feb 14 11:09:03 2017 (r434077) @@ -3,8 +3,9 @@ PORTNAME= pelican PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Static site generator written in Python From owner-svn-ports-all@freebsd.org Tue Feb 14 11:10:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B613ECDF17F; Tue, 14 Feb 2017 11:10:44 +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 89CB71576; Tue, 14 Feb 2017 11:10:44 +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 v1EBAhPQ095588; Tue, 14 Feb 2017 11:10:43 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EBAhHF095584; Tue, 14 Feb 2017 11:10:43 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702141110.v1EBAhHF095584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 14 Feb 2017 11:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434078 - in head/net/asterisk13: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 11:10:44 -0000 Author: madpilot Date: Tue Feb 14 11:10:43 2017 New Revision: 434078 URL: https://svnweb.freebsd.org/changeset/ports/434078 Log: - Update net/asterisk13 to 13.14.0 - Strip binaries - Remove upstreamed patches Deleted: head/net/asterisk13/files/patch-include_asterisk_utils.h head/net/asterisk13/files/patch-main_utils.c head/net/asterisk13/files/patch-res_res__pjsip__sdp__rtp.c head/net/asterisk13/files/patch-res_res__pjsip__t38.c Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/pkg-plist Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/Makefile Tue Feb 14 11:10:43 2017 (r434078) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.13.1 -PORTREVISION= 1 +PORTVERSION= 13.14.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -277,6 +276,7 @@ post-configure-OPTIMIZED_CFLAGS-off: post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ast[a-f]* ${STAGEDIR}${PREFIX}/lib/*.so.* ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so ${STAGEDIR}${DATADIR}/agi-bin/eagi-* ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/distinfo Tue Feb 14 11:10:43 2017 (r434078) @@ -1,6 +1,6 @@ -TIMESTAMP = 1481311854 -SHA256 (asterisk-13.13.1.tar.gz) = 6da3c46a22e919b92edf2ccb5b3a2f51bc17e8819e6fca704026869bf349007a -SIZE (asterisk-13.13.1.tar.gz) = 32743348 +TIMESTAMP = 1487060584 +SHA256 (asterisk-13.14.0.tar.gz) = 86ecbd75b670788ac6cf1134ee94f8f8135e1ad6993c849f3efb23ca5e09a28b +SIZE (asterisk-13.14.0.tar.gz) = 32808599 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: head/net/asterisk13/pkg-plist ============================================================================== --- head/net/asterisk13/pkg-plist Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/pkg-plist Tue Feb 14 11:10:43 2017 (r434078) @@ -7,6 +7,7 @@ @sample %%ETCDIR%%/app_mysql.conf.sample @sample %%ETCDIR%%/app_skel.conf.sample @sample %%ETCDIR%%/ari.conf.sample +@sample %%ETCDIR%%/ast_debug_tools.conf.sample @sample %%ETCDIR%%/asterisk.adsi.sample @sample %%ETCDIR%%/asterisk.conf.sample @sample %%ETCDIR%%/calendar.conf.sample @@ -360,6 +361,10 @@ sbin/safe_asterisk %%DATADIR%%/rest-api/recordings.json %%DATADIR%%/rest-api/resources.json %%DATADIR%%/rest-api/sounds.json +%%DATADIR%%/scripts/ast_coredumper +%%DATADIR%%/scripts/ast_logescalator +%%DATADIR%%/scripts/ast_loggrabber +%%DATADIR%%/scripts/refcounter.py %%DATADIR%%/static-http/appdocsxml.xslt %%DATADIR%%/static-http/ajamdemo.html %%DATADIR%%/static-http/astman.css From owner-svn-ports-all@freebsd.org Tue Feb 14 11:12:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82944CDF2CC; Tue, 14 Feb 2017 11:12:29 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 519E018DB; Tue, 14 Feb 2017 11:12:29 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EBCSb2099270; Tue, 14 Feb 2017 11:12:28 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EBCSAD099269; Tue, 14 Feb 2017 11:12:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702141112.v1EBCSAD099269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 14 Feb 2017 11:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434079 - head/textproc/py-pygments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 11:12:29 -0000 Author: demon Date: Tue Feb 14 11:12:28 2017 New Revision: 434079 URL: https://svnweb.freebsd.org/changeset/ports/434079 Log: Allow concurrent installs. PR: 214295 Submitted by: Matthieu Volat maintainer timeout. Modified: head/textproc/py-pygments/Makefile Modified: head/textproc/py-pygments/Makefile ============================================================================== --- head/textproc/py-pygments/Makefile Tue Feb 14 11:10:43 2017 (r434078) +++ head/textproc/py-pygments/Makefile Tue Feb 14 11:12:28 2017 (r434079) @@ -3,7 +3,7 @@ PORTNAME= pygments PORTVERSION= 2.1.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ COMMENT= Syntax highlighter written in P LICENSE= BSD2CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Tue Feb 14 11:33:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42A37CDF79F; Tue, 14 Feb 2017 11:33:38 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-qk0-x243.google.com (mail-qk0-x243.google.com [IPv6:2607:f8b0:400d:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F09991243; Tue, 14 Feb 2017 11:33:37 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by mail-qk0-x243.google.com with SMTP id 11so18566892qkl.0; Tue, 14 Feb 2017 03:33:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=FARyJMbNmND4GEKoefaVK1jC4pilTn4e3WowThblj9Y=; b=Yg+6Bdsti0KsRJ0wgcrZFgqRIV6rU1vuPJtnhEwzJRyTA/lBNAsu1zNfjPLckcfm4A +HrPBhzCxV8O/L8UM6M46a97Ctc44vHOtFFE6oQQHkkB6oCtoI8xHxGdj4Tihy3B1y1a P8c0nmiCWuvnVvec36kS4Uq25BAtcDl1skTbOQCBHLvwgCO3v6xWYsnb/ZsuMx4m7yli NVXJshMNHdQfOvXM+AyevmRBlOJn7/g+CS2UKroiEeVCoQd+wMBw2Co/a2919jikUSLx sVXtW/TCY58DQQWQVfBWRsfQIqNzZKtS0eSRduXpKMm/OS/TaNAQMpcFgRYp26pTwcpo Eisg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=FARyJMbNmND4GEKoefaVK1jC4pilTn4e3WowThblj9Y=; b=s/eTDJwKuAON0FY4y+UuiQp2fPslmqKQkx9wCijPdT/rjaseWWqceDIcHD39vQ9hsi Zi3GKEaPUE9wipg2pSWaCxZ/pDUl7ZqkpSV7ECSRXT4spSRK42UpeaKeSlCf4HOz+66b aw9p1leLH2S2CQAvJOINaWdLsRbtrsyyGrrZLm8dGGCdh6hlxE9RwvPOH5Zv05GK/Ig+ EpqARNOApl7Qtw4jJpy7in/H97yRjP+N+rQ6v3FW3mNTJwH96iCY4kRFfuJ1vN7hzyOO WWkJnW4j5BFKgJ481gULLV/ZLA0IeUggIrcEXpkOhkayTatEN5yjJrmRVzm6vo6f3Qfx LYLg== X-Gm-Message-State: AMke39mpkwQSOHzaXJ8hje7cOQWf7SDEmiN1cf22DplP5515IV74vlnjOMs4SUZp6htefQ== X-Received: by 10.55.180.129 with SMTP id d123mr25257357qkf.158.1487072016690; Tue, 14 Feb 2017 03:33:36 -0800 (PST) Received: from mbp-eth.home ([187.94.189.59]) by smtp.gmail.com with ESMTPSA id l20sm155204qtc.5.2017.02.14.03.33.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Feb 2017 03:33:35 -0800 (PST) Sender: Renato Botelho Subject: Re: svn commit: r431366 - head/net/haproxy To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201701131031.v0DAVue4001909@repo.freebsd.org> From: Renato Botelho Message-ID: <5b7bc067-0dbc-bcc2-9111-ec45fe54077a@FreeBSD.org> Date: Tue, 14 Feb 2017 09:33:32 -0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <201701131031.v0DAVue4001909@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 11:33:38 -0000 On 13/01/17 08:31, Dmitry Sivachenko wrote: > Author: demon > Date: Fri Jan 13 10:31:56 2017 > New Revision: 431366 > URL: https://svnweb.freebsd.org/changeset/ports/431366 > > Log: > Update to version 1.7.2 > > Modified: > head/net/haproxy/Makefile > head/net/haproxy/distinfo > > Modified: head/net/haproxy/Makefile > ============================================================================== > --- head/net/haproxy/Makefile Fri Jan 13 09:56:51 2017 (r431365) > +++ head/net/haproxy/Makefile Fri Jan 13 10:31:56 2017 (r431366) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= haproxy > -PORTVERSION= 1.7.1 > +PORTVERSION= 1.7.2 > CATEGORIES= net www > MASTER_SITES= http://www.haproxy.org/download/1.7/src/ > DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} > > Modified: head/net/haproxy/distinfo > ============================================================================== > --- head/net/haproxy/distinfo Fri Jan 13 09:56:51 2017 (r431365) > +++ head/net/haproxy/distinfo Fri Jan 13 10:31:56 2017 (r431366) > @@ -1,5 +1,5 @@ > -TIMESTAMP = 1481626268 > -SHA256 (haproxy-1.7.1.tar.gz) = 56a7f5e919755d9b01b64f91b497c2c4eabdbe3a6fd84f7e5192a264097d8759 > -SIZE (haproxy-1.7.1.tar.gz) = 1730401 > +TIMESTAMP = 1484303469 > +SHA256 (haproxy-1.7.2.tar.gz) = f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f > +SIZE (haproxy-1.7.2.tar.gz) = 1735073 > SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 > SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 > Could you please merge it to 2017Q1 quarterly branch? It's recommended by developers: https://www.mail-archive.com/haproxy@formilux.org/msg24673.html "Due to the bad request bug, I encourage every user of 1.7.x to upgrade to 1.7.2." Thanks -- Renato Botelho From owner-svn-ports-all@freebsd.org Tue Feb 14 12:09:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8400FCDFD95; Tue, 14 Feb 2017 12:09:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39A87190B; Tue, 14 Feb 2017 12:09:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EC93dS019964; Tue, 14 Feb 2017 12:09:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EC93J1019962; Tue, 14 Feb 2017 12:09:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141209.v1EC93J1019962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 12:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434080 - in head/devel/dcmtk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 12:09:04 -0000 Author: tijl Date: Tue Feb 14 12:09:02 2017 New Revision: 434080 URL: https://svnweb.freebsd.org/changeset/ports/434080 Log: Remove -fPIC and instead prevent linking a static library into a shared library. Modified: head/devel/dcmtk/Makefile head/devel/dcmtk/files/patch-BuildLibrary Modified: head/devel/dcmtk/Makefile ============================================================================== --- head/devel/dcmtk/Makefile Tue Feb 14 11:12:28 2017 (r434079) +++ head/devel/dcmtk/Makefile Tue Feb 14 12:09:02 2017 (r434080) @@ -3,7 +3,7 @@ PORTNAME= dcmtk DISTVERSION= 3.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ftp://dicom.offis.de/pub/dicom/offis/software/${PORTNAME}/${PORTNAME}${PORTVERSION:S/.//g}/ @@ -29,9 +29,6 @@ PLIST_SUB= SHLIBVER=${SHLIBVER} PORTDOCS= * -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - OPTIONS_DEFINE= DOCS post-patch: Modified: head/devel/dcmtk/files/patch-BuildLibrary ============================================================================== --- head/devel/dcmtk/files/patch-BuildLibrary Tue Feb 14 11:12:28 2017 (r434079) +++ head/devel/dcmtk/files/patch-BuildLibrary Tue Feb 14 12:09:02 2017 (r434080) @@ -44,17 +44,15 @@ +BUILD_LIBRARY(dcmdata ${SOURCES}) --- dcmpstat/libsrc/CMakeLists.txt.orig 2005-09-15 08:17:54.000000000 +0000 +++ dcmpstat/libsrc/CMakeLists.txt 2011-01-12 14:00:57.000000000 +0000 -@@ -1,5 +1,6 @@ +@@ -1,5 +1,3 @@ -# create library from source files -ADD_LIBRARY(dcmpstat dcmpstat dviface dvpsab dvpsabl dvpsal dvpsall dvpscf dvpscu dvpscul dvpsda dvpsdal dvpsfs dvpsga dvpsgal dvpsgl dvpsgll dvpsgr dvpsgrl dvpshlp dvpsib dvpsibl dvpsmsg dvpsov dvpsovl dvpspl dvpspl2 dvpspll dvpspr dvpsprt dvpsri dvpsril dvpsrs dvpsrsl dvpssp dvpsspl dvpssv dvpssvl dvpstat dvpstx dvpstxl dvpsvl dvpsvll dvpsvw dvpsvwl dvsighdl) +- +-# declare installation files +-INSTALL_TARGETS(${INSTALL_LIBDIR} dcmpstat) +# invoke macro to build and declare installation files +SET(SOURCES dcmpstat dviface dvpsab dvpsabl dvpsal dvpsall dvpscf dvpscu dvpscul dvpsda dvpsdal dvpsfs dvpsga dvpsgal dvpsgl dvpsgll dvpsgr dvpsgrl dvpshlp dvpsib dvpsibl dvpsmsg dvpsov dvpsovl dvpspl dvpspl2 dvpspll dvpspr dvpsprt dvpsri dvpsril dvpsrs dvpsrsl dvpssp dvpsspl dvpssv dvpssvl dvpstat dvpstx dvpstxl dvpsvl dvpsvll dvpsvw dvpsvwl dvsighdl) +BUILD_LIBRARY(dcmpstat ${SOURCES}) - --# declare installation files --INSTALL_TARGETS(${INSTALL_LIBDIR} dcmpstat) -+TARGET_LINK_LIBRARIES(dcmpstatShared dcmsr) -+TARGET_LINK_LIBRARIES(dcmpstat dcmsr) --- oflog/libsrc/CMakeLists.txt.orig 2010-12-08 13:19:02.000000000 +0000 +++ oflog/libsrc/CMakeLists.txt 2011-01-12 14:00:57.000000000 +0000 @@ -1,4 +1,4 @@ From owner-svn-ports-all@freebsd.org Tue Feb 14 13:05:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E5C6CDD838; Tue, 14 Feb 2017 13:05:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DAC81771; Tue, 14 Feb 2017 13:05:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ED5UGf044569; Tue, 14 Feb 2017 13:05:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ED5UKk044567; Tue, 14 Feb 2017 13:05:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702141305.v1ED5UKk044567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 14 Feb 2017 13:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434081 - head/deskutils/xfce4-notifyd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 13:05:31 -0000 Author: ehaupt Date: Tue Feb 14 13:05:30 2017 New Revision: 434081 URL: https://svnweb.freebsd.org/changeset/ports/434081 Log: Update to 0.3.5 Changelog: https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.5 Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Tue Feb 14 12:09:02 2017 (r434080) +++ head/deskutils/xfce4-notifyd/Makefile Tue Feb 14 13:05:30 2017 (r434081) @@ -6,7 +6,7 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Tue Feb 14 12:09:02 2017 (r434080) +++ head/deskutils/xfce4-notifyd/distinfo Tue Feb 14 13:05:30 2017 (r434081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478753728 -SHA256 (xfce4/xfce4-notifyd-0.3.4.tar.bz2) = 038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf -SIZE (xfce4/xfce4-notifyd-0.3.4.tar.bz2) = 442087 +TIMESTAMP = 1487076150 +SHA256 (xfce4/xfce4-notifyd-0.3.5.tar.bz2) = b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 +SIZE (xfce4/xfce4-notifyd-0.3.5.tar.bz2) = 456299 From owner-svn-ports-all@freebsd.org Tue Feb 14 13:17:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D68C4CDDC58; Tue, 14 Feb 2017 13:17:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8E71E16; Tue, 14 Feb 2017 13:17:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EDHvl9048737; Tue, 14 Feb 2017 13:17:57 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EDHvV9048733; Tue, 14 Feb 2017 13:17:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201702141317.v1EDHvV9048733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 14 Feb 2017 13:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434082 - in head/net-mgmt: xymon-client xymon-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 13:17:58 -0000 Author: feld Date: Tue Feb 14 13:17:57 2017 New Revision: 434082 URL: https://svnweb.freebsd.org/changeset/ports/434082 Log: net-mgmt/xymon-{client,server}: Update to 4.3.28 Changelog: http://lists.xymon.com/archive/2017-January/044285.html Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/distinfo head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/distinfo Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Tue Feb 14 13:05:30 2017 (r434081) +++ head/net-mgmt/xymon-client/Makefile Tue Feb 14 13:17:57 2017 (r434082) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.27 +PORTVERSION= 4.3.28 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: head/net-mgmt/xymon-client/distinfo ============================================================================== --- head/net-mgmt/xymon-client/distinfo Tue Feb 14 13:05:30 2017 (r434081) +++ head/net-mgmt/xymon-client/distinfo Tue Feb 14 13:17:57 2017 (r434082) @@ -1,2 +1,3 @@ -SHA256 (repacked/xymon-4.3.27.tar.gz) = 41bdaec6fc18d892d40d50a5310131a4f447a0fa0c4e04e58fa41d140e527e04 -SIZE (repacked/xymon-4.3.27.tar.gz) = 3000255 +TIMESTAMP = 1487074890 +SHA256 (repacked/xymon-4.3.28.tar.gz) = 68cb33eb48d1bb212a1bbafd9fdea8c682ae1b69077cd5fb03676e0af39cbf80 +SIZE (repacked/xymon-4.3.28.tar.gz) = 3966200 Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Tue Feb 14 13:05:30 2017 (r434081) +++ head/net-mgmt/xymon-server/Makefile Tue Feb 14 13:17:57 2017 (r434082) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.27 -PORTREVISION= 2 +PORTVERSION= 4.3.28 +PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} Modified: head/net-mgmt/xymon-server/distinfo ============================================================================== --- head/net-mgmt/xymon-server/distinfo Tue Feb 14 13:05:30 2017 (r434081) +++ head/net-mgmt/xymon-server/distinfo Tue Feb 14 13:17:57 2017 (r434082) @@ -1,2 +1,3 @@ -SHA256 (repacked/xymon-4.3.27.tar.gz) = 41bdaec6fc18d892d40d50a5310131a4f447a0fa0c4e04e58fa41d140e527e04 -SIZE (repacked/xymon-4.3.27.tar.gz) = 3000255 +TIMESTAMP = 1487036734 +SHA256 (repacked/xymon-4.3.28.tar.gz) = 68cb33eb48d1bb212a1bbafd9fdea8c682ae1b69077cd5fb03676e0af39cbf80 +SIZE (repacked/xymon-4.3.28.tar.gz) = 3966200 From owner-svn-ports-all@freebsd.org Tue Feb 14 13:20:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28544CDDDFC; Tue, 14 Feb 2017 13:20:52 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9724107D; Tue, 14 Feb 2017 13:20:51 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EDKoCS048972; Tue, 14 Feb 2017 13:20:50 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EDKojb048970; Tue, 14 Feb 2017 13:20:50 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201702141320.v1EDKojb048970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 14 Feb 2017 13:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r434083 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 13:20:52 -0000 Author: lme Date: Tue Feb 14 13:20:50 2017 New Revision: 434083 URL: https://svnweb.freebsd.org/changeset/ports/434083 Log: Welcome Tobias Kortkamp (tobik@)! Mat and I will mentor. Approved by: portmgr (implicit) Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Tue Feb 14 13:17:57 2017 (r434082) +++ svnadmin/conf/access Tue Feb 14 13:20:50 2017 (r434083) @@ -177,6 +177,7 @@ tijl timur tj tobez +tobik tota trasz trociny Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue Feb 14 13:17:57 2017 (r434082) +++ svnadmin/conf/mentors Tue Feb 14 13:20:50 2017 (r434083) @@ -30,3 +30,4 @@ misha jpaetzel Co-mentor: wg rezny swills Co-mentor: feld rpaulo bapt Co-mentor: swills tcberner rakuco Co-mentor: mat +tobik mat Co-mentor: lme From owner-svn-ports-all@freebsd.org Tue Feb 14 14:06:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8107ACDEF07; Tue, 14 Feb 2017 14:06:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E1D21FBA; Tue, 14 Feb 2017 14:06:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EE6n7Q069482; Tue, 14 Feb 2017 14:06:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EE6nTj069480; Tue, 14 Feb 2017 14:06:49 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201702141406.v1EE6nTj069480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 14 Feb 2017 14:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434084 - head/devel/meson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:06:50 -0000 Author: kwm Date: Tue Feb 14 14:06:49 2017 New Revision: 434084 URL: https://svnweb.freebsd.org/changeset/ports/434084 Log: Update meson to 0.38.1. Modified: head/devel/meson/Makefile head/devel/meson/distinfo Modified: head/devel/meson/Makefile ============================================================================== --- head/devel/meson/Makefile Tue Feb 14 13:20:50 2017 (r434083) +++ head/devel/meson/Makefile Tue Feb 14 14:06:49 2017 (r434084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meson -PORTVERSION= 0.36.0 +PORTVERSION= 0.38.1 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/meson/distinfo ============================================================================== --- head/devel/meson/distinfo Tue Feb 14 13:20:50 2017 (r434083) +++ head/devel/meson/distinfo Tue Feb 14 14:06:49 2017 (r434084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479164234 -SHA256 (meson-0.36.0.tar.gz) = dc087ec40dacb5e256e6ee6467f2d004faf4ef284d3c1ce5e89faa1e16540950 -SIZE (meson-0.36.0.tar.gz) = 458992 +TIMESTAMP = 1487080090 +SHA256 (meson-0.38.1.tar.gz) = dcb05349b32427924fa2a258a5e23e40e09c1bf9dd09919198c3a2ae1c38ba53 +SIZE (meson-0.38.1.tar.gz) = 515249 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:08:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12E4CCDEFB7; Tue, 14 Feb 2017 14:08:27 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBC3B1167; Tue, 14 Feb 2017 14:08:26 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EE8P3w069658; Tue, 14 Feb 2017 14:08:25 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EE8PYP069656; Tue, 14 Feb 2017 14:08:25 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702141408.v1EE8PYP069656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Tue, 14 Feb 2017 14:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434085 - head/net-mgmt/riemann X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:08:27 -0000 Author: krion Date: Tue Feb 14 14:08:25 2017 New Revision: 434085 URL: https://svnweb.freebsd.org/changeset/ports/434085 Log: Update net-mgmt/riemann to 0.2.12 PR: 217085 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9579 Modified: head/net-mgmt/riemann/Makefile head/net-mgmt/riemann/distinfo Modified: head/net-mgmt/riemann/Makefile ============================================================================== --- head/net-mgmt/riemann/Makefile Tue Feb 14 14:06:49 2017 (r434084) +++ head/net-mgmt/riemann/Makefile Tue Feb 14 14:08:25 2017 (r434085) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= riemann -PORTVERSION= 0.2.11 -PORTREVISION= 1 +PORTVERSION= 0.2.12 CATEGORIES= net-mgmt java MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -19,7 +18,7 @@ USE_JAVA= yes JAVA_VERSION= 1.7+ SUB_FILES= ${PORTNAME} -SUB_LIST+= JAVA_HOME=${JAVA_HOME} \ +SUB_LIST= JAVA_HOME=${JAVA_HOME} \ RIEMANN_USER=${RIEMANN_USER} \ RIEMANN_GROUP=${RIEMANN_GROUP} \ RIEMANN_PIDFILE=${RIEMANN_PIDFILE} \ @@ -57,7 +56,7 @@ do-install: ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar ${SED} -i -e "s:riemann.log:${RIEMANN_LOGDIR}${PORTNAME}.log:g" \ ${WRKSRC}/etc/${PORTNAME}.config - ${CP} -p ${WRKSRC}/etc/${PORTNAME}.config \ + ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.config \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.config.sample .include Modified: head/net-mgmt/riemann/distinfo ============================================================================== --- head/net-mgmt/riemann/distinfo Tue Feb 14 14:06:49 2017 (r434084) +++ head/net-mgmt/riemann/distinfo Tue Feb 14 14:08:25 2017 (r434085) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473805695 -SHA256 (riemann-0.2.11.tar.bz2) = 5e7982002685f6fa7716782c57e227e4b4eeaa4c14a77ab586aac5ecf114e933 -SIZE (riemann-0.2.11.tar.bz2) = 40503519 +TIMESTAMP = 1484592882 +SHA256 (riemann-0.2.12.tar.bz2) = 79f21fb2ac90a3d55e7cfa4a1eb14d1bdcdb1266ba6052bb72e6e500467ca7f4 +SIZE (riemann-0.2.12.tar.bz2) = 41672027 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:14:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1EA4CDE280; Tue, 14 Feb 2017 14:14:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BCF01679; Tue, 14 Feb 2017 14:14:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEEGBV073868; Tue, 14 Feb 2017 14:14:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEEGuR073865; Tue, 14 Feb 2017 14:14:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141414.v1EEEGuR073865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 14:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434086 - in head/devel: ode ode/files py-ode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:14:17 -0000 Author: tijl Date: Tue Feb 14 14:14:16 2017 New Revision: 434086 URL: https://svnweb.freebsd.org/changeset/ports/434086 Log: - Remove -fPIC and configure with --enable-shared instead, as recommended by bindings/python/INSTALL.txt. - Use pathfix and TEST_TARGET. Deleted: head/devel/ode/files/ Modified: head/devel/ode/Makefile head/devel/ode/pkg-plist head/devel/py-ode/Makefile Modified: head/devel/ode/Makefile ============================================================================== --- head/devel/ode/Makefile Tue Feb 14 14:08:25 2017 (r434085) +++ head/devel/ode/Makefile Tue Feb 14 14:14:16 2017 (r434086) @@ -3,7 +3,7 @@ PORTNAME= ode PORTVERSION= 0.13 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/opende/ODE/${PORTVERSION} @@ -14,9 +14,11 @@ COMMENT= Articulated rigid body dynamics LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= dual -USES= tar:bzip2 gmake libtool +USES= tar:bzip2 gmake libtool pathfix USE_GL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared +TEST_TARGET= check OPTIONS_DEFINE= GIMPACT DOUBLE OU @@ -29,11 +31,7 @@ GIMPACT_CONFIGURE_OFF= --with-trimesh=op DOUBLE_CONFIGURE_ENABLE= double-precision OU_CONFIGURE_ENABLE= ou -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -DPIC -.endif +.include .if ${PORT_OPTIONS:MGIMPACT} && ${PORT_OPTIONS:MDOUBLE} IGNORE= currently double precision is not supported by gimpact @@ -54,7 +52,4 @@ post-install: ${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \ > ${STAGEDIR}${PREFIX}/include/ode/config.h -regression-test: build - @(cd ${WRKSRC} && ${MAKE} check) - -.include +.include Modified: head/devel/ode/pkg-plist ============================================================================== --- head/devel/ode/pkg-plist Tue Feb 14 14:08:25 2017 (r434085) +++ head/devel/ode/pkg-plist Tue Feb 14 14:14:16 2017 (r434086) @@ -26,4 +26,7 @@ include/ode/threading.h include/ode/threading_impl.h include/ode/timer.h lib/libode.a +lib/libode.so +lib/libode.so.3 +lib/libode.so.3.1.0 libdata/pkgconfig/ode.pc Modified: head/devel/py-ode/Makefile ============================================================================== --- head/devel/py-ode/Makefile Tue Feb 14 14:08:25 2017 (r434085) +++ head/devel/py-ode/Makefile Tue Feb 14 14:14:16 2017 (r434086) @@ -3,7 +3,7 @@ PORTNAME= ode PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,11 @@ DIST_SUBDIR= python MAINTAINER= amdmi3@FreeBSD.org COMMENT= Python bindings for The Open Dynamics Engine -BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode +LIB_DEPENDS= libode.so:devel/ode USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils -CFLAGS_aarch64= -fPIC - OPTIONS_DEFINE= TRIMESH OPTIONS_DEFAULT=TRIMESH TRIMESH_DESC= Trimesh support (sync with OPCODE opt of devel/ode) From owner-svn-ports-all@freebsd.org Tue Feb 14 14:25:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FE9CDE5F9; Tue, 14 Feb 2017 14:25:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41D701CAD; Tue, 14 Feb 2017 14:25:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEP9qo077937; Tue, 14 Feb 2017 14:25:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEP99N077935; Tue, 14 Feb 2017 14:25:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141425.v1EEP99N077935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 14:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434087 - in head/games/abuse_sdl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:25:10 -0000 Author: tijl Date: Tue Feb 14 14:25:09 2017 New Revision: 434087 URL: https://svnweb.freebsd.org/changeset/ports/434087 Log: Remove -fPIC and fix the real problem where S_BUTTON_PRESS_SND is sometimes declared as int and sometimes as long which have a different size and alignment on 64 bit architectures. Added: head/games/abuse_sdl/files/patch-src-gui.cpp (contents, props changed) Modified: head/games/abuse_sdl/Makefile Modified: head/games/abuse_sdl/Makefile ============================================================================== --- head/games/abuse_sdl/Makefile Tue Feb 14 14:14:16 2017 (r434086) +++ head/games/abuse_sdl/Makefile Tue Feb 14 14:25:09 2017 (r434087) @@ -3,7 +3,7 @@ PORTNAME= abuse_sdl PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= GENTOO \ http://abuse.zoy.org/raw-attachment/wiki/download/ @@ -20,7 +20,6 @@ USE_SDL= mixer sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release -CFLAGS_aarch64= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Added: head/games/abuse_sdl/files/patch-src-gui.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abuse_sdl/files/patch-src-gui.cpp Tue Feb 14 14:25:09 2017 (r434087) @@ -0,0 +1,11 @@ +--- src/gui.cpp.orig 2011-05-06 09:46:43 UTC ++++ src/gui.cpp +@@ -117,7 +117,7 @@ void ico_button::draw(int active, image + + } + +-extern long S_BUTTON_PRESS_SND; ++extern int S_BUTTON_PRESS_SND; + extern int sfx_volume; + + void ico_button::handle_event(event &ev, image *screen, InputManager *im) From owner-svn-ports-all@freebsd.org Tue Feb 14 14:26:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D555BCDE65F; Tue, 14 Feb 2017 14:26:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC381DAB; Tue, 14 Feb 2017 14:26:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEQEVX078114; Tue, 14 Feb 2017 14:26:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEQEsi078111; Tue, 14 Feb 2017 14:26:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201702141426.v1EEQEsi078111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 14 Feb 2017 14:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434088 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:26:15 -0000 Author: feld Date: Tue Feb 14 14:26:14 2017 New Revision: 434088 URL: https://svnweb.freebsd.org/changeset/ports/434088 Log: multimedia/plexmediaserver-plexpass: Update to 1.4.1 Changelog: http://forums.plex.tv/discussion/comment/1370306/#Comment_1370306 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Tue Feb 14 14:25:09 2017 (r434087) +++ head/multimedia/plexmediaserver-plexpass/Makefile Tue Feb 14 14:26:14 2017 (r434088) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.3.4.3285 +PORTVERSION= 1.4.1.3362 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= b46e0ea +PLEX_BUILD= 77c6a4f80 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Tue Feb 14 14:25:09 2017 (r434087) +++ head/multimedia/plexmediaserver-plexpass/distinfo Tue Feb 14 14:26:14 2017 (r434088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486047869 -SHA256 (PlexMediaServer-1.3.4.3285-b46e0ea-freebsd-amd64.tar.bz2) = 572e2358facd5c165b6161abe9a8e5d88ab492d69ec983ed878188ee97ba29ce -SIZE (PlexMediaServer-1.3.4.3285-b46e0ea-freebsd-amd64.tar.bz2) = 83476934 +TIMESTAMP = 1487078252 +SHA256 (PlexMediaServer-1.4.1.3362-77c6a4f80-freebsd-amd64.tar.bz2) = 8990ebdb56a6493ce7612fa194a6239b62d330205aee2c8674abf4deda1eecb6 +SIZE (PlexMediaServer-1.4.1.3362-77c6a4f80-freebsd-amd64.tar.bz2) = 83623101 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Feb 14 14:25:09 2017 (r434087) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Tue Feb 14 14:26:14 2017 (r434088) @@ -67,6 +67,11 @@ %%DATADIR%%/Resources/Graphics/show-fanart.jpg %%DATADIR%%/Resources/Graphics/show.png %%DATADIR%%/Resources/Graphics/sugar.cmake +%%DATADIR%%/Resources/Graphics/tag-auto-256.png +%%DATADIR%%/Resources/Graphics/tag-geo-256.png +%%DATADIR%%/Resources/Graphics/tag-people-256.png +%%DATADIR%%/Resources/Graphics/tag-similar-256.png +%%DATADIR%%/Resources/Graphics/tag-temporal-256.png %%DATADIR%%/Resources/Graphics/video.png %%DATADIR%%/Resources/LICENSE %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/Code/__init__.py @@ -1507,6 +1512,7 @@ %%DATADIR%%/Resources/Profiles/Sony Bravia 2013.xml %%DATADIR%%/Resources/Profiles/Sony Streaming Player.xml %%DATADIR%%/Resources/Profiles/Universal Mobile.xml +%%DATADIR%%/Resources/Profiles/Universal Recording.xml %%DATADIR%%/Resources/Profiles/Universal TV.xml %%DATADIR%%/Resources/Profiles/Unknown Browser.xml %%DATADIR%%/Resources/Profiles/Vivaldi.xml @@ -1537,72 +1543,72 @@ %%DATADIR%%/Resources/Profiles/sugar.cmake %%DATADIR%%/Resources/Profiles/tvOS.xml %%DATADIR%%/Resources/Python/include/python2.7/pyconfig.h -%%DATADIR%%/Resources/Python/lib/python2.7/BaseHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Bastion.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/CGIHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ConfigParser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Cookie.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/DocXMLRPCServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/HTMLParser.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/BaseHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/Bastion.py +%%DATADIR%%/Resources/Python/lib/python2.7/CGIHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ConfigParser.py +%%DATADIR%%/Resources/Python/lib/python2.7/Cookie.py +%%DATADIR%%/Resources/Python/lib/python2.7/DocXMLRPCServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/HTMLParser.py %%DATADIR%%/Resources/Python/lib/python2.7/LICENSE.txt -%%DATADIR%%/Resources/Python/lib/python2.7/MimeWriter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/Queue.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SimpleHTTPServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SimpleXMLRPCServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/SocketServer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/StringIO.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserDict.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserList.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/UserString.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_LWPCookieJar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_MozillaCookieJar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/__future__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/__phello__.foo.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_abcoll.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_pyio.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_strptime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/abc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/aifc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/antigravity.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/anydbm.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/argparse.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/asynchat.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/asyncore.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/atexit.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/audiodev.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/base64.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/bdb.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/binhex.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/bisect.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cProfile.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/calendar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cgi.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cgitb.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/chunk.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cmd.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/code.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/codecs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/codeop.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/collections.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/colorsys.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/commands.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compileall.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/ast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/consts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/future.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/misc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pyassem.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pycodegen.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/symbols.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/syntax.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/transformer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/compiler/visitor.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/MimeWriter.py +%%DATADIR%%/Resources/Python/lib/python2.7/Queue.py +%%DATADIR%%/Resources/Python/lib/python2.7/SimpleHTTPServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/SimpleXMLRPCServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/SocketServer.py +%%DATADIR%%/Resources/Python/lib/python2.7/StringIO.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserDict.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserList.py +%%DATADIR%%/Resources/Python/lib/python2.7/UserString.py +%%DATADIR%%/Resources/Python/lib/python2.7/_LWPCookieJar.py +%%DATADIR%%/Resources/Python/lib/python2.7/_MozillaCookieJar.py +%%DATADIR%%/Resources/Python/lib/python2.7/__future__.py +%%DATADIR%%/Resources/Python/lib/python2.7/__phello__.foo.py +%%DATADIR%%/Resources/Python/lib/python2.7/_abcoll.py +%%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.py +%%DATADIR%%/Resources/Python/lib/python2.7/_pyio.py +%%DATADIR%%/Resources/Python/lib/python2.7/_strptime.py +%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.py +%%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.py +%%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.py +%%DATADIR%%/Resources/Python/lib/python2.7/abc.py +%%DATADIR%%/Resources/Python/lib/python2.7/aifc.py +%%DATADIR%%/Resources/Python/lib/python2.7/antigravity.py +%%DATADIR%%/Resources/Python/lib/python2.7/anydbm.py +%%DATADIR%%/Resources/Python/lib/python2.7/argparse.py +%%DATADIR%%/Resources/Python/lib/python2.7/ast.py +%%DATADIR%%/Resources/Python/lib/python2.7/asynchat.py +%%DATADIR%%/Resources/Python/lib/python2.7/asyncore.py +%%DATADIR%%/Resources/Python/lib/python2.7/atexit.py +%%DATADIR%%/Resources/Python/lib/python2.7/audiodev.py +%%DATADIR%%/Resources/Python/lib/python2.7/base64.py +%%DATADIR%%/Resources/Python/lib/python2.7/bdb.py +%%DATADIR%%/Resources/Python/lib/python2.7/binhex.py +%%DATADIR%%/Resources/Python/lib/python2.7/bisect.py +%%DATADIR%%/Resources/Python/lib/python2.7/cProfile.py +%%DATADIR%%/Resources/Python/lib/python2.7/calendar.py +%%DATADIR%%/Resources/Python/lib/python2.7/cgi.py +%%DATADIR%%/Resources/Python/lib/python2.7/cgitb.py +%%DATADIR%%/Resources/Python/lib/python2.7/chunk.py +%%DATADIR%%/Resources/Python/lib/python2.7/cmd.py +%%DATADIR%%/Resources/Python/lib/python2.7/code.py +%%DATADIR%%/Resources/Python/lib/python2.7/codecs.py +%%DATADIR%%/Resources/Python/lib/python2.7/codeop.py +%%DATADIR%%/Resources/Python/lib/python2.7/collections.py +%%DATADIR%%/Resources/Python/lib/python2.7/colorsys.py +%%DATADIR%%/Resources/Python/lib/python2.7/commands.py +%%DATADIR%%/Resources/Python/lib/python2.7/compileall.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/ast.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/consts.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/future.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/misc.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pyassem.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/pycodegen.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/symbols.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/syntax.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/transformer.py +%%DATADIR%%/Resources/Python/lib/python2.7/compiler/visitor.py %%DATADIR%%/Resources/Python/lib/python2.7/config/Makefile %%DATADIR%%/Resources/Python/lib/python2.7/config/Setup %%DATADIR%%/Resources/Python/lib/python2.7/config/Setup.config @@ -1612,294 +1618,294 @@ %%DATADIR%%/Resources/Python/lib/python2.7/config/install-sh %%DATADIR%%/Resources/Python/lib/python2.7/config/makesetup %%DATADIR%%/Resources/Python/lib/python2.7/config/python.o -%%DATADIR%%/Resources/Python/lib/python2.7/contextlib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/cookielib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/copy.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/copy_reg.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/csv.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/_endian.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/contextlib.py +%%DATADIR%%/Resources/Python/lib/python2.7/cookielib.py +%%DATADIR%%/Resources/Python/lib/python2.7/copy.py +%%DATADIR%%/Resources/Python/lib/python2.7/copy_reg.py +%%DATADIR%%/Resources/Python/lib/python2.7/csv.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/_endian.py %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/README.ctypes -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dyld.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dylib.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dyld.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/dylib.py %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/fetch_macholib %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/fetch_macholib.bat -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/framework.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/runtests.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_anon.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_array_in_pointer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_arrays.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_as_parameter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_bitfields.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_buffers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_byteswap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_callbacks.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cast.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cfuncs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_checkretval.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_delattr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errcheck.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errno.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_find.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_frombuffer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_funcptr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_functions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_incomplete.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_init.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_integers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_internals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_keeprefs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_libc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_loading.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_macholib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_memfunctions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_numbers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_objects.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_parameters.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pep3118.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pickling.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pointers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_prototypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_python_api.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_random_things.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_refcounts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_repr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_returnfuncptrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_simplesubclasses.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_sizes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_slicing.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_stringptr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_strings.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_struct_fields.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_structures.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unaligned_structures.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/has_key.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/panel.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/textpad.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/curses/wrapper.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dbhash.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/decimal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/difflib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dircache.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dis.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/doctest.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dumbdbm.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dummy_thread.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/dummy_threading.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/_parseaddr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/base64mime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/charset.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/encoders.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/errors.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/feedparser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/generator.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/header.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/iterators.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/message.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/application.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/audio.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/base.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/image.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/message.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/multipart.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/nonmultipart.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/text.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/parser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/quoprimime.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/email/utils.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/aliases.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/base64_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5hkscs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/bz2_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/charmap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp037.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1006.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1026.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1140.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1250.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1251.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1252.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1253.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1254.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1255.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1256.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1257.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1258.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp424.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp437.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp500.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp720.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp737.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp775.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp850.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp852.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp855.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp856.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp857.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp858.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp860.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp861.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp862.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp863.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp864.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp865.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp866.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp869.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp874.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp875.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp932.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp949.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp950.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jis_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jisx0213.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_kr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb18030.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb2312.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gbk.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hex_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hp_roman8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hz.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/idna.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_ext.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_kr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_10.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_11.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_13.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_14.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_15.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_16.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_4.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_5.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_6.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_7.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_9.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/johab.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_r.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_u.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/latin_1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_arabic.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_centeuro.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_croatian.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_cyrillic.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_farsi.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_greek.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_iceland.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_latin2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_roman.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_romanian.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_turkish.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mbcs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/palmos.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ptcp154.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/punycode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/quopri_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/raw_unicode_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/rot_13.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis_2004.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jisx0213.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/string_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/tis_620.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/undefined.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_escape.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_internal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_be.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_le.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_be.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_le.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_7.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/macholib/framework.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/runtests.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_anon.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_array_in_pointer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_arrays.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_as_parameter.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_bitfields.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_buffers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_byteswap.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_callbacks.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cast.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_cfuncs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_checkretval.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_delattr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errcheck.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_errno.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_find.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_frombuffer.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_funcptr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_functions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_incomplete.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_init.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_integers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_internals.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_keeprefs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_libc.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_loading.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_macholib.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_memfunctions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_numbers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_objects.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_parameters.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pep3118.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pickling.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_pointers.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_prototypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_python_api.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_random_things.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_refcounts.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_repr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_returnfuncptrs.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_simplesubclasses.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_sizes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_slicing.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_stringptr.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_strings.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_struct_fields.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_structures.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unaligned_structures.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_unicode.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.py +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/has_key.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/panel.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/textpad.py +%%DATADIR%%/Resources/Python/lib/python2.7/curses/wrapper.py +%%DATADIR%%/Resources/Python/lib/python2.7/dbhash.py +%%DATADIR%%/Resources/Python/lib/python2.7/decimal.py +%%DATADIR%%/Resources/Python/lib/python2.7/difflib.py +%%DATADIR%%/Resources/Python/lib/python2.7/dircache.py +%%DATADIR%%/Resources/Python/lib/python2.7/dis.py +%%DATADIR%%/Resources/Python/lib/python2.7/doctest.py +%%DATADIR%%/Resources/Python/lib/python2.7/dumbdbm.py +%%DATADIR%%/Resources/Python/lib/python2.7/dummy_thread.py +%%DATADIR%%/Resources/Python/lib/python2.7/dummy_threading.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/_parseaddr.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/base64mime.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/charset.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/encoders.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/errors.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/feedparser.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/generator.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/header.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/iterators.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/message.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/application.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/audio.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/base.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/image.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/message.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/multipart.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/nonmultipart.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/mime/text.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/parser.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/quoprimime.py +%%DATADIR%%/Resources/Python/lib/python2.7/email/utils.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/aliases.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/base64_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/big5hkscs.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/bz2_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/charmap.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp037.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1006.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1026.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1140.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1250.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1251.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1252.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1253.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1254.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1255.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1256.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1257.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp1258.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp424.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp437.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp500.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp720.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp737.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp775.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp850.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp852.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp855.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp856.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp857.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp858.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp860.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp861.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp862.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp863.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp864.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp865.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp866.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp869.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp874.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp875.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp932.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp949.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/cp950.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jis_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jisx0213.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_jp.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/euc_kr.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb18030.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gb2312.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/gbk.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hex_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hp_roman8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/hz.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/idna.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_3.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_jp_ext.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso2022_kr.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_10.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_11.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_13.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_14.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_15.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_16.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_3.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_4.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_5.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_6.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_7.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/iso8859_9.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/johab.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_r.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/koi8_u.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/latin_1.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_arabic.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_centeuro.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_croatian.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_cyrillic.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_farsi.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_greek.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_iceland.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_latin2.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_roman.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_romanian.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mac_turkish.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/mbcs.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/palmos.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/ptcp154.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/punycode.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/quopri_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/raw_unicode_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/rot_13.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jis_2004.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/shift_jisx0213.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/string_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/tis_620.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/undefined.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_escape.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/unicode_internal.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_be.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_16_le.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_be.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_32_le.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_7.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.py +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.py %%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl %%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl -%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/filecmp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fileinput.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/formatter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fpformat.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/fractions.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ftplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/functools.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/genericpath.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/getopt.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/getpass.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/gettext.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/glob.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/gzip.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hashlib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/heapq.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hmac.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/log.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stats.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stones.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/htmlentitydefs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/htmllib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/httplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ihooks.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imaplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imghdr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/importlib/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/imputil.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/inspect.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/io.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/decoder.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/encoder.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/scanner.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_check_circular.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_decode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_default.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_dump.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_encode_basestring_ascii.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_fail.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_float.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_indent.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass1.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass3.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_recursion.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_scanstring.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_separators.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_speedups.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_tool.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/json/tool.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/keyword.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.py +%%DATADIR%%/Resources/Python/lib/python2.7/filecmp.py +%%DATADIR%%/Resources/Python/lib/python2.7/fileinput.py +%%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.py +%%DATADIR%%/Resources/Python/lib/python2.7/formatter.py +%%DATADIR%%/Resources/Python/lib/python2.7/fpformat.py +%%DATADIR%%/Resources/Python/lib/python2.7/fractions.py +%%DATADIR%%/Resources/Python/lib/python2.7/ftplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/functools.py +%%DATADIR%%/Resources/Python/lib/python2.7/genericpath.py +%%DATADIR%%/Resources/Python/lib/python2.7/getopt.py +%%DATADIR%%/Resources/Python/lib/python2.7/getpass.py +%%DATADIR%%/Resources/Python/lib/python2.7/gettext.py +%%DATADIR%%/Resources/Python/lib/python2.7/glob.py +%%DATADIR%%/Resources/Python/lib/python2.7/gzip.py +%%DATADIR%%/Resources/Python/lib/python2.7/hashlib.py +%%DATADIR%%/Resources/Python/lib/python2.7/heapq.py +%%DATADIR%%/Resources/Python/lib/python2.7/hmac.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/log.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stats.py +%%DATADIR%%/Resources/Python/lib/python2.7/hotshot/stones.py +%%DATADIR%%/Resources/Python/lib/python2.7/htmlentitydefs.py +%%DATADIR%%/Resources/Python/lib/python2.7/htmllib.py +%%DATADIR%%/Resources/Python/lib/python2.7/httplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/ihooks.py +%%DATADIR%%/Resources/Python/lib/python2.7/imaplib.py +%%DATADIR%%/Resources/Python/lib/python2.7/imghdr.py +%%DATADIR%%/Resources/Python/lib/python2.7/importlib/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/imputil.py +%%DATADIR%%/Resources/Python/lib/python2.7/inspect.py +%%DATADIR%%/Resources/Python/lib/python2.7/io.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/decoder.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/encoder.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/scanner.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_check_circular.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_decode.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_default.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_dump.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_encode_basestring_ascii.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_fail.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_float.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_indent.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass1.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass2.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_pass3.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_recursion.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_scanstring.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_separators.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_speedups.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_tool.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.py +%%DATADIR%%/Resources/Python/lib/python2.7/json/tool.py +%%DATADIR%%/Resources/Python/lib/python2.7/keyword.py %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_bisect.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_cn.so @@ -1965,197 +1971,213 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar.txt %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.12.final.0.pickle -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__main__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_matcher.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_utils.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_base.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_apply.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_asserts.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_basestring.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_buffer.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_callable.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_dict.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_except.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exec.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_execfile.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exitfunc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_filter.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_funcattrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_future.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_getcwdu.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_has_key.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_idioms.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_import.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports2.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_input.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_intern.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_isinstance.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools_imports.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_long.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_map.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_metaclass.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_methodattrs.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ne.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_next.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_nonzero.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_numliterals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_operator.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_paren.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_print.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raise.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raw_input.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_reduce.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_renames.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_repr.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_set_literal.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_standarderror.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_sys_exc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_throw.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_tuple_params.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_types.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_unicode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_urllib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ws_comma.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xrange.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xreadlines.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_zip.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/main.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/patcomp.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/conv.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/driver.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/grammar.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/literals.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/parse.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/pgen.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/token.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/tokenize.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pygram.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pytree.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/refactor.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/__init__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__main__.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_matcher.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_utils.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_base.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_util.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_apply.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_asserts.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_basestring.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_buffer.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_callable.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_dict.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_except.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exec.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_execfile.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_exitfunc.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_filter.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_funcattrs.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_future.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_getcwdu.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_has_key.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_idioms.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_import.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_imports2.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_input.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_intern.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_isinstance.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_long.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_map.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_metaclass.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_methodattrs.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ne.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_next.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_nonzero.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_numliterals.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_operator.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_paren.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_print.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raise.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_raw_input.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_reduce.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_renames.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_repr.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_set_literal.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_standarderror.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_sys_exc.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_throw.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_tuple_params.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_types.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_unicode.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_urllib.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_ws_comma.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xrange.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_xreadlines.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_zip.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/main.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/patcomp.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/conv.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/driver.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/grammar.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/literals.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/parse.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/pgen.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/token.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pgen2/tokenize.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pygram.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/pytree.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/refactor.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/__init__.py %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/README -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/pytree_idempotency.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/support.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_all_fixers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_fixers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_main.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_parser.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_pytree.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_refactor.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/linecache.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/locale.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/logging/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/logging/config.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/logging/handlers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/macpath.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/macurl2path.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mailbox.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mailcap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/markupbase.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/md5.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mhlib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mimetools.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mimetypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mimify.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/modulefinder.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multifile.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/connection.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/dummy/__init__.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/dummy/connection.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/forking.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/heap.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/managers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/pool.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/process.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/queues.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/reduction.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/sharedctypes.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/synchronize.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/multiprocessing/util.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/mutex.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/netrc.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/new.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/nntplib.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/ntpath.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/nturl2path.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/numbers.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/opcode.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/optparse.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/os.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/os2emxpath.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/bom.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/crlf.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/different_encoding.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/false_encoding.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/bad_order.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_explicit.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_first.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_last.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_parrot.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_preorder.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/fixers/parrot_example.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/infinite_recursion.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/py2_test_grammar.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/data/py3_test_grammar.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/pytree_idempotency.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/support.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_all_fixers.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_fixers.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_main.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_parser.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_pytree.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_refactor.py +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/tests/test_util.py +%%DATADIR%%/Resources/Python/lib/python2.7/linecache.py +%%DATADIR%%/Resources/Python/lib/python2.7/locale.py +%%DATADIR%%/Resources/Python/lib/python2.7/logging/__init__.py +%%DATADIR%%/Resources/Python/lib/python2.7/logging/config.py +%%DATADIR%%/Resources/Python/lib/python2.7/logging/handlers.py +%%DATADIR%%/Resources/Python/lib/python2.7/macpath.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Feb 14 14:32:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF0E3CDE819; Tue, 14 Feb 2017 14:32:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 850CE11E0; Tue, 14 Feb 2017 14:32:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEWmIB082249; Tue, 14 Feb 2017 14:32:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEWmN7082243; Tue, 14 Feb 2017 14:32:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141432.v1EEWmN7082243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434089 - in head/net/libnet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:32:49 -0000 Author: sunpoet Date: Tue Feb 14 14:32:47 2017 New Revision: 434089 URL: https://svnweb.freebsd.org/changeset/ports/434089 Log: Fix functionality on FreeBSD 11 and above - Bump PORTREVISION for package change PR: 216308 [1], 217093 [2] Submitted by: [1], Eugene Grosbein [2] Added: head/net/libnet/files/extra-patch-configure (contents, props changed) Modified: head/net/libnet/Makefile head/net/libnet/files/patch-include-libnet.h.in head/net/libnet/files/patch-src-libnet_cq.c head/net/libnet/files/patch-src-libnet_if_addr.c head/net/libnet/files/patch-src-libnet_link_bpf.c Modified: head/net/libnet/Makefile ============================================================================== --- head/net/libnet/Makefile Tue Feb 14 14:26:14 2017 (r434088) +++ head/net/libnet/Makefile Tue Feb 14 14:32:47 2017 (r434089) @@ -3,7 +3,7 @@ PORTNAME= libnet PORTVERSION= 1.1.6 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/libnet-dev @@ -46,4 +46,10 @@ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/sample/*.c ${STAGEDIR}${EXAMPLESDIR}/ -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100030 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure +.endif + +.include Added: head/net/libnet/files/extra-patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnet/files/extra-patch-configure Tue Feb 14 14:32:47 2017 (r434089) @@ -0,0 +1,17 @@ +--- configure.orig 2012-03-29 21:18:48 UTC ++++ configure +@@ -12165,13 +12165,12 @@ done + $as_echo "#define LIBNET_BSDISH_OS 1" >>confdefs.h + + +-$as_echo "#define LIBNET_BSD_BYTE_SWAP 1" >>confdefs.h + + + $as_echo "#define HAVE_SOCKADDR_SA_LEN 1" >>confdefs.h + + +- LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN" ++ LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DHAVE_SOCKADDR_SA_LEN" + ;; + + *netbsd*) Modified: head/net/libnet/files/patch-include-libnet.h.in ============================================================================== --- head/net/libnet/files/patch-include-libnet.h.in Tue Feb 14 14:26:14 2017 (r434088) +++ head/net/libnet/files/patch-include-libnet.h.in Tue Feb 14 14:32:47 2017 (r434089) @@ -1,6 +1,6 @@ ---- include/libnet.h.in.orig 2012-03-06 01:45:46.000000000 +0100 +--- include/libnet.h.in.orig 2012-03-06 00:45:46 UTC +++ include/libnet.h.in -@@ -81,6 +81,9 @@ +@@ -81,6 +81,9 @@ extern "C" { #if !defined(__WIN32__) # include # include Modified: head/net/libnet/files/patch-src-libnet_cq.c ============================================================================== --- head/net/libnet/files/patch-src-libnet_cq.c Tue Feb 14 14:26:14 2017 (r434088) +++ head/net/libnet/files/patch-src-libnet_cq.c Tue Feb 14 14:32:47 2017 (r434089) @@ -2,9 +2,9 @@ Obtained from: https://github.com/sam-github/libnet/commit/c9390bf8f3379c280ba8ceec67fbd8e908675d96 ---- src/libnet_cq.c.orig 2012-03-20 00:59:50.000000000 +0800 -+++ src/libnet_cq.c 2015-01-18 03:09:08.170403000 +0800 -@@ -344,6 +344,8 @@ +--- src/libnet_cq.c.orig 2012-03-19 16:59:50 UTC ++++ src/libnet_cq.c +@@ -344,6 +344,8 @@ libnet_cq_destroy() libnet_destroy(tmp->context); free(tmp); } Modified: head/net/libnet/files/patch-src-libnet_if_addr.c ============================================================================== --- head/net/libnet/files/patch-src-libnet_if_addr.c Tue Feb 14 14:26:14 2017 (r434088) +++ head/net/libnet/files/patch-src-libnet_if_addr.c Tue Feb 14 14:32:47 2017 (r434089) @@ -4,9 +4,9 @@ Obtained from: https://github.com/sam-github/libnet/commit/18cbe497dd84afc471a5320e4ef3a7cde87c2c4e [1] https://github.com/sam-github/libnet/commit/2e724b2f5cd614d7362f8dcbc57dc1fca6e437b3 [2] ---- src/libnet_if_addr.c.orig 2012-03-20 00:59:50.000000000 +0800 -+++ src/libnet_if_addr.c 2015-01-18 03:09:08.169400000 +0800 -@@ -330,6 +330,8 @@ +--- src/libnet_if_addr.c.orig 2012-03-19 16:59:50 UTC ++++ src/libnet_if_addr.c +@@ -330,6 +330,8 @@ register char *errbuf) ++nipaddr; } @@ -15,7 +15,7 @@ Obtained from: https://github.com/sam-gi *ipaddrp = ifaddrlist; return (nipaddr); } -@@ -339,7 +341,6 @@ +@@ -339,7 +341,6 @@ int libnet_select_device(libnet_t *l) { int c, i; @@ -23,7 +23,7 @@ Obtained from: https://github.com/sam-gi struct libnet_ifaddr_list *address_list, *al; uint32_t addr; -@@ -364,7 +365,7 @@ +@@ -364,7 +365,7 @@ libnet_select_device(libnet_t *l) /* * Number of interfaces. */ Modified: head/net/libnet/files/patch-src-libnet_link_bpf.c ============================================================================== --- head/net/libnet/files/patch-src-libnet_link_bpf.c Tue Feb 14 14:26:14 2017 (r434088) +++ head/net/libnet/files/patch-src-libnet_link_bpf.c Tue Feb 14 14:32:47 2017 (r434089) @@ -2,9 +2,9 @@ Obtained from: https://github.com/sam-github/libnet/commit/408fa2266a4af402152cc0f1e9a40b56477b995a ---- src/libnet_link_bpf.c.orig 2012-03-20 00:59:50.000000000 +0800 -+++ src/libnet_link_bpf.c 2015-01-18 03:09:08.169400000 +0800 -@@ -316,7 +316,11 @@ +--- src/libnet_link_bpf.c.orig 2012-03-19 16:59:50 UTC ++++ src/libnet_link_bpf.c +@@ -316,7 +316,11 @@ libnet_get_hwaddr(libnet_t *l) if (ifm->ifm_type == RTM_IFINFO) { sdl = (struct sockaddr_dl *)(ifm + 1); @@ -17,7 +17,7 @@ Obtained from: https://github.com/sam-gi continue; if (strncmp(&sdl->sdl_data[0], l->device, sdl->sdl_nlen) == 0) { -@@ -326,6 +330,12 @@ +@@ -326,6 +330,12 @@ libnet_get_hwaddr(libnet_t *l) } } free(buf); From owner-svn-ports-all@freebsd.org Tue Feb 14 14:32:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4125CDE843; Tue, 14 Feb 2017 14:32:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B04C21201; Tue, 14 Feb 2017 14:32:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEWrHM082374; Tue, 14 Feb 2017 14:32:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEWrks082373; Tue, 14 Feb 2017 14:32:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141432.v1EEWrks082373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434090 - head/multimedia/libquvi-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:32:55 -0000 Author: sunpoet Date: Tue Feb 14 14:32:53 2017 New Revision: 434090 URL: https://svnweb.freebsd.org/changeset/ports/434090 Log: Update LICENSE and add LICENSE_FILE Modified: head/multimedia/libquvi-scripts/Makefile Modified: head/multimedia/libquvi-scripts/Makefile ============================================================================== --- head/multimedia/libquvi-scripts/Makefile Tue Feb 14 14:32:47 2017 (r434089) +++ head/multimedia/libquvi-scripts/Makefile Tue Feb 14 14:32:53 2017 (r434090) @@ -9,8 +9,8 @@ MASTER_SITES= SF/quvi/${PORTVERSION:R}/$ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Embedded lua scripts for libquvi and utility scripts -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING PORTSCOUT= limit:0.4.[0-9]* From owner-svn-ports-all@freebsd.org Tue Feb 14 14:32:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A711CCDE885; Tue, 14 Feb 2017 14:32:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA151266; Tue, 14 Feb 2017 14:32:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEWwVX082477; Tue, 14 Feb 2017 14:32:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEWwIs082476; Tue, 14 Feb 2017 14:32:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141432.v1EEWwIs082476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434091 - head/multimedia/libquvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:32:59 -0000 Author: sunpoet Date: Tue Feb 14 14:32:58 2017 New Revision: 434091 URL: https://svnweb.freebsd.org/changeset/ports/434091 Log: Update LICENSE Modified: head/multimedia/libquvi/Makefile Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Tue Feb 14 14:32:53 2017 (r434090) +++ head/multimedia/libquvi/Makefile Tue Feb 14 14:32:58 2017 (r434091) @@ -10,8 +10,7 @@ MASTER_SITES= SF/quvi/${PORTVERSION:R}/$ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING BUILD_DEPENDS= libquvi-scripts>=0.4.0:multimedia/libquvi-scripts From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78F6ACDE8E1; Tue, 14 Feb 2017 14:33:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45E5412E1; Tue, 14 Feb 2017 14:33:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEX3vq082601; Tue, 14 Feb 2017 14:33:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEX3AM082599; Tue, 14 Feb 2017 14:33:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEX3AM082599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434092 - head/multimedia/quvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:04 -0000 Author: sunpoet Date: Tue Feb 14 14:33:03 2017 New Revision: 434092 URL: https://svnweb.freebsd.org/changeset/ports/434092 Log: Update LICENSE Modified: head/multimedia/quvi/Makefile Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Tue Feb 14 14:32:58 2017 (r434091) +++ head/multimedia/quvi/Makefile Tue Feb 14 14:33:03 2017 (r434092) @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING BUILD_DEPENDS= libquvi>=0.4.0:multimedia/libquvi LIB_DEPENDS= libcurl.so:ftp/curl From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 996ACCDE918; Tue, 14 Feb 2017 14:33:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68CA41354; Tue, 14 Feb 2017 14:33:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEX8qY082702; Tue, 14 Feb 2017 14:33:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEX8iU082701; Tue, 14 Feb 2017 14:33:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEX8iU082701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434093 - head/multimedia/libquvi-scripts09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:09 -0000 Author: sunpoet Date: Tue Feb 14 14:33:08 2017 New Revision: 434093 URL: https://svnweb.freebsd.org/changeset/ports/434093 Log: Add LICENSE_FILE Modified: head/multimedia/libquvi-scripts09/Makefile Modified: head/multimedia/libquvi-scripts09/Makefile ============================================================================== --- head/multimedia/libquvi-scripts09/Makefile Tue Feb 14 14:33:03 2017 (r434092) +++ head/multimedia/libquvi-scripts09/Makefile Tue Feb 14 14:33:08 2017 (r434093) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Embedded lua scripts for libquvi and utility scripts LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C661CDE93A; Tue, 14 Feb 2017 14:33:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03A1413C1; Tue, 14 Feb 2017 14:33:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXDmF082805; Tue, 14 Feb 2017 14:33:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXDp7082804; Tue, 14 Feb 2017 14:33:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXDp7082804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434094 - head/multimedia/quvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:14 -0000 Author: sunpoet Date: Tue Feb 14 14:33:12 2017 New Revision: 434094 URL: https://svnweb.freebsd.org/changeset/ports/434094 Log: Add missing LIB_DEPENDS - Add LICENSE_FILE - Bump PORTREVISION for dependency change Modified: head/multimedia/quvi09/Makefile Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi09/Makefile Tue Feb 14 14:33:08 2017 (r434093) +++ head/multimedia/quvi09/Makefile Tue Feb 14 14:33:12 2017 (r434094) @@ -3,7 +3,7 @@ PORTNAME= quvi PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ PKGNAMESUFFIX= 09 @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libquvi09>=0.9:multimedia/libquvi09 LIB_DEPENDS= libcurl.so:ftp/curl @@ -19,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} GNU_CONFIGURE= yes -USES= pkgconfig tar:xz +USE_GNOME= glib20 +USES= gettext-runtime pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA228CDE983; Tue, 14 Feb 2017 14:33:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94F57148F; Tue, 14 Feb 2017 14:33:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXHCm082921; Tue, 14 Feb 2017 14:33:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXHoV082919; Tue, 14 Feb 2017 14:33:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXHoV082919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434095 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:18 -0000 Author: sunpoet Date: Tue Feb 14 14:33:17 2017 New Revision: 434095 URL: https://svnweb.freebsd.org/changeset/ports/434095 Log: Update to 3.0227 Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Tue Feb 14 14:33:12 2017 (r434094) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Tue Feb 14 14:33:17 2017 (r434095) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0226 +PORTVERSION= 3.0227 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Tue Feb 14 14:33:12 2017 (r434094) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Tue Feb 14 14:33:17 2017 (r434095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486886398 -SHA256 (Cpanel-JSON-XS-3.0226.tar.gz) = 55b7d1c8de1ed32ab3c8486aac34e9eac8c92e227bcc535c1821328871f9fc20 -SIZE (Cpanel-JSON-XS-3.0226.tar.gz) = 215245 +TIMESTAMP = 1487074133 +SHA256 (Cpanel-JSON-XS-3.0227.tar.gz) = 021db0e32261cbd3d58a210033938a7668db70e10209448474a49455f62f774f +SIZE (Cpanel-JSON-XS-3.0227.tar.gz) = 215350 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE88CDE9BB; Tue, 14 Feb 2017 14:33:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86DE9152F; Tue, 14 Feb 2017 14:33:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXMPZ083044; Tue, 14 Feb 2017 14:33:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXMbi083041; Tue, 14 Feb 2017 14:33:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXMbi083041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434096 - head/devel/p5-Devel-Confess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:23 -0000 Author: sunpoet Date: Tue Feb 14 14:33:22 2017 New Revision: 434096 URL: https://svnweb.freebsd.org/changeset/ports/434096 Log: Update to 0.009004 Changes: http://search.cpan.org/dist/Devel-Confess/Changes Modified: head/devel/p5-Devel-Confess/Makefile head/devel/p5-Devel-Confess/distinfo Modified: head/devel/p5-Devel-Confess/Makefile ============================================================================== --- head/devel/p5-Devel-Confess/Makefile Tue Feb 14 14:33:17 2017 (r434095) +++ head/devel/p5-Devel-Confess/Makefile Tue Feb 14 14:33:22 2017 (r434096) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Confess -PORTVERSION= 0.009003 +PORTVERSION= 0.009004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-Confess/distinfo ============================================================================== --- head/devel/p5-Devel-Confess/distinfo Tue Feb 14 14:33:17 2017 (r434095) +++ head/devel/p5-Devel-Confess/distinfo Tue Feb 14 14:33:22 2017 (r434096) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487009239 -SHA256 (Devel-Confess-0.009003.tar.gz) = 21a47e5315ae2e19be98244046f4c579769d8caaf2a367d6a6727cb64f47ab43 -SIZE (Devel-Confess-0.009003.tar.gz) = 23273 +TIMESTAMP = 1487074140 +SHA256 (Devel-Confess-0.009004.tar.gz) = a8c601db345cf6929812f382062f71f5eaacad3f4f1be15b3be9d73d291a74dd +SIZE (Devel-Confess-0.009004.tar.gz) = 23492 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2BA7CDE9EB; Tue, 14 Feb 2017 14:33:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B149A15CD; Tue, 14 Feb 2017 14:33:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXRkZ083166; Tue, 14 Feb 2017 14:33:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXR4J083164; Tue, 14 Feb 2017 14:33:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXR4J083164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434097 - head/math/p5-Math-GMPz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:29 -0000 Author: sunpoet Date: Tue Feb 14 14:33:27 2017 New Revision: 434097 URL: https://svnweb.freebsd.org/changeset/ports/434097 Log: Update to 0.46 Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES Modified: head/math/p5-Math-GMPz/Makefile head/math/p5-Math-GMPz/distinfo Modified: head/math/p5-Math-GMPz/Makefile ============================================================================== --- head/math/p5-Math-GMPz/Makefile Tue Feb 14 14:33:22 2017 (r434096) +++ head/math/p5-Math-GMPz/Makefile Tue Feb 14 14:33:27 2017 (r434097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMPz -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GMPz/distinfo ============================================================================== --- head/math/p5-Math-GMPz/distinfo Tue Feb 14 14:33:22 2017 (r434096) +++ head/math/p5-Math-GMPz/distinfo Tue Feb 14 14:33:27 2017 (r434097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487007353 -SHA256 (Math-GMPz-0.45.tar.gz) = f448b0aaba2be0771ea8a761989a9e9062fd0a3edd4969c6ddc0ccd2f6e5df2c -SIZE (Math-GMPz-0.45.tar.gz) = 76407 +TIMESTAMP = 1487074149 +SHA256 (Math-GMPz-0.46.tar.gz) = 4ee417d4752824585b210df326de1cf2754429f05ce97b7fbc46faba54310779 +SIZE (Math-GMPz-0.46.tar.gz) = 76337 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94173CDEA16; Tue, 14 Feb 2017 14:33:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62F04163C; Tue, 14 Feb 2017 14:33:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXWJb083283; Tue, 14 Feb 2017 14:33:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXWmd083281; Tue, 14 Feb 2017 14:33:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXWmd083281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434098 - head/databases/pecl-memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:33 -0000 Author: sunpoet Date: Tue Feb 14 14:33:32 2017 New Revision: 434098 URL: https://svnweb.freebsd.org/changeset/ports/434098 Log: Update to 3.0.2 Changes: https://pecl.php.net/package-changelog.php?package=memcached Modified: head/databases/pecl-memcached/Makefile head/databases/pecl-memcached/distinfo Modified: head/databases/pecl-memcached/Makefile ============================================================================== --- head/databases/pecl-memcached/Makefile Tue Feb 14 14:33:27 2017 (r434097) +++ head/databases/pecl-memcached/Makefile Tue Feb 14 14:33:32 2017 (r434098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-memcached/distinfo ============================================================================== --- head/databases/pecl-memcached/distinfo Tue Feb 14 14:33:27 2017 (r434097) +++ head/databases/pecl-memcached/distinfo Tue Feb 14 14:33:32 2017 (r434098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486591752 -SHA256 (PECL/memcached-3.0.1.tgz) = a9a801ca428b230f59d26e30682cf0dc1251e4913ce33c44639a8b1e28d2dca3 -SIZE (PECL/memcached-3.0.1.tgz) = 75774 +TIMESTAMP = 1487074156 +SHA256 (PECL/memcached-3.0.2.tgz) = 3e124ce2116e7bb61a47c8ac5848886ae4479202d460ca1ab57ac209fedd88da +SIZE (PECL/memcached-3.0.2.tgz) = 77063 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E260CDEA49; Tue, 14 Feb 2017 14:33:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB3316B7; Tue, 14 Feb 2017 14:33:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXbqC083402; Tue, 14 Feb 2017 14:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXbCn083400; Tue, 14 Feb 2017 14:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXbCn083400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434099 - head/devel/p5-Devel-PatchPerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:38 -0000 Author: sunpoet Date: Tue Feb 14 14:33:37 2017 New Revision: 434099 URL: https://svnweb.freebsd.org/changeset/ports/434099 Log: Update to 1.48 - Add missing *_DEPENDS Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes Modified: head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-PatchPerl/distinfo Modified: head/devel/p5-Devel-PatchPerl/Makefile ============================================================================== --- head/devel/p5-Devel-PatchPerl/Makefile Tue Feb 14 14:33:32 2017 (r434098) +++ head/devel/p5-Devel-PatchPerl/Makefile Tue Feb 14 14:33:37 2017 (r434099) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PatchPerl -PORTVERSION= 1.46 +PORTVERSION= 1.48 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS @@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-File-pushd>=1:devel/p5-File-pushd +BUILD_DEPENDS= p5-File-pushd>=1:devel/p5-File-pushd \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/devel/p5-Devel-PatchPerl/distinfo ============================================================================== --- head/devel/p5-Devel-PatchPerl/distinfo Tue Feb 14 14:33:32 2017 (r434098) +++ head/devel/p5-Devel-PatchPerl/distinfo Tue Feb 14 14:33:37 2017 (r434099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479755764 -SHA256 (Devel-PatchPerl-1.46.tar.gz) = 27b000d2efc53e4057b624457a7192d2365e76981f7eed035f22eff38e6dab18 -SIZE (Devel-PatchPerl-1.46.tar.gz) = 108762 +TIMESTAMP = 1487074163 +SHA256 (Devel-PatchPerl-1.48.tar.gz) = 26a9bc8e52af739384cece2773921dd44d2371b6cdf92fe452ecc348eb0d90fe +SIZE (Devel-PatchPerl-1.48.tar.gz) = 122416 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A11BCDEA7A; Tue, 14 Feb 2017 14:33:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA571725; Tue, 14 Feb 2017 14:33:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXg1R083518; Tue, 14 Feb 2017 14:33:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXf4O083516; Tue, 14 Feb 2017 14:33:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXf4O083516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434100 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:43 -0000 Author: sunpoet Date: Tue Feb 14 14:33:41 2017 New Revision: 434100 URL: https://svnweb.freebsd.org/changeset/ports/434100 Log: Update to 2.61 Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Tue Feb 14 14:33:37 2017 (r434099) +++ head/devel/p5-Log-Dispatch/Makefile Tue Feb 14 14:33:41 2017 (r434100) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.60 +PORTVERSION= 2.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Tue Feb 14 14:33:37 2017 (r434099) +++ head/devel/p5-Log-Dispatch/distinfo Tue Feb 14 14:33:41 2017 (r434100) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487007370 -SHA256 (Log-Dispatch-2.60.tar.gz) = 89cfa772479d9238e4b7b721d5e45e165a4040a4447f8e7b0acd6784ee3296f5 -SIZE (Log-Dispatch-2.60.tar.gz) = 66469 +TIMESTAMP = 1487074175 +SHA256 (Log-Dispatch-2.61.tar.gz) = bb7270bd2356b106081122538ab2317addda16b88305fe7ab4dd425844d425f2 +SIZE (Log-Dispatch-2.61.tar.gz) = 66714 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BF22CDEA9A; Tue, 14 Feb 2017 14:33:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3456D17A7; Tue, 14 Feb 2017 14:33:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXl43083621; Tue, 14 Feb 2017 14:33:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXlrd083620; Tue, 14 Feb 2017 14:33:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXlrd083620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434101 - head/devel/p5-Test-Moose-More X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:48 -0000 Author: sunpoet Date: Tue Feb 14 14:33:47 2017 New Revision: 434101 URL: https://svnweb.freebsd.org/changeset/ports/434101 Log: Fix, update and sort *_DEPENDS - Add LICENSE_FILE - Bump PORTREVISION for dependency change Modified: head/devel/p5-Test-Moose-More/Makefile Modified: head/devel/p5-Test-Moose-More/Makefile ============================================================================== --- head/devel/p5-Test-Moose-More/Makefile Tue Feb 14 14:33:41 2017 (r434100) +++ head/devel/p5-Test-Moose-More/Makefile Tue Feb 14 14:33:47 2017 (r434101) @@ -2,6 +2,7 @@ PORTNAME= Test-Moose-More PORTVERSION= 0.038 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,20 +11,21 @@ MAINTAINER= perl@FreeBSD.org COMMENT= More tools for testing Moose packages LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Data-OptList>=0:devel/p5-Data-OptList \ p5-Moose>=0:devel/p5-Moose \ - p5-Syntax-Keyword-Junction>=0:devel/p5-Syntax-Keyword-Junction \ p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \ - p5-TAP-SimpleOutput>=0:devel/p5-TAP-SimpleOutput \ - p5-namespace-autoclean>=0:devel/p5-namespace-autoclean + p5-Syntax-Keyword-Junction>=0:devel/p5-Syntax-Keyword-Junction RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-aliased>=0:devel/p5-aliased \ - p5-Perl-Version>=0:devel/p5-Perl-Version \ - p5-Test-CheckDeps>=0:devel/p5-Test-CheckDeps +TEST_DEPENDS= p5-Perl-Version>=0:devel/p5-Perl-Version \ + p5-TAP-SimpleOutput>=0.002:devel/p5-TAP-SimpleOutput \ + p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ + p5-aliased>=0:devel/p5-aliased \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean +NO_ARCH= yes USES= perl5 USE_PERL5= configure -NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D9DDCDEAE9; Tue, 14 Feb 2017 14:33:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59570184A; Tue, 14 Feb 2017 14:33:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXq2u083738; Tue, 14 Feb 2017 14:33:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXq6I083736; Tue, 14 Feb 2017 14:33:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXq6I083736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434102 - head/devel/p5-Test-Script X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:53 -0000 Author: sunpoet Date: Tue Feb 14 14:33:52 2017 New Revision: 434102 URL: https://svnweb.freebsd.org/changeset/ports/434102 Log: Update to 1.15 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Script/Changes Modified: head/devel/p5-Test-Script/Makefile head/devel/p5-Test-Script/distinfo Modified: head/devel/p5-Test-Script/Makefile ============================================================================== --- head/devel/p5-Test-Script/Makefile Tue Feb 14 14:33:47 2017 (r434101) +++ head/devel/p5-Test-Script/Makefile Tue Feb 14 14:33:52 2017 (r434102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Script -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Test::Script - Cross-platform b LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-IPC-Run3>=0.034:devel/p5-IPC-Run3 \ +BUILD_DEPENDS= p5-IPC-Run3>=0.034:devel/p5-IPC-Run3 \ p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Script/distinfo ============================================================================== --- head/devel/p5-Test-Script/distinfo Tue Feb 14 14:33:47 2017 (r434101) +++ head/devel/p5-Test-Script/distinfo Tue Feb 14 14:33:52 2017 (r434102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476667370 -SHA256 (Test-Script-1.14.tar.gz) = 3f29824e101e4402f4417427b157ee7069ba5e1268315386f72452938693cd99 -SIZE (Test-Script-1.14.tar.gz) = 22799 +TIMESTAMP = 1487074195 +SHA256 (Test-Script-1.15.tar.gz) = 8e47d307020fc0a9d5b8e72e47320d28dc34a8d7115df117a79a35f2c78900c4 +SIZE (Test-Script-1.15.tar.gz) = 22507 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:33:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C585CDEB2E; Tue, 14 Feb 2017 14:33:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF85618E0; Tue, 14 Feb 2017 14:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEXwCT083856; Tue, 14 Feb 2017 14:33:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEXvOA083854; Tue, 14 Feb 2017 14:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141433.v1EEXvOA083854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434103 - head/dns/p5-Net-Domain-ExpireDate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:33:59 -0000 Author: sunpoet Date: Tue Feb 14 14:33:57 2017 New Revision: 434103 URL: https://svnweb.freebsd.org/changeset/ports/434103 Log: Update to 1.17 Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes Modified: head/dns/p5-Net-Domain-ExpireDate/Makefile head/dns/p5-Net-Domain-ExpireDate/distinfo Modified: head/dns/p5-Net-Domain-ExpireDate/Makefile ============================================================================== --- head/dns/p5-Net-Domain-ExpireDate/Makefile Tue Feb 14 14:33:52 2017 (r434102) +++ head/dns/p5-Net-Domain-ExpireDate/Makefile Tue Feb 14 14:33:57 2017 (r434103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Domain-ExpireDate -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= dns net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NALOBIN Modified: head/dns/p5-Net-Domain-ExpireDate/distinfo ============================================================================== --- head/dns/p5-Net-Domain-ExpireDate/distinfo Tue Feb 14 14:33:52 2017 (r434102) +++ head/dns/p5-Net-Domain-ExpireDate/distinfo Tue Feb 14 14:33:57 2017 (r434103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477900270 -SHA256 (Net-Domain-ExpireDate-1.16.tar.gz) = 1cea60fae86b2ba578df080cc7356f5d0336dd17b20af72aef9a1c14330897fd -SIZE (Net-Domain-ExpireDate-1.16.tar.gz) = 12008 +TIMESTAMP = 1487074202 +SHA256 (Net-Domain-ExpireDate-1.17.tar.gz) = c38b8e755c6dafe6c1d6ca0f328a2d7eab1ae10d87a4ee7ed2792ea91a72bb16 +SIZE (Net-Domain-ExpireDate-1.17.tar.gz) = 12294 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 755C5CDEB60; Tue, 14 Feb 2017 14:34:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420D0195F; Tue, 14 Feb 2017 14:34:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEY36M083981; Tue, 14 Feb 2017 14:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEY37Y083979; Tue, 14 Feb 2017 14:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEY37Y083979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434104 - head/devel/py-twisted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:04 -0000 Author: sunpoet Date: Tue Feb 14 14:34:02 2017 New Revision: 434104 URL: https://svnweb.freebsd.org/changeset/ports/434104 Log: Update to 17.1.0 Changes: https://github.com/twisted/twisted/blob/trunk/NEWS Modified: head/devel/py-twisted/Makefile head/devel/py-twisted/distinfo Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Tue Feb 14 14:33:57 2017 (r434103) +++ head/devel/py-twisted/Makefile Tue Feb 14 14:34:02 2017 (r434104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 16.6.0 +PORTVERSION= 17.1.0 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twisted/distinfo ============================================================================== --- head/devel/py-twisted/distinfo Tue Feb 14 14:33:57 2017 (r434103) +++ head/devel/py-twisted/distinfo Tue Feb 14 14:34:02 2017 (r434104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482117268 -SHA256 (Twisted-16.6.0.tar.bz2) = d0fe115ea7ef8cf632d05103de60356c6e992b2153d6830bdc4476f8accb1fca -SIZE (Twisted-16.6.0.tar.bz2) = 2979747 +TIMESTAMP = 1487007399 +SHA256 (Twisted-17.1.0.tar.bz2) = dbf211d70afe5b4442e3933ff01859533eba9f13d8b3e2e1b97dc2125e2d44dc +SIZE (Twisted-17.1.0.tar.bz2) = 2997334 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2631CCDEBD0; Tue, 14 Feb 2017 14:34:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E88C819DF; Tue, 14 Feb 2017 14:34:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEY8LQ084100; Tue, 14 Feb 2017 14:34:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEY7iY084097; Tue, 14 Feb 2017 14:34:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEY7iY084097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434105 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:09 -0000 Author: sunpoet Date: Tue Feb 14 14:34:07 2017 New Revision: 434105 URL: https://svnweb.freebsd.org/changeset/ports/434105 Log: Update to 3.7.0 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Tue Feb 14 14:34:02 2017 (r434104) +++ head/print/py-fonttools/Makefile Tue Feb 14 14:34:07 2017 (r434105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.6.3 +PORTVERSION= 3.7.0 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Tue Feb 14 14:34:02 2017 (r434104) +++ head/print/py-fonttools/distinfo Tue Feb 14 14:34:07 2017 (r434105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486480916 -SHA256 (behdad-fonttools-3.6.3_GH0.tar.gz) = 6ad41d5eb88056022b05f39dc0ba0f9200e9c9d4fa58f04c098d7e22ff502eb6 -SIZE (behdad-fonttools-3.6.3_GH0.tar.gz) = 591351 +TIMESTAMP = 1487074211 +SHA256 (behdad-fonttools-3.7.0_GH0.tar.gz) = 9cacbbaaa5fb9d08faef26352a5bdf1b18bc5958b79844de874d7fcd3002a13c +SIZE (behdad-fonttools-3.7.0_GH0.tar.gz) = 594230 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF27CDEC00; Tue, 14 Feb 2017 14:34:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF95A1A54; Tue, 14 Feb 2017 14:34:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEYCsT084224; Tue, 14 Feb 2017 14:34:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEYCda084222; Tue, 14 Feb 2017 14:34:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEYCda084222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434106 - head/www/xist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:14 -0000 Author: sunpoet Date: Tue Feb 14 14:34:12 2017 New Revision: 434106 URL: https://svnweb.freebsd.org/changeset/ports/434106 Log: Update to 5.25 Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst Modified: head/www/xist/Makefile head/www/xist/distinfo Modified: head/www/xist/Makefile ============================================================================== --- head/www/xist/Makefile Tue Feb 14 14:34:07 2017 (r434105) +++ head/www/xist/Makefile Tue Feb 14 14:34:12 2017 (r434106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.23 +PORTVERSION= 5.25 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ Modified: head/www/xist/distinfo ============================================================================== --- head/www/xist/distinfo Tue Feb 14 14:34:07 2017 (r434105) +++ head/www/xist/distinfo Tue Feb 14 14:34:12 2017 (r434106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482515471 -SHA256 (ll-xist-5.23.tar.bz2) = c8059543ce30e1949af266a957a5c6612314a2adb3a568e54512c25088dd5583 -SIZE (ll-xist-5.23.tar.bz2) = 555463 +TIMESTAMP = 1487075607 +SHA256 (ll-xist-5.25.tar.bz2) = bd5857a37d29d1489a1fad9c0dce17b47df2a12658fbed154c69d5f5db4c99b2 +SIZE (ll-xist-5.25.tar.bz2) = 560092 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B22C3CDEC2E; Tue, 14 Feb 2017 14:34:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F0AD1AE6; Tue, 14 Feb 2017 14:34:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEYH9k084342; Tue, 14 Feb 2017 14:34:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEYHbp084340; Tue, 14 Feb 2017 14:34:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEYHbp084340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434107 - head/print/rubygem-ttfunk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:18 -0000 Author: sunpoet Date: Tue Feb 14 14:34:17 2017 New Revision: 434107 URL: https://svnweb.freebsd.org/changeset/ports/434107 Log: Update to 1.5.0 - Add LICENSE_FILE Changes: https://github.com/prawnpdf/ttfunk/blob/master/CHANGELOG.md Modified: head/print/rubygem-ttfunk/Makefile head/print/rubygem-ttfunk/distinfo Modified: head/print/rubygem-ttfunk/Makefile ============================================================================== --- head/print/rubygem-ttfunk/Makefile Tue Feb 14 14:34:12 2017 (r434106) +++ head/print/rubygem-ttfunk/Makefile Tue Feb 14 14:34:17 2017 (r434107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ttfunk -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= print rubygems MASTER_SITES= RG @@ -11,9 +11,11 @@ COMMENT= Font Metrics Parser for Prawn LICENSE= RUBY GPLv2 GPLv3 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 +LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/print/rubygem-ttfunk/distinfo ============================================================================== --- head/print/rubygem-ttfunk/distinfo Tue Feb 14 14:34:12 2017 (r434106) +++ head/print/rubygem-ttfunk/distinfo Tue Feb 14 14:34:17 2017 (r434107) @@ -1,2 +1,3 @@ -SHA256 (rubygem/ttfunk-1.4.0.gem) = 323836ca09f7e631797870b7897b94155676404bf738de4bc720a212652ee2cc -SIZE (rubygem/ttfunk-1.4.0.gem) = 370176 +TIMESTAMP = 1487074217 +SHA256 (rubygem/ttfunk-1.5.0.gem) = c9c7939bacdcaeda5288e3ded4102337f7c67d84f0338386a82fa77c4aaf75ba +SIZE (rubygem/ttfunk-1.5.0.gem) = 47104 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70788CDEC5E; Tue, 14 Feb 2017 14:34:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FA781B65; Tue, 14 Feb 2017 14:34:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEYMgv084472; Tue, 14 Feb 2017 14:34:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEYM9S084470; Tue, 14 Feb 2017 14:34:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEYM9S084470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434108 - in head/print/rubygem-prawn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:23 -0000 Author: sunpoet Date: Tue Feb 14 14:34:22 2017 New Revision: 434108 URL: https://svnweb.freebsd.org/changeset/ports/434108 Log: Fix gemspec for rubygem-ttfunk 1.5.0 update - Bump PORTREVISION for package change Added: head/print/rubygem-prawn/files/ head/print/rubygem-prawn/files/patch-gemspec (contents, props changed) Modified: head/print/rubygem-prawn/Makefile Modified: head/print/rubygem-prawn/Makefile ============================================================================== --- head/print/rubygem-prawn/Makefile Tue Feb 14 14:34:17 2017 (r434107) +++ head/print/rubygem-prawn/Makefile Tue Feb 14 14:34:22 2017 (r434108) @@ -3,6 +3,7 @@ PORTNAME= prawn PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= print rubygems MASTER_SITES= RG Added: head/print/rubygem-prawn/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/rubygem-prawn/files/patch-gemspec Tue Feb 14 14:34:22 2017 (r434108) @@ -0,0 +1,11 @@ +--- prawn.gemspec.orig 2017-02-14 12:28:43 UTC ++++ prawn.gemspec +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 1.4.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.4.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6.1"]) + s.add_development_dependency(%q.freeze, ["~> 1.2.1"]) + s.add_development_dependency(%q.freeze, [">= 0"]) From owner-svn-ports-all@freebsd.org Tue Feb 14 14:34:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E8A6CDEC95; Tue, 14 Feb 2017 14:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A65F1BF5; Tue, 14 Feb 2017 14:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEYR1u084591; Tue, 14 Feb 2017 14:34:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEYRjp084589; Tue, 14 Feb 2017 14:34:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141434.v1EEYRjp084589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 14:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434109 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:34:28 -0000 Author: sunpoet Date: Tue Feb 14 14:34:26 2017 New Revision: 434109 URL: https://svnweb.freebsd.org/changeset/ports/434109 Log: Update to 1.14.4 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Tue Feb 14 14:34:22 2017 (r434108) +++ head/sysutils/rubygem-bundler/Makefile Tue Feb 14 14:34:26 2017 (r434109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.14.3 +PORTVERSION= 1.14.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Tue Feb 14 14:34:22 2017 (r434108) +++ head/sysutils/rubygem-bundler/distinfo Tue Feb 14 14:34:26 2017 (r434109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485355096 -SHA256 (rubygem/bundler-1.14.3.gem) = 9d61c7d983b99eb0b16d64658b182e045bcdd74ef3b139e849777f780782dbfe -SIZE (rubygem/bundler-1.14.3.gem) = 316928 +TIMESTAMP = 1487074221 +SHA256 (rubygem/bundler-1.14.4.gem) = dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1 +SIZE (rubygem/bundler-1.14.4.gem) = 317952 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:36:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B23D8CDED20; Tue, 14 Feb 2017 14:36:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF67153D; Tue, 14 Feb 2017 14:36:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEaDxa084778; Tue, 14 Feb 2017 14:36:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEaDdC084776; Tue, 14 Feb 2017 14:36:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201702141436.v1EEaDdC084776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 14 Feb 2017 14:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434110 - head/textproc/erlang-fast_xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:36:14 -0000 Author: olgeni Date: Tue Feb 14 14:36:13 2017 New Revision: 434110 URL: https://svnweb.freebsd.org/changeset/ports/434110 Log: Update textproc/erlang-fast_xml to version 1.1.21. Modified: head/textproc/erlang-fast_xml/Makefile head/textproc/erlang-fast_xml/distinfo Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Tue Feb 14 14:34:26 2017 (r434109) +++ head/textproc/erlang-fast_xml/Makefile Tue Feb 14 14:36:13 2017 (r434110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.20 +PORTVERSION= 1.1.21 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-fast_xml/distinfo ============================================================================== --- head/textproc/erlang-fast_xml/distinfo Tue Feb 14 14:34:26 2017 (r434109) +++ head/textproc/erlang-fast_xml/distinfo Tue Feb 14 14:36:13 2017 (r434110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485682399 -SHA256 (processone-fast_xml-1.1.20_GH0.tar.gz) = 6bc4c69f3b3b605e4f389f9969c250f61710c1977792e8d258b9ecde7f07ffe4 -SIZE (processone-fast_xml-1.1.20_GH0.tar.gz) = 89446 +TIMESTAMP = 1487081297 +SHA256 (processone-fast_xml-1.1.21_GH0.tar.gz) = d913bc93a00d3bf9e977c0124fdb3288b4942f36a5a74631db40e12cb28bb48f +SIZE (processone-fast_xml-1.1.21_GH0.tar.gz) = 92257 From owner-svn-ports-all@freebsd.org Tue Feb 14 14:42:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4813CDEF34; Tue, 14 Feb 2017 14:42:32 +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 ABA521AE3; Tue, 14 Feb 2017 14:42:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEgVFX088710; Tue, 14 Feb 2017 14:42:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEgVCF088709; Tue, 14 Feb 2017 14:42:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702141442.v1EEgVCF088709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Feb 2017 14:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434111 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:42:33 -0000 Author: amdmi3 Date: Tue Feb 14 14:42:31 2017 New Revision: 434111 URL: https://svnweb.freebsd.org/changeset/ports/434111 Log: - Fix typos in option descriptions Approved by: portmgr blanket Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Tue Feb 14 14:36:13 2017 (r434110) +++ head/graphics/graphviz/Makefile Tue Feb 14 14:42:31 2017 (r434111) @@ -58,8 +58,8 @@ OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA IC OPTIONS_DEFAULT= XPM DIGCOLA IPSEPCOLA ICONV PANGOCAIRO NVTHREADS NO_OPTIONS_SORT=yes OPTIONS_SUB= yes -DIGCOLA_DESC= neato layout engine wiwth DIGCOLA features -IPSEPCOLA_DESC= neato layout engine wiwth IPSEPCOLA features +DIGCOLA_DESC= neato layout engine with DIGCOLA features +IPSEPCOLA_DESC= neato layout engine with IPSEPCOLA features PANGOCAIRO_DESC=pangocairo support ANN_DESC= ANN edge bundling support GTS_DESC= GNU Triangulated Surface Library support From owner-svn-ports-all@freebsd.org Tue Feb 14 14:49:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D937CDF17A; Tue, 14 Feb 2017 14:49:13 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE97E1E3A; Tue, 14 Feb 2017 14:49:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EEnBB7089097; Tue, 14 Feb 2017 14:49:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EEnB22089096; Tue, 14 Feb 2017 14:49:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141449.v1EEnB22089096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 14:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434112 - head/games/quake2-relay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:49:13 -0000 Author: tijl Date: Tue Feb 14 14:49:11 2017 New Revision: 434112 URL: https://svnweb.freebsd.org/changeset/ports/434112 Log: - Add -fPIC to CFLAGS for all architectures because port Makefile CFLAGS overrides upstream CFLAGS which includes -fPIC. - Respect LDFLAGS (stack protector). Modified: head/games/quake2-relay/Makefile Modified: head/games/quake2-relay/Makefile ============================================================================== --- head/games/quake2-relay/Makefile Tue Feb 14 14:42:31 2017 (r434111) +++ head/games/quake2-relay/Makefile Tue Feb 14 14:49:11 2017 (r434112) @@ -3,6 +3,7 @@ PORTNAME= relay PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= LOCAL/danfe http://freebsd.nsu.ru/distfiles/ PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} @@ -17,22 +18,20 @@ USES= gmake MAKE_ARGS= MODE=release OBJ_DIR=. OUT_DIR=. Q2MODULE=game.so \ QUAKE2_DIR="${STAGEDIR}${Q2DIR}" \ BIN_DIR="${STAGEDIR}${PREFIX}/bin" \ - CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" + CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -fPIC" \ + LDFLAGS="${LDFLAGS} -lm" WRKSRC= ${WRKDIR}/relay-${PORTVERSION} PORTDOCS= FAQ README -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - OPTIONS_DEFINE= DOCS .include "${.CURDIR}/../quake2-data/Makefile.include" .include post-patch: .SILENT - ${REINPLACE_CMD} -e 's/-ldl// ; /^include/d ; \ - s/cp -p/${INSTALL_PROGRAM}/' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e '/^include/d ; s/cp -p/${INSTALL_PROGRAM}/' \ + ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/random/d' ${WRKSRC}/replay/rp_local.h ${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/common/mem.c From owner-svn-ports-all@freebsd.org Tue Feb 14 15:02:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6519CDF60F; Tue, 14 Feb 2017 15:02:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9B0185C; Tue, 14 Feb 2017 15:02:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EF2JSW096874; Tue, 14 Feb 2017 15:02:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EF2J0R096873; Tue, 14 Feb 2017 15:02:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141502.v1EF2J0R096873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 15:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434113 - head/graphics/py-soya3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:02:20 -0000 Author: tijl Date: Tue Feb 14 15:02:19 2017 New Revision: 434113 URL: https://svnweb.freebsd.org/changeset/ports/434113 Log: Remove -fPIC. The problem was in devel/ode. Modified: head/graphics/py-soya3d/Makefile Modified: head/graphics/py-soya3d/Makefile ============================================================================== --- head/graphics/py-soya3d/Makefile Tue Feb 14 14:49:11 2017 (r434112) +++ head/graphics/py-soya3d/Makefile Tue Feb 14 15:02:19 2017 (r434113) @@ -3,7 +3,7 @@ PORTNAME= soya3d PORTVERSION= 0.14 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Very high level 3D engine for Python -BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -LIB_DEPENDS= libcal3d.so:graphics/cal3d \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow +LIB_DEPENDS= libode.so:devel/ode \ + libcal3d.so:graphics/cal3d \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:graphics/py-editobj \ ${PYTHON_SITELIBDIR}/tofu/client.py:net/py-tofu \ @@ -27,8 +27,6 @@ USE_GL= glew glu USE_PYTHON= autoplist distutils USE_SDL= sdl -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lGLU SOYATUTVER= 0.14 From owner-svn-ports-all@freebsd.org Tue Feb 14 15:08:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80DB5CDF714; Tue, 14 Feb 2017 15:08:50 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA1A1ACB; Tue, 14 Feb 2017 15:08:50 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EF8nwr097307; Tue, 14 Feb 2017 15:08:49 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EF8nLr097306; Tue, 14 Feb 2017 15:08:49 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201702141508.v1EF8nLr097306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 14 Feb 2017 15:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434114 - head/sysutils/docker-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:08:50 -0000 Author: kmoore Date: Tue Feb 14 15:08:49 2017 New Revision: 434114 URL: https://svnweb.freebsd.org/changeset/ports/434114 Log: - Drop maintainership Modified: head/sysutils/docker-freebsd/Makefile Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker-freebsd/Makefile Tue Feb 14 15:02:19 2017 (r434113) +++ head/sysutils/docker-freebsd/Makefile Tue Feb 14 15:08:49 2017 (r434114) @@ -5,7 +5,7 @@ PORTNAME= docker-freebsd PORTVERSION= 20150625 CATEGORIES= sysutils -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Docker containment system LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Tue Feb 14 15:11:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF1FCDF7B4; Tue, 14 Feb 2017 15:11:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5FA1DA7; Tue, 14 Feb 2017 15:11:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFBK2P001393; Tue, 14 Feb 2017 15:11:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFBKER001392; Tue, 14 Feb 2017 15:11:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141511.v1EFBKER001392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 15:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434115 - head/games/alienarena X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:11:21 -0000 Author: tijl Date: Tue Feb 14 15:11:20 2017 New Revision: 434115 URL: https://svnweb.freebsd.org/changeset/ports/434115 Log: Port uses shared libode after r434086. Modified: head/games/alienarena/Makefile Modified: head/games/alienarena/Makefile ============================================================================== --- head/games/alienarena/Makefile Tue Feb 14 15:08:49 2017 (r434114) +++ head/games/alienarena/Makefile Tue Feb 14 15:11:20 2017 (r434115) @@ -3,7 +3,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \ http://icculus.org/alienarena/Files/ \ @@ -52,8 +52,8 @@ USES+= jpeg openal:soft,alut pkgconfig LIB_DEPENDS+= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ - libvorbis.so:audio/libvorbis -BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:devel/ode + libvorbis.so:audio/libvorbis \ + libode.so:devel/ode USE_GL= yes USE_XORG= xxf86dga xxf86vm .endif From owner-svn-ports-all@freebsd.org Tue Feb 14 15:12:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 651F7CDF9B5; Tue, 14 Feb 2017 15:12:48 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31C80105A; Tue, 14 Feb 2017 15:12:48 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFClDk001597; Tue, 14 Feb 2017 15:12:47 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFClrI001595; Tue, 14 Feb 2017 15:12:47 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702141512.v1EFClrI001595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 14 Feb 2017 15:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434116 - head/net-mgmt/seafile-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:12:48 -0000 Author: lifanov Date: Tue Feb 14 15:12:46 2017 New Revision: 434116 URL: https://svnweb.freebsd.org/changeset/ports/434116 Log: update net-mgmt/seafile-client to 6.0.3 Changes: https://github.com/haiwen/seafile/commits/v6.0.3 PR: 217086 Submitted by: ultima1252@gmail.com (maintainer) Modified: head/net-mgmt/seafile-client/Makefile head/net-mgmt/seafile-client/distinfo Modified: head/net-mgmt/seafile-client/Makefile ============================================================================== --- head/net-mgmt/seafile-client/Makefile Tue Feb 14 15:11:20 2017 (r434115) +++ head/net-mgmt/seafile-client/Makefile Tue Feb 14 15:12:46 2017 (r434116) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= seafile-client -PORTVERSION= 6.0.2 +PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com Modified: head/net-mgmt/seafile-client/distinfo ============================================================================== --- head/net-mgmt/seafile-client/distinfo Tue Feb 14 15:11:20 2017 (r434115) +++ head/net-mgmt/seafile-client/distinfo Tue Feb 14 15:12:46 2017 (r434116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485062937 -SHA256 (haiwen-seafile-v6.0.2_GH0.tar.gz) = 8ac2eb3611e69b4fd85a9572714153566705c73e443cf2ae24da556c7cf12078 -SIZE (haiwen-seafile-v6.0.2_GH0.tar.gz) = 454751 +TIMESTAMP = 1486886572 +SHA256 (haiwen-seafile-v6.0.3_GH0.tar.gz) = fca3858fa7aebfd764e64dafdc78fcc276d2cf235d64a1a3137eda505afb147b +SIZE (haiwen-seafile-v6.0.3_GH0.tar.gz) = 454398 From owner-svn-ports-all@freebsd.org Tue Feb 14 15:15:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 983A3CDFABE; Tue, 14 Feb 2017 15:15:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6245911F0; Tue, 14 Feb 2017 15:15:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFFtXx001830; Tue, 14 Feb 2017 15:15:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFFtmg001829; Tue, 14 Feb 2017 15:15:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141515.v1EFFtmg001829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 15:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434117 - head/games/xmoto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:15:56 -0000 Author: tijl Date: Tue Feb 14 15:15:55 2017 New Revision: 434117 URL: https://svnweb.freebsd.org/changeset/ports/434117 Log: Port uses shared libode after r434086. Modified: head/games/xmoto/Makefile Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Tue Feb 14 15:12:46 2017 (r434116) +++ head/games/xmoto/Makefile Tue Feb 14 15:15:55 2017 (r434117) @@ -3,7 +3,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,10 +15,10 @@ COMMENT= Challenging 2D motocross platfo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png \ +LIB_DEPENDS= libode.so:devel/ode \ + libpng.so:graphics/png \ libcurl.so:ftp/curl \ libxdg-basedir.so:x11/libxdg-basedir -BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode GNU_CONFIGURE= yes USES= compiler:features dos2unix gmake jpeg localbase lua:51 sqlite From owner-svn-ports-all@freebsd.org Tue Feb 14 15:19:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A754FCDFE19; Tue, 14 Feb 2017 15:19:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4601499; Tue, 14 Feb 2017 15:19:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFJIvU002053; Tue, 14 Feb 2017 15:19:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFJIQf002052; Tue, 14 Feb 2017 15:19:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141519.v1EFJIQf002052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 15:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434118 - head/games/gillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:19:19 -0000 Author: tijl Date: Tue Feb 14 15:19:18 2017 New Revision: 434118 URL: https://svnweb.freebsd.org/changeset/ports/434118 Log: Port uses shared libode after r434086. Modified: head/games/gillo/Makefile Modified: head/games/gillo/Makefile ============================================================================== --- head/games/gillo/Makefile Tue Feb 14 15:15:55 2017 (r434117) +++ head/games/gillo/Makefile Tue Feb 14 15:19:18 2017 (r434118) @@ -3,7 +3,7 @@ PORTNAME= gillo DISTVERSION= 1.0beta1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta1 DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -15,8 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${JAM}:devel/jam \ - ${LOCALBASE}/lib/libode.a:devel/ode \ ${LOCALBASE}/lib/libplibsg.a:x11-toolkits/plib +LIB_DEPENDS= libode.so:devel/ode WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-all@freebsd.org Tue Feb 14 15:35:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86025CDF2EA; Tue, 14 Feb 2017 15:35:34 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 388561D36; Tue, 14 Feb 2017 15:35:34 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFZXuA010171; Tue, 14 Feb 2017 15:35:33 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFZXdk010169; Tue, 14 Feb 2017 15:35:33 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702141535.v1EFZXdk010169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 14 Feb 2017 15:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434119 - head/net-mgmt/seafile-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:35:34 -0000 Author: lifanov Date: Tue Feb 14 15:35:32 2017 New Revision: 434119 URL: https://svnweb.freebsd.org/changeset/ports/434119 Log: update net-mgmt/seafile-gui to 6.0.3 Changes: https://seacloud.cc/group/3/wiki/client-changelog - Add a dialog to list all sync errors - Don't popup file is locked by other users error message - Make sync error message more accurate - [win] Support intermediate CA - [cloud file browser] Show correct error message when quota is exceeded during file upload - Show the server address during Shibboleth login - Support pre-config Shibboleth server address in seafile.ini - [fix] Show the recent shared user in sharing dialog - "open folder" changed to "open local folder" PR: 217087 Submitted by: ultima1252@gmail.com (maintainer) Modified: head/net-mgmt/seafile-gui/Makefile head/net-mgmt/seafile-gui/distinfo Modified: head/net-mgmt/seafile-gui/Makefile ============================================================================== --- head/net-mgmt/seafile-gui/Makefile Tue Feb 14 15:19:18 2017 (r434118) +++ head/net-mgmt/seafile-gui/Makefile Tue Feb 14 15:35:32 2017 (r434119) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= seafile-gui -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima1252@gmail.com @@ -24,11 +23,10 @@ USE_GITHUB= yes GH_ACCOUNT= haiwen GH_PROJECT= seafile-client -USES= compiler:c++11-lang cmake gettext pkgconfig shebangfix +USES= compiler:c++11-lang cmake gettext pkgconfig shebangfix ssl SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ scripts/*.py USE_GNOME= glib20 -USE_OPENSSL= yes USE_QT5= core dbus gui network testlib widgets \ qmake_build buildtools_build linguisttools_build INSTALLS_ICONS= yes Modified: head/net-mgmt/seafile-gui/distinfo ============================================================================== --- head/net-mgmt/seafile-gui/distinfo Tue Feb 14 15:19:18 2017 (r434118) +++ head/net-mgmt/seafile-gui/distinfo Tue Feb 14 15:35:32 2017 (r434119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481777093 -SHA256 (haiwen-seafile-client-v6.0.1_GH0.tar.gz) = 0660243b7cd5e95b20457722b69896009b20d474d182c5bf2848293c345e01c9 -SIZE (haiwen-seafile-client-v6.0.1_GH0.tar.gz) = 2134609 +TIMESTAMP = 1486886617 +SHA256 (haiwen-seafile-client-v6.0.3_GH0.tar.gz) = 4de4d8f9633af28c1421d38180d3f33f78fcfd3b7cb0e8d82d1ede7515aa8992 +SIZE (haiwen-seafile-client-v6.0.3_GH0.tar.gz) = 2170583 From owner-svn-ports-all@freebsd.org Tue Feb 14 15:59:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 422D3CDF717; Tue, 14 Feb 2017 15:59:33 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E19F17A2; Tue, 14 Feb 2017 15:59:32 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFxWvl018671; Tue, 14 Feb 2017 15:59:32 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFxWpT018670; Tue, 14 Feb 2017 15:59:32 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201702141559.v1EFxWpT018670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Tue, 14 Feb 2017 15:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434120 - in head: archivers/bicom/files editors/tea/files games/openbubbles/files graphics/swfmill/files print/scribus/files www/cssed/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:59:33 -0000 Author: rea Date: Tue Feb 14 15:59:31 2017 New Revision: 434120 URL: https://svnweb.freebsd.org/changeset/ports/434120 Log: Fix lowercased svn:eol-style ("crlf") Subversion wants uppercased variant ("CRLF"), see contrib/subversion/libsvn_subr/subst.c function svn_subst_eol_style_from_value(). [1] Fixes up the following revisions: r427162, r427163, r432981, r432984, r433011, r433017. [1] https://svnweb.freebsd.org/base/head/contrib/subversion/subversion/libsvn_subr/subst.c?revision=289180&view=markup#l80 OKed by: jbeich (original committer) Modified: Directory Properties: head/archivers/bicom/files/patch-bialib_sufftree.h (props changed) head/editors/tea/files/patch-spellchecker.h (props changed) head/games/openbubbles/files/patch-src_BFont.cpp (props changed) head/graphics/swfmill/files/patch-src_codegen_parsexml.xsl (props changed) head/graphics/swfmill/files/patch-src_codegen_writexml.xsl (props changed) head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp (props changed) head/www/cssed/files/patch-scintilla_src_LexCaml.cxx (props changed) From owner-svn-ports-all@freebsd.org Tue Feb 14 16:06:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0336CDF91F; Tue, 14 Feb 2017 16:06:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82CC41CD5; Tue, 14 Feb 2017 16:06:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EG6A5h022859; Tue, 14 Feb 2017 16:06:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EG6ARv022856; Tue, 14 Feb 2017 16:06:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702141606.v1EG6ARv022856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Feb 2017 16:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434121 - head/sysutils/nomad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:06:11 -0000 Author: amdmi3 Date: Tue Feb 14 16:06:10 2017 New Revision: 434121 URL: https://svnweb.freebsd.org/changeset/ports/434121 Log: - Update to 0.5.4 PR: 217053 Submitted by: jhixson@gmail.com (maintainer) Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Tue Feb 14 15:59:31 2017 (r434120) +++ head/sysutils/nomad/Makefile Tue Feb 14 16:06:10 2017 (r434121) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -15,7 +15,7 @@ RUN_DEPENDS= go>=1.7:lang/go ONLY_FOR_ARCHS= amd64 -USES= compiler +USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp @@ -28,10 +28,10 @@ GH_TUPLE= kardianos:govendor:v1.0.8:gove ugorji:go:faddd61:go/src/github.com/ugorji/go -USE_RC_SUBR= nomad +USE_RC_SUBR= nomad -USERS= nomad -GROUPS= nomad +USERS= nomad +GROUPS= nomad STRIP= @@ -42,7 +42,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/nomad/bin/nomad ${STAGEDIR}${PREFIX}/bin/nomad - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/client.hcl \ ${STAGEDIR}${PREFIX}/etc/nomad/client.hcl.sample ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/server.hcl \ Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Tue Feb 14 15:59:31 2017 (r434120) +++ head/sysutils/nomad/distinfo Tue Feb 14 16:06:10 2017 (r434121) @@ -1,6 +1,6 @@ -TIMESTAMP = 1483474874 -SHA256 (hashicorp-nomad-v0.5.2_GH0.tar.gz) = 6d76955211a9d4d3c8cd37de4dc258ea211a04cd73dc4a2b1dc3844396d02a72 -SIZE (hashicorp-nomad-v0.5.2_GH0.tar.gz) = 17726650 +TIMESTAMP = 1486944099 +SHA256 (hashicorp-nomad-v0.5.4_GH0.tar.gz) = 5571ee16b24dc4f13971cb3dfaecc67ad5e9db6efb644a409e79187a95564276 +SIZE (hashicorp-nomad-v0.5.4_GH0.tar.gz) = 17839018 SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 SHA256 (mitchellh-gox-v0.3.0_GH0.tar.gz) = 29dc6b689f670a5444cc54cd9111549ccb01501901bc9197d0e1325a35157802 From owner-svn-ports-all@freebsd.org Tue Feb 14 16:09:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F27CDF96B; Tue, 14 Feb 2017 16:09:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD0861DF4; Tue, 14 Feb 2017 16:09:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EG90sU023075; Tue, 14 Feb 2017 16:09:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EG90gZ023074; Tue, 14 Feb 2017 16:09:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702141609.v1EG90gZ023074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 14 Feb 2017 16:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434122 - head/print/frescobaldi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:09:02 -0000 Author: amdmi3 Date: Tue Feb 14 16:09:00 2017 New Revision: 434122 URL: https://svnweb.freebsd.org/changeset/ports/434122 Log: - Fix license Approved by: portmgr blanket Modified: head/print/frescobaldi/Makefile Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Tue Feb 14 16:06:10 2017 (r434121) +++ head/print/frescobaldi/Makefile Tue Feb 14 16:09:00 2017 (r434122) @@ -9,8 +9,8 @@ CATEGORIES= print kde MAINTAINER= martin.dieringer@gmx.de COMMENT= Music score editor for lilypond -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lilypond:print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ From owner-svn-ports-all@freebsd.org Tue Feb 14 16:15:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F21CDFB02; Tue, 14 Feb 2017 16:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 877C711D6; Tue, 14 Feb 2017 16:15:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EGF282027171; Tue, 14 Feb 2017 16:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EGF2Sm027167; Tue, 14 Feb 2017 16:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141615.v1EGF2Sm027167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 16:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434123 - in head: . www/node www/node4 www/node6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:15:03 -0000 Author: sunpoet Date: Tue Feb 14 16:15:02 2017 New Revision: 434123 URL: https://svnweb.freebsd.org/changeset/ports/434123 Log: Enable BUNDLED_SSL by default only on FreeBSD 10 - Add UPDATING entry - Bump PORTREVISION for dependency change PR: 217095 Submitted by: Bradley T. Hughes (maintainer) Modified: head/UPDATING head/www/node/Makefile head/www/node4/Makefile head/www/node6/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Feb 14 16:09:00 2017 (r434122) +++ head/UPDATING Tue Feb 14 16:15:02 2017 (r434123) @@ -6,6 +6,13 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20170213: + AFFECTS: users of www/node* + AUTHOR: bradleythughes@fastmail.fm + + The BUNDLED_SSL option is now enabled by default on FreeBSD 10, since + Node.js requires OpenSSL 1.0.2, and FreeBSD 10 is shipped with 1.0.1. + +20170213: AFFECTS: users of graphics/libGL, graphics/libEGL, graphics/libglesv2 AUTHOR: kwm@FreeBSD.org Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Feb 14 16:09:00 2017 (r434122) +++ head/www/node/Makefile Tue Feb 14 16:15:02 2017 (r434123) @@ -3,7 +3,7 @@ PORTNAME= node PORTVERSION= 7.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -14,9 +14,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE -OPTIONS_DEFAULT=BUNDLED_SSL DTRACE +OPTIONS_DEFAULT=DTRACE OPTIONS_SUB= yes +OPTIONS_DEFAULT_FreeBSD_10= BUNDLED_SSL +OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} + .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Tue Feb 14 16:09:00 2017 (r434122) +++ head/www/node4/Makefile Tue Feb 14 16:15:02 2017 (r434123) @@ -4,7 +4,7 @@ PORTNAME= node PORTVERSION= 4.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 @@ -16,9 +16,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS -OPTIONS_DEFAULT=BUNDLED_SSL +OPTIONS_DEFAULT= OPTIONS_SUB= yes +OPTIONS_DEFAULT_FreeBSD_10= BUNDLED_SSL +OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} + BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #' BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Tue Feb 14 16:09:00 2017 (r434122) +++ head/www/node6/Makefile Tue Feb 14 16:15:02 2017 (r434123) @@ -3,7 +3,7 @@ PORTNAME= node PORTVERSION= 6.9.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 @@ -15,9 +15,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE -OPTIONS_DEFAULT=BUNDLED_SSL DTRACE +OPTIONS_DEFAULT=DTRACE OPTIONS_SUB= yes +OPTIONS_DEFAULT_FreeBSD_10= BUNDLED_SSL +OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} + .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif From owner-svn-ports-all@freebsd.org Tue Feb 14 16:16:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4322CCDFB4A; Tue, 14 Feb 2017 16:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12BBE12E4; Tue, 14 Feb 2017 16:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EGG97i027323; Tue, 14 Feb 2017 16:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EGG9MD027322; Tue, 14 Feb 2017 16:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702141616.v1EGG9MD027322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Feb 2017 16:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434124 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:16:10 -0000 Author: sunpoet Date: Tue Feb 14 16:16:08 2017 New Revision: 434124 URL: https://svnweb.freebsd.org/changeset/ports/434124 Log: Use bundled CA store only when BUNDLED_SSL enabled - Bump PORTREVISION for dependency change PR: 217096 Submitted by: Bradley T. Hughes (maintainer) Modified: head/www/node/Makefile Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Feb 14 16:15:02 2017 (r434123) +++ head/www/node/Makefile Tue Feb 14 16:16:08 2017 (r434124) @@ -3,7 +3,7 @@ PORTNAME= node PORTVERSION= 7.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -28,7 +28,8 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #' BUNDLED_SSL_USES_OFF= ssl -BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl +BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store +BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu From owner-svn-ports-all@freebsd.org Tue Feb 14 16:27:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 906E0CDF2BE; Tue, 14 Feb 2017 16:27:40 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 437C31A3D; Tue, 14 Feb 2017 16:27:40 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EGRd7K031332; Tue, 14 Feb 2017 16:27:39 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EGRdB9031329; Tue, 14 Feb 2017 16:27:39 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702141627.v1EGRdB9031329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 14 Feb 2017 16:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434125 - in head/misc/py-pexpect: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:27:40 -0000 Author: lwhsu Date: Tue Feb 14 16:27:38 2017 New Revision: 434125 URL: https://svnweb.freebsd.org/changeset/ports/434125 Log: - Update to 4.2.1 - Update WWW PR: 217089 Submitted by: lwhsu Approved by: wg (maintainer) Deleted: head/misc/py-pexpect/files/ Modified: head/misc/py-pexpect/Makefile head/misc/py-pexpect/distinfo head/misc/py-pexpect/pkg-descr Modified: head/misc/py-pexpect/Makefile ============================================================================== --- head/misc/py-pexpect/Makefile Tue Feb 14 16:16:08 2017 (r434124) +++ head/misc/py-pexpect/Makefile Tue Feb 14 16:27:38 2017 (r434125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pexpect -PORTVERSION= 3.3 +PORTVERSION= 4.2.1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Pure Python Expect-like module LICENSE= ISCL +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py-ptyprocess + USES= python USE_PYTHON= distutils autoplist Modified: head/misc/py-pexpect/distinfo ============================================================================== --- head/misc/py-pexpect/distinfo Tue Feb 14 16:16:08 2017 (r434124) +++ head/misc/py-pexpect/distinfo Tue Feb 14 16:27:38 2017 (r434125) @@ -1,2 +1,3 @@ -SHA256 (pexpect-3.3.tar.gz) = dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba -SIZE (pexpect-3.3.tar.gz) = 132330 +TIMESTAMP = 1487042189 +SHA256 (pexpect-4.2.1.tar.gz) = 3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92 +SIZE (pexpect-4.2.1.tar.gz) = 143980 Modified: head/misc/py-pexpect/pkg-descr ============================================================================== --- head/misc/py-pexpect/pkg-descr Tue Feb 14 16:16:08 2017 (r434124) +++ head/misc/py-pexpect/pkg-descr Tue Feb 14 16:27:38 2017 (r434125) @@ -11,4 +11,4 @@ software package installations on differ automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. The Pexpect interface was designed to be easy to use. -WWW: http://pexpect.sourceforge.net +WWW: https://pexpect.readthedocs.io/ From owner-svn-ports-all@freebsd.org Tue Feb 14 16:29:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64D14CDF398; Tue, 14 Feb 2017 16:29:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7001CFE; Tue, 14 Feb 2017 16:29:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EGTdqL031561; Tue, 14 Feb 2017 16:29:39 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EGTdhV031557; Tue, 14 Feb 2017 16:29:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141629.v1EGTdhV031557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 16:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434126 - in head/lang/squirrel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 16:29:40 -0000 Author: tijl Date: Tue Feb 14 16:29:38 2017 New Revision: 434126 URL: https://svnweb.freebsd.org/changeset/ports/434126 Log: Update to 3.1. Added: head/lang/squirrel/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/lang/squirrel/files/patch-squirrel-squtils.h Modified: head/lang/squirrel/Makefile head/lang/squirrel/distinfo head/lang/squirrel/pkg-plist Modified: head/lang/squirrel/Makefile ============================================================================== --- head/lang/squirrel/Makefile Tue Feb 14 16:27:38 2017 (r434125) +++ head/lang/squirrel/Makefile Tue Feb 14 16:29:38 2017 (r434126) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= squirrel -PORTVERSION= 2.2.5 +DISTVERSION= 3_1 CATEGORIES= lang -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}%20${PORTVERSION}%20stable +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}3/${PORTNAME}%20${PORTVERSION}%20stable DISTNAME= ${PORTNAME}_${DISTVERSION}_stable MAINTAINER= ports@FreeBSD.org @@ -12,34 +12,9 @@ COMMENT= High level imperative/OO progra CONFLICTS= squsq-[0-9]* -USES= dos2unix +USES= cmake dos2unix +CMAKE_ARGS= -DINSTALL_INC_DIR:STRING=include USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/SQUIRREL2 +WRKSRC= ${WRKDIR}/${PORTNAME}3 -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_sparc64= -fPIC - -.include - -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == sparc64 -ALL_TARGET= sq64 -.else -ALL_TARGET= sq32 -.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \ - -e '/^MAKE/d; s|gcc|$${CC}|; s|-O2|$${CFLAGS}|; s|g++|$${CXX}|' \ - -e 's|\.a|.so|g; s|ar rc|$${CC} ${CFLAGS} -shared -o|' - @${REINPLACE_CMD} -e '/cd / s|$$|\&\& cd ..|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/sq ${STAGEDIR}${PREFIX}/bin - (cd ${WRKSRC}/lib && ${INSTALL_LIB} libsqstdlib.so libsquirrel.so \ - ${STAGEDIR}${PREFIX}/lib) - @${LN} -sf libsqstdlib.so ${STAGEDIR}${PREFIX}/lib/libsqstdlib.so.0 - @${LN} -sf libsquirrel.so ${STAGEDIR}${PREFIX}/lib/libsquirrel.so.0 - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include - -.include +.include Modified: head/lang/squirrel/distinfo ============================================================================== --- head/lang/squirrel/distinfo Tue Feb 14 16:27:38 2017 (r434125) +++ head/lang/squirrel/distinfo Tue Feb 14 16:29:38 2017 (r434126) @@ -1,2 +1,3 @@ -SHA256 (squirrel_2.2.5_stable.tar.gz) = 8667e181ac2e0428d60d74a4fae6b5c15b8ed0f0933253cc7cf1aaa847d0ee25 -SIZE (squirrel_2.2.5_stable.tar.gz) = 420352 +TIMESTAMP = 1487088121 +SHA256 (squirrel_3_1_stable.tar.gz) = 4845a7fb82e4740bde01b0854112e3bb92a0816ad959c5758236e73f4409d0cb +SIZE (squirrel_3_1_stable.tar.gz) = 616961 Added: head/lang/squirrel/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/squirrel/files/patch-CMakeLists.txt Tue Feb 14 16:29:38 2017 (r434126) @@ -0,0 +1,23 @@ +--- CMakeLists.txt.orig 2017-02-14 16:19:11 UTC ++++ CMakeLists.txt +@@ -11,19 +11,9 @@ project(squirrel C CXX) + + include_directories(${CMAKE_SOURCE_DIR}/include) + +-if(CMAKE_COMPILER_IS_GNUCXX) ++if(CMAKE_CXX_COMPILER_ID MATCHES GNU OR CMAKE_CXX_COMPILER_ID MATCHES Clang) + set(SQ_FLAGS -fno-exceptions -fno-strict-aliasing -Wall -Wextra -pedantic -Wcast-qual) + +- if(CMAKE_BUILD_TYPE STREQUAL "Release") +- set(SQ_FLAGS ${SQ_FLAGS} -O3) +- elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") +- set(SQ_FLAGS ${SQ_FLAGS} -O3 -g) +- elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel") +- set(SQ_FLAGS ${SQ_FLAGS} -Os) +- elseif(CMAKE_BUILD_TYPE STREQUAL "Debug") +- set(SQ_FLAGS ${SQ_FLAGS} -pg -pie -gstabs -g3 -Og) +- endif() +- + if(CMAKE_VERSION VERSION_GREATER 3) + add_compile_options(${SQ_FLAGS}) + else() Modified: head/lang/squirrel/pkg-plist ============================================================================== --- head/lang/squirrel/pkg-plist Tue Feb 14 16:27:38 2017 (r434125) +++ head/lang/squirrel/pkg-plist Tue Feb 14 16:29:38 2017 (r434126) @@ -1,4 +1,6 @@ bin/sq +bin/sq_static +include/sqconfig.h include/sqstdaux.h include/sqstdblob.h include/sqstdio.h @@ -8,5 +10,9 @@ include/sqstdsystem.h include/squirrel.h lib/libsqstdlib.so lib/libsqstdlib.so.0 +lib/libsqstdlib.so.0.0.0 +lib/libsqstdlib_static.a lib/libsquirrel.so lib/libsquirrel.so.0 +lib/libsquirrel.so.0.0.0 +lib/libsquirrel_static.a From owner-svn-ports-all@freebsd.org Tue Feb 14 17:04:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0573FCDFCD9; Tue, 14 Feb 2017 17:04:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D43B5121E; Tue, 14 Feb 2017 17:04:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EH42ZI047493; Tue, 14 Feb 2017 17:04:02 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EH42Nq047491; Tue, 14 Feb 2017 17:04:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141704.v1EH42Nq047491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 17:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434127 - in head/mail/vpopmail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 17:04:04 -0000 Author: tijl Date: Tue Feb 14 17:04:02 2017 New Revision: 434127 URL: https://svnweb.freebsd.org/changeset/ports/434127 Log: Don't patch away upstream -fPIC so dependent ports can link libvpopmail.a into shared libraries. Deleted: head/mail/vpopmail/files/patch-cdb-Makefile Modified: head/mail/vpopmail/Makefile head/mail/vpopmail/files/patch-Makefile.in Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Tue Feb 14 16:29:38 2017 (r434126) +++ head/mail/vpopmail/Makefile Tue Feb 14 17:04:02 2017 (r434127) @@ -3,7 +3,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -61,7 +61,6 @@ OPTIONS_DEFINE= DOCS \ SUID_VCHKPW \ SMTP_AUTH_PATCH \ ONCHANGE_SCRIPT \ - FPIC \ MAILDROP \ DOMAIN_QUOTAS \ SPAMFOLDER \ @@ -78,7 +77,6 @@ OPTIONS_DEFAULT=MD5_PASSWORDS \ FILE_LOCKING \ USERS_BIG_DIR \ SEEKABLE \ - FPIC \ AUTH_LOG CDB_DESC= Auth via CDB @@ -106,7 +104,6 @@ SPAMASSASSIN_DESC= SpamAssassin support SUID_VCHKPW_DESC= Set vchkpw setugid vpopmail:vchkpw SMTP_AUTH_PATCH_DESC= Swap Challenge/Response for CRAM-MD5 ONCHANGE_SCRIPT_DESC= vpopmail/etc/onchange script support -FPIC_DESC= Compile with -fPIC MAILDROP_DESC= Maildrop MDA support DOMAIN_QUOTAS_DESC= Domain quotas support SPAMFOLDER_DESC= Move spam to Junk (requires SA) @@ -320,10 +317,6 @@ MAILDROP_FILES= ${WRKSRC}/maildrop/mail EXTRA_PATCHES+= ${FILESDIR}/Makefile.in-noportdocs.patch .endif -.if ${PORT_OPTIONS:MFPIC} && ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) -CFLAGS+= -fPIC -.endif - # # Some suggestions from Gabriel Ambuehl # Modified: head/mail/vpopmail/files/patch-Makefile.in ============================================================================== --- head/mail/vpopmail/files/patch-Makefile.in Tue Feb 14 16:29:38 2017 (r434126) +++ head/mail/vpopmail/files/patch-Makefile.in Tue Feb 14 17:04:02 2017 (r434127) @@ -1,13 +1,12 @@ -Description: Install config files with -dist, do not add -fPIC. +Description: Install config files with -dist. Install the config files with a -dist extension. - Do not unconditionally add -fPIC, this is done only for shared libs. Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-09-13 --- Makefile.in.orig 2011-02-28 11:00:45.000000000 -0600 +++ Makefile.in 2014-04-10 11:17:21.360658218 -0500 -@@ -357,13 +357,12 @@ +@@ -357,9 +357,9 @@ noinst_HEADERS = md5.h vpopmail.h file_lock.h vauth.h vlimits.h maildirquota.h vcdb.h vldap.h vmysql.h voracle.h vpgsql.h vsybase.h vlog.h global.h hmac_md5.h seek.h vutil.h COMMONSOURCES = vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c vlimits.c maildirquota.c vutil.c vlistlib.c backfill.c client.c conf.c ippp.c CONFIG_CLEAN_FILES = vauth.c cdb/conf-cc cdb/conf-ld cdb/compile cdb/load @@ -20,7 +19,3 @@ Last-Update: 2010-09-13 noinst_LIBRARIES = libvpopmail.a libvpopmail_a_SOURCES = $(COMMONSOURCES) libvpopmail_a_LIBADD = cdb/*.o --libvpopmail_a_CFLAGS = -fPIC - vpopmailbindir = @vpopmaildir@/bin - vusagec_SOURCES = vusagec.c client.c conf.c ippp.c - vusagec_LDADD = libvpopmail.a @auth_libs@ From owner-svn-ports-all@freebsd.org Tue Feb 14 17:04:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F09A4CDFD2F; Tue, 14 Feb 2017 17:04:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDB091317; Tue, 14 Feb 2017 17:04:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EH4bZS047611; Tue, 14 Feb 2017 17:04:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EH4b5L047610; Tue, 14 Feb 2017 17:04:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141704.v1EH4b5L047610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 17:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434128 - head/mail/courier-authlib-vchkpw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 17:04:39 -0000 Author: tijl Date: Tue Feb 14 17:04:37 2017 New Revision: 434128 URL: https://svnweb.freebsd.org/changeset/ports/434128 Log: Remove -fPIC. Problem was in mail/vpopmail. Modified: head/mail/courier-authlib-vchkpw/Makefile Modified: head/mail/courier-authlib-vchkpw/Makefile ============================================================================== --- head/mail/courier-authlib-vchkpw/Makefile Tue Feb 14 17:04:02 2017 (r434127) +++ head/mail/courier-authlib-vchkpw/Makefile Tue Feb 14 17:04:37 2017 (r434128) @@ -1,7 +1,7 @@ # Created by: Yarema # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -vchkpw COMMENT= Vpopmail/vchkpw support for the Courier authentication library @@ -9,6 +9,4 @@ CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib -CFLAGS_aarch64= -fPIC - .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Tue Feb 14 17:07:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D538CDFD98; Tue, 14 Feb 2017 17:07:12 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6CE14AB; Tue, 14 Feb 2017 17:07:11 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EH7BkT047818; Tue, 14 Feb 2017 17:07:11 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EH7BIu047817; Tue, 14 Feb 2017 17:07:11 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702141707.v1EH7BIu047817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 14 Feb 2017 17:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434129 - head/textproc/py-tabletext/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 17:07:12 -0000 Author: demon Date: Tue Feb 14 17:07:10 2017 New Revision: 434129 URL: https://svnweb.freebsd.org/changeset/ports/434129 Log: Fix build with python3.x PR: 216208 Submitted by: John W. O'Brien maintainer timeout. Added: head/textproc/py-tabletext/files/ head/textproc/py-tabletext/files/patch-setup.py (contents, props changed) Added: head/textproc/py-tabletext/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-tabletext/files/patch-setup.py Tue Feb 14 17:07:10 2017 (r434129) @@ -0,0 +1,23 @@ +--- setup.py.orig 2014-08-14 18:05:14 UTC ++++ setup.py +@@ -1,13 +1,18 @@ + #!/usr/bin/env python + + from setuptools import setup ++import sys ++ ++open_kwargs = {} ++if sys.version_info.major >= 3: ++ open_kwargs['encoding'] = 'utf8' + + setup(name='tabletext', + version='0.1', + description='Python library and command line utility to pretty-print\ + tabular data', +- long_description=open("README.rst").read() + "\n" +- + open("CHANGELOG.rst").read(), ++ long_description=open("README.rst", **open_kwargs).read() + "\n" ++ + open("CHANGELOG.rst", **open_kwargs).read(), + url='https://github.com/Thibauth/tabletext', + author='Thibaut Horel', + author_email='thibaut.horel+tabletext@gmail.com', From owner-svn-ports-all@freebsd.org Tue Feb 14 17:16:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27701CDF020; Tue, 14 Feb 2017 17:16:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB3791B4A; Tue, 14 Feb 2017 17:16:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EHGk3F051985; Tue, 14 Feb 2017 17:16:46 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EHGkv6051984; Tue, 14 Feb 2017 17:16:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141716.v1EHGkv6051984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 17:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434130 - head/math/p5-Math-GSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 17:16:47 -0000 Author: tijl Date: Tue Feb 14 17:16:45 2017 New Revision: 434130 URL: https://svnweb.freebsd.org/changeset/ports/434130 Log: Remove -fPIC. It builds fine without. Modified: head/math/p5-Math-GSL/Makefile Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Tue Feb 14 17:07:10 2017 (r434129) +++ head/math/p5-Math-GSL/Makefile Tue Feb 14 17:16:45 2017 (r434130) @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.39 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,8 +26,6 @@ USES= perl5 BROKEN_sparc64= does not compile on sparc64 -CFLAGS_aarch64= -fPIC - post-install: ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD} From owner-svn-ports-all@freebsd.org Tue Feb 14 18:08:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D381CDE2F4; Tue, 14 Feb 2017 18:08:29 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0DF91AB6; Tue, 14 Feb 2017 18:08:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EI8Scc072860; Tue, 14 Feb 2017 18:08:28 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EI8StO072859; Tue, 14 Feb 2017 18:08:28 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141808.v1EI8StO072859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 18:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434131 - head/math/pari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 18:08:29 -0000 Author: tijl Date: Tue Feb 14 18:08:27 2017 New Revision: 434131 URL: https://svnweb.freebsd.org/changeset/ports/434131 Log: Remove -fPIC. Problem was already fixed in r432070. Remove some other bits from older versions that no longer have any effect. Modified: head/math/pari/Makefile Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Tue Feb 14 17:16:45 2017 (r434130) +++ head/math/pari/Makefile Tue Feb 14 18:08:27 2017 (r434131) @@ -3,6 +3,7 @@ PORTNAME= pari PORTVERSION= 2.9.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ @@ -18,20 +19,15 @@ LIB_DEPENDS= libgmp.so:math/gmp MAKE_JOBS_UNSAFE= yes ALL_TARGET= gp -CONFIGURE_ENV= ld="${LD}" perl="${PERL}" ranlib="${RANLIB}" CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \ --prefix=${PREFIX} \ - --share-prefix=${PREFIX}/share \ --with-gmp=${LOCALBASE} HAS_CONFIGURE= yes -MAKE_ENV+= STRIP="${STRIP_CMD}" USE_LDCONFIG= yes USE_PERL5= build USES= perl5 -CFLAGS_aarch64= -fPIC - OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 OPTIONS_DEFAULT= OPTIMIZED_CFLAGS X11 .ifndef WITH_DEBUG @@ -49,9 +45,7 @@ PORTEXAMPLES= * GP_VERSION= ${PORTVERSION:R} post-patch: - ${REINPLACE_CMD} -E '/^list=/s/(ld|ranlib|perl|emacs)//g' \ - ${WRKSRC}/Configure - ${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ + @${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ ${WRKSRC}/config/get_cc post-install: From owner-svn-ports-all@freebsd.org Tue Feb 14 18:27:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38395CDE9E6; Tue, 14 Feb 2017 18:27:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078E91794; Tue, 14 Feb 2017 18:27:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EIRkk5081042; Tue, 14 Feb 2017 18:27:46 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EIRkRE081041; Tue, 14 Feb 2017 18:27:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141827.v1EIRkRE081041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 18:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434132 - head/misc/talkfilters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 18:27:47 -0000 Author: tijl Date: Tue Feb 14 18:27:45 2017 New Revision: 434132 URL: https://svnweb.freebsd.org/changeset/ports/434132 Log: Remove -fPIC. Clang crashes for some reason but this has nothing to do with -fPIC. Modified: head/misc/talkfilters/Makefile Modified: head/misc/talkfilters/Makefile ============================================================================== --- head/misc/talkfilters/Makefile Tue Feb 14 18:08:27 2017 (r434131) +++ head/misc/talkfilters/Makefile Tue Feb 14 18:27:45 2017 (r434132) @@ -21,8 +21,6 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message -CFLAGS_aarch64= -fPIC - INFO= talkfilters post-extract: From owner-svn-ports-all@freebsd.org Tue Feb 14 18:48:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D220CDF41B; Tue, 14 Feb 2017 18:48:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29FFB1697; Tue, 14 Feb 2017 18:48:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EImQug089504; Tue, 14 Feb 2017 18:48:26 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EImQZD089503; Tue, 14 Feb 2017 18:48:26 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201702141848.v1EImQZD089503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 14 Feb 2017 18:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434133 - head/multimedia/py-guessit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 18:48:27 -0000 Author: wg Date: Tue Feb 14 18:48:25 2017 New Revision: 434133 URL: https://svnweb.freebsd.org/changeset/ports/434133 Log: multimedia/py-guessit: update to 2.1.1 PR: 217059 Submitted by: Andrej Ebert Modified: head/multimedia/py-guessit/Makefile head/multimedia/py-guessit/distinfo Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Tue Feb 14 18:27:45 2017 (r434132) +++ head/multimedia/py-guessit/Makefile Tue Feb 14 18:48:25 2017 (r434133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guessit -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.5:devel/py-babelfish \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}rebulk>=0.7.3:devel/py-rebulk + ${PYTHON_PKGNAMEPREFIX}rebulk>=0.8.2:devel/py-rebulk USES= python USE_PYTHON= distutils autoplist Modified: head/multimedia/py-guessit/distinfo ============================================================================== --- head/multimedia/py-guessit/distinfo Tue Feb 14 18:27:45 2017 (r434132) +++ head/multimedia/py-guessit/distinfo Tue Feb 14 18:48:25 2017 (r434133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474915590 -SHA256 (guessit-2.1.0.tar.gz) = a534a46bef3bbac7b313a55744860a9ddd5b7fae6abb6f6ae8bbace2b3e973b1 -SIZE (guessit-2.1.0.tar.gz) = 77587 +TIMESTAMP = 1486974566 +SHA256 (guessit-2.1.1.tar.gz) = cdb51ced109e05318f35dc5ee1c50182a85edd800e86de77ec96eb68a0a99391 +SIZE (guessit-2.1.1.tar.gz) = 86447 From owner-svn-ports-all@freebsd.org Tue Feb 14 19:34:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977A8CDFF5F; Tue, 14 Feb 2017 19:34:43 +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 6252F10EB; Tue, 14 Feb 2017 19:34:43 +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 v1EJYgkY009855; Tue, 14 Feb 2017 19:34:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EJYg3a009851; Tue, 14 Feb 2017 19:34:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702141934.v1EJYg3a009851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 14 Feb 2017 19:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434134 - in head/x11/tint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 19:34:43 -0000 Author: tcberner Date: Tue Feb 14 19:34:41 2017 New Revision: 434134 URL: https://svnweb.freebsd.org/changeset/ports/434134 Log: Update x11/tint to 0.12.12 Slightly modified version of the one originally submitted in the PR. PR: 216996 Submitted by: yamagi@yamagi.org Reported by: yamagi@yamagi.org Approved by: yamagi@yamagi.org (maintainer), rakuco (mentor) Added: head/x11/tint/files/ head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt (contents, props changed) Modified: head/x11/tint/Makefile head/x11/tint/distinfo head/x11/tint/pkg-plist Modified: head/x11/tint/Makefile ============================================================================== --- head/x11/tint/Makefile Tue Feb 14 18:48:25 2017 (r434133) +++ head/x11/tint/Makefile Tue Feb 14 19:34:41 2017 (r434134) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= tint2 -PORTVERSION= 0.12.11 +PORTVERSION= 0.12.12 CATEGORIES= x11 -MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ MAINTAINER= yamagi@yamagi.org COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock @@ -16,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/ libImlib2.so:graphics/imlib2 \ libstartup-notification-1.so:x11/startup-notification \ -USES= alias cmake gettext pkgconfig tar:xz +USES= alias cmake:outsource pkgconfig USE_GNOME= cairo glib20 gtk20 librsvg2 pango USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender INSTALLS_ICONS= yes @@ -24,10 +23,12 @@ INSTALLS_ICONS= yes CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc OPTIONS_DEFINE= EXAMPLES NLS -EXAMPLES_CMAKE_ON= -DENABLE_EXAMPLES:BOOL=ON -EXAMPLES_CMAKE_OFF= -DENABLE_EXAMPLES:BOOL=OFF OPTIONS_SUB= yes +EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls +NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext + +USE_GITHUB= yes +GH_ACCOUNT= o9000 .include Modified: head/x11/tint/distinfo ============================================================================== --- head/x11/tint/distinfo Tue Feb 14 18:48:25 2017 (r434133) +++ head/x11/tint/distinfo Tue Feb 14 19:34:41 2017 (r434134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465539549 -SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7 -SIZE (tint2-0.12.11.tar.xz) = 261380 +TIMESTAMP = 1487020660 +SHA256 (o9000-tint2-0.12.12_GH0.tar.gz) = e33c47fbea81fbfd0ac4ded2c506a542c6c727701ecdf8987927ae51f325a826 +SIZE (o9000-tint2-0.12.12_GH0.tar.gz) = 469147 Added: head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt Tue Feb 14 19:34:41 2017 (r434134) @@ -0,0 +1,10 @@ +Make it possible to toggle NLS. + +--- src/tint2conf/po/CMakeLists.txt.orig 2017-02-13 22:12:47 UTC ++++ src/tint2conf/po/CMakeLists.txt +@@ -1,4 +1,4 @@ +-include(FindGettext) ++find_package(Gettext) + if (GETTEXT_FOUND) + set(GETTEXT_PACKAGE tint2conf) + file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po") Modified: head/x11/tint/pkg-plist ============================================================================== --- head/x11/tint/pkg-plist Tue Feb 14 18:48:25 2017 (r434133) +++ head/x11/tint/pkg-plist Tue Feb 14 19:34:41 2017 (r434134) @@ -7,14 +7,21 @@ share/applications/tint2conf.desktop %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/README.md +%%DOCSDIR%%/images/panel_padding.jpg +%%DOCSDIR%%/images/panel_size_margin.jpg +%%DOCSDIR%%/images/task_padding.jpg +%%DOCSDIR%%/images/taskbar_padding.jpg +%%DOCSDIR%%/manual.html +%%DOCSDIR%%/readme.html +%%DOCSDIR%%/tint2.md share/icons/hicolor/scalable/apps/tint2.svg share/icons/hicolor/scalable/apps/tint2conf.svg -share/locale/bs/LC_MESSAGES/tint2conf.mo -share/locale/fr/LC_MESSAGES/tint2conf.mo -share/locale/hr/LC_MESSAGES/tint2conf.mo -share/locale/pl/LC_MESSAGES/tint2conf.mo -share/locale/ru/LC_MESSAGES/tint2conf.mo -share/locale/sr/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/bs/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/fr/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/hr/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/pl/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/ru/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/sr/LC_MESSAGES/tint2conf.mo %%DATADIR%%/default_icon.png %%EXAMPLES%%%%DATADIR%%/horizontal-dark-opaque.tint2rc %%EXAMPLES%%%%DATADIR%%/horizontal-dark-transparent.tint2rc From owner-svn-ports-all@freebsd.org Tue Feb 14 19:42:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6100FCDF2FC; Tue, 14 Feb 2017 19:42:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30749163F; Tue, 14 Feb 2017 19:42:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EJgInn013314; Tue, 14 Feb 2017 19:42:18 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EJgILW013312; Tue, 14 Feb 2017 19:42:18 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702141942.v1EJgILW013312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 14 Feb 2017 19:42:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434135 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 19:42:19 -0000 Author: brnrd Date: Tue Feb 14 19:42:17 2017 New Revision: 434135 URL: https://svnweb.freebsd.org/changeset/ports/434135 Log: www/mod_http2-devel: Update to 1.9.0 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Tue Feb 14 19:34:41 2017 (r434134) +++ head/www/mod_http2-devel/Makefile Tue Feb 14 19:42:17 2017 (r434135) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.8.10 +PORTVERSION= 1.9.0 +DISTVERSIONPREFIX= v DISTNAME= mod_http2-${DISTVERSIONPREFIX}${DISTVERSION} CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Tue Feb 14 19:34:41 2017 (r434134) +++ head/www/mod_http2-devel/distinfo Tue Feb 14 19:42:17 2017 (r434135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485260908 -SHA256 (mod_http2-1.8.10_GH0.tar.gz) = e03bc6733f883f63262a4151ca71308b30d15176f65ad5f3ff52fc7fa08eed60 -SIZE (mod_http2-1.8.10_GH0.tar.gz) = 194700 +TIMESTAMP = 1487093517 +SHA256 (mod_http2-v1.9.0_GH0.tar.gz) = 9050fbd967336ded7451ffe299064f49d630946b2ab021e41ed50538a5638b59 +SIZE (mod_http2-v1.9.0_GH0.tar.gz) = 193854 From owner-svn-ports-all@freebsd.org Tue Feb 14 20:01:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F9EFCDF7FE; Tue, 14 Feb 2017 20:01:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C815118C; Tue, 14 Feb 2017 20:01:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EK1WXb019410; Tue, 14 Feb 2017 20:01:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EK1WWe019409; Tue, 14 Feb 2017 20:01:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702142001.v1EK1WWe019409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 14 Feb 2017 20:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434136 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 20:01:33 -0000 Author: tobik Date: Tue Feb 14 20:01:32 2017 New Revision: 434136 URL: https://svnweb.freebsd.org/changeset/ports/434136 Log: Add myself to astro/xearth/files/freebsd.committers.markers Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9591 Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Tue Feb 14 19:42:17 2017 (r434135) +++ head/astro/xearth/files/freebsd.committers.markers Tue Feb 14 20:01:32 2017 (r434136) @@ -142,6 +142,7 @@ 45.875896, 8.941637, "gahr" # Arzo, Switzerland 52.05, 8.9, "lkoeller" # Lemgo, Germany 45.667, 8.867, "nivit" align=left # Fagnano Olona, Italy + 53.0793, 8.8017, "tobik" # Bremen, Germany 47.420, 8.6, "beat" # Wallisellen, Switzerland 49.85958, 8.55246, "bcr" # Griesheim, Germany 47.1666, 8.5166, "dhartmei" # Zug, Switzerland From owner-svn-ports-all@freebsd.org Tue Feb 14 20:17:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA0EFCDFB9E; Tue, 14 Feb 2017 20:17:05 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 869F4189D; Tue, 14 Feb 2017 20:17:05 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EKH4xP026728; Tue, 14 Feb 2017 20:17:04 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EKH4qj026726; Tue, 14 Feb 2017 20:17:04 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201702142017.v1EKH4qj026726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 14 Feb 2017 20:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434137 - head/sysutils/py-diffoscope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 20:17:05 -0000 Author: emaste (src committer) Date: Tue Feb 14 20:17:04 2017 New Revision: 434137 URL: https://svnweb.freebsd.org/changeset/ports/434137 Log: sysutils/py-diffoscope: update to version 71 PR: 216729 Approved by: koobs Modified: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo Modified: head/sysutils/py-diffoscope/Makefile ============================================================================== --- head/sysutils/py-diffoscope/Makefile Tue Feb 14 20:01:32 2017 (r434136) +++ head/sysutils/py-diffoscope/Makefile Tue Feb 14 20:17:04 2017 (r434137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 67 +PORTVERSION= 71 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-diffoscope/distinfo ============================================================================== --- head/sysutils/py-diffoscope/distinfo Tue Feb 14 20:01:32 2017 (r434136) +++ head/sysutils/py-diffoscope/distinfo Tue Feb 14 20:17:04 2017 (r434137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483829567 -SHA256 (diffoscope-67.tar.gz) = 96f17de536f411e69d2944191a8860b5c8be22a7f5a6a5d4ea3d34cc94badbf7 -SIZE (diffoscope-67.tar.gz) = 488185 +TIMESTAMP = 1486517045 +SHA256 (diffoscope-71.tar.gz) = ef7ec634eb985e1a0ed20342c76774263ded585e1356786c5d7aa61efd5efa46 +SIZE (diffoscope-71.tar.gz) = 527557 From owner-svn-ports-all@freebsd.org Tue Feb 14 20:27:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F57ECDFEBF; Tue, 14 Feb 2017 20:27:27 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E00461E35; Tue, 14 Feb 2017 20:27:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EKRPXq031002; Tue, 14 Feb 2017 20:27:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EKRPYw031000; Tue, 14 Feb 2017 20:27:25 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702142027.v1EKRPYw031000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 14 Feb 2017 20:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434138 - in head: . lang lang/libjit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 20:27:27 -0000 Author: rene Date: Tue Feb 14 20:27:25 2017 New Revision: 434138 URL: https://svnweb.freebsd.org/changeset/ports/434138 Log: Remove expired port: 2017-02-13 lang/libjit: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/ Deleted: head/lang/libjit/ Modified: head/MOVED head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 14 20:17:04 2017 (r434137) +++ head/MOVED Tue Feb 14 20:27:25 2017 (r434138) @@ -9071,3 +9071,4 @@ devel/py-re2||2017-02-08|Has expired: Br net-p2p/digitalcoin||2017-02-08|Has expired: Broken for more than 6 months devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users chinese/mutt|mail/mutt|2017-02-13|Use mail/mutt, which can handle Chinese locales +lang/libjit||2017-02-14|Has expired: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/ Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Feb 14 20:17:04 2017 (r434137) +++ head/lang/Makefile Tue Feb 14 20:27:25 2017 (r434138) @@ -156,7 +156,6 @@ SUBDIR += lci SUBDIR += lfe SUBDIR += libhx - SUBDIR += libjit SUBDIR += libobjc2 SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 From owner-svn-ports-all@freebsd.org Tue Feb 14 20:33:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33CAECDF156; Tue, 14 Feb 2017 20:33:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00E4B12FD; Tue, 14 Feb 2017 20:33:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EKXjpl034868; Tue, 14 Feb 2017 20:33:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EKXjQX034867; Tue, 14 Feb 2017 20:33:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702142033.v1EKXjQX034867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 20:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434139 - head/multimedia/ffmpeg0 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 20:33:46 -0000 Author: tijl Date: Tue Feb 14 20:33:44 2017 New Revision: 434139 URL: https://svnweb.freebsd.org/changeset/ports/434139 Log: - Simply enable pic for all architectures. Upstream configure already does that in most cases. - Enable verbose build. Modified: head/multimedia/ffmpeg0/Makefile Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Tue Feb 14 20:27:25 2017 (r434138) +++ head/multimedia/ffmpeg0/Makefile Tue Feb 14 20:33:44 2017 (r434139) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -29,8 +29,6 @@ USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl NOPRECIOUSMAKEVARS= yes # ARCH -CFLAGS_aarch64= -fPIC - FFMPEG_SUFFIX= 0 HAS_CONFIGURE= yes CONFIGURE_LOG= config.err @@ -40,7 +38,7 @@ PLIST_SUB+= SUFF="${FFMPEG_SUFFIX}" PROGS= ffmpeg ffprobe CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin V=1 CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ @@ -50,6 +48,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --datadir="${DATADIR}" \ --build-suffix="${FFMPEG_SUFFIX}" \ --enable-shared \ + --enable-pic \ --enable-gpl \ --enable-postproc \ --enable-avfilter \ From owner-svn-ports-all@freebsd.org Tue Feb 14 20:45:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF331CDF408; Tue, 14 Feb 2017 20:45:14 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6679E1812; Tue, 14 Feb 2017 20:45:14 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EKjCib039179; Tue, 14 Feb 2017 20:45:12 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EKjCHb039176; Tue, 14 Feb 2017 20:45:12 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201702142045.v1EKjCHb039176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 14 Feb 2017 20:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434140 - branches/2017Q1/www/tt-rss X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 20:45:14 -0000 Author: thierry Date: Tue Feb 14 20:45:12 2017 New Revision: 434140 URL: https://svnweb.freebsd.org/changeset/ports/434140 Log: MFH: r434054 - Address a possible XSS attack from commit 829d478f1 and 3891782cf A CVE has been requested for 829d478f1 - A lot of other updates: https://tt-rss.org/gitlab/fox/tt-rss/compare/db92edd1...454292b2 Submitted by: dereks_lifeofadishwasher.com Security: CVE in progress Differential Revision: https://reviews.freebsd.org/D9550 Approved by: ports-secteam Modified: branches/2017Q1/www/tt-rss/Makefile branches/2017Q1/www/tt-rss/distinfo branches/2017Q1/www/tt-rss/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/tt-rss/Makefile ============================================================================== --- branches/2017Q1/www/tt-rss/Makefile Tue Feb 14 20:33:44 2017 (r434139) +++ branches/2017Q1/www/tt-rss/Makefile Tue Feb 14 20:45:12 2017 (r434140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 2017.01.16 +PORTVERSION= 2017.02.12 CATEGORIES= www MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ @@ -11,7 +11,7 @@ COMMENT= Tiny Tiny RSS: web-based news f LICENSE= GPLv2 -GL_TAGNAME= db92edd1 +GL_TAGNAME= 454292b2 NO_BUILD= yes NO_ARCH= yes Modified: branches/2017Q1/www/tt-rss/distinfo ============================================================================== --- branches/2017Q1/www/tt-rss/distinfo Tue Feb 14 20:33:44 2017 (r434139) +++ branches/2017Q1/www/tt-rss/distinfo Tue Feb 14 20:45:12 2017 (r434140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484592330 -SHA256 (tt-rss-2017.01.16.tar.bz2) = f416b41c2885e215fb96893e89b332af72f64bd68a86bd03087e543a1f4776c0 -SIZE (tt-rss-2017.01.16.tar.bz2) = 2093648 +TIMESTAMP = 1486964585 +SHA256 (tt-rss-2017.02.12.tar.bz2) = a90aac286d340fccad9a1329a403f61282e94f4d6974b9ed02670fae63ade75c +SIZE (tt-rss-2017.02.12.tar.bz2) = 2186001 Modified: branches/2017Q1/www/tt-rss/pkg-plist ============================================================================== --- branches/2017Q1/www/tt-rss/pkg-plist Tue Feb 14 20:33:44 2017 (r434139) +++ branches/2017Q1/www/tt-rss/pkg-plist Tue Feb 14 20:45:12 2017 (r434140) @@ -143,16 +143,20 @@ %%WWWDIR%%/lib/button/musicplayer.swf %%WWWDIR%%/lib/button/musicplayer_f6.swf %%WWWDIR%%/lib/dijit/BackgroundIframe.js +%%WWWDIR%%/lib/dijit/CONTRIBUTING.md %%WWWDIR%%/lib/dijit/Calendar.js %%WWWDIR%%/lib/dijit/CalendarLite.js %%WWWDIR%%/lib/dijit/CheckedMenuItem.js %%WWWDIR%%/lib/dijit/ColorPalette.js +%%WWWDIR%%/lib/dijit/ConfirmDialog.js +%%WWWDIR%%/lib/dijit/ConfirmTooltipDialog.js %%WWWDIR%%/lib/dijit/Declaration.js %%WWWDIR%%/lib/dijit/Destroyable.js %%WWWDIR%%/lib/dijit/Dialog.js %%WWWDIR%%/lib/dijit/DialogUnderlay.js %%WWWDIR%%/lib/dijit/DropDownMenu.js %%WWWDIR%%/lib/dijit/Editor.js +%%WWWDIR%%/lib/dijit/Fieldset.js %%WWWDIR%%/lib/dijit/InlineEditBox.js %%WWWDIR%%/lib/dijit/Menu.js %%WWWDIR%%/lib/dijit/MenuBar.js @@ -162,6 +166,8 @@ %%WWWDIR%%/lib/dijit/PopupMenuBarItem.js %%WWWDIR%%/lib/dijit/PopupMenuItem.js %%WWWDIR%%/lib/dijit/ProgressBar.js +%%WWWDIR%%/lib/dijit/README.md +%%WWWDIR%%/lib/dijit/RadioMenuItem.js %%WWWDIR%%/lib/dijit/TitlePane.js %%WWWDIR%%/lib/dijit/Toolbar.js %%WWWDIR%%/lib/dijit/ToolbarSeparator.js @@ -170,8 +176,11 @@ %%WWWDIR%%/lib/dijit/Tree.js %%WWWDIR%%/lib/dijit/Viewport.js %%WWWDIR%%/lib/dijit/WidgetSet.js +%%WWWDIR%%/lib/dijit/_AttachMixin.js +%%WWWDIR%%/lib/dijit/_BidiMixin.js %%WWWDIR%%/lib/dijit/_BidiSupport.js %%WWWDIR%%/lib/dijit/_Calendar.js +%%WWWDIR%%/lib/dijit/_ConfirmDialogMixin.js %%WWWDIR%%/lib/dijit/_Contained.js %%WWWDIR%%/lib/dijit/_Container.js %%WWWDIR%%/lib/dijit/_CssStateMixin.js @@ -179,6 +188,7 @@ %%WWWDIR%%/lib/dijit/_FocusMixin.js %%WWWDIR%%/lib/dijit/_HasDropDown.js %%WWWDIR%%/lib/dijit/_KeyNavContainer.js +%%WWWDIR%%/lib/dijit/_KeyNavMixin.js %%WWWDIR%%/lib/dijit/_MenuBase.js %%WWWDIR%%/lib/dijit/_OnDijitClickMixin.js %%WWWDIR%%/lib/dijit/_PaletteMixin.js @@ -209,6 +219,12 @@ %%WWWDIR%%/lib/dijit/_editor/nls/az/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/az/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/az/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/bg/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/bs/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/ca/commands.js @@ -228,6 +244,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/es/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/es/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/es/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/eu/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/fi/commands.js @@ -243,6 +262,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/hu/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/hu/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/hu/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/id/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/it/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/it/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/it/commands.js @@ -255,6 +277,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/ko/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/ko/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/ko/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/mk/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/nb/commands.js @@ -282,6 +307,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/sl/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/sl/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/sl/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/sr/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/sv/commands.js @@ -291,6 +319,9 @@ %%WWWDIR%%/lib/dijit/_editor/nls/tr/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/tr/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/tr/commands.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/FontChoice.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/LinkDialog.js +%%WWWDIR%%/lib/dijit/_editor/nls/uk/commands.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/FontChoice.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/LinkDialog.js %%WWWDIR%%/lib/dijit/_editor/nls/zh-tw/commands.js @@ -313,6 +344,7 @@ %%WWWDIR%%/lib/dijit/_tree/dndSource.js %%WWWDIR%%/lib/dijit/a11y.js %%WWWDIR%%/lib/dijit/a11yclick.js +%%WWWDIR%%/lib/dijit/bower.json %%WWWDIR%%/lib/dijit/dijit-all.js %%WWWDIR%%/lib/dijit/dijit.js %%WWWDIR%%/lib/dijit/dijit.profile.js @@ -376,6 +408,12 @@ %%WWWDIR%%/lib/dijit/form/nls/az/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/az/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/az/validate.js +%%WWWDIR%%/lib/dijit/form/nls/bg/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/bg/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/bg/validate.js +%%WWWDIR%%/lib/dijit/form/nls/bs/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/bs/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/bs/validate.js %%WWWDIR%%/lib/dijit/form/nls/ca/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/ca/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/ca/validate.js @@ -394,6 +432,9 @@ %%WWWDIR%%/lib/dijit/form/nls/es/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/es/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/es/validate.js +%%WWWDIR%%/lib/dijit/form/nls/eu/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/eu/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/eu/validate.js %%WWWDIR%%/lib/dijit/form/nls/fi/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/fi/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/fi/validate.js @@ -409,6 +450,9 @@ %%WWWDIR%%/lib/dijit/form/nls/hu/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/hu/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/hu/validate.js +%%WWWDIR%%/lib/dijit/form/nls/id/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/id/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/id/validate.js %%WWWDIR%%/lib/dijit/form/nls/it/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/it/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/it/validate.js @@ -421,6 +465,9 @@ %%WWWDIR%%/lib/dijit/form/nls/ko/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/ko/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/ko/validate.js +%%WWWDIR%%/lib/dijit/form/nls/mk/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/mk/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/mk/validate.js %%WWWDIR%%/lib/dijit/form/nls/nb/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/nb/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/nb/validate.js @@ -448,6 +495,9 @@ %%WWWDIR%%/lib/dijit/form/nls/sl/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/sl/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/sl/validate.js +%%WWWDIR%%/lib/dijit/form/nls/sr/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/sr/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/sr/validate.js %%WWWDIR%%/lib/dijit/form/nls/sv/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/sv/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/sv/validate.js @@ -457,6 +507,9 @@ %%WWWDIR%%/lib/dijit/form/nls/tr/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/tr/Textarea.js %%WWWDIR%%/lib/dijit/form/nls/tr/validate.js +%%WWWDIR%%/lib/dijit/form/nls/uk/ComboBox.js +%%WWWDIR%%/lib/dijit/form/nls/uk/Textarea.js +%%WWWDIR%%/lib/dijit/form/nls/uk/validate.js %%WWWDIR%%/lib/dijit/form/nls/validate.js %%WWWDIR%%/lib/dijit/form/nls/zh-tw/ComboBox.js %%WWWDIR%%/lib/dijit/form/nls/zh-tw/Textarea.js @@ -490,6 +543,7 @@ %%WWWDIR%%/lib/dijit/icons/images/editorIconsDisabled_rtl.png %%WWWDIR%%/lib/dijit/icons/images/editorIconsEnabled.png %%WWWDIR%%/lib/dijit/icons/images/editorIconsEnabled_rtl.png +%%WWWDIR%%/lib/dijit/icons/images/loadingAnimation.gif %%WWWDIR%%/lib/dijit/icons/images/loadingAnimation_rtl.gif %%WWWDIR%%/lib/dijit/layout/AccordionContainer.js %%WWWDIR%%/lib/dijit/layout/AccordionPane.js @@ -517,6 +571,10 @@ %%WWWDIR%%/lib/dijit/nls/ar/loading.js %%WWWDIR%%/lib/dijit/nls/az/common.js %%WWWDIR%%/lib/dijit/nls/az/loading.js +%%WWWDIR%%/lib/dijit/nls/bg/common.js +%%WWWDIR%%/lib/dijit/nls/bg/loading.js +%%WWWDIR%%/lib/dijit/nls/bs/common.js +%%WWWDIR%%/lib/dijit/nls/bs/loading.js %%WWWDIR%%/lib/dijit/nls/ca/common.js %%WWWDIR%%/lib/dijit/nls/ca/loading.js %%WWWDIR%%/lib/dijit/nls/common.js @@ -530,6 +588,8 @@ %%WWWDIR%%/lib/dijit/nls/el/loading.js %%WWWDIR%%/lib/dijit/nls/es/common.js %%WWWDIR%%/lib/dijit/nls/es/loading.js +%%WWWDIR%%/lib/dijit/nls/eu/common.js +%%WWWDIR%%/lib/dijit/nls/eu/loading.js %%WWWDIR%%/lib/dijit/nls/fi/common.js %%WWWDIR%%/lib/dijit/nls/fi/loading.js %%WWWDIR%%/lib/dijit/nls/fr/common.js @@ -540,6 +600,8 @@ %%WWWDIR%%/lib/dijit/nls/hr/loading.js %%WWWDIR%%/lib/dijit/nls/hu/common.js %%WWWDIR%%/lib/dijit/nls/hu/loading.js +%%WWWDIR%%/lib/dijit/nls/id/common.js +%%WWWDIR%%/lib/dijit/nls/id/loading.js %%WWWDIR%%/lib/dijit/nls/it/common.js %%WWWDIR%%/lib/dijit/nls/it/loading.js %%WWWDIR%%/lib/dijit/nls/ja/common.js @@ -549,6 +611,8 @@ %%WWWDIR%%/lib/dijit/nls/ko/common.js %%WWWDIR%%/lib/dijit/nls/ko/loading.js %%WWWDIR%%/lib/dijit/nls/loading.js +%%WWWDIR%%/lib/dijit/nls/mk/common.js +%%WWWDIR%%/lib/dijit/nls/mk/loading.js %%WWWDIR%%/lib/dijit/nls/nb/common.js %%WWWDIR%%/lib/dijit/nls/nb/loading.js %%WWWDIR%%/lib/dijit/nls/nl/common.js @@ -567,12 +631,16 @@ %%WWWDIR%%/lib/dijit/nls/sk/loading.js %%WWWDIR%%/lib/dijit/nls/sl/common.js %%WWWDIR%%/lib/dijit/nls/sl/loading.js +%%WWWDIR%%/lib/dijit/nls/sr/common.js +%%WWWDIR%%/lib/dijit/nls/sr/loading.js %%WWWDIR%%/lib/dijit/nls/sv/common.js %%WWWDIR%%/lib/dijit/nls/sv/loading.js %%WWWDIR%%/lib/dijit/nls/th/common.js %%WWWDIR%%/lib/dijit/nls/th/loading.js %%WWWDIR%%/lib/dijit/nls/tr/common.js %%WWWDIR%%/lib/dijit/nls/tr/loading.js +%%WWWDIR%%/lib/dijit/nls/uk/common.js +%%WWWDIR%%/lib/dijit/nls/uk/loading.js %%WWWDIR%%/lib/dijit/nls/zh-tw/common.js %%WWWDIR%%/lib/dijit/nls/zh-tw/loading.js %%WWWDIR%%/lib/dijit/nls/zh/common.js @@ -581,10 +649,12 @@ %%WWWDIR%%/lib/dijit/place.js %%WWWDIR%%/lib/dijit/popup.js %%WWWDIR%%/lib/dijit/registry.js +%%WWWDIR%%/lib/dijit/selection.js %%WWWDIR%%/lib/dijit/templates/Calendar.html %%WWWDIR%%/lib/dijit/templates/CheckedMenuItem.html %%WWWDIR%%/lib/dijit/templates/ColorPalette.html %%WWWDIR%%/lib/dijit/templates/Dialog.html +%%WWWDIR%%/lib/dijit/templates/Fieldset.html %%WWWDIR%%/lib/dijit/templates/InlineEditBox.html %%WWWDIR%%/lib/dijit/templates/Menu.html %%WWWDIR%%/lib/dijit/templates/MenuBar.html @@ -592,12 +662,12 @@ %%WWWDIR%%/lib/dijit/templates/MenuItem.html %%WWWDIR%%/lib/dijit/templates/MenuSeparator.html %%WWWDIR%%/lib/dijit/templates/ProgressBar.html -%%WWWDIR%%/lib/dijit/templates/TimePicker.html %%WWWDIR%%/lib/dijit/templates/TitlePane.html %%WWWDIR%%/lib/dijit/templates/Tooltip.html %%WWWDIR%%/lib/dijit/templates/TooltipDialog.html %%WWWDIR%%/lib/dijit/templates/Tree.html %%WWWDIR%%/lib/dijit/templates/TreeNode.html +%%WWWDIR%%/lib/dijit/templates/actionBar.html %%WWWDIR%%/lib/dijit/themes/a11y/README.txt %%WWWDIR%%/lib/dijit/themes/a11y/colors3x4.png %%WWWDIR%%/lib/dijit/themes/a11y/colors7x10.png @@ -626,11 +696,11 @@ %%WWWDIR%%/lib/dijit/themes/claro/Menu_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/ProgressBar.css %%WWWDIR%%/lib/dijit/themes/claro/ProgressBar.less +%%WWWDIR%%/lib/dijit/themes/claro/ProgressBar_rtl.css +%%WWWDIR%%/lib/dijit/themes/claro/ProgressBar_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/README %%WWWDIR%%/lib/dijit/themes/claro/TimePicker.css %%WWWDIR%%/lib/dijit/themes/claro/TimePicker.less -%%WWWDIR%%/lib/dijit/themes/claro/TimePicker_rtl.css -%%WWWDIR%%/lib/dijit/themes/claro/TimePicker_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/TitlePane.css %%WWWDIR%%/lib/dijit/themes/claro/TitlePane.less %%WWWDIR%%/lib/dijit/themes/claro/TitlePane_rtl.css @@ -641,6 +711,8 @@ %%WWWDIR%%/lib/dijit/themes/claro/Toolbar_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/Tree.css %%WWWDIR%%/lib/dijit/themes/claro/Tree.less +%%WWWDIR%%/lib/dijit/themes/claro/Tree_rtl.css +%%WWWDIR%%/lib/dijit/themes/claro/Tree_rtl.less %%WWWDIR%%/lib/dijit/themes/claro/claro.css %%WWWDIR%%/lib/dijit/themes/claro/claro_rtl.css %%WWWDIR%%/lib/dijit/themes/claro/compile.js @@ -686,7 +758,6 @@ %%WWWDIR%%/lib/dijit/themes/claro/images/dialogCloseIcon.png %%WWWDIR%%/lib/dijit/themes/claro/images/dialogCloseIcon8bit.png %%WWWDIR%%/lib/dijit/themes/claro/images/dnd.png -%%WWWDIR%%/lib/dijit/themes/claro/images/loadingAnimation.gif %%WWWDIR%%/lib/dijit/themes/claro/images/progressBarAnim.gif %%WWWDIR%%/lib/dijit/themes/claro/images/progressBarFull.png %%WWWDIR%%/lib/dijit/themes/claro/images/spriteArrows.png @@ -738,6 +809,7 @@ %%WWWDIR%%/lib/dijit/themes/nihilo/Menu.css %%WWWDIR%%/lib/dijit/themes/nihilo/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/nihilo/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/TimePicker.css %%WWWDIR%%/lib/dijit/themes/nihilo/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/nihilo/TitlePane.css @@ -842,6 +914,7 @@ %%WWWDIR%%/lib/dijit/themes/soria/Menu.css %%WWWDIR%%/lib/dijit/themes/soria/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/soria/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/TimePicker.css %%WWWDIR%%/lib/dijit/themes/soria/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/soria/TitlePane.css @@ -951,6 +1024,7 @@ %%WWWDIR%%/lib/dijit/themes/tundra/Menu.css %%WWWDIR%%/lib/dijit/themes/tundra/Menu_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/ProgressBar.css +%%WWWDIR%%/lib/dijit/themes/tundra/ProgressBar_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/TimePicker.css %%WWWDIR%%/lib/dijit/themes/tundra/TimePicker_rtl.css %%WWWDIR%%/lib/dijit/themes/tundra/TitlePane.css @@ -1098,6 +1172,7 @@ %%WWWDIR%%/lib/dojo-src/rebuild-dojo.sh %%WWWDIR%%/lib/dojo-src/tt-rss.profile.js %%WWWDIR%%/lib/dojo/AdapterRegistry.js +%%WWWDIR%%/lib/dojo/CONTRIBUTING.md %%WWWDIR%%/lib/dojo/Deferred.js %%WWWDIR%%/lib/dojo/DeferredList.js %%WWWDIR%%/lib/dojo/Evented.js @@ -1109,6 +1184,7 @@ %%WWWDIR%%/lib/dojo/NodeList-traverse.js %%WWWDIR%%/lib/dojo/NodeList.js %%WWWDIR%%/lib/dojo/OpenAjax.js +%%WWWDIR%%/lib/dojo/README.md %%WWWDIR%%/lib/dojo/Stateful.js %%WWWDIR%%/lib/dojo/_base/Color.js %%WWWDIR%%/lib/dojo/_base/Deferred.js @@ -1135,187 +1211,411 @@ %%WWWDIR%%/lib/dojo/_base/url.js %%WWWDIR%%/lib/dojo/_base/window.js %%WWWDIR%%/lib/dojo/_base/xhr.js -%%WWWDIR%%/lib/dojo/_firebug/errorIcon.png -%%WWWDIR%%/lib/dojo/_firebug/firebug.css %%WWWDIR%%/lib/dojo/_firebug/firebug.js -%%WWWDIR%%/lib/dojo/_firebug/infoIcon.png -%%WWWDIR%%/lib/dojo/_firebug/tab_lft_norm.png -%%WWWDIR%%/lib/dojo/_firebug/tab_lft_over.png -%%WWWDIR%%/lib/dojo/_firebug/tab_rgt_norm.png -%%WWWDIR%%/lib/dojo/_firebug/tab_rgt_over.png -%%WWWDIR%%/lib/dojo/_firebug/warningIcon.png %%WWWDIR%%/lib/dojo/aspect.js %%WWWDIR%%/lib/dojo/back.js %%WWWDIR%%/lib/dojo/behavior.js +%%WWWDIR%%/lib/dojo/bower.json %%WWWDIR%%/lib/dojo/cache.js %%WWWDIR%%/lib/dojo/cldr/README %%WWWDIR%%/lib/dojo/cldr/monetary.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ar/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ar/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/bs/number.js %%WWWDIR%%/lib/dojo/cldr/nls/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ca/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ca/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/cs/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/cs/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/currency.js %%WWWDIR%%/lib/dojo/cldr/nls/da/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/da/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/da/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/da/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/da/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/da/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/dangi.js %%WWWDIR%%/lib/dojo/cldr/nls/de/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/de/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/de/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/de/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/de/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/de/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/el/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/el/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/el/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/el/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/el/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/el/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-au/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-au/number.js %%WWWDIR%%/lib/dojo/cldr/nls/en-ca/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-ca/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-ca/gregorian.js -%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/en-gb/islamic.js -%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/en-gb/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/en/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/en/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/en/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/en/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/es/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/es/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/es/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/es/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/es/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/es/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/ethiopic-amete-alem.js +%%WWWDIR%%/lib/dojo/cldr/nls/ethiopic.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/fi/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/fi/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr-ch/number.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/fr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/fr/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/he/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/he/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/he/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/he/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/he/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/he/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/he/number.js %%WWWDIR%%/lib/dojo/cldr/nls/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/hr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/hu/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/hu/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/coptic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/id/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-civil.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-rgsa.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-tbla.js +%%WWWDIR%%/lib/dojo/cldr/nls/islamic-umalqura.js %%WWWDIR%%/lib/dojo/cldr/nls/islamic.js %%WWWDIR%%/lib/dojo/cldr/nls/it/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/it/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/it/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/it/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/it/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/it/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ja/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ja/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ko/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ko/roc.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/mk/number.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/buddhist.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/nb/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/nb/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/nl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/nl/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/persian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pl/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/chinese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt-pt/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/pt/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/pt/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ro/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/islamic.js %%WWWDIR%%/lib/dojo/cldr/nls/ro/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/ru/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/ru/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sk/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sk/number.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sl/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sl/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/coptic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/generic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/gregorian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/indian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/japanese.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/sv/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/sv/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/th/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/th/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/th/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/th/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/th/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/th/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/th/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/hebrew.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/tr/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/tr/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/dangi.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh-hant/roc.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/currency.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-hk/number.js @@ -1323,11 +1623,19 @@ %%WWWDIR%%/lib/dojo/cldr/nls/zh-tw/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh-tw/number.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/buddhist.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/chinese.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/coptic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/currency.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/ethiopic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/generic.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/gregorian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/hebrew.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/indian.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/islamic.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/japanese.js %%WWWDIR%%/lib/dojo/cldr/nls/zh/number.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/persian.js +%%WWWDIR%%/lib/dojo/cldr/nls/zh/roc.js %%WWWDIR%%/lib/dojo/cldr/supplemental.js %%WWWDIR%%/lib/dojo/colors.js %%WWWDIR%%/lib/dojo/cookie.js @@ -1347,6 +1655,7 @@ %%WWWDIR%%/lib/dojo/date.js %%WWWDIR%%/lib/dojo/date/locale.js %%WWWDIR%%/lib/dojo/date/stamp.js +%%WWWDIR%%/lib/dojo/debounce.js %%WWWDIR%%/lib/dojo/dnd/AutoSource.js %%WWWDIR%%/lib/dojo/dnd/Avatar.js %%WWWDIR%%/lib/dojo/dnd/Container.js @@ -1387,7 +1696,6 @@ %%WWWDIR%%/lib/dojo/io-query.js %%WWWDIR%%/lib/dojo/io/iframe.js %%WWWDIR%%/lib/dojo/io/script.js -%%WWWDIR%%/lib/dojo/jaxer.js %%WWWDIR%%/lib/dojo/json.js %%WWWDIR%%/lib/dojo/keys.js %%WWWDIR%%/lib/dojo/loadInit.js @@ -1395,6 +1703,8 @@ %%WWWDIR%%/lib/dojo/mouse.js %%WWWDIR%%/lib/dojo/nls/ar/colors.js %%WWWDIR%%/lib/dojo/nls/az/colors.js +%%WWWDIR%%/lib/dojo/nls/bg/colors.js +%%WWWDIR%%/lib/dojo/nls/bs/colors.js %%WWWDIR%%/lib/dojo/nls/ca/colors.js %%WWWDIR%%/lib/dojo/nls/colors.js %%WWWDIR%%/lib/dojo/nls/cs/colors.js @@ -1402,15 +1712,18 @@ %%WWWDIR%%/lib/dojo/nls/de/colors.js %%WWWDIR%%/lib/dojo/nls/el/colors.js %%WWWDIR%%/lib/dojo/nls/es/colors.js +%%WWWDIR%%/lib/dojo/nls/eu/colors.js %%WWWDIR%%/lib/dojo/nls/fi/colors.js %%WWWDIR%%/lib/dojo/nls/fr/colors.js %%WWWDIR%%/lib/dojo/nls/he/colors.js %%WWWDIR%%/lib/dojo/nls/hr/colors.js %%WWWDIR%%/lib/dojo/nls/hu/colors.js +%%WWWDIR%%/lib/dojo/nls/id/colors.js %%WWWDIR%%/lib/dojo/nls/it/colors.js %%WWWDIR%%/lib/dojo/nls/ja/colors.js %%WWWDIR%%/lib/dojo/nls/kk/colors.js %%WWWDIR%%/lib/dojo/nls/ko/colors.js +%%WWWDIR%%/lib/dojo/nls/mk/colors.js %%WWWDIR%%/lib/dojo/nls/nb/colors.js %%WWWDIR%%/lib/dojo/nls/nl/colors.js %%WWWDIR%%/lib/dojo/nls/pl/colors.js @@ -1420,6 +1733,7 @@ %%WWWDIR%%/lib/dojo/nls/ru/colors.js %%WWWDIR%%/lib/dojo/nls/sk/colors.js %%WWWDIR%%/lib/dojo/nls/sl/colors.js +%%WWWDIR%%/lib/dojo/nls/sr/colors.js %%WWWDIR%%/lib/dojo/nls/sv/colors.js %%WWWDIR%%/lib/dojo/nls/th/colors.js %%WWWDIR%%/lib/dojo/nls/tr/colors.js @@ -1453,11 +1767,15 @@ %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_tr.js %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_zh-cn.js %%WWWDIR%%/lib/dojo/nls/tt-rss-layer_zh-tw.js +%%WWWDIR%%/lib/dojo/nls/uk/colors.js %%WWWDIR%%/lib/dojo/nls/zh-tw/colors.js %%WWWDIR%%/lib/dojo/nls/zh/colors.js %%WWWDIR%%/lib/dojo/node.js %%WWWDIR%%/lib/dojo/number.js %%WWWDIR%%/lib/dojo/on.js +%%WWWDIR%%/lib/dojo/on/asyncEventListener.js +%%WWWDIR%%/lib/dojo/on/debounce.js +%%WWWDIR%%/lib/dojo/on/throttle.js %%WWWDIR%%/lib/dojo/package.json %%WWWDIR%%/lib/dojo/parser.js %%WWWDIR%%/lib/dojo/promise/Promise.js @@ -1508,7 +1826,9 @@ %%WWWDIR%%/lib/dojo/store/util/QueryResults.js %%WWWDIR%%/lib/dojo/store/util/SimpleQueryEngine.js %%WWWDIR%%/lib/dojo/string.js +%%WWWDIR%%/lib/dojo/tests.js %%WWWDIR%%/lib/dojo/text.js +%%WWWDIR%%/lib/dojo/throttle.js %%WWWDIR%%/lib/dojo/topic.js %%WWWDIR%%/lib/dojo/touch.js %%WWWDIR%%/lib/dojo/tt-rss-layer.js @@ -2009,9 +2329,8 @@ %%WWWDIR%%/lib/phpqrcode/tools/merged_config.php %%WWWDIR%%/lib/phpqrcode/tools/merged_header.php %%WWWDIR%%/lib/prototype.js -%%WWWDIR%%/lib/pubsubhubbub/README.txt -%%WWWDIR%%/lib/pubsubhubbub/publisher.php -%%WWWDIR%%/lib/pubsubhubbub/subscriber.php +%%WWWDIR%%/lib/pubsubhubbub/Publisher.php +%%WWWDIR%%/lib/pubsubhubbub/Subscriber.php %%WWWDIR%%/lib/readability/JSLikeHTMLElement.php %%WWWDIR%%/lib/readability/Readability.php %%WWWDIR%%/lib/scriptaculous/controls.js @@ -2084,7 +2403,6 @@ %%WWWDIR%%/plugins/af_comics/filters/af_comics_darklegacy.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_dilbert.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_explosm.php -%%WWWDIR%%/plugins/af_comics/filters/af_comics_gocomics.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_pa.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_pvp.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_tfd.php @@ -2107,6 +2425,7 @@ %%WWWDIR%%/plugins/af_tumblr_1280/init.php %%WWWDIR%%/plugins/af_unburn/init.php %%WWWDIR%%/plugins/af_youtube_embed/init.php +%%WWWDIR%%/plugins/af_zz_imgproxy/init.php %%WWWDIR%%/plugins/af_zz_imgsetsizes/init.php %%WWWDIR%%/plugins/af_zz_noautoplay/init.js %%WWWDIR%%/plugins/af_zz_noautoplay/init.php @@ -2428,7 +2747,8 @@ %%WWWDIR%%/templates/resetpass_template.txt %%WWWDIR%%/themes.local/.empty %%WWWDIR%%/themes/.empty -%%WWWDIR%%/themes/default.css +%%WWWDIR%%/themes/compact.css +%%WWWDIR%%/themes/default.php %%WWWDIR%%/themes/night.css @mode u=rx %%WWWDIR%%/update.php From owner-svn-ports-all@freebsd.org Tue Feb 14 21:05:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EBAECDFB16; Tue, 14 Feb 2017 21:05:35 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A15B150E; Tue, 14 Feb 2017 21:05:35 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EL5YrY047660; Tue, 14 Feb 2017 21:05:34 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EL5YPC047658; Tue, 14 Feb 2017 21:05:34 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702142105.v1EL5YPC047658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Tue, 14 Feb 2017 21:05:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434141 - head/net-mgmt/prometheus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 21:05:35 -0000 Author: krion Date: Tue Feb 14 21:05:34 2017 New Revision: 434141 URL: https://svnweb.freebsd.org/changeset/ports/434141 Log: Update net-mgmt/prometheus to 1.5.2 PR: 216973 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9596 Modified: head/net-mgmt/prometheus/Makefile head/net-mgmt/prometheus/distinfo Modified: head/net-mgmt/prometheus/Makefile ============================================================================== --- head/net-mgmt/prometheus/Makefile Tue Feb 14 20:45:12 2017 (r434140) +++ head/net-mgmt/prometheus/Makefile Tue Feb 14 21:05:34 2017 (r434141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prometheus -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt Modified: head/net-mgmt/prometheus/distinfo ============================================================================== --- head/net-mgmt/prometheus/distinfo Tue Feb 14 20:45:12 2017 (r434140) +++ head/net-mgmt/prometheus/distinfo Tue Feb 14 21:05:34 2017 (r434141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486557978 -SHA256 (prometheus-prometheus-v1.5.1_GH0.tar.gz) = 5b8e61edc6b192a5b036fb1e76edcfc8948dbb1bfb05669fab49fdbb37349991 -SIZE (prometheus-prometheus-v1.5.1_GH0.tar.gz) = 5181576 +TIMESTAMP = 1486719210 +SHA256 (prometheus-prometheus-v1.5.2_GH0.tar.gz) = c4881cc305263cc8da434be69a20aa039386d4feab5e58f8b89a60bfe8b556ac +SIZE (prometheus-prometheus-v1.5.2_GH0.tar.gz) = 5183537 From owner-svn-ports-all@freebsd.org Tue Feb 14 21:49:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B91CCDF994; Tue, 14 Feb 2017 21:49: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 387401DDF; Tue, 14 Feb 2017 21:49:27 +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 v1ELnQ6I064399; Tue, 14 Feb 2017 21:49:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ELnQLL064397; Tue, 14 Feb 2017 21:49:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702142149.v1ELnQLL064397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 14 Feb 2017 21:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434142 - in head/security/nss: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 21:49:27 -0000 Author: jbeich Date: Tue Feb 14 21:49:25 2017 New Revision: 434142 URL: https://svnweb.freebsd.org/changeset/ports/434142 Log: security/nss: stop excessive getpid(2) calls FreeBSD implements pthread_atfork(3) and (as required by a nearby code comment) deregisters callbacks located in dlclose(3)ed shared objects. Take advantage of it instead of looping with getpid(2). Submitted by: cem MFH: 2017Q1 Added: head/security/nss/files/patch-bug1335284 (contents, props changed) Modified: head/security/nss/Makefile (contents, props changed) Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Tue Feb 14 21:05:34 2017 (r434141) +++ head/security/nss/Makefile Tue Feb 14 21:49:25 2017 (r434142) @@ -4,7 +4,7 @@ PORTNAME= nss PORTVERSION= 3.28.1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Added: head/security/nss/files/patch-bug1335284 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nss/files/patch-bug1335284 Tue Feb 14 21:49:25 2017 (r434142) @@ -0,0 +1,11 @@ +--- lib/softoken/softoken.h.orig 2017-01-04 14:24:24 UTC ++++ lib/softoken/softoken.h +@@ -183,7 +183,7 @@ extern PRBool sftk_fatalError; + + #define CHECK_FORK_MIXED + +-#elif defined(LINUX) ++#elif defined(LINUX) || defined(FREEBSD) || defined(OPENBSD) + + #define CHECK_FORK_PTHREAD + From owner-svn-ports-all@freebsd.org Tue Feb 14 22:23:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9070DCDF53C; Tue, 14 Feb 2017 22:23:07 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A38E14CF; Tue, 14 Feb 2017 22:23:07 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EMN6I3080623; Tue, 14 Feb 2017 22:23:06 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EMN6nv080621; Tue, 14 Feb 2017 22:23:06 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702142223.v1EMN6nv080621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Tue, 14 Feb 2017 22:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434143 - in head/net: . luasocket-51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 22:23:07 -0000 Author: lx Date: Tue Feb 14 22:23:06 2017 New Revision: 434143 URL: https://svnweb.freebsd.org/changeset/ports/434143 Log: Copy luasocket to a 5.1-specific port PR: 200336 Added: head/net/luasocket-51/ - copied from r434142, head/net/luasocket/ Modified: head/net/Makefile head/net/luasocket-51/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Feb 14 21:49:25 2017 (r434142) +++ head/net/Makefile Tue Feb 14 22:23:06 2017 (r434143) @@ -392,6 +392,7 @@ SUBDIR += ltm SUBDIR += lualdap SUBDIR += luasocket + SUBDIR += luasocket-51 SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += macchanger Modified: head/net/luasocket-51/Makefile ============================================================================== --- head/net/luasocket/Makefile Tue Feb 14 21:49:25 2017 (r434142) +++ head/net/luasocket-51/Makefile Tue Feb 14 22:23:06 2017 (r434143) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= diegonehab MAKE_ARGS= LUAV=${LUA_VER} -USES= gmake lua pkgconfig +USES= gmake lua:51 pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` From owner-svn-ports-all@freebsd.org Tue Feb 14 22:25:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80B36CDF57C; Tue, 14 Feb 2017 22:25:01 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECB4163B; Tue, 14 Feb 2017 22:25:01 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EMP0Pp080863; Tue, 14 Feb 2017 22:25:00 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EMOxZU080849; Tue, 14 Feb 2017 22:24:59 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702142224.v1EMOxZU080849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 22:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434144 - in head/net/olsrd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 22:25:01 -0000 Author: tijl Date: Tue Feb 14 22:24:59 2017 New Revision: 434144 URL: https://svnweb.freebsd.org/changeset/ports/434144 Log: - Remove -fPIC and address the problem where a .o file compiled without -fPIC is being linked into a shared library. Copy the corresponding .c file into the shared library src directory such that it is compiled a second time with -fPIC. - Enable verbose build. - Add a patch to sync Makefile.fbsd with Makefile.linux. Added: head/net/olsrd/files/patch-lib-httpinfo-Makefile (contents, props changed) head/net/olsrd/files/patch-make-Makefile.fbsd (contents, props changed) Modified: head/net/olsrd/Makefile head/net/olsrd/files/patch-Makefile Modified: head/net/olsrd/Makefile ============================================================================== --- head/net/olsrd/Makefile Tue Feb 14 22:23:06 2017 (r434143) +++ head/net/olsrd/Makefile Tue Feb 14 22:24:59 2017 (r434144) @@ -3,6 +3,7 @@ PORTNAME= olsrd PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.olsr.org/releases/0.9/ @@ -12,6 +13,7 @@ COMMENT= OLSR routing daemon LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +MAKE_ARGS= VERBOSE=1 USES= bison gmake tar:bzip2 USE_LDCONFIG= yes USE_RC_SUBR= olsrd @@ -19,9 +21,6 @@ USE_RC_SUBR= olsrd ALL_TARGET= build_all INSTALL_TARGET= install_all -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - OPTIONS_DEFINE= MULTI_IF MULTI_IF_DESC= IPv4 multiple interface support @@ -30,6 +29,9 @@ MULTI_IF_MAKE_ARGS= LIBNET=1 post-patch: @${REINPLACE_CMD} -e 's|/sbin/ldconfig|:|g' ${WRKSRC}/make/Makefile.fbsd + @${CP} ${WRKSRC}/src/cfgparser/cfgfile_gen.c \ + ${WRKSRC}/src/cfgparser/olsrd_conf.h \ + ${WRKSRC}/lib/httpinfo/src/ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} Modified: head/net/olsrd/files/patch-Makefile ============================================================================== --- head/net/olsrd/files/patch-Makefile Tue Feb 14 22:23:06 2017 (r434143) +++ head/net/olsrd/files/patch-Makefile Tue Feb 14 22:24:59 2017 (r434144) @@ -1,29 +1,6 @@ ---- Makefile.orig 2015-09-20 12:22:23 UTC +--- Makefile.orig 2016-11-22 19:39:42 UTC +++ Makefile -@@ -143,15 +143,15 @@ cfgparser_clean: - $(MAKECMDPREFIX)$(MAKECMD) -C $(CFGDIR) clean - - install_bin: -- mkdir -p $(SBINDIR) -- install -m 755 $(EXENAME) $(SBINDIR) -- $(STRIP) $(SBINDIR)/$(EXENAME) -+ mkdir -p ${DESTDIR}$(SBINDIR) -+ install -m 755 $(EXENAME) ${DESTDIR}$(SBINDIR) -+ $(STRIP) ${DESTDIR}$(SBINDIR)/$(EXENAME) - ifeq ($(SGW_SUPPORT),1) -- $(MAKECMDPREFIX)if [ -e $(SBINDIR)/$(SGW_POLICY_SCRIPT) ]; then \ -- cp -f files/$(SGW_POLICY_SCRIPT) $(SBINDIR)/$(SGW_POLICY_SCRIPT).new; \ -- echo "Policy routing script was saved as $(SBINDIR)/$(SGW_POLICY_SCRIPT).new"; \ -+ $(MAKECMDPREFIX)if [ -e ${DESTDIR}$(SBINDIR)/$(SGW_POLICY_SCRIPT) ]; then \ -+ cp -f files/$(SGW_POLICY_SCRIPT) ${DESTDIR}$(SBINDIR)/$(SGW_POLICY_SCRIPT).new; \ -+ echo "Policy routing script was saved as ${DESTDIR}$(SBINDIR)/$(SGW_POLICY_SCRIPT).new"; \ - else \ -- cp -f files/$(SGW_POLICY_SCRIPT) $(SBINDIR)/$(SGW_POLICY_SCRIPT); \ -+ cp -f files/$(SGW_POLICY_SCRIPT) ${DESTDIR}$(SBINDIR)/$(SGW_POLICY_SCRIPT); \ - fi - endif - -@@ -162,29 +162,26 @@ uninstall_bin: +@@ -167,20 +167,17 @@ uninstall_bin: install_olsrd: install_bin @echo ========= C O N F I G U R A T I O N - F I L E ============ @echo $(EXENAME) uses the configfile $(CFGFILE) @@ -39,40 +16,17 @@ + @echo copy and edit one of these to $(CFGFILE) + @echo If in doubt start with $(CFGFILE).default.lq @echo ========================================================== -- mkdir -p $(ETCDIR) + mkdir -p $(ETCDIR) - $(MAKECMDPREFIX)if [ -e $(CFGFILE) ]; then \ - cp -f files/olsrd.conf.default.lq $(CFGFILE).new; \ - echo "Configuration file was saved as $(CFGFILE).new"; \ - else \ - cp -f files/olsrd.conf.default.lq $(CFGFILE); \ - fi -+ mkdir -p ${DESTDIR}$(ETCDIR) -+ -cp files/olsrd.conf.default.full ${DESTDIR}$(CFGFILE).default.full -+ -cp files/olsrd.conf.default.rfc ${DESTDIR}$(CFGFILE).default.rfc -+ -cp files/olsrd.conf.default.lq ${DESTDIR}$(CFGFILE).default.lq -+ -cp files/olsrd.conf.default.lq-fisheye ${DESTDIR}$(CFGFILE).default.lq-fisheye ++ -cp files/olsrd.conf.default.full $(CFGFILE).default.full ++ -cp files/olsrd.conf.default.rfc $(CFGFILE).default.rfc ++ -cp files/olsrd.conf.default.lq $(CFGFILE).default.lq ++ -cp files/olsrd.conf.default.lq-fisheye $(CFGFILE).default.lq-fisheye @echo ------------------------------------------- @echo Edit $(CFGFILE) before running olsrd!! @echo ------------------------------------------- - @echo Installing manpages $(EXENAME)\(8\) and $(CFGNAME)\(5\) - ifneq ($(MANDIR),) -- mkdir -p $(MANDIR)/man8/ -- cp files/olsrd.8.gz $(MANDIR)/man8/$(EXENAME).8.gz -- mkdir -p $(MANDIR)/man5/ -- cp files/olsrd.conf.5.gz $(MANDIR)/man5/$(CFGNAME).5.gz -+ mkdir -p ${DESTDIR}$(MANDIR)/man8/ -+ cp files/olsrd.8.gz ${DESTDIR}$(MANDIR)/man8/$(EXENAME).8.gz -+ mkdir -p ${DESTDIR}$(MANDIR)/man5/ -+ cp files/olsrd.conf.5.gz ${DESTDIR}$(MANDIR)/man5/$(CFGNAME).5.gz - endif - ifneq ($(RCDIR),) - cp $(RCFILE) $(RCDIR)/olsrd -@@ -239,7 +236,7 @@ libs_clean clean_libs: - -for dir in $(SUBDIRS);do $(MAKECMD) -C lib/$$dir LIBDIR=$(LIBDIR) clean;rm -f lib/$$dir/*.so lib/$$dir/*.dll;done - - libs_install install_libs: -- $(MAKECMDPREFIX)set -e;for dir in $(SUBDIRS);do $(MAKECMD) -C lib/$$dir LIBDIR=$(LIBDIR) install;done -+ $(MAKECMDPREFIX)set -e;for dir in $(SUBDIRS);do $(MAKECMD) -C lib/$$dir LIBDIR=${DESTDIR}$(LIBDIR) install;done - - libs_uninstall uninstall_libs: - $(MAKECMDPREFIX)set -e;for dir in $(SUBDIRS);do $(MAKECMD) -C lib/$$dir LIBDIR=$(LIBDIR) uninstall;done Added: head/net/olsrd/files/patch-lib-httpinfo-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/olsrd/files/patch-lib-httpinfo-Makefile Tue Feb 14 22:24:59 2017 (r434144) @@ -0,0 +1,10 @@ +--- lib/httpinfo/Makefile.orig 2016-11-22 19:39:42 UTC ++++ lib/httpinfo/Makefile +@@ -52,7 +52,6 @@ ifdef ADMIN_INTERFACE + CPPFLAGS += -DADMIN_INTERFACE + endif + +-OBJS += $(TOPDIR)/src/cfgparser/cfgfile_gen.o + + default_target: $(PLUGIN_FULLNAME) + ifdef ADMIN_INTERFACE Added: head/net/olsrd/files/patch-make-Makefile.fbsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/olsrd/files/patch-make-Makefile.fbsd Tue Feb 14 22:24:59 2017 (r434144) @@ -0,0 +1,73 @@ +--- make/Makefile.fbsd.orig 2016-11-22 19:39:42 UTC ++++ make/Makefile.fbsd +@@ -45,44 +45,49 @@ + # FREEBSD SPECIFIC CONFIGURATION + # + +-PREFIX ?= /usr/local +-SBINDIR = $(PREFIX)/sbin +-ETCDIR = $(PREFIX)/etc/olsrd +-LIBDIR = $(PREFIX)/lib +-DOCDIR = $(PREFIX)/share/doc +-MANDIR = $(PREFIX)/man ++DESTDIR ?= ++prefix ?= /usr/local ++etcdir ?= $(prefix)/etc/olsrd ++libdir ?= $(prefix)/lib ++datarootdir ?= $(prefix)/share ++mandir ?= $(prefix)/man ++sbindir ?= $(prefix)/sbin + +-SRCS += $(wildcard src/bsd/*.c) $(wildcard src/unix/*.c) +-HDRS += $(wildcard src/bsd/*.h) $(wildcard src/unix/*.h) ++# the rest are defined in Makefile.inc, but we don't need to override defaults ++ETCDIR = $(DESTDIR)$(etcdir) ++LIBDIR = $(DESTDIR)$(libdir) ++MANDIR = $(DESTDIR)$(mandir) ++SBINDIR = $(DESTDIR)$(sbindir) ++SHAREDIR = $(DESTDIR)$(datarootdir) + +-LIBS = ++SRCS += $(wildcard src/bsd/*.c src/unix/*.c) ++HDRS += $(wildcard src/bsd/*.h src/unix/*.h) + + CPPFLAGS += -DOLSRD_GLOBAL_CONF_FILE=\"$(CFGFILE)\" ++LIBS += + + ifdef NO_80211 + CPPFLAGS += -DFBSD_NO_80211=1 + endif + + ifdef LIBNET +- +-CPPFLAGS += -DSPOOF -I$(PREFIX)/include +-LIBS += -L$(PREFIX)/lib -lnet +- ++CPPFLAGS += -I$(prefix)/include -DSPOOF ++LIBS += -L$(prefix)/lib -lnet + endif + ++PLUGIN_SONAME ?= lib$(PLUGIN_NAME).so ++PLUGIN_FULLNAME ?= $(PLUGIN_NAME).so.$(PLUGIN_VER) ++INSTALL_LIB = install -m 755 $(PLUGIN_FULLNAME) $(LIBDIR)/$(PLUGIN_FULLNAME); \ ++ /sbin/ldconfig -m $(LIBDIR) ++UNINSTALL_LIB = rm -f $(LIBDIR)/$(PLUGIN_FULLNAME); \ ++ /sbin/ldconfig -m $(LIBDIR) ++ + ifdef OLSRD_PLUGIN + CFLAGS += -fPIC + LDFLAGS += -fPIC + endif + +-PLUGIN_SONAME ?= $(PLUGIN_NAME) +-PLUGIN_FULLNAME ?= $(PLUGIN_NAME).so.$(PLUGIN_VER) +-INSTALL_LIB = install -m 755 $(PLUGIN_FULLNAME) $(LIBDIR)/$(PLUGIN_FULLNAME); \ +- /sbin/ldconfig +-UNINSTALL_LIB = rm -f $(LIBDIR)/$(PLUGIN_FULLNAME); \ +- /sbin/ldconfig +- +-OS_LIB_PTHREAD = -pthread ++OS_LIB_PTHREAD = -lpthread + OS_CFLAG_PTHREAD = -pthread + OS_LIB_DYNLOAD = + From owner-svn-ports-all@freebsd.org Tue Feb 14 22:39:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2746ECDF790; Tue, 14 Feb 2017 22:39:29 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBF111C86; Tue, 14 Feb 2017 22:39:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EMdRsr085602; Tue, 14 Feb 2017 22:39:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EMdRiB085599; Tue, 14 Feb 2017 22:39:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702142239.v1EMdRiB085599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 14 Feb 2017 22:39:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434145 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 22:39:29 -0000 Author: cpm Date: Tue Feb 14 22:39:27 2017 New Revision: 434145 URL: https://svnweb.freebsd.org/changeset/ports/434145 Log: devel/visualparadigm: Update to 14.0.20170121 Changes: https://visual-paradigm.com/whats-new/ PR: 216984 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Tue Feb 14 22:24:59 2017 (r434144) +++ head/devel/visualparadigm/Makefile Tue Feb 14 22:39:27 2017 (r434145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 13.2.20161101 +PORTVERSION= 14.0.20170121 CATEGORIES= devel java MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce${PORTVERSION:R}/${PORTVERSION:E}/ DISTNAME= Visual_Paradigm_CE_${PORTVERSION:C/\./_/g}_Unix_InstallFree Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Tue Feb 14 22:24:59 2017 (r434144) +++ head/devel/visualparadigm/distinfo Tue Feb 14 22:39:27 2017 (r434145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479212299 -SHA256 (Visual_Paradigm_CE_13_2_20161101_Unix_InstallFree.tar.gz) = 600c2e88e0e70f5fb03c5c0eed27b47950e4549803f490d88d1c4f8183ada6ce -SIZE (Visual_Paradigm_CE_13_2_20161101_Unix_InstallFree.tar.gz) = 296033204 +TIMESTAMP = 1486749450 +SHA256 (Visual_Paradigm_CE_14_0_20170121_Unix_InstallFree.tar.gz) = 584fffac36435b9d0b2e22ba5748f0aba8751541de286be0cd0a769dd851e812 +SIZE (Visual_Paradigm_CE_14_0_20170121_Unix_InstallFree.tar.gz) = 310154259 Modified: head/devel/visualparadigm/pkg-plist ============================================================================== --- head/devel/visualparadigm/pkg-plist Tue Feb 14 22:24:59 2017 (r434144) +++ head/devel/visualparadigm/pkg-plist Tue Feb 14 22:39:27 2017 (r434145) @@ -39,6 +39,7 @@ %%DATADIR%%/Application/UserLanguage/Chinese Simplified.lng %%DATADIR%%/Application/UserLanguage/Chinese Traditional.lng %%DATADIR%%/Application/UserLanguage/Czech.lng +%%DATADIR%%/Application/UserLanguage/Dutch.lng %%DATADIR%%/Application/UserLanguage/French.lng %%DATADIR%%/Application/UserLanguage/German.lng %%DATADIR%%/Application/UserLanguage/Japanese.lng @@ -171,13 +172,16 @@ %%DATADIR%%/Application/resources/am.png %%DATADIR%%/Application/resources/appConfig_sample.properties %%DATADIR%%/Application/resources/community.txt +%%DATADIR%%/Application/resources/deliverables.docs %%DATADIR%%/Application/resources/diagram_palette_tooltip/ActivityDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ActivityDiagram__SysML.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Application Layer).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Business Layer).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Implementation and Migration).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Motivation).xml +%%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Physical).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Relationships).xml +%%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Strategy).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Technology Layer).xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/BasicPalette.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/BlockDefinitionDiagram.xml @@ -192,10 +196,12 @@ %%DATADIR%%/Application/resources/diagram_palette_tooltip/ConversationDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/DataFlowDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/DeploymentDiagram.xml +%%DATADIR%%/Application/resources/diagram_palette_tooltip/DocumentationCabinet.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/EJBDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/EPCDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ERDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/FactDiagram.xml +%%DATADIR%%/Application/resources/diagram_palette_tooltip/FreehandDiagram2.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/InformationFlows.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/InteractionDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/InteractionOverviewDiagram.xml @@ -205,6 +211,7 @@ %%DATADIR%%/Application/resources/diagram_palette_tooltip/ObjectDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/OrganizationChart.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/OverviewDiagram.xml +%%DATADIR%%/Application/resources/diagram_palette_tooltip/PERTChart.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/PackageDiagram.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/PackageDiagram__SysML.xml %%DATADIR%%/Application/resources/diagram_palette_tooltip/ParametricDiagram.xml @@ -670,6 +677,7 @@ %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/actorsGridDiagram.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/analysisDiagram.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/archiMateDiagram.png +%%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/architectureRoadmap.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/blockDefinitionDiagram.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/brainstorm.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessMotivationModelDiagram.png @@ -703,6 +711,7 @@ %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/activityDiagram.gif %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/actorsGridDiagram.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/archiMateDiagram.png +%%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/architectureRoadmap.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/blockDefinitionDiagram.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/brainstorm.png %%DATADIR%%/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessMotivationModelDiagram.png @@ -947,8 +956,17 @@ %%DATADIR%%/Application/sde/sdenb69/vpupdate.xml %%DATADIR%%/Application/shapes/ListOfRecognizedColorKeyword.html %%DATADIR%%/Application/shapes/SVGSchema.dtd +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/Cloud.vpt +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/Enterprise.vpt +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/General.vpt +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/Intune.vpt +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/Other.vpt +%%DATADIR%%/Application/shapes/default/Cloud And Enterprise/System Center.vpt +%%DATADIR%%/Application/shapes/default/Computers/Citrix.vpt %%DATADIR%%/Application/shapes/default/Computers/Folders.vpt %%DATADIR%%/Application/shapes/default/Computers/Hardwares.vpt +%%DATADIR%%/Application/shapes/default/General/Basic.vpt +%%DATADIR%%/Application/shapes/default/General/Transportation.vpt %%DATADIR%%/Application/shapes/default/Shapes/Animals.vpt %%DATADIR%%/Application/shapes/default/Shapes/Buildings.vpt %%DATADIR%%/Application/shapes/default/Shapes/Foods.vpt From owner-svn-ports-all@freebsd.org Tue Feb 14 23:17:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 807AECDFFFE; Tue, 14 Feb 2017 23:17:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33B4F1FDD; Tue, 14 Feb 2017 23:17:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ENHqVr002126; Tue, 14 Feb 2017 23:17:52 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ENHqsc002124; Tue, 14 Feb 2017 23:17:52 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201702142317.v1ENHqsc002124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 14 Feb 2017 23:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434146 - head/graphics/libraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 23:17:53 -0000 Author: jhale Date: Tue Feb 14 23:17:51 2017 New Revision: 434146 URL: https://svnweb.freebsd.org/changeset/ports/434146 Log: Update to 0.18.1 Changes: http://www.libraw.org/news/libraw-0-18-1 Modified: head/graphics/libraw/Makefile head/graphics/libraw/distinfo Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Tue Feb 14 22:39:27 2017 (r434145) +++ head/graphics/libraw/Makefile Tue Feb 14 23:17:51 2017 (r434146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.18.0 +PORTVERSION= 0.18.1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} Modified: head/graphics/libraw/distinfo ============================================================================== --- head/graphics/libraw/distinfo Tue Feb 14 22:39:27 2017 (r434145) +++ head/graphics/libraw/distinfo Tue Feb 14 23:17:51 2017 (r434146) @@ -1,7 +1,7 @@ -TIMESTAMP = 1484692033 -SHA256 (LibRaw-0.18.0.tar.gz) = d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b -SIZE (LibRaw-0.18.0.tar.gz) = 1278737 -SHA256 (LibRaw-demosaic-pack-GPL2-0.18.0.tar.gz) = 905eff0be2ce43c99527000c81e3b4f4a563ef9bc26581166742459f6358df90 -SIZE (LibRaw-demosaic-pack-GPL2-0.18.0.tar.gz) = 31149 -SHA256 (LibRaw-demosaic-pack-GPL3-0.18.0.tar.gz) = c79cbb4a7fa452a860ad0fa92e4feb4c250af4b5db297ea077b9472aa5be3905 -SIZE (LibRaw-demosaic-pack-GPL3-0.18.0.tar.gz) = 39585 +TIMESTAMP = 1487010279 +SHA256 (LibRaw-0.18.1.tar.gz) = 48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899 +SIZE (LibRaw-0.18.1.tar.gz) = 1281109 +SHA256 (LibRaw-demosaic-pack-GPL2-0.18.1.tar.gz) = 51d42ef0992517969d1c9f876159ade1047b3772effcf7779b465ae7b98300b6 +SIZE (LibRaw-demosaic-pack-GPL2-0.18.1.tar.gz) = 30779 +SHA256 (LibRaw-demosaic-pack-GPL3-0.18.1.tar.gz) = 9e7020cf8a512f2c9b8699685e4657a474cc03a0314ba56a108ceda26013c841 +SIZE (LibRaw-demosaic-pack-GPL3-0.18.1.tar.gz) = 38536 From owner-svn-ports-all@freebsd.org Wed Feb 15 00:12:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A720ACDE2C8; Wed, 15 Feb 2017 00:12:18 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FDA21702; Wed, 15 Feb 2017 00:12:18 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F0CHrQ025444; Wed, 15 Feb 2017 00:12:17 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F0CHWe025442; Wed, 15 Feb 2017 00:12:17 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702150012.v1F0CHWe025442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 15 Feb 2017 00:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434147 - in head/security: . luasec-51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 00:12:18 -0000 Author: lx Date: Wed Feb 15 00:12:17 2017 New Revision: 434147 URL: https://svnweb.freebsd.org/changeset/ports/434147 Log: Add 5.1-specific version of luasec Added: head/security/luasec-51/ - copied from r434146, head/security/luasec/ Modified: head/security/Makefile head/security/luasec-51/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Feb 14 23:17:51 2017 (r434146) +++ head/security/Makefile Wed Feb 15 00:12:17 2017 (r434147) @@ -360,6 +360,7 @@ SUBDIR += log2timeline SUBDIR += logcheck SUBDIR += luasec + SUBDIR += luasec-51 SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia Modified: head/security/luasec-51/Makefile ============================================================================== --- head/security/luasec/Makefile Tue Feb 14 23:17:51 2017 (r434146) +++ head/security/luasec-51/Makefile Wed Feb 15 00:12:17 2017 (r434147) @@ -19,7 +19,7 @@ ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} LD=${CC} -USES= lua ssl +USES= lua:51 ssl CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 LDFLAGS+= -L${OPENSSLLIB} From owner-svn-ports-all@freebsd.org Wed Feb 15 00:43:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30D5CDEC2C; Wed, 15 Feb 2017 00:43:31 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2D08967; Wed, 15 Feb 2017 00:43:31 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F0hUPB038463; Wed, 15 Feb 2017 00:43:30 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F0hUCx038462; Wed, 15 Feb 2017 00:43:30 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702150043.v1F0hUCx038462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 15 Feb 2017 00:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434148 - head/net-im/prosody X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 00:43:32 -0000 Author: lx Date: Wed Feb 15 00:43:30 2017 New Revision: 434148 URL: https://svnweb.freebsd.org/changeset/ports/434148 Log: Use new Lua 5.1-specific ports. PR: 200336 Modified: head/net-im/prosody/Makefile Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Wed Feb 15 00:12:17 2017 (r434147) +++ head/net-im/prosody/Makefile Wed Feb 15 00:43:30 2017 (r434148) @@ -13,8 +13,8 @@ COMMENT= Simple extensible XMPP server w LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket \ - ${LUA_MODLIBDIR}/ssl.so:security/luasec \ +RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ + ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51 From owner-svn-ports-all@freebsd.org Wed Feb 15 00:56:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9C07CDEEA7; Wed, 15 Feb 2017 00:56:05 +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 6C964FDA; Wed, 15 Feb 2017 00:56:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F0u4VI043123; Wed, 15 Feb 2017 00:56:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F0u4l5043121; Wed, 15 Feb 2017 00:56:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702150056.v1F0u4l5043121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Feb 2017 00:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434149 - head/games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 00:56:05 -0000 Author: jbeich Date: Wed Feb 15 00:56:04 2017 New Revision: 434149 URL: https://svnweb.freebsd.org/changeset/ports/434149 Log: games/openra: update GeoLite2 to February snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1298653, actual 1347263 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Wed Feb 15 00:43:30 2017 (r434148) +++ head/games/openra/Makefile Wed Feb 15 00:56:04 2017 (r434149) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20161019 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20151227/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Wed Feb 15 00:43:30 2017 (r434148) +++ head/games/openra/distinfo Wed Feb 15 00:56:04 2017 (r434149) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = 2be4eae00c562dbab4ea198abbf5f58f575e554eb0b43f1407296d5275c0d929 -SIZE (GeoLite2-Country.mmdb.gz) = 1298653 +SHA256 (GeoLite2-Country.mmdb.gz) = 82eb53b78ac3ee8508c16771252fa9c19e08b01e3a4e33a140fd93a24b4cfbf3 +SIZE (GeoLite2-Country.mmdb.gz) = 1347263 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-all@freebsd.org Wed Feb 15 00:57:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75E96CDEEEB; Wed, 15 Feb 2017 00:57:31 +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 28D5910DD; Wed, 15 Feb 2017 00:57:31 +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 v1F0vUmv043338; Wed, 15 Feb 2017 00:57:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F0vUcZ043336; Wed, 15 Feb 2017 00:57:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702150057.v1F0vUcZ043336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Feb 2017 00:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434150 - branches/2017Q1/games/openra X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 00:57:31 -0000 Author: jbeich Date: Wed Feb 15 00:57:29 2017 New Revision: 434150 URL: https://svnweb.freebsd.org/changeset/ports/434150 Log: MFH: r434149 games/openra: update GeoLite2 to February snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1298653, actual 1347263 Approved by: ports-secteam blanket Modified: branches/2017Q1/games/openra/Makefile branches/2017Q1/games/openra/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/games/openra/Makefile ============================================================================== --- branches/2017Q1/games/openra/Makefile Wed Feb 15 00:56:04 2017 (r434149) +++ branches/2017Q1/games/openra/Makefile Wed Feb 15 00:57:29 2017 (r434150) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20161019 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20151227/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: branches/2017Q1/games/openra/distinfo ============================================================================== --- branches/2017Q1/games/openra/distinfo Wed Feb 15 00:56:04 2017 (r434149) +++ branches/2017Q1/games/openra/distinfo Wed Feb 15 00:57:29 2017 (r434150) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = 2be4eae00c562dbab4ea198abbf5f58f575e554eb0b43f1407296d5275c0d929 -SIZE (GeoLite2-Country.mmdb.gz) = 1298653 +SHA256 (GeoLite2-Country.mmdb.gz) = 82eb53b78ac3ee8508c16771252fa9c19e08b01e3a4e33a140fd93a24b4cfbf3 +SIZE (GeoLite2-Country.mmdb.gz) = 1347263 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-all@freebsd.org Wed Feb 15 01:08:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF276CDF1E7; Wed, 15 Feb 2017 01:08:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2B5F164D; Wed, 15 Feb 2017 01:08:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 9D1516326; Wed, 15 Feb 2017 01:08:22 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Tue, 14 Feb 2017 20:08:20 -0500 From: Jason Unovitch To: Dmitry Sivachenko Cc: Renato Botelho , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r431366 - head/net/haproxy Message-ID: <20170215010820.GB5901@Silverstone> References: <201701131031.v0DAVue4001909@repo.freebsd.org> <5b7bc067-0dbc-bcc2-9111-ec45fe54077a@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b7bc067-0dbc-bcc2-9111-ec45fe54077a@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 01:08:23 -0000 On Tue, Feb 14, 2017 at 09:33:32AM -0200, Renato Botelho wrote: > On 13/01/17 08:31, Dmitry Sivachenko wrote: > > Author: demon > > Date: Fri Jan 13 10:31:56 2017 > > New Revision: 431366 > > URL: https://svnweb.freebsd.org/changeset/ports/431366 > > > > Log: > > Update to version 1.7.2 > > > > Modified: > > head/net/haproxy/Makefile > > head/net/haproxy/distinfo > > > > Modified: head/net/haproxy/Makefile > > ============================================================================== > > --- head/net/haproxy/Makefile Fri Jan 13 09:56:51 2017 (r431365) > > +++ head/net/haproxy/Makefile Fri Jan 13 10:31:56 2017 (r431366) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= haproxy > > -PORTVERSION= 1.7.1 > > +PORTVERSION= 1.7.2 > > CATEGORIES= net www > > MASTER_SITES= http://www.haproxy.org/download/1.7/src/ > > DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} > > > > Modified: head/net/haproxy/distinfo > > ============================================================================== > > --- head/net/haproxy/distinfo Fri Jan 13 09:56:51 2017 (r431365) > > +++ head/net/haproxy/distinfo Fri Jan 13 10:31:56 2017 (r431366) > > @@ -1,5 +1,5 @@ > > -TIMESTAMP = 1481626268 > > -SHA256 (haproxy-1.7.1.tar.gz) = 56a7f5e919755d9b01b64f91b497c2c4eabdbe3a6fd84f7e5192a264097d8759 > > -SIZE (haproxy-1.7.1.tar.gz) = 1730401 > > +TIMESTAMP = 1484303469 > > +SHA256 (haproxy-1.7.2.tar.gz) = f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f > > +SIZE (haproxy-1.7.2.tar.gz) = 1735073 > > SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 > > SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 > > > > Could you please merge it to 2017Q1 quarterly branch? It's recommended > by developers: > > https://www.mail-archive.com/haproxy@formilux.org/msg24673.html > > "Due to the bad request bug, I encourage every user of 1.7.x to upgrade > to 1.7.2." > > Thanks > Dmitry, This MFH is approved by ports-secteam. From owner-svn-ports-all@freebsd.org Wed Feb 15 03:35:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81516CDF62D; Wed, 15 Feb 2017 03:35:31 +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 3F80D19ED; Wed, 15 Feb 2017 03:35:31 +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 v1F3ZU2t009405; Wed, 15 Feb 2017 03:35:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F3ZTbG009401; Wed, 15 Feb 2017 03:35:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702150335.v1F3ZTbG009401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Feb 2017 03:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434151 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 03:35:31 -0000 Author: jbeich Date: Wed Feb 15 03:35:29 2017 New Revision: 434151 URL: https://svnweb.freebsd.org/changeset/ports/434151 Log: devel/renpy: update to 6.99.12.3 6.99.12.3.2123: February 12, 2017 This release fixes a number of bugs. It also adds and renames gui variables so that every text property can be controlled by a gui variable, and adds support for the new Ren'Py Interactive Director. Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3 MFH: 2017Q1 Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/devel/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Wed Feb 15 00:57:29 2017 (r434150) +++ head/devel/py-game_sdl2/Makefile Wed Feb 15 03:35:29 2017 (r434151) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.2 +PORTVERSION= 6.99.12.3 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Wed Feb 15 00:57:29 2017 (r434150) +++ head/devel/py-game_sdl2/distinfo Wed Feb 15 03:35:29 2017 (r434151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483158858 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 4129d09edadc8a4cd1f5753c8f13dc88b6b4cb6ab20209d940a0b2cd04f14d0c -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 2291869 +TIMESTAMP = 1486950266 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = dc67c60ef4525cbd7ca61c7a94e29498fcd6caf7e5afebd82e0ef3fe74fd857b +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = 2294364 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Wed Feb 15 00:57:29 2017 (r434150) +++ head/devel/renpy/Makefile Wed Feb 15 03:35:29 2017 (r434151) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.2 +PORTVERSION?= 6.99.12.3 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Wed Feb 15 00:57:29 2017 (r434150) +++ head/devel/renpy/distinfo Wed Feb 15 03:35:29 2017 (r434151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483158858 -SHA256 (renpy-6.99.12.2-sdk.tar.bz2) = d5229972ccd72e96f4914d0dfd300f3232fdda12c3367e98a6de35fffda1feef -SIZE (renpy-6.99.12.2-sdk.tar.bz2) = 56833097 +TIMESTAMP = 1486950266 +SHA256 (renpy-6.99.12.3-sdk.tar.bz2) = dddc7120b6420e5fa8040882ffff5e83c645b26946cfa253986a40868bd6d39b +SIZE (renpy-6.99.12.3-sdk.tar.bz2) = 56915486 From owner-svn-ports-all@freebsd.org Wed Feb 15 05:48:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16EC5CE0153; Wed, 15 Feb 2017 05:48:30 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C353AC91; Wed, 15 Feb 2017 05:48:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F5mSNp061943; Wed, 15 Feb 2017 05:48:28 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F5mSMP061941; Wed, 15 Feb 2017 05:48:28 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702150548.v1F5mSMP061941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 15 Feb 2017 05:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434152 - head/multimedia/py-moviepy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 05:48:30 -0000 Author: kevlo Date: Wed Feb 15 05:48:28 2017 New Revision: 434152 URL: https://svnweb.freebsd.org/changeset/ports/434152 Log: Update to 0.2.2.12 Modified: head/multimedia/py-moviepy/Makefile head/multimedia/py-moviepy/distinfo Modified: head/multimedia/py-moviepy/Makefile ============================================================================== --- head/multimedia/py-moviepy/Makefile Wed Feb 15 03:35:29 2017 (r434151) +++ head/multimedia/py-moviepy/Makefile Wed Feb 15 05:48:28 2017 (r434152) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= moviepy -PORTVERSION= 0.2.2.11 -PORTREVISION= 1 +PORTVERSION= 0.2.2.12 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-moviepy/distinfo ============================================================================== --- head/multimedia/py-moviepy/distinfo Wed Feb 15 03:35:29 2017 (r434151) +++ head/multimedia/py-moviepy/distinfo Wed Feb 15 05:48:28 2017 (r434152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468221245 -SHA256 (moviepy-0.2.2.11.tar.gz) = d937d817e534efc54eaee2fc4c0e70b48fcd81e1528cd6425f22178704681dc3 -SIZE (moviepy-0.2.2.11.tar.gz) = 107591 +TIMESTAMP = 1487121509 +SHA256 (moviepy-0.2.2.12.tar.gz) = af7daa6dbb0c2aaff31003fa716bae9e0e6c81427bac69259dc01cc463a47530 +SIZE (moviepy-0.2.2.12.tar.gz) = 107495 From owner-svn-ports-all@freebsd.org Wed Feb 15 06:24:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13979CE0981; Wed, 15 Feb 2017 06:24:01 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEF111DD6; Wed, 15 Feb 2017 06:24:00 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F6Nx4C077790; Wed, 15 Feb 2017 06:23:59 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F6NxQs077788; Wed, 15 Feb 2017 06:23:59 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702150623.v1F6NxQs077788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Wed, 15 Feb 2017 06:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434153 - head/security/govpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 06:24:01 -0000 Author: krion Date: Wed Feb 15 06:23:59 2017 New Revision: 434153 URL: https://svnweb.freebsd.org/changeset/ports/434153 Log: Update security/govpn to 7.2 PR: 217091 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9600 Modified: head/security/govpn/Makefile head/security/govpn/distinfo Modified: head/security/govpn/Makefile ============================================================================== --- head/security/govpn/Makefile Wed Feb 15 05:48:28 2017 (r434152) +++ head/security/govpn/Makefile Wed Feb 15 06:23:59 2017 (r434153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 7.1 +PORTVERSION= 7.2 CATEGORIES= security MASTER_SITES= http://www.govpn.info/download/ \ http://sourceforge.net/projects/govpn/files/ Modified: head/security/govpn/distinfo ============================================================================== --- head/security/govpn/distinfo Wed Feb 15 05:48:28 2017 (r434152) +++ head/security/govpn/distinfo Wed Feb 15 06:23:59 2017 (r434153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485288385 -SHA256 (govpn-7.1.tar.xz) = db656a87508d6902b9c8964dc20937bfc95e1e781998311ff8f85a95f64862bb -SIZE (govpn-7.1.tar.xz) = 296284 +TIMESTAMP = 1487068143 +SHA256 (govpn-7.2.tar.xz) = 8c787dcd6ffb718e850f287e959fcb457880a8a11c417bca17a86346ac9baaee +SIZE (govpn-7.2.tar.xz) = 296544 From owner-svn-ports-all@freebsd.org Wed Feb 15 09:01:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2FC7CDE76A; Wed, 15 Feb 2017 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B150E1587; Wed, 15 Feb 2017 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F91Wgu040322; Wed, 15 Feb 2017 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F91Wxn040318; Wed, 15 Feb 2017 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702150901.v1F91Wxn040318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 15 Feb 2017 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434154 - in head/devel/terminality: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 09:01:34 -0000 Author: amdmi3 Date: Wed Feb 15 09:01:32 2017 New Revision: 434154 URL: https://svnweb.freebsd.org/changeset/ports/434154 Log: - Add LICENSE - Switch to options helpers - Regenerate patches Modified: head/devel/terminality/Makefile head/devel/terminality/files/patch-Makefile head/devel/terminality/files/patch-demo__Makefile head/devel/terminality/files/patch-dlgc__Makefile Modified: head/devel/terminality/Makefile ============================================================================== --- head/devel/terminality/Makefile Wed Feb 15 06:23:59 2017 (r434153) +++ head/devel/terminality/Makefile Wed Feb 15 09:01:32 2017 (r434154) @@ -10,6 +10,9 @@ DISTNAME= tn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform terminal manipulation library +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + USES= ncurses USE_CSTD= gnu89 @@ -23,6 +26,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/tn ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/tn ${INSTALL_DATA} ${WRKSRC}/libtn.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} Modified: head/devel/terminality/files/patch-Makefile ============================================================================== --- head/devel/terminality/files/patch-Makefile Wed Feb 15 06:23:59 2017 (r434153) +++ head/devel/terminality/files/patch-Makefile Wed Feb 15 09:01:32 2017 (r434154) @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jul 27 16:36:19 2002 -+++ Makefile Thu Aug 8 02:14:43 2002 +--- Makefile.orig 2002-07-27 07:36:19 UTC ++++ Makefile @@ -6,9 +6,8 @@ # # Makefile for the ncurses frontend of the library @@ -12,7 +12,7 @@ .SUFFIXES: .c .cpp .h -@@ -23,16 +22,16 @@ +@@ -23,16 +22,16 @@ libtn.a: $(OBJS) ar cru libtn.a $(OBJS) demo/demo: libtn.a demo/demo.cpp demo/myscheme.h Modified: head/devel/terminality/files/patch-demo__Makefile ============================================================================== --- head/devel/terminality/files/patch-demo__Makefile Wed Feb 15 06:23:59 2017 (r434153) +++ head/devel/terminality/files/patch-demo__Makefile Wed Feb 15 09:01:32 2017 (r434154) @@ -1,5 +1,5 @@ ---- demo/Makefile.orig Fri Jul 26 04:54:10 2002 -+++ demo/Makefile Sun Sep 8 14:22:34 2002 +--- demo/Makefile.orig 2002-07-26 11:54:10 UTC ++++ demo/Makefile @@ -8,33 +8,32 @@ # Description: Terminality demos Makefile (Unix/ncurses) # Author: Emil Mikulic, Michal Safranek Modified: head/devel/terminality/files/patch-dlgc__Makefile ============================================================================== --- head/devel/terminality/files/patch-dlgc__Makefile Wed Feb 15 06:23:59 2017 (r434153) +++ head/devel/terminality/files/patch-dlgc__Makefile Wed Feb 15 09:01:32 2017 (r434154) @@ -1,5 +1,5 @@ ---- dlgc/Makefile.orig Fri Jul 26 17:53:14 2002 -+++ dlgc/Makefile Thu Aug 8 02:08:37 2002 +--- dlgc/Makefile.orig 2002-07-26 08:53:14 UTC ++++ dlgc/Makefile @@ -4,9 +4,8 @@ # Description: DLGC Makefile # Author: Michal Safranek @@ -12,7 +12,7 @@ LIBS = -lncurses ../libtn.a .SUFFIXES: .c .cpp .h -@@ -14,16 +13,16 @@ +@@ -14,16 +13,16 @@ LIBS = -lncurses ../libtn.a all: dlgc ../libtn.a: From owner-svn-ports-all@freebsd.org Wed Feb 15 09:28:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4255CCDEFC8; Wed, 15 Feb 2017 09:28:41 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED51C7D9; Wed, 15 Feb 2017 09:28:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F9SeGd050461; Wed, 15 Feb 2017 09:28:40 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F9SdnZ050457; Wed, 15 Feb 2017 09:28:39 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702150928.v1F9SdnZ050457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 15 Feb 2017 09:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434155 - in head/devel: . pecl-uv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 09:28:41 -0000 Author: vanilla Date: Wed Feb 15 09:28:39 2017 New Revision: 434155 URL: https://svnweb.freebsd.org/changeset/ports/434155 Log: Add pecl-uv 0.1.1, PHP wrapper for libuv. PR: 217070 Submitted by: John Chen Added: head/devel/pecl-uv/ head/devel/pecl-uv/Makefile (contents, props changed) head/devel/pecl-uv/distinfo (contents, props changed) head/devel/pecl-uv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 15 09:01:32 2017 (r434154) +++ head/devel/Makefile Wed Feb 15 09:28:39 2017 (r434155) @@ -3873,6 +3873,7 @@ SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid + SUBDIR += pecl-uv SUBDIR += pecl-vld SUBDIR += pecl-weakref SUBDIR += pecl-xhprof Added: head/devel/pecl-uv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/Makefile Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,22 @@ +# Created by: John Chen +# $FreeBSD$ + +PORTNAME= uv +PORTVERSION= 0.1.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= johnpupu@gmail.com +COMMENT= PHP wrapper for libuv + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libuv.so:devel/libuv + +IGNORE_WITH_PHP= 56 +USES= php:ext tar:tgz + +.include Added: head/devel/pecl-uv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/distinfo Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486992884 +SHA256 (PECL/uv-0.1.1.tgz) = df5cec9207a0f5584e8d735fe091aead1b5d4cedb073af30c85bdadc82c44077 +SIZE (PECL/uv-0.1.1.tgz) = 51096 Added: head/devel/pecl-uv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/pkg-descr Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,3 @@ +This is a PHP binding for lib library. + +WWW: https://pecl.php.net/package/uv From owner-svn-ports-all@freebsd.org Wed Feb 15 09:43:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AA33CDF51E; Wed, 15 Feb 2017 09:43:43 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C461B1157; Wed, 15 Feb 2017 09:43:42 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F9hfv6058253; Wed, 15 Feb 2017 09:43:41 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F9hffn058250; Wed, 15 Feb 2017 09:43:41 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702150943.v1F9hffn058250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 15 Feb 2017 09:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434156 - in head/misc/rname: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 09:43:43 -0000 Author: vanilla Date: Wed Feb 15 09:43:41 2017 New Revision: 434156 URL: https://svnweb.freebsd.org/changeset/ports/434156 Log: Update to 1.0.2. Added: head/misc/rname/files/patch-Makefile (contents, props changed) Deleted: head/misc/rname/files/patch-Makefie head/misc/rname/pkg-plist Modified: head/misc/rname/Makefile head/misc/rname/distinfo Modified: head/misc/rname/Makefile ============================================================================== --- head/misc/rname/Makefile Wed Feb 15 09:28:39 2017 (r434155) +++ head/misc/rname/Makefile Wed Feb 15 09:43:41 2017 (r434156) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= rname -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= misc -MASTER_SITES= http://devel.ringlet.net/sysutils/rname/ +MASTER_SITES= http://devel.ringlet.net/files/sys/rname/ MAINTAINER= ports@FreeBSD.org COMMENT= Execute a program with a fake name -WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= DOCS - -DOCS_INSTALL_TARGET= install install-doc +WRKSRC= ${WRKDIR} +USES= gmake tar:xz +MAKE_ENV= BINGRP=wheel MANDIR=${PREFIX}/man \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" +PLIST_FILES= bin/rname man/man1/rname.1.gz .include Modified: head/misc/rname/distinfo ============================================================================== --- head/misc/rname/distinfo Wed Feb 15 09:28:39 2017 (r434155) +++ head/misc/rname/distinfo Wed Feb 15 09:43:41 2017 (r434156) @@ -1,2 +1,3 @@ -SHA256 (rname-1.0.tar.gz) = 1e0a8d0be30906c6f50f6176a055f6c5fa47db422154cf295cc994ca9f82faf5 -SIZE (rname-1.0.tar.gz) = 7394 +TIMESTAMP = 1487151184 +SHA256 (rname-1.0.2.tar.xz) = 485f3933e8f32a5982ac663f80fb0294429753151aca4a0437f1669e629f98c3 +SIZE (rname-1.0.2.tar.xz) = 7648 Added: head/misc/rname/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/rname/files/patch-Makefile Wed Feb 15 09:43:41 2017 (r434156) @@ -0,0 +1,11 @@ +--- Makefile.orig 2017-01-24 22:54:44.000000000 +0800 ++++ Makefile 2017-02-15 17:42:22.955359000 +0800 +@@ -96,7 +96,7 @@ install-bin: ${TGT} + + install-man: ${MAN1Z} + ${MKDIR} ${DESTDIR}${MAN1DIR} +- ${INSTALL_PROGRAM} ${MAN1Z} ${DESTDIR}${MAN1DIR} ++ ${INSTALL_DATA} ${MAN1Z} ${DESTDIR}${MAN1DIR} + + install-share: + From owner-svn-ports-all@freebsd.org Wed Feb 15 09:48:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD342CDF5A6; Wed, 15 Feb 2017 09:48: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 97DC712B8; Wed, 15 Feb 2017 09:48: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 v1F9m0cw058590; Wed, 15 Feb 2017 09:48:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F9m0CI058585; Wed, 15 Feb 2017 09:48:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702150948.v1F9m0CI058585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Feb 2017 09:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434157 - in head/security: ca_root_nss nss nss/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 09:48:01 -0000 Author: jbeich Date: Wed Feb 15 09:48:00 2017 New Revision: 434157 URL: https://svnweb.freebsd.org/changeset/ports/434157 Log: security/nss: update to 3.29 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_29_RTM MFH: 2017Q1 Modified: head/security/ca_root_nss/Makefile (contents, props changed) head/security/ca_root_nss/distinfo (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/distinfo (contents, props changed) head/security/nss/files/patch-bug1335284 (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/ca_root_nss/Makefile Wed Feb 15 09:48:00 2017 (r434157) @@ -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.28.1 +VERSION_NSS= 3.29 #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 Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/ca_root_nss/distinfo Wed Feb 15 09:48:00 2017 (r434157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483539864 -SHA256 (nss-3.28.1.tar.gz) = 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad -SIZE (nss-3.28.1.tar.gz) = 7451477 +TIMESTAMP = 1485738368 +SHA256 (nss-3.29.tar.gz) = ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa +SIZE (nss-3.29.tar.gz) = 7477439 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/Makefile Wed Feb 15 09:48:00 2017 (r434157) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.28.1 +PORTVERSION= 3.29 #DISTVERSIONSUFFIX= -with-ckbi-1.98 -PORTREVISION= 2 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -31,7 +30,6 @@ USE_PERL5= build MAKE_ENV= LIBRARY_PATH="${LOCALBASE}/lib" \ SQLITE_INCLUDE_DIR="${LOCALBASE}/include" \ FREEBL_LOWHASH=1 \ - NSS_ENABLE_TLS_1_3=1 \ NSS_DISABLE_GTESTS=1 \ NSS_USE_SYSTEM_SQLITE=1 CFLAGS+= -I${LOCALBASE}/include/nspr Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/distinfo Wed Feb 15 09:48:00 2017 (r434157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483539864 -SHA256 (nss-3.28.1.tar.gz) = 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad -SIZE (nss-3.28.1.tar.gz) = 7451477 +TIMESTAMP = 1485738368 +SHA256 (nss-3.29.tar.gz) = ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa +SIZE (nss-3.29.tar.gz) = 7477439 Modified: head/security/nss/files/patch-bug1335284 ============================================================================== --- head/security/nss/files/patch-bug1335284 Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/files/patch-bug1335284 Wed Feb 15 09:48:00 2017 (r434157) @@ -1,11 +1,11 @@ ---- lib/softoken/softoken.h.orig 2017-01-04 14:24:24 UTC +--- lib/softoken/softoken.h.orig 2017-01-30 01:06:08 UTC +++ lib/softoken/softoken.h @@ -183,7 +183,7 @@ extern PRBool sftk_fatalError; #define CHECK_FORK_MIXED --#elif defined(LINUX) -+#elif defined(LINUX) || defined(FREEBSD) || defined(OPENBSD) +-#elif defined(LINUX) || defined(__GLIBC__) ++#elif defined(LINUX) || defined(__GLIBC__) || defined(FREEBSD) || defined(OPENBSD) #define CHECK_FORK_PTHREAD From owner-svn-ports-all@freebsd.org Wed Feb 15 11:56:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51A6DCE01BA; Wed, 15 Feb 2017 11:56:54 +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 1E7661CDD; Wed, 15 Feb 2017 11:56:54 +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 v1FBur9v010514; Wed, 15 Feb 2017 11:56:53 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FBurvb010512; Wed, 15 Feb 2017 11:56:53 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702151156.v1FBurvb010512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 15 Feb 2017 11:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434158 - head/devel/hs-ShellCheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 11:56:54 -0000 Author: tcberner Date: Wed Feb 15 11:56:52 2017 New Revision: 434158 URL: https://svnweb.freebsd.org/changeset/ports/434158 Log: Update devel/hs-ShellCheck to 0.4.5 PR: 217113 Submitted by: luca.pizzamiglio@gmail.com Approved by: luca.pizzamiglio@gmail.com (maintainer), rakuco (mentor) Modified: head/devel/hs-ShellCheck/Makefile head/devel/hs-ShellCheck/distinfo Modified: head/devel/hs-ShellCheck/Makefile ============================================================================== --- head/devel/hs-ShellCheck/Makefile Wed Feb 15 09:48:00 2017 (r434157) +++ head/devel/hs-ShellCheck/Makefile Wed Feb 15 11:56:52 2017 (r434158) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ShellCheck -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= devel haskell MAINTAINER= luca.pizzamiglio@gmail.com Modified: head/devel/hs-ShellCheck/distinfo ============================================================================== --- head/devel/hs-ShellCheck/distinfo Wed Feb 15 09:48:00 2017 (r434157) +++ head/devel/hs-ShellCheck/distinfo Wed Feb 15 11:56:52 2017 (r434158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464691612 -SHA256 (cabal/ShellCheck-0.4.4.tar.gz) = 6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768 -SIZE (cabal/ShellCheck-0.4.4.tar.gz) = 105979 +TIMESTAMP = 1487064735 +SHA256 (cabal/ShellCheck-0.4.5.tar.gz) = 53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7 +SIZE (cabal/ShellCheck-0.4.5.tar.gz) = 109721 From owner-svn-ports-all@freebsd.org Wed Feb 15 12:28:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5856BCDF1C0; Wed, 15 Feb 2017 12:28:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15F7B120C; Wed, 15 Feb 2017 12:28:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FCSXQu023450; Wed, 15 Feb 2017 12:28:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FCSUxl023411; Wed, 15 Feb 2017 12:28:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702151228.v1FCSUxl023411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 15 Feb 2017 12:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434159 - in head: audio/aucatctl audio/cmus audio/pulseaudio-module-sndio audio/sndio audio/spectrogram deskutils/easystroke devel/kore devel/leiningen devel/libconcurrent devel/linux-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 12:28:34 -0000 Author: tobik Date: Wed Feb 15 12:28:29 2017 New Revision: 434159 URL: https://svnweb.freebsd.org/changeset/ports/434159 Log: Update MAINTAINER to tobik@FreeBSD.org for my ports Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610 Modified: head/audio/aucatctl/Makefile head/audio/cmus/Makefile head/audio/pulseaudio-module-sndio/Makefile head/audio/sndio/Makefile head/audio/spectrogram/Makefile head/deskutils/easystroke/Makefile head/devel/kore/Makefile head/devel/leiningen/Makefile head/devel/libconcurrent/Makefile head/devel/linux-kernel/Makefile head/devel/stack/Makefile head/editors/mg/Makefile head/games/iortcw/Makefile head/games/openmw/Makefile head/graphics/imv/Makefile head/graphics/llpp/Makefile head/java/intellij-fsnotifier/Makefile head/java/intellij-pty4j/Makefile head/java/jd-gui/Makefile head/lang/chibi-scheme/Makefile head/multimedia/nordlicht/Makefile head/net/ipxe/Makefile head/net/sbm/Makefile head/print/okc321/Makefile head/security/afl/Makefile head/security/signify/Makefile head/sysutils/acerhdf-kmod/Makefile head/sysutils/lr/Makefile head/sysutils/showbeastie/Makefile head/sysutils/xe/Makefile head/textproc/cmark/Makefile head/www/stagit/Makefile head/x11-fonts/terminus-ttf/Makefile head/x11/simplestroke/Makefile head/x11/workrave/Makefile head/x11/xbanish/Makefile Modified: head/audio/aucatctl/Makefile ============================================================================== --- head/audio/aucatctl/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/audio/aucatctl/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Control sndiod and/or aucat volumes LICENSE= ISCL Modified: head/audio/cmus/Makefile ============================================================================== --- head/audio/cmus/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/audio/cmus/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= audio -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Console-based music player with really cool features LICENSE= GPLv2 Modified: head/audio/pulseaudio-module-sndio/Makefile ============================================================================== --- head/audio/pulseaudio-module-sndio/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/audio/pulseaudio-module-sndio/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 9.0 PORTREVISION= 1 CATEGORIES= audio -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Sndio module for PulseAudio LICENSE= ISCL Modified: head/audio/sndio/Makefile ============================================================================== --- head/audio/sndio/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/audio/sndio/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Small audio and MIDI framework from the OpenBSD project LICENSE= ISCL Modified: head/audio/spectrogram/Makefile ============================================================================== --- head/audio/spectrogram/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/audio/spectrogram/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -5,7 +5,7 @@ PORTNAME= spectrogram PORTVERSION= 20161017 CATEGORIES= audio -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Audio visualization for sndio LICENSE= ISCL Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/deskutils/easystroke/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= SF -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Easystroke is a gesture-recognition application for X11 LICENSE= ISCL Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/devel/kore/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -release PORTREVISION= 1 CATEGORIES= devel www -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Web application framework for writing web APIs in C LICENSE= ISCL Modified: head/devel/leiningen/Makefile ============================================================================== --- head/devel/leiningen/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/devel/leiningen/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}.tar.gz:source1 \ leiningen-${PORTVERSION}-standalone.zip:source2 EXTRACT_ONLY= ${DISTNAME}.tar.gz -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Automate Clojure projects LICENSE= EPL Modified: head/devel/libconcurrent/Makefile ============================================================================== --- head/devel/libconcurrent/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/devel/libconcurrent/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.0.20160303 PORTREVISION= 2 CATEGORIES= devel -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Tiny asymmetric-coroutine library LICENSE= ZLIB Modified: head/devel/linux-kernel/Makefile ============================================================================== --- head/devel/linux-kernel/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/devel/linux-kernel/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -34,7 +34,7 @@ CATEGORIES= devel MASTER_SITES= KERNEL_ORG/linux/kernel/v4.x DISTNAME= linux-${DISTVERSION} -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Linux kernel LICENSE= GPLv2 Modified: head/devel/stack/Makefile ============================================================================== --- head/devel/stack/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/devel/stack/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -15,7 +15,7 @@ MASTER_SITES= GH \ https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps DISTFILES= stack-dependencies-${PORTVERSION}${EXTRACT_SUFX}:deps -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Cross-platform program for developing Haskell programs LICENSE= BSD3CLAUSE Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/editors/mg/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 20161005 CATEGORIES= editors MASTER_SITES= http://homepage.boetes.org/software/mg/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Small, fast Emacs-like editor LICENSE= PD Modified: head/games/iortcw/Makefile ============================================================================== --- head/games/iortcw/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/games/iortcw/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ DISTVERSION= 1.5a PORTEPOCH= 1 CATEGORIES= games -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Game engine for Return to Castle Wolfenstein LICENSE= GPLv3 Modified: head/games/openmw/Makefile ============================================================================== --- head/games/openmw/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/games/openmw/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= openmw- PORTREVISION= 2 CATEGORIES= games -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Unofficial open source engine reimplementation of the game Morrowind LICENSE= GPLv3 Modified: head/graphics/imv/Makefile ============================================================================== --- head/graphics/imv/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/graphics/imv/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 2.1.3 DISTVERSIONPREFIX= v CATEGORIES= graphics -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Simple image viewer LICENSE= GPLv2 Modified: head/graphics/llpp/Makefile ============================================================================== --- head/graphics/llpp/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/graphics/llpp/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -9,7 +9,7 @@ MASTER_SITES= http://repo.or.cz/llpp.git DISTNAME= v${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= PDF pager # llpp itself is in the public domain, but it bundles lablGL which Modified: head/java/intellij-fsnotifier/Makefile ============================================================================== --- head/java/intellij-fsnotifier/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/java/intellij-fsnotifier/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 20160221 PORTREVISION= 1 CATEGORIES= java devel -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Replacement for IntelliJ's fsnotifier LICENSE= APACHE20 Modified: head/java/intellij-pty4j/Makefile ============================================================================== --- head/java/intellij-pty4j/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/java/intellij-pty4j/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= java devel -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= FreeBSD-compatible replacement for IntelliJ's bundled Pty4J LICENSE= EPL Modified: head/java/jd-gui/Makefile ============================================================================== --- head/java/jd-gui/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/java/jd-gui/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}.tar.gz:src \ jd-gui-${PORTVERSION}.jar:jar EXTRACT_ONLY= ${DISTNAME}.tar.gz -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Java Decompiler GUI LICENSE= GPLv3 Modified: head/lang/chibi-scheme/Makefile ============================================================================== --- head/lang/chibi-scheme/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/lang/chibi-scheme/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -5,7 +5,7 @@ PORTNAME= chibi-scheme PORTVERSION= 0.7.3 CATEGORIES= lang -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Minimal Scheme implementation for use as a C extension language LICENSE= BSD3CLAUSE Modified: head/multimedia/nordlicht/Makefile ============================================================================== --- head/multimedia/nordlicht/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/multimedia/nordlicht/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.5 DISTVERSIONPREFIX= v CATEGORIES= multimedia -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Create moodbars from video files LICENSE= GPLv2 Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/net/ipxe/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ PORTNAME= ipxe PORTVERSION= 20161208 CATEGORIES= net -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Open source network boot firmware LICENSE= GPLv2 Modified: head/net/sbm/Makefile ============================================================================== --- head/net/sbm/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/net/sbm/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://dl.2f30.org/releases/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Simple bandwidth monitor LICENSE= ISCL Modified: head/print/okc321/Makefile ============================================================================== --- head/print/okc321/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/print/okc321/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ CATEGORIES= print MASTER_SITES= http://www.oki.com/de/printing/download/ DISTNAME= C531_C331_C321_Linux_110_31034 -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= PPDs for the Oki C321dn, C331dn, and C531dn printers LICENSE= GPLv2 Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/security/afl/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 Modified: head/security/signify/Makefile ============================================================================== --- head/security/signify/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/security/signify/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Create and verify cryptographic signatures # outils includes signify from OpenBSD's base system which is under an Modified: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- head/sysutils/acerhdf-kmod/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/sysutils/acerhdf-kmod/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Acer Aspire One fan control LICENSE= GPLv2 Modified: head/sysutils/lr/Makefile ============================================================================== --- head/sysutils/lr/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/sysutils/lr/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMESUFFIX= files -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= List files, recursively LICENSE= MIT Modified: head/sysutils/showbeastie/Makefile ============================================================================== --- head/sysutils/showbeastie/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/sysutils/showbeastie/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Preview FreeBSD loader logos LICENSE= BSD2CLAUSE Modified: head/sysutils/xe/Makefile ============================================================================== --- head/sysutils/xe/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/sysutils/xe/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Simple xargs and apply replacement LICENSE= CC0-1.0 Modified: head/textproc/cmark/Makefile ============================================================================== --- head/textproc/cmark/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/textproc/cmark/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -5,7 +5,7 @@ PORTNAME= cmark PORTVERSION= 0.27.1 CATEGORIES= textproc -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= CommonMark parsing and rendering library and program in C LICENSE= BSD2CLAUSE Modified: head/www/stagit/Makefile ============================================================================== --- head/www/stagit/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/www/stagit/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 0.5 CATEGORIES= www MASTER_SITES= http://dl.2f30.org/releases/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Static Git page generator LICENSE= MIT Modified: head/x11-fonts/terminus-ttf/Makefile ============================================================================== --- head/x11-fonts/terminus-ttf/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/x11-fonts/terminus-ttf/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 4.40.1 CATEGORIES= x11-fonts MASTER_SITES= http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/ -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Terminus Font - a clean fixed width font (TTF version) LICENSE= OFL11 Modified: head/x11/simplestroke/Makefile ============================================================================== --- head/x11/simplestroke/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/x11/simplestroke/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 1.0 DISTVERSIONPREFIX= v CATEGORIES= x11 -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Detect mouse gestures LICENSE= ISCL Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/x11/workrave/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1_10_16 CATEGORIES= x11 -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= RSI prevention tool LICENSE= GPLv3+ Modified: head/x11/xbanish/Makefile ============================================================================== --- head/x11/xbanish/Makefile Wed Feb 15 11:56:52 2017 (r434158) +++ head/x11/xbanish/Makefile Wed Feb 15 12:28:29 2017 (r434159) @@ -6,7 +6,7 @@ PORTVERSION= 1.4 DISTVERSIONPREFIX= v CATEGORIES= x11 -MAINTAINER= t@tobik.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Banish the mouse cursor when typing LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Wed Feb 15 12:39:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1154CDF438; Wed, 15 Feb 2017 12:39:54 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 903EF1720; Wed, 15 Feb 2017 12:39:54 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FCdrVZ027429; Wed, 15 Feb 2017 12:39:53 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FCdrvV027427; Wed, 15 Feb 2017 12:39:53 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201702151239.v1FCdrvV027427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 15 Feb 2017 12:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434160 - in head/mail/exim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 12:39:54 -0000 Author: vsevolod Date: Wed Feb 15 12:39:53 2017 New Revision: 434160 URL: https://svnweb.freebsd.org/changeset/ports/434160 Log: - Fix build after r313495 - Bump revision PR: 216966 Submitted by: kib Added: head/mail/exim/files/patch-sys-file-include (contents, props changed) Modified: head/mail/exim/Makefile Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Wed Feb 15 12:28:29 2017 (r434159) +++ head/mail/exim/Makefile Wed Feb 15 12:39:53 2017 (r434160) @@ -3,7 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ Added: head/mail/exim/files/patch-sys-file-include ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/exim/files/patch-sys-file-include Wed Feb 15 12:39:53 2017 (r434160) @@ -0,0 +1,20 @@ +--- src/exim.h.orig 2017-02-14 19:13:41.381402389 +0200 ++++ src/exim.h 2017-02-14 19:13:53.330916377 +0200 +@@ -129,7 +129,6 @@ + #endif + + #include +-#include + #include + #include + #ifndef NO_POLL_H +--- src/exim_lock.c.orig 2017-02-14 19:21:09.709389008 +0200 ++++ src/exim_lock.c 2017-02-14 19:21:23.994407794 +0200 +@@ -27,7 +27,6 @@ + #include + #include + #include +-#include + #include + + /* Not all systems have flock() available. Those that do must define LOCK_SH From owner-svn-ports-all@freebsd.org Wed Feb 15 12:52:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD4C6CDF789; Wed, 15 Feb 2017 12:52:21 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5048E1E58; Wed, 15 Feb 2017 12:52:21 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FCqK53035482; Wed, 15 Feb 2017 12:52:20 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FCqKFm035480; Wed, 15 Feb 2017 12:52:20 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201702151252.v1FCqKFm035480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 15 Feb 2017 12:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434161 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 12:52:21 -0000 Author: lme Date: Wed Feb 15 12:52:20 2017 New Revision: 434161 URL: https://svnweb.freebsd.org/changeset/ports/434161 Log: sysutils/lynis: - Update to 2.4.1 - Add a runtime dependency on sysutils/lsof [1] Suggested by: Andrea Venturoli [1] Modified: head/security/lynis/Makefile head/security/lynis/distinfo head/security/lynis/pkg-plist Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Wed Feb 15 12:39:53 2017 (r434160) +++ head/security/lynis/Makefile Wed Feb 15 12:52:20 2017 (r434161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ @@ -12,6 +12,8 @@ COMMENT= Security and system auditing to LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= lsof:sysutils/lsof + USES= cpe CPE_VENDOR= cisofy WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Wed Feb 15 12:39:53 2017 (r434160) +++ head/security/lynis/distinfo Wed Feb 15 12:52:20 2017 (r434161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478722927 -SHA256 (lynis-2.4.0.tar.gz) = 4bda6fb87674c7f402564351b142fcda6b5397b66d0d7edb6a8f0d46a70de5ab -SIZE (lynis-2.4.0.tar.gz) = 257696 +TIMESTAMP = 1487162450 +SHA256 (lynis-2.4.1.tar.gz) = 526fff14e2cf0aedc1ef783903d2bfb92ad90b3d3d3456ae0bade582f37bcb0d +SIZE (lynis-2.4.1.tar.gz) = 261130 Modified: head/security/lynis/pkg-plist ============================================================================== --- head/security/lynis/pkg-plist Wed Feb 15 12:39:53 2017 (r434160) +++ head/security/lynis/pkg-plist Wed Feb 15 12:52:20 2017 (r434161) @@ -12,6 +12,7 @@ man/man8/lynis.8.gz %%DATADIR%%/db/languages/en-GB %%DATADIR%%/db/languages/en-US %%DATADIR%%/db/languages/es +%%DATADIR%%/db/languages/fi %%DATADIR%%/db/languages/fr %%DATADIR%%/db/languages/hu %%DATADIR%%/db/languages/it @@ -23,6 +24,7 @@ man/man8/lynis.8.gz %%DATADIR%%/db/languages/pt %%DATADIR%%/db/languages/ru %%DATADIR%%/db/languages/se +%%DATADIR%%/db/languages/tr %%DATADIR%%/db/malware-susp.db %%DATADIR%%/db/malware.db %%DATADIR%%/db/sbl.db From owner-svn-ports-all@freebsd.org Wed Feb 15 13:19:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1719CDFC97; Wed, 15 Feb 2017 13:19:47 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81F8CBA6; Wed, 15 Feb 2017 13:19:47 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FDJki1043541; Wed, 15 Feb 2017 13:19:46 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FDJk1w043535; Wed, 15 Feb 2017 13:19:46 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702151319.v1FDJk1w043535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 15 Feb 2017 13:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434162 - in head/x11-fonts/font-manager: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 13:19:47 -0000 Author: jrm Date: Wed Feb 15 13:19:45 2017 New Revision: 434162 URL: https://svnweb.freebsd.org/changeset/ports/434162 Log: x11-fonts/font-manager: Switch from using Google Code to GitHub Also - New MAINTAINER, portmaster@bsdforge.com - Update LIB_DEPENDS - Redo patches to silence portlint warnings - Add NLS_USES_OFF=gettext-runtime, because even when configured using --disable-nls, fontutils.so is still linked to lib/libintl.so.x. PR: 216988 Submitted by: portmaster@bsdforge.com (new maintainer) Approved by: swills (mentor, implicit) Modified: head/x11-fonts/font-manager/Makefile head/x11-fonts/font-manager/distinfo head/x11-fonts/font-manager/files/patch-Makefile.in head/x11-fonts/font-manager/files/patch-src-constants.py.in head/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c head/x11-fonts/font-manager/pkg-descr Modified: head/x11-fonts/font-manager/Makefile ============================================================================== --- head/x11-fonts/font-manager/Makefile Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/Makefile Wed Feb 15 13:19:45 2017 (r434162) @@ -5,20 +5,23 @@ PORTNAME= font-manager PORTVERSION= 0.5.7 PORTREVISION= 6 CATEGORIES= x11-fonts gnome -MASTER_SITES= GOOGLE_CODE -MAINTAINER= lichray@gmail.com +MAINTAINER= portmaster@bsdforge.com COMMENT= Font management application for the GNOME desktop LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libsqlite3.so:databases/sqlite3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +USE_GITHUB= yes +GH_ACCOUNT= FontManager +GH_PROJECT= master + USE_GNOME= pygtk2 GNU_CONFIGURE= yes USES= gmake pkgconfig python:2 tar:bzip2 @@ -27,9 +30,13 @@ PORTDATA= * OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_SUB= yes -NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_USES_OFF= gettext-runtime + +pre-configure: + @${CHMOD} 0544 ${WRKSRC}/configure ${WRKSRC}/po/pogen.sh .include Modified: head/x11-fonts/font-manager/distinfo ============================================================================== --- head/x11-fonts/font-manager/distinfo Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/distinfo Wed Feb 15 13:19:45 2017 (r434162) @@ -1,2 +1,3 @@ -SHA256 (font-manager-0.5.7.tar.bz2) = 794a3d98e50ab7e515d8216ad42300c13b0ec13ab972bdf71c3657de4b306228 -SIZE (font-manager-0.5.7.tar.bz2) = 771460 +TIMESTAMP = 1487073947 +SHA256 (FontManager-master-0.5.7_GH0.tar.gz) = a95f65ef2df03a1dd8989e063a717768d6066f8e86ac9f9550f95f234b29adc3 +SIZE (FontManager-master-0.5.7_GH0.tar.gz) = 818484 Modified: head/x11-fonts/font-manager/files/patch-Makefile.in ============================================================================== --- head/x11-fonts/font-manager/files/patch-Makefile.in Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/files/patch-Makefile.in Wed Feb 15 13:19:45 2017 (r434162) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2010-12-20 19:01:26.000000000 -0600 -+++ Makefile.in 2011-03-26 00:38:02.410403185 -0500 +--- Makefile.in.orig 2015-05-29 06:45:34 UTC ++++ Makefile.in @@ -552,8 +552,9 @@ compile_po: install_mo: for mo in `$(FIND) po -name $(PACKAGE_NAME).mo`; \ Modified: head/x11-fonts/font-manager/files/patch-src-constants.py.in ============================================================================== --- head/x11-fonts/font-manager/files/patch-src-constants.py.in Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/files/patch-src-constants.py.in Wed Feb 15 13:19:45 2017 (r434162) @@ -1,5 +1,5 @@ ---- src/constants.py.in.orig 2011-09-25 22:42:09.742559932 -0500 -+++ src/constants.py.in 2011-09-25 22:43:06.091693624 -0500 +--- src/constants.py.in.orig 2015-05-29 06:45:34 UTC ++++ src/constants.py.in @@ -51,7 +51,7 @@ import gettext try: locale.setlocale(locale.LC_ALL, '') Modified: head/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c ============================================================================== --- head/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/files/patch-src_lib_fm-fontutils.c Wed Feb 15 13:19:45 2017 (r434162) @@ -1,5 +1,5 @@ ---- src/lib/fm-fontutils.c~ 2010-12-23 21:48:30.000000000 -0600 -+++ src/lib/fm-fontutils.c 2012-05-30 17:04:54.303401685 -0500 +--- src/lib/fm-fontutils.c.orig 2015-05-29 06:45:34 UTC ++++ src/lib/fm-fontutils.c @@ -24,6 +24,7 @@ #include #include Modified: head/x11-fonts/font-manager/pkg-descr ============================================================================== --- head/x11-fonts/font-manager/pkg-descr Wed Feb 15 12:52:20 2017 (r434161) +++ head/x11-fonts/font-manager/pkg-descr Wed Feb 15 13:19:45 2017 (r434162) @@ -1,9 +1,9 @@ -Font Manager is not intended to be a professional-grade font management -solution, but rather a simple application suitable for the needs of most -desktop users. +Font Manager is not intended to be a professional-grade +font management solution, but rather a simple application +suitable for the needs of most desktop users. -Although designed with the GNOME desktop environment in mind, it should -work well with most major desktop environments such as Xfce, Enlightenment, -and even KDE. +Although designed with the GNOME desktop environment in mind, +it should work well with most major desktop environments such +as Xfce, Enlightenment, and even KDE. -WWW: https://code.google.com/p/font-manager/ +WWW: http://fontmanager.github.io/ From owner-svn-ports-all@freebsd.org Wed Feb 15 14:02:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12B36CE08E8; Wed, 15 Feb 2017 14:02:47 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C76C8121; Wed, 15 Feb 2017 14:02:46 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FE2j1o063574; Wed, 15 Feb 2017 14:02:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FE2jqH063569; Wed, 15 Feb 2017 14:02:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151402.v1FE2jqH063569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 14:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434163 - in head/net/pvm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:02:47 -0000 Author: tijl Date: Wed Feb 15 14:02:45 2017 New Revision: 434163 URL: https://svnweb.freebsd.org/changeset/ports/434163 Log: - Add missing Xorg dependencies. - Add patches to build a shared libgpvm3.so for net/p5-Parallel-Pvm. - Remove unnecessary linking to librpcsvc. Added: head/net/pvm/files/patch-Makefile.aimk (contents, props changed) head/net/pvm/files/patch-pvmgs-Makefile.aimk (contents, props changed) Modified: head/net/pvm/Makefile head/net/pvm/files/patch-FREEBSD.def head/net/pvm/pkg-plist Modified: head/net/pvm/Makefile ============================================================================== --- head/net/pvm/Makefile Wed Feb 15 13:19:45 2017 (r434162) +++ head/net/pvm/Makefile Wed Feb 15 14:02:45 2017 (r434163) @@ -3,7 +3,7 @@ PORTNAME= pvm PORTVERSION= 3.4.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net parallel MASTER_SITES= NL/pvm3 ftp://ftp.chg.ru/pub/prog/parallel/pvm3/ DISTNAME= pvm${PORTVERSION} @@ -17,16 +17,16 @@ USES= tar:tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/pvm3 -MAKE_ENV= PVM_ROOT=${WRKSRC} SHAREDLDFLAGS="-shared" +MAKE_ENV= PVM_ROOT=${WRKSRC} SHAREDLDFLAGS="${LDFLAGS} -shared" PVM_ROOT_REL= lib/pvm PVM_ROOT= ${PREFIX}/${PVM_ROOT_REL} SUB_FILES= pkg-message OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT= X11 +OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes -X11_USE= XORG=x11,xaw,xt +X11_USE= XORG=x11,xaw,xext,xmu,xt .include @@ -69,6 +69,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libgpvm3.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/FREEBSD/libpvmtrc.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/lib/FREEBSD/libpvm3.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/lib/FREEBSD/libgpvm3.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/conf/FREEBSD.def ${STAGEDIR}${PVM_ROOT}/conf ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${STAGEDIR}${PREFIX}/man/man1 Modified: head/net/pvm/files/patch-FREEBSD.def ============================================================================== --- head/net/pvm/files/patch-FREEBSD.def Wed Feb 15 13:19:45 2017 (r434162) +++ head/net/pvm/files/patch-FREEBSD.def Wed Feb 15 14:02:45 2017 (r434163) @@ -1,10 +1,14 @@ ---- conf/FREEBSD.def.orig Wed Dec 19 11:09:23 2001 -+++ conf/FREEBSD.def Wed Dec 19 11:09:39 2001 -@@ -1,6 +1,6 @@ +--- conf/FREEBSD.def.orig 1998-10-01 21:02:13 UTC ++++ conf/FREEBSD.def +@@ -1,9 +1,9 @@ ARCHCFLAGS = -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/rsh\" \ -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS \ - -DFAKEXDRFLOAT -DSYSERRISCONST + -DFAKEXDRFLOAT -DSYSERRISCONST -DSHAREDTMP $(EXTRACFLAGS) ARCHDLIB = ARCHDOBJ = - ARCHLIB = -lrpcsvc +-ARCHLIB = -lrpcsvc ++ARCHLIB = + HASRANLIB = t + AR = ar + PVM_ARCH = FREEBSD Added: head/net/pvm/files/patch-Makefile.aimk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pvm/files/patch-Makefile.aimk Wed Feb 15 14:02:45 2017 (r434163) @@ -0,0 +1,10 @@ +--- Makefile.aimk.orig 2007-03-07 18:16:06 UTC ++++ Makefile.aimk +@@ -136,4 +136,7 @@ shared: + @ echo "building shared in src" + cd src; ../lib/aimk $(PVMOPTS) install-shared + @ echo "done building shared in src" ++ @ echo "building shared in pvmgs" ++ cd pvmgs; ../lib/aimk $(PVMOPTS) install-shared ++ @ echo "done building shared in pvmgs" + Added: head/net/pvm/files/patch-pvmgs-Makefile.aimk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pvm/files/patch-pvmgs-Makefile.aimk Wed Feb 15 14:02:45 2017 (r434163) @@ -0,0 +1,33 @@ +--- pvmgs/Makefile.aimk.orig 2001-11-30 20:33:11 UTC ++++ pvmgs/Makefile.aimk +@@ -46,11 +46,14 @@ PROGS = $(PVMXDIR)/pvm_gstat$(EXESFX) \ + LPROGS = $(PVMLDIR)/pvmgs$(EXESFX) + + LIBGPVM = $(LIBPREFIX)gpvm3.a ++LIBGPVMSO = $(LIBPREFIX)gpvm3.so + + install: all + + install-mpp: all-mpp + ++install-shared: $(PVMLDIR) $(PVMLDIR)/$(LIBGPVMSO) ++ + all: $(DIRS) $(PROGS) $(PVMLDIR)/$(LIBGPVM) $(LPROGS) + + all-mpp: $(DIRS) $(PROGS) $(PVMLDIR)/$(LIBGPVM)-mpp $(LPROGS) +@@ -103,6 +106,15 @@ $(LIBGPVM)-mpp: $(LOBJ) + pvm_gstat$(EXESFX): pvm_gstat.o $(LIBGPVM) $(PVMLIBDEP) + $(CC) $(CFLAGS) -o $@ pvm_gstat.o $(LIBGPVM) $(LIBS) + ++# shared library libgpvm3.so ++ ++$(PVMLDIR)/$(LIBGPVMSO): $(LIBGPVMSO) ++ cp $(LIBGPVMSO) $(PVMLDIR) ++ ++$(LIBGPVMSO): $(LOBJ) ++ rm -f $(LIBGPVMSO) ++ $(CC) $(SHAREDLDFLAGS) -o $(LIBGPVMSO) $(LOBJ) $(LIBS) ++ + clean: + rm -f $(DOBJ) $(LOBJ) pvmgs$(EXESFX) $(LIBGPVM) \ + pvm_gstat.o pvmgroups.o pvm_gstat$(EXESFX) pvmgroups$(EXESFX) Modified: head/net/pvm/pkg-plist ============================================================================== --- head/net/pvm/pkg-plist Wed Feb 15 13:19:45 2017 (r434162) +++ head/net/pvm/pkg-plist Wed Feb 15 14:02:45 2017 (r434163) @@ -8,6 +8,7 @@ include/pvmproto.h include/pvmtev.h lib/libfpvm3.a lib/libgpvm3.a +lib/libgpvm3.so lib/libpvm3.a lib/libpvm3.so lib/libpvmtrc.a From owner-svn-ports-all@freebsd.org Wed Feb 15 14:05:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA474CE0923; Wed, 15 Feb 2017 14:05:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89D17295; Wed, 15 Feb 2017 14:05:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FE58du063757; Wed, 15 Feb 2017 14:05:08 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FE58dk063756; Wed, 15 Feb 2017 14:05:08 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151405.v1FE58dk063756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 14:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434164 - head/net/xpvm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:05:09 -0000 Author: tijl Date: Wed Feb 15 14:05:08 2017 New Revision: 434164 URL: https://svnweb.freebsd.org/changeset/ports/434164 Log: Port uses libpvm3.so. Adjust dependencies. Modified: head/net/xpvm/Makefile Modified: head/net/xpvm/Makefile ============================================================================== --- head/net/xpvm/Makefile Wed Feb 15 14:02:45 2017 (r434163) +++ head/net/xpvm/Makefile Wed Feb 15 14:05:08 2017 (r434164) @@ -3,7 +3,7 @@ PORTNAME= xpvm PORTVERSION= 1.2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net parallel MASTER_SITES= NL/pvm3/xpvm DISTNAME= XPVM.src.${PORTVERSION} @@ -11,8 +11,7 @@ DISTNAME= XPVM.src.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical console and monitor for PVM -BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:net/pvm -RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS= libpvm3.so:net/pvm USES= tk:84 tar:tgz USE_GCC= yes From owner-svn-ports-all@freebsd.org Wed Feb 15 14:14:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9145CCE0BF7; Wed, 15 Feb 2017 14:14:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60DEDB92; Wed, 15 Feb 2017 14:14:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEEtIF067895; Wed, 15 Feb 2017 14:14:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEEtXj067894; Wed, 15 Feb 2017 14:14:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151414.v1FEEtXj067894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 14:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434165 - head/net/p5-Parallel-Pvm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:14:56 -0000 Author: tijl Date: Wed Feb 15 14:14:55 2017 New Revision: 434165 URL: https://svnweb.freebsd.org/changeset/ports/434165 Log: - Port uses libpvm3.so. Adjust dependencies. - Remove -fPIC. The problem is not in this port but in libgpvm3 from net/pvm. Fixed in r434163. - Allow building on amd64 now that net/pvm provides shared libraries. Modified: head/net/p5-Parallel-Pvm/Makefile Modified: head/net/p5-Parallel-Pvm/Makefile ============================================================================== --- head/net/p5-Parallel-Pvm/Makefile Wed Feb 15 14:05:08 2017 (r434164) +++ head/net/p5-Parallel-Pvm/Makefile Wed Feb 15 14:14:55 2017 (r434165) @@ -3,7 +3,7 @@ PORTNAME= Parallel-Pvm PORTVERSION= 1.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the Parallel Virtual Machine (PVM) -BUILD_DEPENDS= pvm:net/pvm -RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS= libpvm3.so:net/pvm USES= perl5 USE_PERL5= configure @@ -20,8 +19,4 @@ PVM_ROOT= ${LOCALBASE}/lib/pvm CONFIGURE_ENV= PVM_ROOT="${PVM_ROOT}" PVM_ARCH="${PVM_ROOT}/lib/pvmgetarch" CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" -NOT_FOR_ARCHS= amd64 - -CFLAGS_aarch64= -fPIC - .include From owner-svn-ports-all@freebsd.org Wed Feb 15 14:48:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1F83CDF837; Wed, 15 Feb 2017 14:48:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0731F40; Wed, 15 Feb 2017 14:48:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEms3u080231; Wed, 15 Feb 2017 14:48:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEmsxe080230; Wed, 15 Feb 2017 14:48:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151448.v1FEmsxe080230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 14:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434166 - head/textproc/ltxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:48:55 -0000 Author: tijl Date: Wed Feb 15 14:48:54 2017 New Revision: 434166 URL: https://svnweb.freebsd.org/changeset/ports/434166 Log: Add -fPIC for all architectures because textproc/py-ltxml links libltapi12.a and libltstd12.a into a shared library. Modified: head/textproc/ltxml/Makefile Modified: head/textproc/ltxml/Makefile ============================================================================== --- head/textproc/ltxml/Makefile Wed Feb 15 14:14:55 2017 (r434165) +++ head/textproc/ltxml/Makefile Wed Feb 15 14:48:54 2017 (r434166) @@ -3,6 +3,7 @@ PORTNAME= ltxml PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= GENTOO \ ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ @@ -19,22 +20,20 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/XML USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib=/usr --datadir=${STAGEDIR}${PREFIX}/lib/ltxml12 +# textproc/py-ltxml links libltapi12.a and libltstd12.a into a shared library. +CFLAGS+= -fPIC -.include +.include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ -fomit-frame-pointer -fexpensive-optimizations -O3 .endif -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - post-patch: @${REINPLACE_CMD} -e 's|CFLAGS=.*$$|CFLAGS=\$$CFLAGS|g ; \ s|CXXFLAGS=.*$$|CXXFLAGS=\$$CXXFLAGS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|@prefix@|${STAGEDIR}${PREFIX}|' \ ${WRKSRC}/src/Makefile.sub.in -.include +.include From owner-svn-ports-all@freebsd.org Wed Feb 15 14:56:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7224CDFA4E; Wed, 15 Feb 2017 14:56:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C365E5; Wed, 15 Feb 2017 14:56:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEubm4084122; Wed, 15 Feb 2017 14:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEubP4084120; Wed, 15 Feb 2017 14:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151456.v1FEubP4084120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434167 - head/devel/p5-MetaCPAN-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:56:38 -0000 Author: sunpoet Date: Wed Feb 15 14:56:37 2017 New Revision: 434167 URL: https://svnweb.freebsd.org/changeset/ports/434167 Log: Update to 2.005000 Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes Modified: head/devel/p5-MetaCPAN-Client/Makefile head/devel/p5-MetaCPAN-Client/distinfo Modified: head/devel/p5-MetaCPAN-Client/Makefile ============================================================================== --- head/devel/p5-MetaCPAN-Client/Makefile Wed Feb 15 14:48:54 2017 (r434166) +++ head/devel/p5-MetaCPAN-Client/Makefile Wed Feb 15 14:56:37 2017 (r434167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MetaCPAN-Client -PORTVERSION= 2.004000 +PORTVERSION= 2.005000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MICKEY Modified: head/devel/p5-MetaCPAN-Client/distinfo ============================================================================== --- head/devel/p5-MetaCPAN-Client/distinfo Wed Feb 15 14:48:54 2017 (r434166) +++ head/devel/p5-MetaCPAN-Client/distinfo Wed Feb 15 14:56:37 2017 (r434167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483191505 -SHA256 (MetaCPAN-Client-2.004000.tar.gz) = 200cdc25e2270cf2112ba6779b3d42a0c610503ae1251c5aefc21f4676cef7e7 -SIZE (MetaCPAN-Client-2.004000.tar.gz) = 43311 +TIMESTAMP = 1487166385 +SHA256 (MetaCPAN-Client-2.005000.tar.gz) = e5d6e916ad2d0e5d29ec9dbf55048cd630b1c5f58f840a1de0b24d1385f39283 +SIZE (MetaCPAN-Client-2.005000.tar.gz) = 46444 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:56:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6B1CDFA70; Wed, 15 Feb 2017 14:56:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA12E61C; Wed, 15 Feb 2017 14:56:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEugGi084241; Wed, 15 Feb 2017 14:56:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEugQq084239; Wed, 15 Feb 2017 14:56:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151456.v1FEugQq084239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434168 - head/net/rubygem-dogapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:56:44 -0000 Author: sunpoet Date: Wed Feb 15 14:56:42 2017 New Revision: 434168 URL: https://svnweb.freebsd.org/changeset/ports/434168 Log: Update to 1.25.0 Changes: https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md Modified: head/net/rubygem-dogapi/Makefile head/net/rubygem-dogapi/distinfo Modified: head/net/rubygem-dogapi/Makefile ============================================================================== --- head/net/rubygem-dogapi/Makefile Wed Feb 15 14:56:37 2017 (r434167) +++ head/net/rubygem-dogapi/Makefile Wed Feb 15 14:56:42 2017 (r434168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dogapi -PORTVERSION= 1.24.0 +PORTVERSION= 1.25.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-dogapi/distinfo ============================================================================== --- head/net/rubygem-dogapi/distinfo Wed Feb 15 14:56:37 2017 (r434167) +++ head/net/rubygem-dogapi/distinfo Wed Feb 15 14:56:42 2017 (r434168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484304094 -SHA256 (rubygem/dogapi-1.24.0.gem) = 4e38a09e64fc2fe5f3414347e86ad5f557d4791ad548eece01a7810f3b8fbc29 -SIZE (rubygem/dogapi-1.24.0.gem) = 30208 +TIMESTAMP = 1487166391 +SHA256 (rubygem/dogapi-1.25.0.gem) = 151c5ae751811a6d1d25a424e90256b0c76ef45901b9f89ef59d106495dbb7fe +SIZE (rubygem/dogapi-1.25.0.gem) = 30720 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:56:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0190FCDFAA6; Wed, 15 Feb 2017 14:56:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50386AB; Wed, 15 Feb 2017 14:56:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEum5V084407; Wed, 15 Feb 2017 14:56:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEums7084405; Wed, 15 Feb 2017 14:56:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151456.v1FEums7084405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434169 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:56:50 -0000 Author: sunpoet Date: Wed Feb 15 14:56:48 2017 New Revision: 434169 URL: https://svnweb.freebsd.org/changeset/ports/434169 Log: Update to 2.62 Changes: http://search.cpan.org/dist/Log-Dispatch/Changes Modified: head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatch/distinfo Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Wed Feb 15 14:56:42 2017 (r434168) +++ head/devel/p5-Log-Dispatch/Makefile Wed Feb 15 14:56:48 2017 (r434169) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.61 +PORTVERSION= 2.62 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,7 @@ COMMENT= Suite of OO modules for logging LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Devel-Confess>=0:devel/p5-Devel-Confess \ - p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ +BUILD_DEPENDS= p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Params-ValidationCompiler>=0:devel/p5-Params-ValidationCompiler \ Modified: head/devel/p5-Log-Dispatch/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch/distinfo Wed Feb 15 14:56:42 2017 (r434168) +++ head/devel/p5-Log-Dispatch/distinfo Wed Feb 15 14:56:48 2017 (r434169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487074175 -SHA256 (Log-Dispatch-2.61.tar.gz) = bb7270bd2356b106081122538ab2317addda16b88305fe7ab4dd425844d425f2 -SIZE (Log-Dispatch-2.61.tar.gz) = 66714 +TIMESTAMP = 1487166401 +SHA256 (Log-Dispatch-2.62.tar.gz) = c9a28ad4549e2e86b0371a9b7add9818c3a57404a4c4f19b831ab8fe4da6649d +SIZE (Log-Dispatch-2.62.tar.gz) = 66676 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:56:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB163CDFAFC; Wed, 15 Feb 2017 14:56:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8507679D; Wed, 15 Feb 2017 14:56:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEur8b084529; Wed, 15 Feb 2017 14:56:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEur04084527; Wed, 15 Feb 2017 14:56:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151456.v1FEur04084527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434170 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:56:54 -0000 Author: sunpoet Date: Wed Feb 15 14:56:53 2017 New Revision: 434170 URL: https://svnweb.freebsd.org/changeset/ports/434170 Log: Update to 1.812 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Wed Feb 15 14:56:48 2017 (r434169) +++ head/devel/p5-MCE/Makefile Wed Feb 15 14:56:53 2017 (r434170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.810 +PORTVERSION= 1.812 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Wed Feb 15 14:56:48 2017 (r434169) +++ head/devel/p5-MCE/distinfo Wed Feb 15 14:56:53 2017 (r434170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481467109 -SHA256 (MCE-1.810.tar.gz) = dbcb78589761b04c23473f554394f9a3de6701933a56ad419de30a05caf94ffd -SIZE (MCE-1.810.tar.gz) = 170956 +TIMESTAMP = 1487166409 +SHA256 (MCE-1.812.tar.gz) = a9de727e7bede3d30af1c30c4dd6d4fe1cfa53ff211a1e9c1bd493ef187cfa91 +SIZE (MCE-1.812.tar.gz) = 172062 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:56:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 774DCCDFB2F; Wed, 15 Feb 2017 14:56:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C5B80B; Wed, 15 Feb 2017 14:56:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEuw7f084648; Wed, 15 Feb 2017 14:56:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEuwet084646; Wed, 15 Feb 2017 14:56:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151456.v1FEuwet084646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434171 - head/databases/rubygem-couchrest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:56:59 -0000 Author: sunpoet Date: Wed Feb 15 14:56:58 2017 New Revision: 434171 URL: https://svnweb.freebsd.org/changeset/ports/434171 Log: Update to 2.0.1 Changes: https://github.com/couchrest/couchrest/blob/master/history.txt Modified: head/databases/rubygem-couchrest/Makefile head/databases/rubygem-couchrest/distinfo Modified: head/databases/rubygem-couchrest/Makefile ============================================================================== --- head/databases/rubygem-couchrest/Makefile Wed Feb 15 14:56:53 2017 (r434170) +++ head/databases/rubygem-couchrest/Makefile Wed Feb 15 14:56:58 2017 (r434171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= couchrest -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-couchrest/distinfo ============================================================================== --- head/databases/rubygem-couchrest/distinfo Wed Feb 15 14:56:53 2017 (r434170) +++ head/databases/rubygem-couchrest/distinfo Wed Feb 15 14:56:58 2017 (r434171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482935591 -SHA256 (rubygem/couchrest-2.0.0.gem) = d1d81aaed7ee66af6893fd72078c9190de1412aad20ce7e1b3805c6dbb28526e -SIZE (rubygem/couchrest-2.0.0.gem) = 60928 +TIMESTAMP = 1487166416 +SHA256 (rubygem/couchrest-2.0.1.gem) = 0d94afbac667b4c16c12649294c193d57ad8e12c116ff3158b844ff36b1d93a6 +SIZE (rubygem/couchrest-2.0.1.gem) = 60928 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 520D1CDFB65; Wed, 15 Feb 2017 14:57:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CD2485D; Wed, 15 Feb 2017 14:57:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEv39x084769; Wed, 15 Feb 2017 14:57:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEv3rh084767; Wed, 15 Feb 2017 14:57:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEv3rh084767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434172 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:04 -0000 Author: sunpoet Date: Wed Feb 15 14:57:02 2017 New Revision: 434172 URL: https://svnweb.freebsd.org/changeset/ports/434172 Log: Update to 2.7.8 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Feb 15 14:56:58 2017 (r434171) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Feb 15 14:57:02 2017 (r434172) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Feb 15 14:56:58 2017 (r434171) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Feb 15 14:57:02 2017 (r434172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486812169 -SHA256 (rubygem/aws-sdk-core-2.7.7.gem) = 20888f78ba02adb146a12bf6753e92d99d3d0440ef5aa3af3140b2d6a3fd295c -SIZE (rubygem/aws-sdk-core-2.7.7.gem) = 951808 +TIMESTAMP = 1487166423 +SHA256 (rubygem/aws-sdk-core-2.7.8.gem) = c9baf50911d5b745d54c576fd87b052d3b3bfdd279a467852c7e5421bde1c610 +SIZE (rubygem/aws-sdk-core-2.7.8.gem) = 952320 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A3BECDFBAA; Wed, 15 Feb 2017 14:57:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36CD48F2; Wed, 15 Feb 2017 14:57:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEv8De084887; Wed, 15 Feb 2017 14:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEv8Pi084885; Wed, 15 Feb 2017 14:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEv8Pi084885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434173 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:09 -0000 Author: sunpoet Date: Wed Feb 15 14:57:07 2017 New Revision: 434173 URL: https://svnweb.freebsd.org/changeset/ports/434173 Log: Update to 2.7.8 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Feb 15 14:57:02 2017 (r434172) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Feb 15 14:57:07 2017 (r434173) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Feb 15 14:57:02 2017 (r434172) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Feb 15 14:57:07 2017 (r434173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486812198 -SHA256 (rubygem/aws-sdk-resources-2.7.7.gem) = 529a1a32a4b76eb20290573c095a123f1aba2b7777244d3163a581c53a15fa04 -SIZE (rubygem/aws-sdk-resources-2.7.7.gem) = 47104 +TIMESTAMP = 1487166428 +SHA256 (rubygem/aws-sdk-resources-2.7.8.gem) = 21f7e2f3151eae6cc091a4537a24291ac0d7b49df91627bf7e68b8dccf6ccca2 +SIZE (rubygem/aws-sdk-resources-2.7.8.gem) = 47104 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACA0CDFBE2; Wed, 15 Feb 2017 14:57:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1290F984; Wed, 15 Feb 2017 14:57:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvDZa085006; Wed, 15 Feb 2017 14:57:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvDoQ085004; Wed, 15 Feb 2017 14:57:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvDoQ085004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434174 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:14 -0000 Author: sunpoet Date: Wed Feb 15 14:57:12 2017 New Revision: 434174 URL: https://svnweb.freebsd.org/changeset/ports/434174 Log: Update to 2.7.8 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Feb 15 14:57:07 2017 (r434173) +++ head/devel/rubygem-aws-sdk/Makefile Wed Feb 15 14:57:12 2017 (r434174) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Feb 15 14:57:07 2017 (r434173) +++ head/devel/rubygem-aws-sdk/distinfo Wed Feb 15 14:57:12 2017 (r434174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486812220 -SHA256 (rubygem/aws-sdk-2.7.7.gem) = c8342e1d9d78a93098938b3ae0bc7c944a51694af09f5da62b56729835613e9d -SIZE (rubygem/aws-sdk-2.7.7.gem) = 4608 +TIMESTAMP = 1487166432 +SHA256 (rubygem/aws-sdk-2.7.8.gem) = dce3bf991458d925d52d6b3310e45c75511234ca13e6edcb0f51e004ab8e0228 +SIZE (rubygem/aws-sdk-2.7.8.gem) = 4608 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38DE5CDFC2C; Wed, 15 Feb 2017 14:57:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 081A3A0F; Wed, 15 Feb 2017 14:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvIvQ085122; Wed, 15 Feb 2017 14:57:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvHUB085120; Wed, 15 Feb 2017 14:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvHUB085120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434175 - head/devel/rubygem-pry-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:19 -0000 Author: sunpoet Date: Wed Feb 15 14:57:17 2017 New Revision: 434175 URL: https://svnweb.freebsd.org/changeset/ports/434175 Log: Update to 0.3.5 Changes: https://github.com/rweng/pry-rails/commits/master Modified: head/devel/rubygem-pry-rails/Makefile head/devel/rubygem-pry-rails/distinfo Modified: head/devel/rubygem-pry-rails/Makefile ============================================================================== --- head/devel/rubygem-pry-rails/Makefile Wed Feb 15 14:57:12 2017 (r434174) +++ head/devel/rubygem-pry-rails/Makefile Wed Feb 15 14:57:17 2017 (r434175) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry-rails -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-pry-rails/distinfo ============================================================================== --- head/devel/rubygem-pry-rails/distinfo Wed Feb 15 14:57:12 2017 (r434174) +++ head/devel/rubygem-pry-rails/distinfo Wed Feb 15 14:57:17 2017 (r434175) @@ -1,2 +1,3 @@ -SHA256 (rubygem/pry-rails-0.3.4.gem) = a6cf30514f129b5a5e733d6221fbb373ae756095e79f0f76ed42c7a5b68d5128 -SIZE (rubygem/pry-rails-0.3.4.gem) = 14336 +TIMESTAMP = 1487166437 +SHA256 (rubygem/pry-rails-0.3.5.gem) = a68bc19b3f54ab8fe37e63a79c0960bc9f21bc6a376f40193fb38cb2fea71d6d +SIZE (rubygem/pry-rails-0.3.5.gem) = 14848 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12842CDFC6B; Wed, 15 Feb 2017 14:57:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1D5BAAA; Wed, 15 Feb 2017 14:57:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvMvf085241; Wed, 15 Feb 2017 14:57:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvMdY085239; Wed, 15 Feb 2017 14:57:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvMdY085239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434176 - head/sysutils/rubygem-bosh_cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:24 -0000 Author: sunpoet Date: Wed Feb 15 14:57:22 2017 New Revision: 434176 URL: https://svnweb.freebsd.org/changeset/ports/434176 Log: Update to 1.3262.26.0 Changes: https://github.com/cloudfoundry/bosh/releases https://github.com/cloudfoundry/bosh/releases/tag/bosh_cli-1.3262.26.0 Modified: head/sysutils/rubygem-bosh_cli/Makefile head/sysutils/rubygem-bosh_cli/distinfo Modified: head/sysutils/rubygem-bosh_cli/Makefile ============================================================================== --- head/sysutils/rubygem-bosh_cli/Makefile Wed Feb 15 14:57:17 2017 (r434175) +++ head/sysutils/rubygem-bosh_cli/Makefile Wed Feb 15 14:57:22 2017 (r434176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh_cli -PORTVERSION= 1.3262.25.0 +PORTVERSION= 1.3262.26.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bosh_cli/distinfo ============================================================================== --- head/sysutils/rubygem-bosh_cli/distinfo Wed Feb 15 14:57:17 2017 (r434175) +++ head/sysutils/rubygem-bosh_cli/distinfo Wed Feb 15 14:57:22 2017 (r434176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486591900 -SHA256 (rubygem/bosh_cli-1.3262.25.0.gem) = 09c43f14453954a30519396624b02f30a2560f2efa0c72f5d65f591b1ae2ea3a -SIZE (rubygem/bosh_cli-1.3262.25.0.gem) = 101376 +TIMESTAMP = 1487166448 +SHA256 (rubygem/bosh_cli-1.3262.26.0.gem) = 9d5769a88a95faf98f192bfb4fd8202de3f6cff0160b115c9560de50b450377e +SIZE (rubygem/bosh_cli-1.3262.26.0.gem) = 101376 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1588CDFCBC; Wed, 15 Feb 2017 14:57:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D73CB3C; Wed, 15 Feb 2017 14:57:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvRQe085358; Wed, 15 Feb 2017 14:57:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvRAI085355; Wed, 15 Feb 2017 14:57:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvRAI085355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434177 - head/www/rubygem-selenium-webdriver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:28 -0000 Author: sunpoet Date: Wed Feb 15 14:57:27 2017 New Revision: 434177 URL: https://svnweb.freebsd.org/changeset/ports/434177 Log: Update to 3.1.0 Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Wed Feb 15 14:57:22 2017 (r434176) +++ head/www/rubygem-selenium-webdriver/Makefile Wed Feb 15 14:57:27 2017 (r434177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.0.8 +PORTVERSION= 3.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Wed Feb 15 14:57:22 2017 (r434176) +++ head/www/rubygem-selenium-webdriver/distinfo Wed Feb 15 14:57:27 2017 (r434177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486645224 -SHA256 (rubygem/selenium-webdriver-3.0.8.gem) = 2b07dc585ee73c681ec41b1436e466dd1b9f705eb21d31c0a61f8307006a3e4a -SIZE (rubygem/selenium-webdriver-3.0.8.gem) = 819712 +TIMESTAMP = 1487166456 +SHA256 (rubygem/selenium-webdriver-3.1.0.gem) = a579874564e8ebafa672d54ebde39cae1e47c2cbe0153bfce0420d8137cb0161 +SIZE (rubygem/selenium-webdriver-3.1.0.gem) = 826368 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 364F7CDFCFA; Wed, 15 Feb 2017 14:57:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDAECBC2; Wed, 15 Feb 2017 14:57:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvWt0085476; Wed, 15 Feb 2017 14:57:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvVC8085474; Wed, 15 Feb 2017 14:57:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvVC8085474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434178 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:33 -0000 Author: sunpoet Date: Wed Feb 15 14:57:31 2017 New Revision: 434178 URL: https://svnweb.freebsd.org/changeset/ports/434178 Log: Update to 20170214 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Wed Feb 15 14:57:27 2017 (r434177) +++ head/portuguese/hunspell/Makefile Wed Feb 15 14:57:31 2017 (r434178) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170211 +PORTVERSION= 20170214 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Wed Feb 15 14:57:27 2017 (r434177) +++ head/portuguese/hunspell/distinfo Wed Feb 15 14:57:31 2017 (r434178) @@ -1,5 +1,5 @@ -TIMESTAMP = 1486973168 -SHA256 (hunspell/hunspell-pt_PT-20170211.tar.gz) = 7688b81cc2fb10a658e94b024542030f013f1e5596f9c52a7dd9d7018f750ad6 -SIZE (hunspell/hunspell-pt_PT-20170211.tar.gz) = 252009 +TIMESTAMP = 1487166143 +SHA256 (hunspell/hunspell-pt_PT-20170214.tar.gz) = bf3e92b5401a6928f3ecc88e067496fdd5862a87e6a469e6ed86e52f26585678 +SIZE (hunspell/hunspell-pt_PT-20170214.tar.gz) = 257452 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-all@freebsd.org Wed Feb 15 14:57:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4CD9CDFD39; Wed, 15 Feb 2017 14:57:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 947C0C75; Wed, 15 Feb 2017 14:57:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FEvbfa085684; Wed, 15 Feb 2017 14:57:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FEvbr6085678; Wed, 15 Feb 2017 14:57:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702151457.v1FEvbr6085678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2017 14:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434179 - in head: . databases databases/pecl-redis databases/php56-redis databases/php70-redis databases/php71-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:57:39 -0000 Author: sunpoet Date: Wed Feb 15 14:57:37 2017 New Revision: 434179 URL: https://svnweb.freebsd.org/changeset/ports/434179 Log: Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1) - Remove databases/php56-redis, databases/php70-redis and databases/php71-redis - Add MOVED entries - While I'm here, add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=redis PR: 216700 Submitted by: Daniel Ylitalo (maintainer of databases/php71-redis) Approved by: Mikhail Tsatsenko (maintainer of databases/php56-redis), Joshua Ruehlig (maintainer of databases/php70-redis, timeout, 14 days) Added: head/databases/pecl-redis/ - copied from r434133, head/databases/php56-redis/ Deleted: head/databases/php56-redis/ head/databases/php70-redis/ head/databases/php71-redis/ Modified: head/MOVED head/databases/Makefile head/databases/pecl-redis/Makefile head/databases/pecl-redis/distinfo head/databases/pecl-redis/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 15 14:57:31 2017 (r434178) +++ head/MOVED Wed Feb 15 14:57:37 2017 (r434179) @@ -9072,3 +9072,6 @@ net-p2p/digitalcoin||2017-02-08|Has expi devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users chinese/mutt|mail/mutt|2017-02-13|Use mail/mutt, which can handle Chinese locales lang/libjit||2017-02-14|Has expired: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/ +databases/php56-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions +databases/php70-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions +databases/php71-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Feb 15 14:57:31 2017 (r434178) +++ head/databases/Makefile Wed Feb 15 14:57:37 2017 (r434179) @@ -551,6 +551,7 @@ SUBDIR += pecl-mongo SUBDIR += pecl-mongodb SUBDIR += pecl-pdo_user + SUBDIR += pecl-redis SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-pam-for-mysql @@ -614,7 +615,6 @@ SUBDIR += php56-pdo_pgsql SUBDIR += php56-pdo_sqlite SUBDIR += php56-pgsql - SUBDIR += php56-redis SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct SUBDIR += php70-dba @@ -631,7 +631,6 @@ SUBDIR += php70-pdo_pgsql SUBDIR += php70-pdo_sqlite SUBDIR += php70-pgsql - SUBDIR += php70-redis SUBDIR += php70-sqlite3 SUBDIR += php71-dba SUBDIR += php71-interbase @@ -646,7 +645,6 @@ SUBDIR += php71-pdo_pgsql SUBDIR += php71-pdo_sqlite SUBDIR += php71-pgsql - SUBDIR += php71-redis SUBDIR += php71-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin Modified: head/databases/pecl-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Tue Feb 14 18:48:25 2017 (r434133) +++ head/databases/pecl-redis/Makefile Wed Feb 15 14:57:37 2017 (r434179) @@ -1,25 +1,19 @@ -# Created by: Benedikt Niessen # $FreeBSD$ PORTNAME= redis -PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= databases -PKGNAMEPREFIX= php56- +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- -MAINTAINER= m.tsatsenko@gmail.com -COMMENT= PHP5 extension for Redis +MAINTAINER= daniel@blodan.se +COMMENT= Extension to access Redis LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= php:ext +USES= php:ext tar:tgz USE_PHP= session:build -PHP_VER= 56 -IGNORE_WITH_PHP= 70 - -USE_GITHUB= yes -GH_ACCOUNT= nicolasff -GH_PROJECT= phpredis OPTIONS_DEFINE= IGBINARY IGBINARY_DESC= Build with Igbinary serializer Modified: head/databases/pecl-redis/distinfo ============================================================================== --- head/databases/php56-redis/distinfo Tue Feb 14 18:48:25 2017 (r434133) +++ head/databases/pecl-redis/distinfo Wed Feb 15 14:57:37 2017 (r434179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466948805 -SHA256 (nicolasff-phpredis-2.2.8_GH0.tar.gz) = a7c6e2eef70bd8449bab819c8f01d951fcd86ce0417e03675445040236ed4dda -SIZE (nicolasff-phpredis-2.2.8_GH0.tar.gz) = 198401 +TIMESTAMP = 1487169159 +SHA256 (redis-3.1.1.tgz) = aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e +SIZE (redis-3.1.1.tgz) = 198597 Modified: head/databases/pecl-redis/pkg-descr ============================================================================== --- head/databases/php56-redis/pkg-descr Tue Feb 14 18:48:25 2017 (r434133) +++ head/databases/pecl-redis/pkg-descr Wed Feb 15 14:57:37 2017 (r434179) @@ -2,7 +2,4 @@ This extension provides an API for commu a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. -It is a fork of alfonsojimenez's phpredis, adding many methods and -fixing a lot of issues. - -WWW: https://github.com/nicolasff/phpredis +WWW: https://pecl.php.net/package/redis From owner-svn-ports-all@freebsd.org Wed Feb 15 15:07:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A38A2CE0084; Wed, 15 Feb 2017 15:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 730D1195A; Wed, 15 Feb 2017 15:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FF7mDi089651; Wed, 15 Feb 2017 15:07:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FF7mHH089650; Wed, 15 Feb 2017 15:07:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151507.v1FF7mHH089650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 15:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434180 - head/textproc/py-ltxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 15:07:49 -0000 Author: tijl Date: Wed Feb 15 15:07:48 2017 New Revision: 434180 URL: https://svnweb.freebsd.org/changeset/ports/434180 Log: Remove -fPIC. The problem was in textproc/ltxml. Modified: head/textproc/py-ltxml/Makefile Modified: head/textproc/py-ltxml/Makefile ============================================================================== --- head/textproc/py-ltxml/Makefile Wed Feb 15 14:57:37 2017 (r434179) +++ head/textproc/py-ltxml/Makefile Wed Feb 15 15:07:48 2017 (r434180) @@ -3,7 +3,7 @@ PORTNAME= ltxml PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc python MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +21,6 @@ USES= python USE_PYTHON= distutils autoplist USE_LDCONFIG= yes -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= 00README @@ -31,8 +28,6 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-install: @${STRIP_CMD} \ ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so @@ -45,4 +40,4 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR} -.include +.include From owner-svn-ports-all@freebsd.org Wed Feb 15 15:56:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60AFECE0F79; Wed, 15 Feb 2017 15:56:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38B651678; Wed, 15 Feb 2017 15:56:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FFu7AZ010046; Wed, 15 Feb 2017 15:56:07 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FFu7sm010043; Wed, 15 Feb 2017 15:56:07 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702151556.v1FFu7sm010043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 15 Feb 2017 15:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434181 - in head/x11-fm/thunar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 15:56:08 -0000 Author: olivierd Date: Wed Feb 15 15:56:06 2017 New Revision: 434181 URL: https://svnweb.freebsd.org/changeset/ports/434181 Log: - Update to 1.6.11 - Adjust dependencies (reported by QA script) - Remove unneeded patches Deleted: head/x11-fm/thunar/files/patch-Thunar-folder-handler.desktop.in.in head/x11-fm/thunar/files/patch-thunar_thunar-file.c head/x11-fm/thunar/files/patch-thunar_thunar-folder.c Modified: head/x11-fm/thunar/Makefile head/x11-fm/thunar/distinfo head/x11-fm/thunar/pkg-plist Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Wed Feb 15 15:07:48 2017 (r434180) +++ head/x11-fm/thunar/Makefile Wed Feb 15 15:56:06 2017 (r434181) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Thunar -PORTVERSION= 1.6.10 -PORTREVISION= 2 +PORTVERSION= 1.6.11 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,15 +15,18 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtumbler-1.so:deskutils/xfce4-tumbler \ - libdbus-glib-1.so:devel/dbus-glib + libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= pkexec:sysutils/polkit GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GNOME= gtk20 intltool intlhack gdkpixbuf2 +USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 USE_LDCONFIG= yes USE_XFCE= libexo -USE_XORG= sm x11 +USE_XORG= ice sm x11 USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \ gettext-tools xfce tar:bzip2 INSTALL_TARGET= install-strip @@ -63,9 +65,5 @@ CONFIGURE_ARGS+=--enable-gio-unix \ post-patch: ${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in -# Workaround for missing 'inode/directory' content-type icon. -# https://bugs.freedesktop.org/show_bug.cgi?id=89150 - ${FIND} ${WRKSRC} -type f -name '*.c' \ - | ${XARGS} ${REINPLACE_CMD} -e 's|inode/directory|folder|' .include Modified: head/x11-fm/thunar/distinfo ============================================================================== --- head/x11-fm/thunar/distinfo Wed Feb 15 15:07:48 2017 (r434180) +++ head/x11-fm/thunar/distinfo Wed Feb 15 15:56:06 2017 (r434181) @@ -1,2 +1,3 @@ -SHA256 (xfce4/Thunar-1.6.10.tar.bz2) = 7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a -SIZE (xfce4/Thunar-1.6.10.tar.bz2) = 1948762 +TIMESTAMP = 1487135952 +SHA256 (xfce4/Thunar-1.6.11.tar.bz2) = b1c7c3121827f59610900ef1cc19aa10a50ab2cc3ae38eee15181b64256e8b42 +SIZE (xfce4/Thunar-1.6.11.tar.bz2) = 1929426 Modified: head/x11-fm/thunar/pkg-plist ============================================================================== --- head/x11-fm/thunar/pkg-plist Wed Feb 15 15:07:48 2017 (r434180) +++ head/x11-fm/thunar/pkg-plist Wed Feb 15 15:56:06 2017 (r434181) @@ -62,6 +62,7 @@ share/icons/hicolor/scalable/apps/Thunar %%NLS%%share/locale/es/LC_MESSAGES/Thunar.mo %%NLS%%share/locale/et/LC_MESSAGES/Thunar.mo %%NLS%%share/locale/eu/LC_MESSAGES/Thunar.mo +%%NLS%%share/locale/fa_IR/LC_MESSAGES/Thunar.mo %%NLS%%share/locale/fi/LC_MESSAGES/Thunar.mo %%NLS%%share/locale/fr/LC_MESSAGES/Thunar.mo %%NLS%%share/locale/gl/LC_MESSAGES/Thunar.mo From owner-svn-ports-all@freebsd.org Wed Feb 15 16:02:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A6E5CE00EE; Wed, 15 Feb 2017 16:02:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51B251946; Wed, 15 Feb 2017 16:02:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FG2KwS014056; Wed, 15 Feb 2017 16:02:20 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FG2KCD014055; Wed, 15 Feb 2017 16:02:20 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702151602.v1FG2KCD014055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 15 Feb 2017 16:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434182 - head/x11-wm/xfce4-desktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 16:02:21 -0000 Author: olivierd Date: Wed Feb 15 16:02:20 2017 New Revision: 434182 URL: https://svnweb.freebsd.org/changeset/ports/434182 Log: - Remove previous patch (creation of folder in context menu), it causes crash of xfdesktop and produces wrong mime type - Bump PORTREVISION Modified: head/x11-wm/xfce4-desktop/Makefile Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Wed Feb 15 15:56:06 2017 (r434181) +++ head/x11-wm/xfce4-desktop/Makefile Wed Feb 15 16:02:20 2017 (r434182) @@ -3,7 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -40,10 +40,6 @@ THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes -post-patch: - ${REINPLACE_CMD} -e 's|inode/directory|folder|' \ - ${WRKSRC}/src/xfdesktop-file-icon-manager.c - post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in From owner-svn-ports-all@freebsd.org Wed Feb 15 16:42:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 344E4CE0B5C; Wed, 15 Feb 2017 16:42:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDBFE1295; Wed, 15 Feb 2017 16:42:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FGgoZn029974; Wed, 15 Feb 2017 16:42:50 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FGgnol029973; Wed, 15 Feb 2017 16:42:49 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702151642.v1FGgnol029973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 15 Feb 2017 16:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434183 - in head/ports-mgmt/poudriere: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 16:42:51 -0000 Author: bdrewery Date: Wed Feb 15 16:42:49 2017 New Revision: 434183 URL: https://svnweb.freebsd.org/changeset/ports/434183 Log: Fix building arm64 jails by copying in the needed binutils. Added: head/ports-mgmt/poudriere/files/patch-arm64-binutils (contents, props changed) Modified: head/ports-mgmt/poudriere/Makefile Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Wed Feb 15 16:02:20 2017 (r434182) +++ head/ports-mgmt/poudriere/Makefile Wed Feb 15 16:42:49 2017 (r434183) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/poudriere/files/patch-arm64-binutils ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere/files/patch-arm64-binutils Wed Feb 15 16:42:49 2017 (r434183) @@ -0,0 +1,29 @@ +commit f61894880dc863258d8ef76fb1bde993b6b9ca08 +Author: Bryan Drewery +Date: Fri Aug 26 14:23:39 2016 -0700 + + For arm64 copy the latest aarch64-binutils ld into the jail at startup. + + This will work like the qemu installation done at startup, and not require + messing with the jail creation/update or snapshots. + +diff --git src/share/poudriere/common.sh src/share/poudriere/common.sh +index 7c1a4d7..4244b0f 100755 +--- src/share/poudriere/common.sh ++++ src/share/poudriere/common.sh +@@ -1777,6 +1777,15 @@ jail_start() { + mkdir -p "${tomnt}${EMULATOR%/*}" + cp -f "${EMULATOR}" "${tomnt}${EMULATOR}" + fi ++ # Handle special ARM64 needs ++ if [ "${arch#*.}" = "aarch64" ] && ! [ -f "${tomnt}/usr/bin/ld" ]; then ++ if [ -f /usr/local/aarch64-freebsd/bin/ld ]; then ++ cp -f /usr/local/aarch64-freebsd/bin/ld \ ++ "${tomnt}/usr/bin/ld" ++ else ++ err 1 "Arm64 requires aarch64-binutils to be installed." ++ fi ++ fi + + if [ -d "${CCACHE_DIR:-/nonexistent}" ]; then + cat >> "${tomnt}/etc/make.conf" <<-EOF From owner-svn-ports-all@freebsd.org Wed Feb 15 16:43:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9B5CE0B98; Wed, 15 Feb 2017 16:43:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37191378; Wed, 15 Feb 2017 16:43:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FGhQ3T030107; Wed, 15 Feb 2017 16:43:26 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FGhQx2030105; Wed, 15 Feb 2017 16:43:26 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702151643.v1FGhQx2030105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 15 Feb 2017 16:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434184 - in head/ports-mgmt/poudriere-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 16:43:28 -0000 Author: bdrewery Date: Wed Feb 15 16:43:26 2017 New Revision: 434184 URL: https://svnweb.freebsd.org/changeset/ports/434184 Log: Fix building arm64 jails by copying in the needed binutils. Added: head/ports-mgmt/poudriere-devel/files/patch-arm64-binutils (contents, props changed) Modified: head/ports-mgmt/poudriere-devel/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Wed Feb 15 16:42:49 2017 (r434183) +++ head/ports-mgmt/poudriere-devel/Makefile Wed Feb 15 16:43:26 2017 (r434184) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.99.20160624 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/poudriere-devel/files/patch-arm64-binutils ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere-devel/files/patch-arm64-binutils Wed Feb 15 16:43:26 2017 (r434184) @@ -0,0 +1,29 @@ +commit 58b0c214d76525e53745133cd3de56eda5379934 +Author: Bryan Drewery +Date: Fri Aug 26 14:23:39 2016 -0700 + + For arm64 copy the latest aarch64-binutils ld into the jail at startup. + + This will work like the qemu installation done at startup, and not require + messing with the jail creation/update or snapshots. + +diff --git src/share/poudriere/common.sh src/share/poudriere/common.sh +index 4261243..8e0c8cf 100755 +--- src/share/poudriere/common.sh ++++ src/share/poudriere/common.sh +@@ -1795,6 +1795,15 @@ jail_start() { + mkdir -p "${tomnt}${EMULATOR%/*}" + cp -f "${EMULATOR}" "${tomnt}${EMULATOR}" + fi ++ # Handle special ARM64 needs ++ if [ "${arch#*.}" = "aarch64" ] && ! [ -f "${tomnt}/usr/bin/ld" ]; then ++ if [ -f /usr/local/aarch64-freebsd/bin/ld ]; then ++ cp -f /usr/local/aarch64-freebsd/bin/ld \ ++ "${tomnt}/usr/bin/ld" ++ else ++ err 1 "Arm64 requires aarch64-binutils to be installed." ++ fi ++ fi + + if [ -d "${CCACHE_DIR:-/nonexistent}" ]; then + cat >> "${tomnt}/etc/make.conf" <<-EOF From owner-svn-ports-all@freebsd.org Wed Feb 15 16:45:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EBD5CE0C00; Wed, 15 Feb 2017 16:45:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F280514F3; Wed, 15 Feb 2017 16:45:21 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FGjLWU030302; Wed, 15 Feb 2017 16:45:21 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FGjK2O030300; Wed, 15 Feb 2017 16:45:20 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702151645.v1FGjK2O030300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Wed, 15 Feb 2017 16:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434185 - head/benchmarks/stress-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 16:45:22 -0000 Author: krion Date: Wed Feb 15 16:45:20 2017 New Revision: 434185 URL: https://svnweb.freebsd.org/changeset/ports/434185 Log: Update benchmarks/stress-ng to 0.07.20 PR: 217112 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9616 Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Wed Feb 15 16:43:26 2017 (r434184) +++ head/benchmarks/stress-ng/Makefile Wed Feb 15 16:45:20 2017 (r434185) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.18 +PORTVERSION= 0.07.20 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Wed Feb 15 16:43:26 2017 (r434184) +++ head/benchmarks/stress-ng/distinfo Wed Feb 15 16:45:20 2017 (r434185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486676460 -SHA256 (stress-ng-0.07.18.tar.gz) = b6937b5a2fe5c9b0c12d5787b71439c804b718caf1f8127e106b6a6b7d392b6f -SIZE (stress-ng-0.07.18.tar.gz) = 359081 +TIMESTAMP = 1487150476 +SHA256 (stress-ng-0.07.20.tar.gz) = 59e6ba00dfa0a073a8109937192bd28471dc90de180d220cea65bc65fcda26d7 +SIZE (stress-ng-0.07.20.tar.gz) = 362679 From owner-svn-ports-all@freebsd.org Wed Feb 15 16:59:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FFEFCE0001; Wed, 15 Feb 2017 16:59:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F76C1F77; Wed, 15 Feb 2017 16:59:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FGxGWc034803; Wed, 15 Feb 2017 16:59:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FGxGtC034802; Wed, 15 Feb 2017 16:59:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702151659.v1FGxGtC034802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 15 Feb 2017 16:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434186 - head/devel/ccache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 16:59:17 -0000 Author: amdmi3 Date: Wed Feb 15 16:59:16 2017 New Revision: 434186 URL: https://svnweb.freebsd.org/changeset/ports/434186 Log: - Add links for clang40 Approved by: maintainer implicit Modified: head/devel/ccache/Makefile Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Wed Feb 15 16:45:20 2017 (r434185) +++ head/devel/ccache/Makefile Wed Feb 15 16:59:16 2017 (r434186) @@ -3,6 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -54,7 +55,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS+= 33 34 35 36 37 38 39 -devel +CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif From owner-svn-ports-all@freebsd.org Wed Feb 15 17:23:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF54CE090F; Wed, 15 Feb 2017 17:23:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5389B1050; Wed, 15 Feb 2017 17:23:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FHNJ6e046561; Wed, 15 Feb 2017 17:23:19 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FHNJP1046559; Wed, 15 Feb 2017 17:23:19 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702151723.v1FHNJP1046559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 15 Feb 2017 17:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434187 - head/textproc/py-rst2html5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 17:23:20 -0000 Author: olivierd Date: Wed Feb 15 17:23:19 2017 New Revision: 434187 URL: https://svnweb.freebsd.org/changeset/ports/434187 Log: Update to 1.9.2 Modified: head/textproc/py-rst2html5/Makefile head/textproc/py-rst2html5/distinfo Modified: head/textproc/py-rst2html5/Makefile ============================================================================== --- head/textproc/py-rst2html5/Makefile Wed Feb 15 16:59:16 2017 (r434186) +++ head/textproc/py-rst2html5/Makefile Wed Feb 15 17:23:19 2017 (r434187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rst2html5 -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-rst2html5/distinfo ============================================================================== --- head/textproc/py-rst2html5/distinfo Wed Feb 15 16:59:16 2017 (r434186) +++ head/textproc/py-rst2html5/distinfo Wed Feb 15 17:23:19 2017 (r434187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486842040 -SHA256 (rst2html5-1.9.1.tar.gz) = adbc236c5c20d977e96a3c1d457e302558493e6724d4852b9a6cdc173733ab04 -SIZE (rst2html5-1.9.1.tar.gz) = 60101 +TIMESTAMP = 1487177482 +SHA256 (rst2html5-1.9.2.tar.gz) = fb73774181cd107ea6ca2967e93d48ba28e02ed9e3a28d46d2344899944956f5 +SIZE (rst2html5-1.9.2.tar.gz) = 23743 From owner-svn-ports-all@freebsd.org Wed Feb 15 18:38:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC154CE0C0A; Wed, 15 Feb 2017 18:38:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A078B1AE9; Wed, 15 Feb 2017 18:38:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FIcYkm075200; Wed, 15 Feb 2017 18:38:34 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FIcYwj075199; Wed, 15 Feb 2017 18:38:34 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201702151838.v1FIcYwj075199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 15 Feb 2017 18:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434188 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 18:38:36 -0000 Author: emaste (src committer) Date: Wed Feb 15 18:38:34 2017 New Revision: 434188 URL: https://svnweb.freebsd.org/changeset/ports/434188 Log: Document arbitrary file write in diffoscope < 76 Reported by: koobs (via Debian bug report) Reviewed by: delphij Approved by: delphij Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D9598 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 15 17:23:19 2017 (r434187) +++ head/security/vuxml/vuln.xml Wed Feb 15 18:38:34 2017 (r434188) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + diffoscope -- arbitrary file write + + + py35-diffoscope + 6776 + + + + +

    Ximin Luo reports:

    +
    +

    [v67] introduced a security hole where diffoscope may write to + arbitrary locations on disk depending on the contents of an + untrusted archive.

    +
    + +
    + + CVE-2017-0359 + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854723 + + + 2017-02-09 + 2017-02-14 + +
    + ffmpeg -- heap overflow in lavf/mov.c From owner-svn-ports-all@freebsd.org Wed Feb 15 18:39:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F871CE0C6B; Wed, 15 Feb 2017 18:39:38 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0761BF9; Wed, 15 Feb 2017 18:39:38 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FIdbMB075361; Wed, 15 Feb 2017 18:39:37 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FIdb8w075359; Wed, 15 Feb 2017 18:39:37 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201702151839.v1FIdb8w075359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 15 Feb 2017 18:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434189 - head/sysutils/py-diffoscope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 18:39:38 -0000 Author: emaste (src committer) Date: Wed Feb 15 18:39:37 2017 New Revision: 434189 URL: https://svnweb.freebsd.org/changeset/ports/434189 Log: sysutils/py-diffoscope: update to v77 Approved by: koobs Security: CVE-2017-0359 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D9599 Modified: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo Modified: head/sysutils/py-diffoscope/Makefile ============================================================================== --- head/sysutils/py-diffoscope/Makefile Wed Feb 15 18:38:34 2017 (r434188) +++ head/sysutils/py-diffoscope/Makefile Wed Feb 15 18:39:37 2017 (r434189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 71 +PORTVERSION= 77 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-diffoscope/distinfo ============================================================================== --- head/sysutils/py-diffoscope/distinfo Wed Feb 15 18:38:34 2017 (r434188) +++ head/sysutils/py-diffoscope/distinfo Wed Feb 15 18:39:37 2017 (r434189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486517045 -SHA256 (diffoscope-71.tar.gz) = ef7ec634eb985e1a0ed20342c76774263ded585e1356786c5d7aa61efd5efa46 -SIZE (diffoscope-71.tar.gz) = 527557 +TIMESTAMP = 1487103573 +SHA256 (diffoscope-77.tar.gz) = c92ee656d5ddab18d6d499d9e01d208d2e38e31e78a6207b76211884e8352b73 +SIZE (diffoscope-77.tar.gz) = 466376 From owner-svn-ports-all@freebsd.org Wed Feb 15 19:14:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E242CE09D2; Wed, 15 Feb 2017 19:14:54 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1F3A1608; Wed, 15 Feb 2017 19:14:53 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FJEraI091246; Wed, 15 Feb 2017 19:14:53 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FJEqPB091244; Wed, 15 Feb 2017 19:14:52 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201702151914.v1FJEqPB091244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 15 Feb 2017 19:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434190 - head/devel/py-typed-ast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 19:14:54 -0000 Author: dbn Date: Wed Feb 15 19:14:52 2017 New Revision: 434190 URL: https://svnweb.freebsd.org/changeset/ports/434190 Log: devel/py-typed-ast: update to 1.0.0 - fix licenses Modified: head/devel/py-typed-ast/Makefile head/devel/py-typed-ast/distinfo Modified: head/devel/py-typed-ast/Makefile ============================================================================== --- head/devel/py-typed-ast/Makefile Wed Feb 15 18:39:37 2017 (r434189) +++ head/devel/py-typed-ast/Makefile Wed Feb 15 19:14:52 2017 (r434190) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typed-ast -PORTVERSION= 0.6.3 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org COMMENT= Fast version of Python's ast module with support for PEP484 typed comments -LICENSE= MIT PSFL +LICENSE= APACHE20 PSFL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.3+ USE_PYTHON= autoplist distutils concurrent +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast27.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast3.so + .include Modified: head/devel/py-typed-ast/distinfo ============================================================================== --- head/devel/py-typed-ast/distinfo Wed Feb 15 18:39:37 2017 (r434189) +++ head/devel/py-typed-ast/distinfo Wed Feb 15 19:14:52 2017 (r434190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485410942 -SHA256 (typed-ast-0.6.3.tar.gz) = d41a1856c882a51e398ad9972c9a7964b2f5e210317088382a419b5183544a29 -SIZE (typed-ast-0.6.3.tar.gz) = 190520 +TIMESTAMP = 1487171208 +SHA256 (typed-ast-1.0.0.tar.gz) = 2a5b738efcfbd0da5bd87ce998a31810c58a66a933f554c074fa96ec5f10a1cc +SIZE (typed-ast-1.0.0.tar.gz) = 200383 From owner-svn-ports-all@freebsd.org Wed Feb 15 19:31:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F438CE0F4B; Wed, 15 Feb 2017 19:31:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07CBF1DE2; Wed, 15 Feb 2017 19:31:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FJVY3H099312; Wed, 15 Feb 2017 19:31:34 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FJVYFY099310; Wed, 15 Feb 2017 19:31:34 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702151931.v1FJVYFY099310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 15 Feb 2017 19:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434191 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 19:31:35 -0000 Author: gerald Date: Wed Feb 15 19:31:33 2017 New Revision: 434191 URL: https://svnweb.freebsd.org/changeset/ports/434191 Log: Update to the 20170214 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Feb 15 19:14:52 2017 (r434190) +++ head/lang/gcc5-devel/Makefile Wed Feb 15 19:31:33 2017 (r434191) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170207 +PORTVERSION= 5.4.1.s20170214 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Feb 15 19:14:52 2017 (r434190) +++ head/lang/gcc5-devel/distinfo Wed Feb 15 19:31:33 2017 (r434191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486512308 -SHA256 (gcc-5-20170207.tar.bz2) = 64c15aac39dd79797dc51d1b40060abf6afb075db223d72f0c658ea3aa3fcdcb -SIZE (gcc-5-20170207.tar.bz2) = 91888968 +TIMESTAMP = 1487184168 +SHA256 (gcc-5-20170214.tar.bz2) = 0806ac3f5358df8545bbcf406964f385522cb435286e5f60203d34ba73057760 +SIZE (gcc-5-20170214.tar.bz2) = 91885397 From owner-svn-ports-all@freebsd.org Wed Feb 15 19:40:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8770BCE004B; Wed, 15 Feb 2017 19:40:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61F93217; Wed, 15 Feb 2017 19:40:18 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FJeHkM099911; Wed, 15 Feb 2017 19:40:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FJeGIl099903; Wed, 15 Feb 2017 19:40:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702151940.v1FJeGIl099903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 19:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434192 - in head: games/freeminer games/irrlamb games/minetest games/voxelands graphics/cegui x11-toolkits/irrlicht x11-toolkits/irrlicht/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 19:40:18 -0000 Author: tijl Date: Wed Feb 15 19:40:16 2017 New Revision: 434192 URL: https://svnweb.freebsd.org/changeset/ports/434192 Log: - In x11-toolkits/irrlicht build only the shared library. The upstream Makefile does not support building both the static and shared library. It compiles the code without -fPIC first for the static library and then creates the shared library from the same object files without recompiling them with -fPIC. - The upstream install target can now be used as well. - Use upstream library version and bump dependent ports. Modified: head/games/freeminer/Makefile head/games/irrlamb/Makefile head/games/minetest/Makefile head/games/voxelands/Makefile head/graphics/cegui/Makefile head/x11-toolkits/irrlicht/Makefile head/x11-toolkits/irrlicht/files/patch-source-Irrlicht_Makefile head/x11-toolkits/irrlicht/pkg-plist Modified: head/games/freeminer/Makefile ============================================================================== --- head/games/freeminer/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/games/freeminer/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -3,7 +3,7 @@ PORTNAME= freeminer PORTVERSION= 0.4.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/irrlamb/Makefile ============================================================================== --- head/games/irrlamb/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/games/irrlamb/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -3,7 +3,7 @@ PORTNAME= irrlamb PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/games/minetest/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -3,6 +3,7 @@ PORTNAME= minetest PORTVERSION= 0.4.15 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/voxelands/Makefile ============================================================================== --- head/games/voxelands/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/games/voxelands/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -2,7 +2,7 @@ PORTNAME= voxelands PORTVERSION= 1604.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://voxelands.com/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/graphics/cegui/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 Modified: head/x11-toolkits/irrlicht/Makefile ============================================================================== --- head/x11-toolkits/irrlicht/Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/x11-toolkits/irrlicht/Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -3,6 +3,7 @@ PORTNAME= irrlicht PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= SF/${PORTNAME}/Irrlicht%20SDK/${PORTVERSION:R}/${PORTVERSION}/ @@ -19,16 +20,13 @@ USES= alias dos2unix gmake jpeg zip USE_GL= gl USE_XORG= x11 xxf86vm USE_LDCONFIG= yes -MAKE_ENV= SHLIB_VER=${SHARED_LIB_VER} -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - -PLIST_SUB= SHARED_LIB_VER=${SHARED_LIB_VER} +ALL_TARGET= sharedlib +PLIST_SUB= PORTVERSION=${PORTVERSION} SOVERSION=${PORTVERSION:R} SUB_FILES= pkg-message BUILD_WRKSRC= ${WRKSRC}/source/Irrlicht +INSTALL_WRKSRC= ${BUILD_WRKSRC} -SHARED_LIB_VER= 1 EXAMPLEDIRS= 01.HelloWorld 02.Quake3Map 03.CustomSceneNode 04.Movement \ 05.UserInterface 06.2DGraphics 07.Collision 08.SpecialFX \ 09.Meshviewer 10.Shaders 11.PerPixelLighting \ @@ -38,8 +36,6 @@ OPTIONS_DEFINE= DEBUG EXAMPLES DEBUG_MAKE_ENV_OFF= NDEBUG=1 -BROKEN_sparc64= Does not compile - post-patch: @${REINPLACE_CMD} -e '/#define.*_IRR_USE_NON_SYSTEM_JPEG_LIB_/ d' \ -e '/#define.*_IRR_USE_NON_SYSTEM_LIB_PNG_/ d' \ @@ -48,18 +44,7 @@ post-patch: -e '/#define.*_IRR_COMPILE_WITH_JOYSTICK_EVENTS_/ d' \ ${WRKSRC}/include/IrrCompileConfig.h -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/include/*.h \ - ${STAGEDIR}${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libIrrlicht.a \ - ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/lib/FreeBSD/libIrrlicht.so.${SHARED_LIB_VER} \ - ${STAGEDIR}${PREFIX}/lib - ${LN} -sf libIrrlicht.so.${SHARED_LIB_VER} \ - ${STAGEDIR}${PREFIX}/lib/libIrrlicht.so - -do-install-EXAMPLES-on: +post-install-EXAMPLES-on: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${EXAMPLEDIRS}" \ ${STAGEDIR}${EXAMPLESDIR} \ "( -name Makefile -or -name *\.cpp -or -name *\.h )" Modified: head/x11-toolkits/irrlicht/files/patch-source-Irrlicht_Makefile ============================================================================== --- head/x11-toolkits/irrlicht/files/patch-source-Irrlicht_Makefile Wed Feb 15 19:31:33 2017 (r434191) +++ head/x11-toolkits/irrlicht/files/patch-source-Irrlicht_Makefile Wed Feb 15 19:40:16 2017 (r434192) @@ -35,7 +35,7 @@ STATIC_LIB = libIrrlicht.a LIB_PATH = ../../lib/$(SYSTEM) -INSTALL_DIR = /usr/local/lib -+INSTALL_DIR = ${PREFIX}/lib ++INSTALL_DIR = ${DESTDIR}${PREFIX}/lib sharedlib install: SHARED_LIB = libIrrlicht.so -sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -staticlib sharedlib: CXXINCS += -I/usr/X11R6/include @@ -44,20 +44,3 @@ #OSX specific options staticlib_osx sharedlib_osx install_osx: SYSTEM = MacOSX -@@ -117,13 +114,13 @@ - - #################### - # All target, builds Irrlicht as static lib (libIrrlicht.a) and copies it into lib/Linux --all linux: staticlib -+all linux: staticlib sharedlib - - # Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into lib/Linux - sharedlib: $(LINKOBJ) -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SONAME) -o $(SHARED_FULLNAME) $^ $(LDFLAGS) -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SHARED_LIB).$(SHLIB_VER) -o $(SHARED_LIB).$(SHLIB_VER) $^ $(LDFLAGS) - mkdir -p $(LIB_PATH) -- cp $(SHARED_FULLNAME) $(LIB_PATH) -+ cp $(SHARED_LIB).$(SHLIB_VER) $(LIB_PATH) - - # Builds Irrlicht as static lib (libIrrlicht.a) - $(STATIC_LIB): $(LINKOBJ) Modified: head/x11-toolkits/irrlicht/pkg-plist ============================================================================== --- head/x11-toolkits/irrlicht/pkg-plist Wed Feb 15 19:31:33 2017 (r434191) +++ head/x11-toolkits/irrlicht/pkg-plist Wed Feb 15 19:40:16 2017 (r434192) @@ -180,9 +180,9 @@ include/irrlicht/rect.h include/irrlicht/triangle3d.h include/irrlicht/vector2d.h include/irrlicht/vector3d.h -lib/libIrrlicht.a lib/libIrrlicht.so -lib/libIrrlicht.so.%%SHARED_LIB_VER%% +lib/libIrrlicht.so.%%SOVERSION%% +lib/libIrrlicht.so.%%PORTVERSION%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/01.HelloWorld/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/01.HelloWorld/main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/02.Quake3Map/Makefile From owner-svn-ports-all@freebsd.org Wed Feb 15 20:22:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A3CCE0BD4; Wed, 15 Feb 2017 20:22:24 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 558B41E91; Wed, 15 Feb 2017 20:22:24 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FKMNrL019974; Wed, 15 Feb 2017 20:22:23 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FKMNqG019973; Wed, 15 Feb 2017 20:22:23 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702152022.v1FKMNqG019973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 15 Feb 2017 20:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434193 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 20:22:24 -0000 Author: cy Date: Wed Feb 15 20:22:23 2017 New Revision: 434193 URL: https://svnweb.freebsd.org/changeset/ports/434193 Log: Address build failutre default-build-as-user: => /portdistfiles/ is not writable by you; cannot fetch. Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Wed Feb 15 19:40:16 2017 (r434192) +++ head/lang/dmd2/Makefile Wed Feb 15 20:22:23 2017 (r434193) @@ -109,6 +109,9 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin32/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd32.conf ${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin64/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd64.conf +pre-fetch: + ${MAKE} -f Makefile.bootstrap BOOTDIR=${WRKDIR} checksum + pre-configure: ${MAKE} -f Makefile.bootstrap BOOTDIR=${WRKDIR} From owner-svn-ports-all@freebsd.org Wed Feb 15 20:31:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEEDBCE0EC2; Wed, 15 Feb 2017 20:31:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E62B331; Wed, 15 Feb 2017 20:31:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FKVG93022649; Wed, 15 Feb 2017 20:31:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FKVGC8022647; Wed, 15 Feb 2017 20:31:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702152031.v1FKVGC8022647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Feb 2017 20:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434194 - in head/x11-wm/fvwm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 20:31:17 -0000 Author: tijl Date: Wed Feb 15 20:31:16 2017 New Revision: 434194 URL: https://svnweb.freebsd.org/changeset/ports/434194 Log: Remove -fPIC and fix the real problem where a variable is defined as an array in one file and declared as a pointer in another. Added: head/x11-wm/fvwm/files/patch-fvwm-functions.c (contents, props changed) Modified: head/x11-wm/fvwm/Makefile Modified: head/x11-wm/fvwm/Makefile ============================================================================== --- head/x11-wm/fvwm/Makefile Wed Feb 15 20:22:23 2017 (r434193) +++ head/x11-wm/fvwm/Makefile Wed Feb 15 20:31:16 2017 (r434194) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 1.24r -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ PKGNAMESUFFIX= 1${PKGNAMESUFFIX2} @@ -14,8 +14,6 @@ COMMENT= Fvwm window manager USES= imake USE_XORG= xbitmaps xpm xext x11 xmu -CFLAGS_aarch64= -fPIC - pre-configure: ${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Added: head/x11-wm/fvwm/files/patch-fvwm-functions.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fvwm/files/patch-fvwm-functions.c Wed Feb 15 20:31:16 2017 (r434194) @@ -0,0 +1,20 @@ +--- fvwm/functions.c.orig 1994-11-15 14:18:26 UTC ++++ fvwm/functions.c +@@ -52,7 +52,7 @@ + extern XEvent Event; + extern FvwmWindow *Tmp_win; + extern int menuFromFrameOrWindowOrTitlebar; +-extern DoHandlePageing; ++extern Bool DoHandlePageing; + + extern char **g_argv; + +@@ -1643,7 +1643,7 @@ void MapIt(FvwmWindow *t) + + void QuickRestart(void) + { +- extern char *m4_options; ++ extern char m4_options[]; + extern char *display_name; + int i; + FvwmWindow *tmp,*next; From owner-svn-ports-all@freebsd.org Wed Feb 15 21:10:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73825CE0B9B; Wed, 15 Feb 2017 21:10:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46D6C180E; Wed, 15 Feb 2017 21:10:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id D64D4363A; Wed, 15 Feb 2017 21:10:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 62FA6315E0; Wed, 15 Feb 2017 21:10:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id MIFqN8RwKhef; Wed, 15 Feb 2017 21:10:35 +0000 (UTC) Subject: Re: svn commit: r434183 - in head/ports-mgmt/poudriere: . files DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 368D7315DB To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201702151642.v1FGgnol029973@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5eec342e-1fa4-d001-0320-cc33a9541c52@FreeBSD.org> Date: Wed, 15 Feb 2017 13:10:20 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <201702151642.v1FGgnol029973@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68o14C9FWPMfMmtgckFFIB9QgmlsfShX" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 21:10:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q68o14C9FWPMfMmtgckFFIB9QgmlsfShX Content-Type: multipart/mixed; boundary="jCHBunTVkguKjBufHAicrh0daCVRQgUe0"; protected-headers="v1" From: Bryan Drewery To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <5eec342e-1fa4-d001-0320-cc33a9541c52@FreeBSD.org> Subject: Re: svn commit: r434183 - in head/ports-mgmt/poudriere: . files References: <201702151642.v1FGgnol029973@repo.freebsd.org> In-Reply-To: <201702151642.v1FGgnol029973@repo.freebsd.org> --jCHBunTVkguKjBufHAicrh0daCVRQgUe0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/15/2017 8:42 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Feb 15 16:42:49 2017 > New Revision: 434183 > URL: https://svnweb.freebsd.org/changeset/ports/434183 >=20 > Log: > Fix building arm64 jails by copying in the needed binutils. This does not fix building on a non-arm64 host with QEMU. It only fixes building natively right now. --=20 Regards, Bryan Drewery --jCHBunTVkguKjBufHAicrh0daCVRQgUe0-- --Q68o14C9FWPMfMmtgckFFIB9QgmlsfShX 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 iQEcBAEBAgAGBQJYpMO8AAoJEDXXcbtuRpfPTcYH/i+fHZaAKYFOkIIf7jZQFwPI LF9vi0XqWJFVpBgrp10UeXt+dtisGkbydFPl7GefM+2QrP332eQQvSCbKFMofCo7 tr++esct8pqvUyWSaavNGpmEj56NxBQDWlhvnYtgeq/v4NJmlKPqw6IU7GH/U094 BBTmCO4wxj2yXkbgcl1+vvJtEMZtEJe75udDTf0ZJZO11Bd9p73lANZcuIGQ9aX8 ThB+ofKDvABzXTzngWxopYiZ+eO2sQ4jbYtnHQaU6BIDIhMojlzuidB0nbMJ8T4+ GUunHb5ZQgXXhx4bRRYxaUHWy7IDzaYWyggChxi7hBfRv/NSNfPSYnvrVOjszlQ= =VVR0 -----END PGP SIGNATURE----- --Q68o14C9FWPMfMmtgckFFIB9QgmlsfShX-- From owner-svn-ports-all@freebsd.org Wed Feb 15 21:33:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 296EACDF1BF; Wed, 15 Feb 2017 21:33:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4807659; Wed, 15 Feb 2017 21:33:18 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FLXHCq049325; Wed, 15 Feb 2017 21:33:17 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FLXB7n049259; Wed, 15 Feb 2017 21:33:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702152133.v1FLXB7n049259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 15 Feb 2017 21:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434195 - in head: Mk/Uses archivers/zip-ada databases/adabase databases/apq databases/apq-mysql databases/apq-odbc databases/apq-pgsql devel/ada-util devel/adabooch devel/adacurses dev... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 21:33:19 -0000 Author: rene Date: Wed Feb 15 21:33:11 2017 New Revision: 434195 URL: https://svnweb.freebsd.org/changeset/ports/434195 Log: Return the ports mistakenly reset to ports@ in r433856 to John Marino. The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time. Modified: head/Mk/Uses/ada.mk head/Mk/Uses/alias.mk head/archivers/zip-ada/Makefile head/databases/adabase/Makefile head/databases/apq-mysql/Makefile head/databases/apq-odbc/Makefile head/databases/apq-pgsql/Makefile head/databases/apq/Makefile head/devel/ada-util/Makefile head/devel/adabooch/Makefile head/devel/adacurses/Makefile head/devel/adaid/Makefile head/devel/ahven/Makefile head/devel/alog/Makefile head/devel/aunit/Makefile head/devel/florist-gpl/Makefile head/devel/gnatcoll/Makefile head/devel/gnatpython/Makefile head/devel/gprbuild/Makefile head/devel/gps/Makefile head/devel/libspark2012/Makefile head/devel/matreshka/Makefile head/devel/pcsc-ada/Makefile head/devel/pragmarcs/Makefile head/devel/sdl_gnat/Makefile head/dns/ironsides/Makefile head/graphics/generic_image_decoder/Makefile head/lang/adacontrol/Makefile head/lang/asis/Makefile head/lang/gcc5-aux/Makefile head/lang/gcc6-aux/Makefile head/lang/gnat_util/Makefile head/lang/gnatcross-aarch64/Makefile head/lang/gnatcross-binutils-aarch64/Makefile head/lang/gnatcross-sysroot-aarch64/Makefile head/lang/gnatdroid-binutils-x86/Makefile head/lang/gnatdroid-binutils/Makefile head/lang/gnatdroid-sysroot-x86/Makefile head/lang/gnatdroid-sysroot/Makefile head/lang/gnatdroid-x86/Makefile head/lang/lua-ada/Makefile head/math/opensolaris-libm/Makefile head/math/plplot-ada/Makefile head/misc/excel-writer/Makefile head/misc/ini_file_manager/Makefile head/net/adasockets/Makefile head/net/anet/Makefile head/net/polyorb/Makefile head/ports-mgmt/genpatch/Makefile head/security/libadacrypt/Makefile head/security/libsparkcrypto/Makefile head/shells/sparforte/Makefile head/textproc/adabrowse/Makefile head/textproc/opentoken/Makefile head/textproc/py-sphinxcontrib-adadomain/Makefile head/textproc/templates_parser/Makefile head/textproc/xml_ez_out/Makefile head/textproc/xmlada/Makefile head/www/aws-demos/Makefile head/www/aws/Makefile head/x11-toolkits/gtkada/Makefile head/x11-toolkits/gtkada3/Makefile Modified: head/Mk/Uses/ada.mk ============================================================================== --- head/Mk/Uses/ada.mk Wed Feb 15 20:31:16 2017 (r434194) +++ head/Mk/Uses/ada.mk Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ # Usage: USES=ada # Valid ARGS: 5, 6, run # -# MAINTAINER: ports@FreeBSD.org +# MAINTAINER: freebsd.contact@marino.st .if !defined(_INCLUDE_USES_ADA_MK) _INCLUDE_USES_ADA_MK= yes Modified: head/Mk/Uses/alias.mk ============================================================================== --- head/Mk/Uses/alias.mk Wed Feb 15 20:31:16 2017 (r434194) +++ head/Mk/Uses/alias.mk Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ # Usage: USES=alias or USES=alias:ARGS # Valid ARGS: 9 (default), 10, 11 # -# MAINTAINER: ports@FreeBSD.org +# MAINTAINER: freebsd.contact@marino.st .if !defined(_INCLUDE_USES_ALIAS_MK) _INCLUDE_USES_ALIAS_MK= yes Modified: head/archivers/zip-ada/Makefile ============================================================================== --- head/archivers/zip-ada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/archivers/zip-ada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SF/unzip-ada/ DISTNAME= zipada${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Zip compressed archive file format library written in Ada LICENSE= MIT Modified: head/databases/adabase/Makefile ============================================================================== --- head/databases/adabase/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/databases/adabase/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 3.1 DISTVERSIONPREFIX= v CATEGORIES= databases -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Thick database bindings for Ada LICENSE= ISCL Modified: head/databases/apq-mysql/Makefile ============================================================================== --- head/databases/apq-mysql/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/databases/apq-mysql/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= ${DRV_MYSQL_PR} CATEGORIES= databases MASTER_SITES= LOCAL/marino -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= APQ Ada95 MySQL database driver LICENSE= GPLv2 GMGPL Modified: head/databases/apq-odbc/Makefile ============================================================================== --- head/databases/apq-odbc/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/databases/apq-odbc/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= ${DRV_ODBC_PR} CATEGORIES= databases MASTER_SITES= LOCAL/marino -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= APQ Ada95 ODBC database driver LICENSE= GPLv2 GMGPL Modified: head/databases/apq-pgsql/Makefile ============================================================================== --- head/databases/apq-pgsql/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/databases/apq-pgsql/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= ${DRV_PGSQL_PR} CATEGORIES= databases MASTER_SITES= LOCAL/marino -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= APQ Ada95 PostgreSQL database driver LICENSE= GPLv2 GMGPL Modified: head/databases/apq/Makefile ============================================================================== --- head/databases/apq/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/databases/apq/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= ${BASE_PORTREV} CATEGORIES= databases MASTER_SITES= LOCAL/marino -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= APQ Ada95 database base library LICENSE= GPLv2 GMGPL Modified: head/devel/ada-util/Makefile ============================================================================== --- head/devel/ada-util/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/ada-util/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 1.8.0 PORTREVISION= 3 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Utility library for Ada 2005 applications LICENSE= APACHE20 Modified: head/devel/adabooch/Makefile ============================================================================== --- head/devel/adabooch/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/adabooch/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= SF/booch95/booch95/${PORTVERSION} DISTNAME= bc-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada 95 Booch Components LICENSE= GPLv2 GMGPL Modified: head/devel/adacurses/Makefile ============================================================================== --- head/devel/adacurses/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/adacurses/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/AdaCurses/ DISTNAME= AdaCurses-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada95 bindings for ncurses LICENSE= MIT Modified: head/devel/adaid/Makefile ============================================================================== --- head/devel/adaid/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/adaid/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 0.0.1 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Simple Ada library for generating UUIDs LICENSE= BSD2CLAUSE Modified: head/devel/ahven/Makefile ============================================================================== --- head/devel/ahven/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/ahven/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.ahven-framework.com/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada unit test framework LICENSE= ISCL Modified: head/devel/alog/Makefile ============================================================================== --- head/devel/alog/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/alog/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libalog-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Stackable logging framework for Ada LICENSE= LGPL21 Modified: head/devel/aunit/Makefile ============================================================================== --- head/devel/aunit/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/aunit/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= aunit-gpl-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada unit testing framework LICENSE= GPLv3 Modified: head/devel/florist-gpl/Makefile ============================================================================== --- head/devel/florist-gpl/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/florist-gpl/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c) LICENSE= GPLv3 Modified: head/devel/gnatcoll/Makefile ============================================================================== --- head/devel/gnatcoll/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/gnatcoll/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= gnatcoll PORTVERSION= 2016 # branch: gpl-for-gps-2016 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= GNAT Component Collection from Adacore LICENSE= GPLv3 Modified: head/devel/gnatpython/Makefile ============================================================================== --- head/devel/gnatpython/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/gnatpython/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= ${SNAPSHOT} CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Python package used in Ada testsuites LICENSE= GPLv3 Modified: head/devel/gprbuild/Makefile ============================================================================== --- head/devel/gprbuild/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/gprbuild/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= gprbuild PORTVERSION= ${SNAPSHOT} CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Adacore multi-language software build tool LICENSE= GPLv3 Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/gps/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlac DISTNAME= gps-gpl-${PORTVERSION}-src PKGNAMESUFFIX= -ide -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= GNAT Programming Studio - IDE for Ada and many other languages LICENSE= GPLv3 Modified: head/devel/libspark2012/Makefile ============================================================================== --- head/devel/libspark2012/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/libspark2012/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= SPARK 2012 Spark.Ada library LICENSE= GPLv3 Modified: head/devel/matreshka/Makefile ============================================================================== --- head/devel/matreshka/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/matreshka/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://forge.ada-ru.org/matreshka/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada framework for information systems development LICENSE= BSD3CLAUSE Modified: head/devel/pcsc-ada/Makefile ============================================================================== --- head/devel/pcsc-ada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/pcsc-ada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libpcscada-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada binding to PC/SC middleware (Smart card interface) LICENSE= LGPL21 Modified: head/devel/pragmarcs/Makefile ============================================================================== --- head/devel/pragmarcs/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/pragmarcs/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= pragmarcs PORTVERSION= 20161207 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= PragmAda Reusable Components LICENSE= GPLv2 GMGPL Modified: head/devel/sdl_gnat/Makefile ============================================================================== --- head/devel/sdl_gnat/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/devel/sdl_gnat/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada thin bindings for SDL (GPLv3) LICENSE= GPLv3 Modified: head/dns/ironsides/Makefile ============================================================================== --- head/dns/ironsides/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/dns/ironsides/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= dns MASTER_SITES= http://ironsides.martincarlisle.com/ DISTNAME= ironsides_authoritative-${SNAPSHOT} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Authoritative DNS server formally verified by SPARK/Ada LICENSE= Ironsides Modified: head/graphics/generic_image_decoder/Makefile ============================================================================== --- head/graphics/generic_image_decoder/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/graphics/generic_image_decoder/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= graphics MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= gid-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada library for decoding various image formats inc. animations LICENSE= MIT Modified: head/lang/adacontrol/Makefile ============================================================================== --- head/lang/adacontrol/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/adacontrol/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= SF/adacontrol DISTNAME= adactl-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Tool for detecting use or non-use of specific Ada constructs LICENSE= GPLv2 GMGPL Modified: head/lang/asis/Makefile ============================================================================== --- head/lang/asis/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/asis/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= GNAT implementation of Ada Semantic Interface Specification LICENSE= GPLv2 Modified: head/lang/gcc5-aux/Makefile ============================================================================== --- head/lang/gcc5-aux/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gcc5-aux/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlac LOCAL/marino:boot GCC/${MS_SUBDIR} DISTFILES= ${IDENTIFICATION}.tar.bz2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support LICENSE= GPLv3 GPLv3RLE Modified: head/lang/gcc6-aux/Makefile ============================================================================== --- head/lang/gcc6-aux/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gcc6-aux/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlac LOCAL/marino:boot GCC/${MS_SUBDIR} DISTFILES= ${IDENTIFICATION}.tar.bz2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support LICENSE= GPLv3 GPLv3RLE Modified: head/lang/gnat_util/Makefile ============================================================================== --- head/lang/gnat_util/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnat_util/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= GCC/${MS_SUBDIR} DISTNAME= ${IDENTIFICATION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Library used to build GNAT tools such as ASIS LICENSE= GPLv3 GPLv3RLE Modified: head/lang/gnatcross-aarch64/Makefile ============================================================================== --- head/lang/gnatcross-aarch64/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatcross-aarch64/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= aarch64 PORTREVISION= ${ARM64_PR} PKGNAMEPREFIX= gnatcross- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= C/Ada cross-compiler, target: ${LABEL_TARGET} LABEL_TARGET= FreeBSD/ARM64 Modified: head/lang/gnatcross-binutils-aarch64/Makefile ============================================================================== --- head/lang/gnatcross-binutils-aarch64/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatcross-binutils-aarch64/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTREVISION= 0 PKGNAMEPREFIX= gnatcross- PKGNAMESUFFIX= -aarch64 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Infrastructure for C/Ada FreeBSD cross-compiler (aarch64) BRANCH2= # Assume aarch64 will always be only CPU for FreeBSD/ARM64 Modified: head/lang/gnatcross-sysroot-aarch64/Makefile ============================================================================== --- head/lang/gnatcross-sysroot-aarch64/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatcross-sysroot-aarch64/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= gnatcross- PKGNAMESUFFIX= -aarch64 DIST_SUBDIR= gnatcross/arm64-aarch64/${RELEASE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= FreeBSD sysroots for C/Ada cross-compiler (${ARCH}) NO_BUILD= yes Modified: head/lang/gnatdroid-binutils-x86/Makefile ============================================================================== --- head/lang/gnatdroid-binutils-x86/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatdroid-binutils-x86/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -4,7 +4,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -x86 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Infrastructure for C/Ada Android cross-compiler (x86) BRANCH2= x86_32 Modified: head/lang/gnatdroid-binutils/Makefile ============================================================================== --- head/lang/gnatdroid-binutils/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatdroid-binutils/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= SOURCEWARE/binutils/releases PKGNAMEPREFIX?= gnatdroid- -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= freebsd.contact@marino.st COMMENT?= Infrastructure for C/Ada Android cross-compiler (ARMv7) LICENSE= GPLv3 LGPL3 Modified: head/lang/gnatdroid-sysroot-x86/Makefile ============================================================================== --- head/lang/gnatdroid-sysroot-x86/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatdroid-sysroot-x86/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -x86 DISTNAME= android-${API}-x86 DIST_SUBDIR= gnatdroid-ndk11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Android sysroots for C/Ada Android cross-compiler (x86) ONLY_FOR_ARCHS= i386 amd64 Modified: head/lang/gnatdroid-sysroot/Makefile ============================================================================== --- head/lang/gnatdroid-sysroot/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatdroid-sysroot/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= gnatdroid- DISTNAME= android-${API}-arm DIST_SUBDIR= gnatdroid-ndk11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Android sysroots for C/Ada Android cross-compiler ONLY_FOR_ARCHS= i386 amd64 Modified: head/lang/gnatdroid-x86/Makefile ============================================================================== --- head/lang/gnatdroid-x86/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/gnatdroid-x86/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -4,7 +4,7 @@ PORTNAME= x86 PORTREVISION= ${X86_PR} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= C/Ada cross-compiler, target: Android x86 DROID_TARGET= i686-aux-linux-android Modified: head/lang/lua-ada/Makefile ============================================================================== --- head/lang/lua-ada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/lang/lua-ada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 1.0 # made-up; no version PORTREVISION= 1 CATEGORIES= lang -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada binding for Lua LICENSE= GPLv3 GPLv3RLE Modified: head/math/opensolaris-libm/Makefile ============================================================================== --- head/math/opensolaris-libm/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/math/opensolaris-libm/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= C99 Math and vector libraries from OpenSolaris snv_33 LICENSE= CDDL Modified: head/math/plplot-ada/Makefile ============================================================================== --- head/math/plplot-ada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/math/plplot-ada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source PKGNAMESUFFIX= -ada -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada bindings for PLplot LICENSE= LGPL3 Modified: head/misc/excel-writer/Makefile ============================================================================== --- head/misc/excel-writer/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/misc/excel-writer/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= misc MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= excel_writer_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada package for easily creating Excel files with basic formats LICENSE= MIT Modified: head/misc/ini_file_manager/Makefile ============================================================================== --- head/misc/ini_file_manager/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/misc/ini_file_manager/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= misc MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= ini-files-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ini configuration file reader and manipulator package for Ada LICENSE= MIT Modified: head/net/adasockets/Makefile ============================================================================== --- head/net/adasockets/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/net/adasockets/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 1.10.1 CATEGORIES= net MASTER_SITES= http://www.rfc1149.net/download/adasockets/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= IPv4 socket library for Ada (TCP, UDP, and multicast) LICENSE= GPLv2 GMGPL Modified: head/net/anet/Makefile ============================================================================== --- head/net/anet/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/net/anet/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libanet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Networking library for Ada LICENSE= GPLv2 GMGPL Modified: head/net/polyorb/Makefile ============================================================================== --- head/net/polyorb/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/net/polyorb/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= polyorb-gpl-${YEAR}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= CORBA, SOAP, Ada 95 Distributed System Annex middleware LICENSE= GPLv3 Modified: head/ports-mgmt/genpatch/Makefile ============================================================================== --- head/ports-mgmt/genpatch/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/ports-mgmt/genpatch/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Single patch generator tool compatible with makepatch format LICENSE= BSD2CLAUSE Modified: head/security/libadacrypt/Makefile ============================================================================== --- head/security/libadacrypt/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/security/libadacrypt/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 20151019 PORTREVISION= 1 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Crypto library for Ada with a nice API LICENSE= GMGPL Modified: head/security/libsparkcrypto/Makefile ============================================================================== --- head/security/libsparkcrypto/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/security/libsparkcrypto/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://senier.net/libsparkcrypto/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Cryptographic library implemented in SPARK LICENSE= BSD3CLAUSE Modified: head/shells/sparforte/Makefile ============================================================================== --- head/shells/sparforte/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/shells/sparforte/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= shells lang -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Shell and scripting language for mission-critical, scalable projects LICENSE= GPLv2 GMGPL Modified: head/textproc/adabrowse/Makefile ============================================================================== --- head/textproc/adabrowse/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/adabrowse/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= HTML generator for Ada 95 library unit specifications LICENSE= GPLv2 Modified: head/textproc/opentoken/Makefile ============================================================================== --- head/textproc/opentoken/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/opentoken/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://stephe-leake.org/ada/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Lexical analyser and parser for the Ada language LICENSE= GPLv3 GPLv3RLE Modified: head/textproc/py-sphinxcontrib-adadomain/Makefile ============================================================================== --- head/textproc/py-sphinxcontrib-adadomain/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/py-sphinxcontrib-adadomain/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ MASTER_SITES= https://pypi.python.org/pa LOCAL/marino PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Sphinx Adadomain Extension LICENSE= BSD2CLAUSE Modified: head/textproc/templates_parser/Makefile ============================================================================== --- head/textproc/templates_parser/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/templates_parser/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= templates_parser PORTVERSION= 17.0.0 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Web page template engine module for the Ada Web Server LICENSE= GPLv3+ Modified: head/textproc/xml_ez_out/Makefile ============================================================================== --- head/textproc/xml_ez_out/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/xml_ez_out/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.mckae.com/xml_ezout/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Library for emitting XML from Ada programs LICENSE= GPLv2 GMGPL Modified: head/textproc/xmlada/Makefile ============================================================================== --- head/textproc/xmlada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/textproc/xmlada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= xmlada PORTVERSION= 17.0.0 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Adacore XML suite for the Ada language LICENSE= GPLv3 Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/www/aws-demos/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 17.1.0 CATEGORIES= www PKGNAMESUFFIX= -demos -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Adacore Ada Web Server demos LICENSE= GPLv3 GPLv3RLE Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/www/aws/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -5,7 +5,7 @@ PORTNAME= aws PORTVERSION= 17.1.0 CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Adacore Ada Web Server and framework LICENSE= GPLv3 GPLv3RLE Modified: head/x11-toolkits/gtkada/Makefile ============================================================================== --- head/x11-toolkits/gtkada/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/x11-toolkits/gtkada/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlac DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ gtkada-rm-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada graphical toolkit based on Gtk2+ LICENSE= GPLv2 Modified: head/x11-toolkits/gtkada3/Makefile ============================================================================== --- head/x11-toolkits/gtkada3/Makefile Wed Feb 15 20:31:16 2017 (r434194) +++ head/x11-toolkits/gtkada3/Makefile Wed Feb 15 21:33:11 2017 (r434195) @@ -6,7 +6,7 @@ PORTVERSION= 3.14.2 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada graphical toolkit based on Gtk3 components LICENSE= GPLv3 From owner-svn-ports-all@freebsd.org Thu Feb 16 02:31:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24B94CE1A1D; Thu, 16 Feb 2017 02:31:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8E6C3D2; Thu, 16 Feb 2017 02:31:17 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1G2VG2S067668; Thu, 16 Feb 2017 02:31:16 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1G2VGwW067188; Thu, 16 Feb 2017 02:31:16 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702160231.v1G2VGwW067188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 16 Feb 2017 02:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434196 - in head/www/htmlcxx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 02:31:18 -0000 Author: kevlo Date: Thu Feb 16 02:31:16 2017 New Revision: 434196 URL: https://svnweb.freebsd.org/changeset/ports/434196 Log: Update to 0.86 Deleted: head/www/htmlcxx/files/patch-ci_string.h Modified: head/www/htmlcxx/Makefile head/www/htmlcxx/distinfo head/www/htmlcxx/pkg-plist Modified: head/www/htmlcxx/Makefile ============================================================================== --- head/www/htmlcxx/Makefile Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/Makefile Thu Feb 16 02:31:16 2017 (r434196) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= htmlcxx -PORTVERSION= 0.85 -PORTREVISION= 2 +PORTVERSION= 0.86 CATEGORIES= www textproc MASTER_SITES= SF @@ -12,24 +11,14 @@ COMMENT= HTML and CSS APIs for C++ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 -USES= bison iconv libtool +USES= bison iconv libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -MAKE_JOBS_UNSAFE=yes - -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" - -.include - -.if !empty(ICONV_LIB) -CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=yes -.endif - post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure -.include +.include Modified: head/www/htmlcxx/distinfo ============================================================================== --- head/www/htmlcxx/distinfo Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/distinfo Thu Feb 16 02:31:16 2017 (r434196) @@ -1,2 +1,3 @@ -SHA256 (htmlcxx-0.85.tar.gz) = ab02a0c4addc82f82d564f7d163fe0cc726179d9045381c288f5b8295996bae5 -SIZE (htmlcxx-0.85.tar.gz) = 414624 +TIMESTAMP = 1487211277 +SHA256 (htmlcxx-0.86.tar.gz) = 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1 +SIZE (htmlcxx-0.86.tar.gz) = 469416 Modified: head/www/htmlcxx/pkg-plist ============================================================================== --- head/www/htmlcxx/pkg-plist Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/pkg-plist Thu Feb 16 02:31:16 2017 (r434196) @@ -12,7 +12,6 @@ include/htmlcxx/html/ci_string.h include/htmlcxx/html/tld.h include/htmlcxx/html/tree.h include/htmlcxx/html/utils.h -libdata/pkgconfig/htmlcxx.pc lib/libcss_parser.so lib/libcss_parser.so.0 lib/libcss_parser.so.0.0.0 @@ -22,4 +21,5 @@ lib/libcss_parser_pp.so.0.0.0 lib/libhtmlcxx.so lib/libhtmlcxx.so.3 lib/libhtmlcxx.so.3.1.0 -share/htmlcxx/css/default.css +libdata/pkgconfig/htmlcxx.pc +%%DATADIR%%/css/default.css From owner-svn-ports-all@freebsd.org Thu Feb 16 09:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80048CE0190; Thu, 16 Feb 2017 09:01:34 +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 51D6C334; Thu, 16 Feb 2017 09:01:34 +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 v1G91XpW023082; Thu, 16 Feb 2017 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1G91XKe023081; Thu, 16 Feb 2017 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702160901.v1G91XKe023081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 16 Feb 2017 09:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434197 - head/math/pure-mpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 09:01:34 -0000 Author: amdmi3 Date: Thu Feb 16 09:01:33 2017 New Revision: 434197 URL: https://svnweb.freebsd.org/changeset/ports/434197 Log: - Fix license - Switch to options helpers Modified: head/math/pure-mpfr/Makefile Modified: head/math/pure-mpfr/Makefile ============================================================================== --- head/math/pure-mpfr/Makefile Thu Feb 16 02:31:16 2017 (r434196) +++ head/math/pure-mpfr/Makefile Thu Feb 16 09:01:33 2017 (r434197) @@ -10,22 +10,27 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision floats for Pure -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= pkgconfig pure -MAKE_ARGS+= libdir="${PREFIX}/lib" +MAKE_ARGS= libdir="${PREFIX}/lib" + PORTDOCS= README PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES - PLIST_FILES= lib/pure/mpfr.pure \ lib/pure/mpfr.so +OPTIONS_DEFINE= DOCS EXAMPLES + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/mpfr.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Thu Feb 16 09:16:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A841CE06F9; Thu, 16 Feb 2017 09:16:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBA51F6D; Thu, 16 Feb 2017 09:16:19 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1G9GJXH031280; Thu, 16 Feb 2017 09:16:19 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1G9GIfm031277; Thu, 16 Feb 2017 09:16:18 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201702160916.v1G9GIfm031277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 16 Feb 2017 09:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434198 - head/www/tomcat7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 09:16:20 -0000 Author: ale Date: Thu Feb 16 09:16:18 2017 New Revision: 434198 URL: https://svnweb.freebsd.org/changeset/ports/434198 Log: Update to 7.0.75 release. Modified: head/www/tomcat7/Makefile head/www/tomcat7/distinfo head/www/tomcat7/pkg-plist Modified: head/www/tomcat7/Makefile ============================================================================== --- head/www/tomcat7/Makefile Thu Feb 16 09:01:33 2017 (r434197) +++ head/www/tomcat7/Makefile Thu Feb 16 09:16:18 2017 (r434198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.73 +PORTVERSION= 7.0.75 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 @@ -21,6 +21,7 @@ CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= ${PKGBASE} Modified: head/www/tomcat7/distinfo ============================================================================== --- head/www/tomcat7/distinfo Thu Feb 16 09:01:33 2017 (r434197) +++ head/www/tomcat7/distinfo Thu Feb 16 09:16:18 2017 (r434198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479347399 -SHA256 (apache-tomcat-7.0.73.tar.gz) = 0e814d6ad7d5b90e29c79887137420d3bc413540f9faa60d98f11e6c8a8fea85 -SIZE (apache-tomcat-7.0.73.tar.gz) = 8938514 +TIMESTAMP = 1487233798 +SHA256 (apache-tomcat-7.0.75.tar.gz) = d19a2fbbc23e310296d1e978f8e8f977b54cd328ce10cd879b58a443bc6eaa70 +SIZE (apache-tomcat-7.0.75.tar.gz) = 8940285 Modified: head/www/tomcat7/pkg-plist ============================================================================== --- head/www/tomcat7/pkg-plist Thu Feb 16 09:01:33 2017 (r434197) +++ head/www/tomcat7/pkg-plist Thu Feb 16 09:16:18 2017 (r434198) @@ -48,14 +48,12 @@ %%T%%/temp/safeToDelete.tmp %%T%%/webapps/ROOT/RELEASE-NOTES.txt %%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/asf-logo-wide.gif -%%T%%/webapps/ROOT/asf-logo.png +%%T%%/webapps/ROOT/asf-logo-wide.svg %%T%%/webapps/ROOT/bg-button.png %%T%%/webapps/ROOT/bg-middle.png %%T%%/webapps/ROOT/bg-nav-item.png %%T%%/webapps/ROOT/bg-nav.png %%T%%/webapps/ROOT/bg-upper.png -%%T%%/webapps/ROOT/build.xml %%T%%/webapps/ROOT/favicon.ico %%T%%/webapps/ROOT/index.jsp %%T%%/webapps/ROOT/tomcat-power.gif @@ -150,7 +148,7 @@ %%T%%/webapps/docs/funcspecs/mbean-names.html %%T%%/webapps/docs/html-manager-howto.html %%T%%/webapps/docs/images/add.gif -%%T%%/webapps/docs/images/asf-logo.gif +%%T%%/webapps/docs/images/asf-logo.svg %%T%%/webapps/docs/images/code.gif %%T%%/webapps/docs/images/cors-flowchart.png %%T%%/webapps/docs/images/design.gif @@ -158,6 +156,7 @@ %%T%%/webapps/docs/images/fix.gif %%T%%/webapps/docs/images/printer.gif %%T%%/webapps/docs/images/tomcat.gif +%%T%%/webapps/docs/images/tomcat.png %%T%%/webapps/docs/images/tomcat.svg %%T%%/webapps/docs/images/update.gif %%T%%/webapps/docs/images/void.gif @@ -595,7 +594,7 @@ %%T%%/webapps/host-manager/WEB-INF/jsp/404.jsp %%T%%/webapps/host-manager/WEB-INF/web.xml %%T%%/webapps/host-manager/images/add.gif -%%T%%/webapps/host-manager/images/asf-logo.gif +%%T%%/webapps/host-manager/images/asf-logo.svg %%T%%/webapps/host-manager/images/code.gif %%T%%/webapps/host-manager/images/design.gif %%T%%/webapps/host-manager/images/docs.gif @@ -613,7 +612,7 @@ %%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp %%T%%/webapps/manager/WEB-INF/web.xml %%T%%/webapps/manager/images/add.gif -%%T%%/webapps/manager/images/asf-logo.gif +%%T%%/webapps/manager/images/asf-logo.svg %%T%%/webapps/manager/images/code.gif %%T%%/webapps/manager/images/design.gif %%T%%/webapps/manager/images/docs.gif From owner-svn-ports-all@freebsd.org Thu Feb 16 09:17:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99266CE080D; Thu, 16 Feb 2017 09:17:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7638A10CB; Thu, 16 Feb 2017 09:17:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1G9HMrP031442; Thu, 16 Feb 2017 09:17:22 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1G9HMnW031439; Thu, 16 Feb 2017 09:17:22 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201702160917.v1G9HMnW031439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 16 Feb 2017 09:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434199 - head/www/tomcat8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 09:17:23 -0000 Author: ale Date: Thu Feb 16 09:17:22 2017 New Revision: 434199 URL: https://svnweb.freebsd.org/changeset/ports/434199 Log: Update to 8.0.41 release. PR: 215865 Submitted by: junovitch Modified: head/www/tomcat8/Makefile head/www/tomcat8/distinfo head/www/tomcat8/pkg-plist Modified: head/www/tomcat8/Makefile ============================================================================== --- head/www/tomcat8/Makefile Thu Feb 16 09:16:18 2017 (r434198) +++ head/www/tomcat8/Makefile Thu Feb 16 09:17:22 2017 (r434199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.0.39 +PORTVERSION= 8.0.41 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 8 @@ -21,6 +21,7 @@ CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.7+ NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= ${PKGBASE} Modified: head/www/tomcat8/distinfo ============================================================================== --- head/www/tomcat8/distinfo Thu Feb 16 09:16:18 2017 (r434198) +++ head/www/tomcat8/distinfo Thu Feb 16 09:17:22 2017 (r434199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479347600 -SHA256 (apache-tomcat-8.0.39.tar.gz) = 4093aa19f70ebb2749d40fa81486971c1dc7f275da188f1436c62faedaf51e9a -SIZE (apache-tomcat-8.0.39.tar.gz) = 9304967 +TIMESTAMP = 1487233810 +SHA256 (apache-tomcat-8.0.41.tar.gz) = a57204b5434755b5767299bbcd32e3afd2d6327cafa6b8372077f824aa7176d7 +SIZE (apache-tomcat-8.0.41.tar.gz) = 9254743 Modified: head/www/tomcat8/pkg-plist ============================================================================== --- head/www/tomcat8/pkg-plist Thu Feb 16 09:16:18 2017 (r434198) +++ head/www/tomcat8/pkg-plist Thu Feb 16 09:17:22 2017 (r434199) @@ -62,14 +62,12 @@ @dir %%T%%/temp %%T%%/webapps/ROOT/RELEASE-NOTES.txt %%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/asf-logo-wide.gif -%%T%%/webapps/ROOT/asf-logo.png +%%T%%/webapps/ROOT/asf-logo-wide.svg %%T%%/webapps/ROOT/bg-button.png %%T%%/webapps/ROOT/bg-middle.png %%T%%/webapps/ROOT/bg-nav-item.png %%T%%/webapps/ROOT/bg-nav.png %%T%%/webapps/ROOT/bg-upper.png -%%T%%/webapps/ROOT/build.xml %%T%%/webapps/ROOT/favicon.ico %%T%%/webapps/ROOT/index.jsp %%T%%/webapps/ROOT/tomcat-power.gif @@ -167,8 +165,7 @@ %%T%%/webapps/docs/funcspecs/mbean-names.html %%T%%/webapps/docs/html-manager-howto.html %%T%%/webapps/docs/images/add.gif -%%T%%/webapps/docs/images/asf-feather.png -%%T%%/webapps/docs/images/asf-logo.gif +%%T%%/webapps/docs/images/asf-logo.svg %%T%%/webapps/docs/images/code.gif %%T%%/webapps/docs/images/cors-flowchart.png %%T%%/webapps/docs/images/design.gif @@ -611,7 +608,7 @@ %%T%%/webapps/host-manager/WEB-INF/jsp/404.jsp %%T%%/webapps/host-manager/WEB-INF/web.xml %%T%%/webapps/host-manager/images/add.gif -%%T%%/webapps/host-manager/images/asf-logo.gif +%%T%%/webapps/host-manager/images/asf-logo.svg %%T%%/webapps/host-manager/images/code.gif %%T%%/webapps/host-manager/images/design.gif %%T%%/webapps/host-manager/images/docs.gif @@ -630,7 +627,7 @@ %%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp %%T%%/webapps/manager/WEB-INF/web.xml %%T%%/webapps/manager/images/add.gif -%%T%%/webapps/manager/images/asf-logo.gif +%%T%%/webapps/manager/images/asf-logo.svg %%T%%/webapps/manager/images/code.gif %%T%%/webapps/manager/images/design.gif %%T%%/webapps/manager/images/docs.gif From owner-svn-ports-all@freebsd.org Thu Feb 16 10:19:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E154FCE0364; Thu, 16 Feb 2017 10:19:58 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B09B81234; Thu, 16 Feb 2017 10:19:58 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GAJvas055322; Thu, 16 Feb 2017 10:19:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GAJviO055320; Thu, 16 Feb 2017 10:19:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702161019.v1GAJviO055320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 16 Feb 2017 10:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434200 - head/www/linux-flashplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 10:19:59 -0000 Author: tijl Date: Thu Feb 16 10:19:57 2017 New Revision: 434200 URL: https://svnweb.freebsd.org/changeset/ports/434200 Log: Update to 24.0.0.221. Modified: head/www/linux-flashplayer/Makefile head/www/linux-flashplayer/distinfo Modified: head/www/linux-flashplayer/Makefile ============================================================================== --- head/www/linux-flashplayer/Makefile Thu Feb 16 09:17:22 2017 (r434199) +++ head/www/linux-flashplayer/Makefile Thu Feb 16 10:19:57 2017 (r434200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 24.0.0.194 +PORTVERSION= 24.0.0.221 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: head/www/linux-flashplayer/distinfo ============================================================================== --- head/www/linux-flashplayer/distinfo Thu Feb 16 09:17:22 2017 (r434199) +++ head/www/linux-flashplayer/distinfo Thu Feb 16 10:19:57 2017 (r434200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484059733 -SHA256 (flashplayer/24.0.0.194/flash_player_npapi_linux.i386.tar.gz) = f461cbabc965cb5fa6d2271259e166340e8b20833f6a9ce60a81a04021e72ed3 -SIZE (flashplayer/24.0.0.194/flash_player_npapi_linux.i386.tar.gz) = 9161011 +TIMESTAMP = 1487239522 +SHA256 (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 7495689ad778cae778f19ac085d362cbae63c7a4ad806fd9ece1844040ba9eed +SIZE (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 9161831 From owner-svn-ports-all@freebsd.org Thu Feb 16 10:22:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C26CECE05CD; Thu, 16 Feb 2017 10:22:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 943381653; Thu, 16 Feb 2017 10:22:50 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GAMnKN059404; Thu, 16 Feb 2017 10:22:49 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GAMnwO059402; Thu, 16 Feb 2017 10:22:49 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702161022.v1GAMnwO059402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 16 Feb 2017 10:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434201 - branches/2017Q1/www/linux-flashplayer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 10:22:50 -0000 Author: tijl Date: Thu Feb 16 10:22:49 2017 New Revision: 434201 URL: https://svnweb.freebsd.org/changeset/ports/434201 Log: MFH: r434200 Update to 24.0.0.221. Approved by: ports-secteam (build fix blanket) Modified: branches/2017Q1/www/linux-flashplayer/Makefile branches/2017Q1/www/linux-flashplayer/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/linux-flashplayer/Makefile ============================================================================== --- branches/2017Q1/www/linux-flashplayer/Makefile Thu Feb 16 10:19:57 2017 (r434200) +++ branches/2017Q1/www/linux-flashplayer/Makefile Thu Feb 16 10:22:49 2017 (r434201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 24.0.0.194 +PORTVERSION= 24.0.0.221 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2017Q1/www/linux-flashplayer/distinfo ============================================================================== --- branches/2017Q1/www/linux-flashplayer/distinfo Thu Feb 16 10:19:57 2017 (r434200) +++ branches/2017Q1/www/linux-flashplayer/distinfo Thu Feb 16 10:22:49 2017 (r434201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484059733 -SHA256 (flashplayer/24.0.0.194/flash_player_npapi_linux.i386.tar.gz) = f461cbabc965cb5fa6d2271259e166340e8b20833f6a9ce60a81a04021e72ed3 -SIZE (flashplayer/24.0.0.194/flash_player_npapi_linux.i386.tar.gz) = 9161011 +TIMESTAMP = 1487239522 +SHA256 (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 7495689ad778cae778f19ac085d362cbae63c7a4ad806fd9ece1844040ba9eed +SIZE (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 9161831 From owner-svn-ports-all@freebsd.org Thu Feb 16 10:23:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF113CE064B; Thu, 16 Feb 2017 10:23:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7F5174B; Thu, 16 Feb 2017 10:23:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GAN7fT059533; Thu, 16 Feb 2017 10:23:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GAN7Hs059531; Thu, 16 Feb 2017 10:23:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702161023.v1GAN7Hs059531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 16 Feb 2017 10:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434202 - head/devel/py-flake8-import-order X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 10:23:08 -0000 Author: amdmi3 Date: Thu Feb 16 10:23:07 2017 New Revision: 434202 URL: https://svnweb.freebsd.org/changeset/ports/434202 Log: - Update to 0.12 Modified: head/devel/py-flake8-import-order/Makefile head/devel/py-flake8-import-order/distinfo Modified: head/devel/py-flake8-import-order/Makefile ============================================================================== --- head/devel/py-flake8-import-order/Makefile Thu Feb 16 10:22:49 2017 (r434201) +++ head/devel/py-flake8-import-order/Makefile Thu Feb 16 10:23:07 2017 (r434202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8-import-order -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8-import-order/distinfo ============================================================================== --- head/devel/py-flake8-import-order/distinfo Thu Feb 16 10:22:49 2017 (r434201) +++ head/devel/py-flake8-import-order/distinfo Thu Feb 16 10:23:07 2017 (r434202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486302501 -SHA256 (flake8-import-order-0.11.tar.gz) = b56ca2793e27bd99c46f59a0a51f4847ddc1fed22697a505add882a9db2b8613 -SIZE (flake8-import-order-0.11.tar.gz) = 16206 +TIMESTAMP = 1487240043 +SHA256 (flake8-import-order-0.12.tar.gz) = 2ff36d2fe44ffacb2738fab3e33a98c71b07cc6e995af9a38b16d262da928856 +SIZE (flake8-import-order-0.12.tar.gz) = 17912 From owner-svn-ports-all@freebsd.org Thu Feb 16 10:23:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87099CE0776; Thu, 16 Feb 2017 10:23:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 641D21868; Thu, 16 Feb 2017 10:23:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GANfYM059718; Thu, 16 Feb 2017 10:23:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GANf3Q059713; Thu, 16 Feb 2017 10:23:41 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702161023.v1GANf3Q059713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 16 Feb 2017 10:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434203 - in head/audio: . gstreamer1-plugins-sndio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 10:23:42 -0000 Author: tobik Date: Thu Feb 16 10:23:40 2017 New Revision: 434203 URL: https://svnweb.freebsd.org/changeset/ports/434203 Log: New port: audio/gstreamer1-plugins-sndio The GStreamer sndio plugin allows applications that use GStreamer to play and record to/from an sndio server. This includes WebKit-based browsers, video players like Totem, and audio players like Rhythmbox. WWW: https://github.com/t6/gstreamer1-plugins-sndio/ PR: 215904 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9622 Added: head/audio/gstreamer1-plugins-sndio/ head/audio/gstreamer1-plugins-sndio/Makefile (contents, props changed) head/audio/gstreamer1-plugins-sndio/distinfo (contents, props changed) head/audio/gstreamer1-plugins-sndio/pkg-descr (contents, props changed) head/audio/gstreamer1-plugins-sndio/pkg-message (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Feb 16 10:23:07 2017 (r434202) +++ head/audio/Makefile Thu Feb 16 10:23:40 2017 (r434203) @@ -286,6 +286,7 @@ SUBDIR += gstreamer1-plugins-pulse SUBDIR += gstreamer1-plugins-shout2 SUBDIR += gstreamer1-plugins-sidplay + SUBDIR += gstreamer1-plugins-sndio SUBDIR += gstreamer1-plugins-soundtouch SUBDIR += gstreamer1-plugins-speex SUBDIR += gstreamer1-plugins-taglib Added: head/audio/gstreamer1-plugins-sndio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-sndio/Makefile Thu Feb 16 10:23:40 2017 (r434203) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= gstreamer1-plugins-sndio +PORTVERSION= 1.8.0 +DISTVERSIONPREFIX= v +CATEGORIES= audio + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Sndio audio sink and source for GStreamer + +LICENSE= ISCL + +LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1-plugins \ + libgstbase-1.0.so:multimedia/gstreamer1 \ + libsndio.so:audio/sndio + +USE_GITHUB= yes +GH_ACCOUNT= t6 + +USES= gettext-runtime pkgconfig +USE_GNOME= glib20 +USE_LDCONFIG= yes + +PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so + +.include Added: head/audio/gstreamer1-plugins-sndio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-sndio/distinfo Thu Feb 16 10:23:40 2017 (r434203) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483950456 +SHA256 (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7edbdefefe3f09ee306a07d22e0151d7835eac7a50c002b7b9a62631c067ddfb +SIZE (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7085 Added: head/audio/gstreamer1-plugins-sndio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-sndio/pkg-descr Thu Feb 16 10:23:40 2017 (r434203) @@ -0,0 +1,7 @@ +The GStreamer sndio plugin allows applications that use GStreamer to +play and record to/from an sndio server. + +This includes WebKit-based browsers, video players like Totem, and +audio players like Rhythmbox. + +WWW: https://github.com/t6/gstreamer1-plugins-sndio/ Added: head/audio/gstreamer1-plugins-sndio/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-sndio/pkg-message Thu Feb 16 10:23:40 2017 (r434203) @@ -0,0 +1,3 @@ +The GStreamer sndio plugin has been installed. It has a higher +priority than both the OSS or PulseAudio plugins and GStreamer will +prefer it over them by default. From owner-svn-ports-all@freebsd.org Thu Feb 16 11:09:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E94BCE146B; Thu, 16 Feb 2017 11:09:52 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED1D41D6C; Thu, 16 Feb 2017 11:09:51 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GB9pKC076168; Thu, 16 Feb 2017 11:09:51 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GB9osK076163; Thu, 16 Feb 2017 11:09:50 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201702161109.v1GB9osK076163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Thu, 16 Feb 2017 11:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434204 - in head/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-en freebsd-doc-ja X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 11:09:52 -0000 Author: blackend (doc committer) Date: Thu Feb 16 11:09:50 2017 New Revision: 434204 URL: https://svnweb.freebsd.org/changeset/ports/434204 Log: Update to r49982 from the FreeBSD docset. Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-de/pkg-plist.html-split head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-ja/pkg-plist.html-split Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Thu Feb 16 10:23:40 2017 (r434203) +++ head/misc/freebsd-doc-all/Makefile Thu Feb 16 11:09:50 2017 (r434204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 49749 +PORTVERSION= 49982 PORTEPOCH= 1 CATEGORIES= misc docs Modified: head/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-de/pkg-plist.html-split Thu Feb 16 10:23:40 2017 (r434203) +++ head/misc/freebsd-doc-de/pkg-plist.html-split Thu Feb 16 11:09:50 2017 (r434204) @@ -122,16 +122,13 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/acknowledgments.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/admin.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/advanced.html +%%DOCSDIR%%/%%DOCLANG%%/books/faq/all-about-zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/applications.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/bibliography.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/commercial.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-drives.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-kbd-mice.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-memory.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-networking.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-other.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-processors.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-sound.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/disks.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/funnies.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/hardware.html Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Thu Feb 16 10:23:40 2017 (r434203) +++ head/misc/freebsd-doc-en/Makefile Thu Feb 16 11:09:50 2017 (r434204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 49749 +PORTVERSION= 49982 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Thu Feb 16 10:23:40 2017 (r434203) +++ head/misc/freebsd-doc-en/distinfo Thu Feb 16 11:09:50 2017 (r434204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482224912 -SHA256 (freebsd-doc-49749.tar.gz) = 9804f6dd1326644dff78855a2d601cd41039d826948fc55c51cbcde50a3b3fef -SIZE (freebsd-doc-49749.tar.gz) = 51942411 +TIMESTAMP = 1486981821 +SHA256 (freebsd-doc-49982.tar.gz) = 3552ed44e61c2611ed189f7cfeefb1c56d59c9996c39722a92ee038b45702e5b +SIZE (freebsd-doc-49982.tar.gz) = 52468438 Modified: head/misc/freebsd-doc-ja/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Feb 16 10:23:40 2017 (r434203) +++ head/misc/freebsd-doc-ja/pkg-plist.html-split Thu Feb 16 11:09:50 2017 (r434204) @@ -165,7 +165,8 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/introduction.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ipsec.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ix01.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberos.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberos5.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberosIV.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-building.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-config.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-custom-kernel.html @@ -236,6 +237,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/raid.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/scanners.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/securing-freebsd.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-advisories.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-intro.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/security.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sendmail.html From owner-svn-ports-all@freebsd.org Thu Feb 16 11:10:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D4F3CE14D1; Thu, 16 Feb 2017 11:10:15 +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 2F1E21E53; Thu, 16 Feb 2017 11:10:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GBAE2P076319; Thu, 16 Feb 2017 11:10:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GBAE7f076317; Thu, 16 Feb 2017 11:10:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702161110.v1GBAE7f076317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 16 Feb 2017 11:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434205 - head/archivers/py-borgbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 11:10:15 -0000 Author: amdmi3 Date: Thu Feb 16 11:10:14 2017 New Revision: 434205 URL: https://svnweb.freebsd.org/changeset/ports/434205 Log: - Update to 1.0.10 PR: 217107 Submitted by: jjuanino@gmail.com (maintainer) Modified: head/archivers/py-borgbackup/Makefile head/archivers/py-borgbackup/distinfo Modified: head/archivers/py-borgbackup/Makefile ============================================================================== --- head/archivers/py-borgbackup/Makefile Thu Feb 16 11:09:50 2017 (r434204) +++ head/archivers/py-borgbackup/Makefile Thu Feb 16 11:10:14 2017 (r434205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= borgbackup -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-borgbackup/distinfo ============================================================================== --- head/archivers/py-borgbackup/distinfo Thu Feb 16 11:09:50 2017 (r434204) +++ head/archivers/py-borgbackup/distinfo Thu Feb 16 11:10:14 2017 (r434205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482253894 -SHA256 (borgbackup-1.0.9.tar.gz) = 35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 -SIZE (borgbackup-1.0.9.tar.gz) = 541796 +TIMESTAMP = 1487103002 +SHA256 (borgbackup-1.0.10.tar.gz) = 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 +SIZE (borgbackup-1.0.10.tar.gz) = 563363 From owner-svn-ports-all@freebsd.org Thu Feb 16 11:17:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A93CE1813; Thu, 16 Feb 2017 11:17:21 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8E7112DF; Thu, 16 Feb 2017 11:17:20 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GBHKbZ080397; Thu, 16 Feb 2017 11:17:20 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GBHJLG080395; Thu, 16 Feb 2017 11:17:19 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201702161117.v1GBHJLG080395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 16 Feb 2017 11:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434206 - in head/mail/rspamd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 11:17:21 -0000 Author: vsevolod Date: Thu Feb 16 11:17:19 2017 New Revision: 434206 URL: https://svnweb.freebsd.org/changeset/ports/434206 Log: - Update to 1.4.4 Deleted: head/mail/rspamd/files/patch-contrib_t1ha_t1ha.h Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Feb 16 11:10:14 2017 (r434205) +++ head/mail/rspamd/Makefile Thu Feb 16 11:17:19 2017 (r434206) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Feb 16 11:10:14 2017 (r434205) +++ head/mail/rspamd/distinfo Thu Feb 16 11:17:19 2017 (r434206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484822631 -SHA256 (rspamd-1.4.3.tar.xz) = 144cddc25ce8d8519b289d2c00d34b37c931f3c7293e2b0d16c408680021a1bf -SIZE (rspamd-1.4.3.tar.xz) = 1780104 +TIMESTAMP = 1487243417 +SHA256 (rspamd-1.4.4.tar.xz) = 51342639dd1e50b235ae7fb2e877dee1d5b90c8102ce7ff817545fa0fb6ebc6d +SIZE (rspamd-1.4.4.tar.xz) = 1780816 From owner-svn-ports-all@freebsd.org Thu Feb 16 11:18:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B517CCE18A4; Thu, 16 Feb 2017 11:18:09 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 848ED144D; Thu, 16 Feb 2017 11:18:09 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GBI8Sa080537; Thu, 16 Feb 2017 11:18:08 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GBI83M080535; Thu, 16 Feb 2017 11:18:08 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201702161118.v1GBI83M080535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 16 Feb 2017 11:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434207 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 11:18:09 -0000 Author: lme Date: Thu Feb 16 11:18:08 2017 New Revision: 434207 URL: https://svnweb.freebsd.org/changeset/ports/434207 Log: security/lynis: Update to 2.4.2 Modified: head/security/lynis/Makefile head/security/lynis/distinfo Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Thu Feb 16 11:17:19 2017 (r434206) +++ head/security/lynis/Makefile Thu Feb 16 11:18:08 2017 (r434207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Thu Feb 16 11:17:19 2017 (r434206) +++ head/security/lynis/distinfo Thu Feb 16 11:18:08 2017 (r434207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487162450 -SHA256 (lynis-2.4.1.tar.gz) = 526fff14e2cf0aedc1ef783903d2bfb92ad90b3d3d3456ae0bade582f37bcb0d -SIZE (lynis-2.4.1.tar.gz) = 261130 +TIMESTAMP = 1487240892 +SHA256 (lynis-2.4.2.tar.gz) = 1a72be1d4fd599bf47b7ce55aa55ac318232350ee45816c1042b3879fb67f0da +SIZE (lynis-2.4.2.tar.gz) = 262395 From owner-svn-ports-all@freebsd.org Thu Feb 16 12:31:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA1FCE0AB7; Thu, 16 Feb 2017 12:31:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E82C11AE; Thu, 16 Feb 2017 12:31:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GCVGo1009418; Thu, 16 Feb 2017 12:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GCVGfF009400; Thu, 16 Feb 2017 12:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161231.v1GCVGfF009400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 12:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434208 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 12:31:17 -0000 Author: sunpoet Date: Thu Feb 16 12:31:16 2017 New Revision: 434208 URL: https://svnweb.freebsd.org/changeset/ports/434208 Log: Fix USE_PHP=redis PR: 217133 Reported by: Jonas Palm Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Thu Feb 16 11:18:08 2017 (r434207) +++ head/Mk/Uses/php.mk Thu Feb 16 12:31:16 2017 (r434208) @@ -368,7 +368,7 @@ pspell_DEPENDS= textproc/php${PHP_VER}-p radius_DEPENDS= net/pecl-radius readline_DEPENDS= devel/php${PHP_VER}-readline recode_DEPENDS= converters/php${PHP_VER}-recode -redis_DEPENDS= databases/php${PHP_VER}-redis +redis_DEPENDS= databases/pecl-redis session_DEPENDS=www/php${PHP_VER}-session shmop_DEPENDS= devel/php${PHP_VER}-shmop simplexml_DEPENDS= textproc/php${PHP_VER}-simplexml From owner-svn-ports-all@freebsd.org Thu Feb 16 12:42:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6FEBCE0DFE; Thu, 16 Feb 2017 12:42:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2921863; Thu, 16 Feb 2017 12:42:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GCgpmU016601; Thu, 16 Feb 2017 12:42:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GCgpbO016600; Thu, 16 Feb 2017 12:42:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702161242.v1GCgpbO016600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 16 Feb 2017 12:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434209 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 12:42:52 -0000 Author: brnrd Date: Thu Feb 16 12:42:51 2017 New Revision: 434209 URL: https://svnweb.freebsd.org/changeset/ports/434209 Log: security/vuxml: Document openssl-devel vulnerability - While here fix whitespace on 077bbadf-f2f4-11e6-92a7-902b34361349 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 16 12:31:16 2017 (r434208) +++ head/security/vuxml/vuln.xml Thu Feb 16 12:42:51 2017 (r434209) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssl -- crash on handshake + + + openssl-devel + 1.1.0e + + + + +

    The OpenSSL project reports:

    +
    +

    Severity: High
    + During a renegotiation handshake if the Encrypt-Then-Mac + extension is negotiated where it was not in the original + handshake (or vice-versa) then this can cause OpenSSL to + crash (dependent on ciphersuite). Both clients and servers + are affected.
    + This issue does not affect OpenSSL version 1.0.2. +

    +
    + +
    + + https://www.openssl.org/news/secadv/20170216.txt + CVE-2017-3733 + + + 2017-02-16 + 2017-02-16 + +
    + diffoscope -- arbitrary file write @@ -71,8 +104,8 @@ Notes:

    Ximin Luo reports:

    [v67] introduced a security hole where diffoscope may write to - arbitrary locations on disk depending on the contents of an - untrusted archive.

    + arbitrary locations on disk depending on the contents of an + untrusted archive.

    From owner-svn-ports-all@freebsd.org Thu Feb 16 12:51:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78873CE0F73; Thu, 16 Feb 2017 12:51:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4867A1B15; Thu, 16 Feb 2017 12:51:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GCpKjG019818; Thu, 16 Feb 2017 12:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GCpKvW019817; Thu, 16 Feb 2017 12:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161251.v1GCpKvW019817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 12:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434210 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 12:51:21 -0000 Author: sunpoet Date: Thu Feb 16 12:51:20 2017 New Revision: 434210 URL: https://svnweb.freebsd.org/changeset/ports/434210 Log: Complete PKGNAMEPREFIX of py-diffoscope Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 16 12:42:51 2017 (r434209) +++ head/security/vuxml/vuln.xml Thu Feb 16 12:51:20 2017 (r434210) @@ -95,7 +95,9 @@ Notes: diffoscope -- arbitrary file write + py34-diffoscope py35-diffoscope + py36-diffoscope 6776 @@ -116,6 +118,7 @@ Notes: 2017-02-09 2017-02-14 + 2017-02-16
    From owner-svn-ports-all@freebsd.org Thu Feb 16 13:17:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC5C6CE17A7; Thu, 16 Feb 2017 13:17:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A06C419C1; Thu, 16 Feb 2017 13:17:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GDHKhT028912; Thu, 16 Feb 2017 13:17:20 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GDHKu7028910; Thu, 16 Feb 2017 13:17:20 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702161317.v1GDHKu7028910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 16 Feb 2017 13:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434211 - head/security/openssl-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 13:17:22 -0000 Author: brnrd Date: Thu Feb 16 13:17:20 2017 New Revision: 434211 URL: https://svnweb.freebsd.org/changeset/ports/434211 Log: security/openssl-devel: Upgrade to 1.1.0e - Vulnerability fix update to 1.1.0e MFH: 2017Q1 Security: 1a802ba9-f444-11e6-9940-b499baebfeaf Security: CVE-2017-3733 Modified: head/security/openssl-devel/Makefile head/security/openssl-devel/distinfo Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Thu Feb 16 12:51:20 2017 (r434210) +++ head/security/openssl-devel/Makefile Thu Feb 16 13:17:20 2017 (r434211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.1.0d +PORTVERSION= 1.1.0e CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ Modified: head/security/openssl-devel/distinfo ============================================================================== --- head/security/openssl-devel/distinfo Thu Feb 16 12:51:20 2017 (r434210) +++ head/security/openssl-devel/distinfo Thu Feb 16 13:17:20 2017 (r434211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485441942 -SHA256 (openssl-1.1.0d.tar.gz) = 7d5ebb9e89756545c156ff9c13cf2aa6214193b010a468a3bc789c3c28fe60df -SIZE (openssl-1.1.0d.tar.gz) = 5201626 +TIMESTAMP = 1487248333 +SHA256 (openssl-1.1.0e.tar.gz) = 57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6ebdee8975ad3874c +SIZE (openssl-1.1.0e.tar.gz) = 5202247 From owner-svn-ports-all@freebsd.org Thu Feb 16 14:25:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5DB9CE126B; Thu, 16 Feb 2017 14:25:47 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D88D1E39; Thu, 16 Feb 2017 14:25:47 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GEPk9D056881; Thu, 16 Feb 2017 14:25:46 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GEPk1E056877; Thu, 16 Feb 2017 14:25:46 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201702161425.v1GEPk1E056877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 16 Feb 2017 14:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434212 - in head/deskutils: . alarm-clock-applet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 14:25:47 -0000 Author: tobik Date: Thu Feb 16 14:25:46 2017 New Revision: 434212 URL: https://svnweb.freebsd.org/changeset/ports/434212 Log: New port: deskutils/alarm-clock-applet Alarm Clock is a fully-featured alarm clock for your GNOME panel or equivalent. It's easy to use yet powerful with support for multiple repeatable alarms, as well as snoozing and a flexible notification system. Alarm Clock will notify you of an alarm by either playing a sound or starting your favorite music player! WWW: http://alarm-clock.pseudoberries.com/ PR: 208160 Submitted by: iluxa@ex.ua Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9631 Added: head/deskutils/alarm-clock-applet/ head/deskutils/alarm-clock-applet/Makefile (contents, props changed) head/deskutils/alarm-clock-applet/distinfo (contents, props changed) head/deskutils/alarm-clock-applet/pkg-descr (contents, props changed) head/deskutils/alarm-clock-applet/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Thu Feb 16 13:17:20 2017 (r434211) +++ head/deskutils/Makefile Thu Feb 16 14:25:46 2017 (r434212) @@ -4,6 +4,7 @@ COMMENT = Things that used to be on the desktop before computers were invented SUBDIR += affiche + SUBDIR += alarm-clock-applet SUBDIR += anamnesis SUBDIR += appwrapper SUBDIR += aspostit Added: head/deskutils/alarm-clock-applet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/alarm-clock-applet/Makefile Thu Feb 16 14:25:46 2017 (r434212) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= alarm-clock-applet +PORTVERSION= 0.3.4 +CATEGORIES= deskutils +MASTER_SITES= http://launchpad.net/alarm-clock/trunk/0.3.4/+download/ + +MAINTAINER= iluxa@ex.ua +COMMENT= Fully-featured alarm clock + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libnotify.so:devel/libnotify \ + libunique-1.0.so:x11-toolkits/unique \ + libgstreamer-1.0.so:multimedia/gstreamer1 +BUILD_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme +RUN_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme + +GNU_CONFIGURE= yes +USES= gmake gettext-tools pkgconfig +USE_GNOME= cairo gconf2 gtk20 intltool +USE_GSTREAMER1= yes +INSTALLS_ICONS= yes + +GCONF_SCHEMAS= alarm-clock.schemas + +OPTIONS_DEFINE= NLS +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls + +.include Added: head/deskutils/alarm-clock-applet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/alarm-clock-applet/distinfo Thu Feb 16 14:25:46 2017 (r434212) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487255087 +SHA256 (alarm-clock-applet-0.3.4.tar.gz) = d99004c0ac109a6e43b6629d33bf170618b976be7ba0d7606d3f82fd58e139d7 +SIZE (alarm-clock-applet-0.3.4.tar.gz) = 331304 Added: head/deskutils/alarm-clock-applet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/alarm-clock-applet/pkg-descr Thu Feb 16 14:25:46 2017 (r434212) @@ -0,0 +1,7 @@ +Alarm Clock is a fully-featured alarm clock for your GNOME panel or +equivalent. It's easy to use yet powerful with support for multiple +repeatable alarms, as well as snoozing and a flexible notification +system. Alarm Clock will notify you of an alarm by either playing a +sound or starting your favorite music player! + +WWW: http://alarm-clock.pseudoberries.com/ Added: head/deskutils/alarm-clock-applet/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/alarm-clock-applet/pkg-plist Thu Feb 16 14:25:46 2017 (r434212) @@ -0,0 +1,62 @@ +bin/alarm-clock-applet +%%DATADIR%%/alarm-clock.ui +share/applications/alarm-clock-applet.desktop +share/icons/hicolor/16x16/apps/alarm-clock-triggered.png +share/icons/hicolor/16x16/apps/alarm-clock.png +share/icons/hicolor/16x16/apps/alarm-timer.png +share/icons/hicolor/22x22/apps/alarm-clock-triggered.png +share/icons/hicolor/22x22/apps/alarm-clock.png +share/icons/hicolor/22x22/apps/alarm-timer.png +share/icons/hicolor/24x24/apps/alarm-clock-triggered.png +share/icons/hicolor/24x24/apps/alarm-clock.png +share/icons/hicolor/24x24/apps/alarm-timer.png +share/icons/hicolor/32x32/apps/alarm-clock-triggered.png +share/icons/hicolor/32x32/apps/alarm-clock.png +share/icons/hicolor/32x32/apps/alarm-timer.png +share/icons/hicolor/36x36/apps/alarm-clock-triggered.png +share/icons/hicolor/36x36/apps/alarm-clock.png +share/icons/hicolor/36x36/apps/alarm-timer.png +share/icons/hicolor/48x48/apps/alarm-clock-triggered.png +share/icons/hicolor/48x48/apps/alarm-clock.png +share/icons/hicolor/48x48/apps/alarm-timer.png +share/icons/hicolor/64x64/apps/alarm-clock-triggered.png +share/icons/hicolor/64x64/apps/alarm-clock.png +share/icons/hicolor/64x64/apps/alarm-timer.png +share/icons/hicolor/scalable/apps/alarm-clock.svg +share/icons/hicolor/scalable/apps/alarm-timer.svg +share/locale/ar/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ast/LC_MESSAGES/alarm-clock-applet.mo +share/locale/be/LC_MESSAGES/alarm-clock-applet.mo +share/locale/bg/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ca/LC_MESSAGES/alarm-clock-applet.mo +share/locale/cs/LC_MESSAGES/alarm-clock-applet.mo +share/locale/da/LC_MESSAGES/alarm-clock-applet.mo +share/locale/de/LC_MESSAGES/alarm-clock-applet.mo +share/locale/es/LC_MESSAGES/alarm-clock-applet.mo +share/locale/et/LC_MESSAGES/alarm-clock-applet.mo +share/locale/fi/LC_MESSAGES/alarm-clock-applet.mo +share/locale/fo/LC_MESSAGES/alarm-clock-applet.mo +share/locale/fr/LC_MESSAGES/alarm-clock-applet.mo +share/locale/gl/LC_MESSAGES/alarm-clock-applet.mo +share/locale/he/LC_MESSAGES/alarm-clock-applet.mo +share/locale/hi/LC_MESSAGES/alarm-clock-applet.mo +share/locale/hu/LC_MESSAGES/alarm-clock-applet.mo +share/locale/id/LC_MESSAGES/alarm-clock-applet.mo +share/locale/it/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ja/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ka/LC_MESSAGES/alarm-clock-applet.mo +share/locale/la/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ms/LC_MESSAGES/alarm-clock-applet.mo +share/locale/nb/LC_MESSAGES/alarm-clock-applet.mo +share/locale/nl/LC_MESSAGES/alarm-clock-applet.mo +share/locale/nn/LC_MESSAGES/alarm-clock-applet.mo +share/locale/pl/LC_MESSAGES/alarm-clock-applet.mo +share/locale/pt/LC_MESSAGES/alarm-clock-applet.mo +share/locale/pt_BR/LC_MESSAGES/alarm-clock-applet.mo +share/locale/ru/LC_MESSAGES/alarm-clock-applet.mo +share/locale/si/LC_MESSAGES/alarm-clock-applet.mo +share/locale/sv/LC_MESSAGES/alarm-clock-applet.mo +share/locale/tr/LC_MESSAGES/alarm-clock-applet.mo +share/locale/uk/LC_MESSAGES/alarm-clock-applet.mo +share/locale/zh_CN/LC_MESSAGES/alarm-clock-applet.mo +share/locale/zh_TW/LC_MESSAGES/alarm-clock-applet.mo From owner-svn-ports-all@freebsd.org Thu Feb 16 14:29:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60997CE1323; Thu, 16 Feb 2017 14:29:03 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30AD61F93; Thu, 16 Feb 2017 14:29:03 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GET2Kd057119; Thu, 16 Feb 2017 14:29:02 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GET2vF057118; Thu, 16 Feb 2017 14:29:02 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702161429.v1GET2vF057118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Thu, 16 Feb 2017 14:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434213 - in head/graphics/libdrm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 14:29:03 -0000 Author: rezny Date: Thu Feb 16 14:29:02 2017 New Revision: 434213 URL: https://svnweb.freebsd.org/changeset/ports/434213 Log: Remove a patch from libdrm that caused it to always claim kms is available. This change allows xf86-video-intel to know it should try to load i915kms. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9624 Deleted: head/graphics/libdrm/files/patch-xf86drmMode.c Modified: head/graphics/libdrm/Makefile Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Thu Feb 16 14:25:46 2017 (r434212) +++ head/graphics/libdrm/Makefile Thu Feb 16 14:29:02 2017 (r434213) @@ -4,6 +4,7 @@ PORTNAME= libdrm PORTVERSION= 2.4.75 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ From owner-svn-ports-all@freebsd.org Thu Feb 16 14:34:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A16CE1576; Thu, 16 Feb 2017 14:34:08 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC40913AD; Thu, 16 Feb 2017 14:34:07 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GEY7TD061110; Thu, 16 Feb 2017 14:34:07 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GEY79M061108; Thu, 16 Feb 2017 14:34:07 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702161434.v1GEY79M061108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Thu, 16 Feb 2017 14:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434214 - in head/x11-drivers/xf86-video-scfb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 14:34:08 -0000 Author: rezny Date: Thu Feb 16 14:34:06 2017 New Revision: 434214 URL: https://svnweb.freebsd.org/changeset/ports/434214 Log: Add a check in the Probe function to verify we have a usable framebuffer before claiming the device. This allows fallback to vesa to work correctly. Assign this port to x11@ after discussion with ray@ on IRC. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9629 Modified: head/x11-drivers/xf86-video-scfb/Makefile head/x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c Modified: head/x11-drivers/xf86-video-scfb/Makefile ============================================================================== --- head/x11-drivers/xf86-video-scfb/Makefile Thu Feb 16 14:29:02 2017 (r434213) +++ head/x11-drivers/xf86-video-scfb/Makefile Thu Feb 16 14:34:06 2017 (r434214) @@ -3,10 +3,10 @@ PORTNAME= xf86-video-scfb PORTVERSION= 0.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers -MAINTAINER= ray@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= X.Org syscons display driver USE_GITHUB= yes Modified: head/x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c ============================================================================== --- head/x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c Thu Feb 16 14:29:02 2017 (r434213) +++ head/x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c Thu Feb 16 14:34:06 2017 (r434214) @@ -58,7 +58,25 @@ #endif return mapaddr; } -@@ -366,8 +367,8 @@ ScfbPreInit(ScrnInfoPtr pScrn, int flags +@@ -314,6 +315,7 @@ ScfbProbe(DriverPtr drv, int flags) + GDevPtr *devSections; + int numDevSections; + const char *dev; ++ struct fbtype fb; + Bool foundScreen = FALSE; + + TRACE("probe start"); +@@ -330,7 +332,8 @@ ScfbProbe(DriverPtr drv, int flags) + for (i = 0; i < numDevSections; i++) { + ScrnInfoPtr pScrn = NULL; + dev = xf86FindOptionValue(devSections[i]->options, "device"); +- if ((fd = xf86Info.consoleFd) >= 0) { ++ if ((fd = xf86Info.consoleFd) >= 0 && ++ ioctl(fd, FBIOGTYPE, &fb) != -1) { + entity = xf86ClaimFbSlot(drv, 0, devSections[i], TRUE); + pScrn = xf86ConfigFbEntity(NULL,0,entity, + NULL,NULL,NULL,NULL); +@@ -366,8 +369,8 @@ ScfbPreInit(ScrnInfoPtr pScrn, int flags struct fbtype fb; int default_depth, wstype; const char *dev; @@ -69,7 +87,7 @@ Gamma zeros = {0.0, 0.0, 0.0}; DisplayModePtr mode; -@@ -633,9 +634,9 @@ ScfbShadowInit(ScreenPtr pScreen) +@@ -633,9 +636,9 @@ ScfbShadowInit(ScreenPtr pScreen) } static Bool @@ -81,7 +99,7 @@ ScfbPtr fPtr = SCFBPTR(pScrn); VisualPtr visual; int ret, flags, ncolors; -@@ -792,7 +793,7 @@ ScfbScreenInit(int scrnIndex, ScreenPtr +@@ -792,7 +795,7 @@ ScfbScreenInit(int scrnIndex, ScreenPtr "RENDER extension initialisation failed."); } if (fPtr->shadowFB && !ScfbShadowInit(pScreen)) { @@ -90,7 +108,7 @@ "shadow framebuffer initialization failed\n"); return FALSE; } -@@ -801,20 +802,19 @@ ScfbScreenInit(int scrnIndex, ScreenPtr +@@ -801,20 +804,19 @@ ScfbScreenInit(int scrnIndex, ScreenPtr if (!fPtr->rotate) ScfbDGAInit(pScrn, pScreen); else @@ -114,7 +132,7 @@ xf86SetBackingStore(pScreen); /* Software cursor. */ -@@ -858,9 +858,9 @@ ScfbScreenInit(int scrnIndex, ScreenPtr +@@ -858,9 +860,9 @@ ScfbScreenInit(int scrnIndex, ScreenPtr } static Bool @@ -126,7 +144,7 @@ PixmapPtr pPixmap; ScfbPtr fPtr = SCFBPTR(pScrn); -@@ -892,7 +892,7 @@ ScfbCloseScreen(int scrnIndex, ScreenPtr +@@ -892,7 +894,7 @@ ScfbCloseScreen(int scrnIndex, ScreenPtr /* Unwrap CloseScreen. */ pScreen->CloseScreen = fPtr->CloseScreen; TRACE_EXIT("ScfbCloseScreen"); @@ -135,7 +153,7 @@ } static void * -@@ -907,9 +907,9 @@ ScfbWindowLinear(ScreenPtr pScreen, CARD +@@ -907,9 +909,9 @@ ScfbWindowLinear(ScreenPtr pScreen, CARD } static void @@ -147,7 +165,7 @@ ScfbPtr fPtr = SCFBPTR(pScrn); int newX, newY; -@@ -941,13 +941,13 @@ ScfbPointerMoved(int index, int x, int y +@@ -941,13 +943,13 @@ ScfbPointerMoved(int index, int x, int y } /* Pass adjusted pointer coordinates to wrapped PointerMoved function. */ @@ -164,7 +182,7 @@ TRACE_ENTER("EnterVT"); pScrn->vtSema = TRUE; -@@ -956,20 +956,20 @@ ScfbEnterVT(int scrnIndex, int flags) +@@ -956,20 +958,20 @@ ScfbEnterVT(int scrnIndex, int flags) } static void @@ -189,7 +207,7 @@ #endif TRACE_ENTER("SwitchMode"); -@@ -978,10 +978,10 @@ ScfbSwitchMode(int scrnIndex, DisplayMod +@@ -978,10 +980,10 @@ ScfbSwitchMode(int scrnIndex, DisplayMod } static int @@ -202,7 +220,7 @@ #endif TRACE_ENTER("ValidMode"); -@@ -1067,7 +1067,6 @@ static Bool +@@ -1067,7 +1069,6 @@ static Bool ScfbDGASetMode(ScrnInfoPtr pScrn, DGAModePtr pDGAMode) { DisplayModePtr pMode; @@ -210,7 +228,7 @@ int frameX0, frameY0; if (pDGAMode) { -@@ -1081,9 +1080,9 @@ ScfbDGASetMode(ScrnInfoPtr pScrn, DGAMod +@@ -1081,9 +1082,9 @@ ScfbDGASetMode(ScrnInfoPtr pScrn, DGAMod frameY0 = pScrn->frameY0; } @@ -222,7 +240,7 @@ return TRUE; } -@@ -1091,7 +1090,7 @@ ScfbDGASetMode(ScrnInfoPtr pScrn, DGAMod +@@ -1091,7 +1092,7 @@ ScfbDGASetMode(ScrnInfoPtr pScrn, DGAMod static void ScfbDGASetViewport(ScrnInfoPtr pScrn, int x, int y, int flags) { From owner-svn-ports-all@freebsd.org Thu Feb 16 14:51:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BA6DCE1DFC; Thu, 16 Feb 2017 14:51:07 +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 2873A1E6B; Thu, 16 Feb 2017 14:51:07 +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 v1GEp6Uh068425; Thu, 16 Feb 2017 14:51:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GEp5Yd068420; Thu, 16 Feb 2017 14:51:05 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702161451.v1GEp5Yd068420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 16 Feb 2017 14:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434215 - in head/net/ntopng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 14:51:07 -0000 Author: madpilot Date: Thu Feb 16 14:51:05 2017 New Revision: 434215 URL: https://svnweb.freebsd.org/changeset/ports/434215 Log: - Correct GeoIP update script - Install GeoIP update script only when GEOIP option is enabled - Add deinstall script to cleanup GeoIP dat file downloaded with the provided script - Fix startup script REQUIREs - Move -e argument to end of command line as suggested by upstream to avoid conflicts with other user provided options - Remove reference to unspecified security vulnerabilities in pkg-message, leaving a generic suggestion to protect public services - While here reword pkg-message and add suggestion on how to provide a configuration file to ntopng Thanks to Simone Mainardi (upstream developer) for his suggesting most of the above changes and his help. Added: head/net/ntopng/files/pkg-deinstall.in (contents, props changed) Modified: head/net/ntopng/Makefile head/net/ntopng/files/ntopng-geoipupdate.sh.in head/net/ntopng/files/ntopng.in head/net/ntopng/pkg-message head/net/ntopng/pkg-plist Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Thu Feb 16 14:34:06 2017 (r434214) +++ head/net/ntopng/Makefile Thu Feb 16 14:51:05 2017 (r434215) @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 2.4.2017.01.20 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -21,7 +22,7 @@ LIB_DEPENDS= librrd.so:databases/rrdtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf cpe gmake libtool localbase mysql pathfix pkgconfig sqlite -SUB_FILES= ntopng-geoipupdate.sh +SUB_FILES= ntopng-geoipupdate.sh pkg-deinstall USERS= ntopng GROUPS= ntopng @@ -34,6 +35,9 @@ CPE_VENDOR= ntop OPTIONS_DEFINE= GEOIP NLS OPTIONS_DEFAULT= GEOIP + +OPTIONS_SUB= yes + GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP NLS_USES= gettext @@ -45,6 +49,8 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ntopng + +post-install-GEOIP-on: ${INSTALL_SCRIPT} ${WRKDIR}/ntopng-geoipupdate.sh ${STAGEDIR}${PREFIX}/bin .include Modified: head/net/ntopng/files/ntopng-geoipupdate.sh.in ============================================================================== --- head/net/ntopng/files/ntopng-geoipupdate.sh.in Thu Feb 16 14:34:06 2017 (r434214) +++ head/net/ntopng/files/ntopng-geoipupdate.sh.in Thu Feb 16 14:51:05 2017 (r434215) @@ -1,7 +1,7 @@ #!/bin/sh set -eu -mkdir -p %%DATADIR%%/httpdocs/geoip +mkdir -p "%%DATADIR%%/httpdocs/geoip" # arguments: # $1 URL @@ -9,11 +9,11 @@ mkdir -p %%DATADIR%%/httpdocs/geoip _fetch() { url="$1" out="$2" - TEMPFILE="$(mktemp "%%DATADIR%%"/httpdocs/geoip/GeoIP.dat-XXXXXX)" + TEMPFILE="$(mktemp "%%DATADIR%%/httpdocs/geoip/GeoIP.dat-XXXXXX")" trap 'rc=$? ; set +e ; rm -f "'"$TEMPFILE"'" ; exit $rc' 0 if fetch -o - "$url" | gunzip >> "$TEMPFILE" ; then chmod 444 "$TEMPFILE" - if ! mv -f "$TEMPFILE" "%%DATADIR%%"/"$2" ; then + if ! mv -f "$TEMPFILE" "%%DATADIR%%/$2" ; then echo "Unable to replace %%DATADIR%%/$2" return 2 fi Modified: head/net/ntopng/files/ntopng.in ============================================================================== --- head/net/ntopng/files/ntopng.in Thu Feb 16 14:34:06 2017 (r434214) +++ head/net/ntopng/files/ntopng.in Thu Feb 16 14:51:05 2017 (r434215) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: ntopng -# REQUIRE: DAEMON +# REQUIRE: LOGIN netif # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable ntopng: @@ -34,7 +34,7 @@ user_path=%%PREFIX%%/etc/ntopng-users.co start_precmd=ntopng_precmd command=%%PREFIX%%/bin/ntopng -command_args="-e -U ntopng -G ${ntopng_pidfile} -1 ${httpdocs_path} -2 ${scripts_path} -3 ${callbacks_path}" +command_args="-U ntopng -G ${ntopng_pidfile} -1 ${httpdocs_path} -2 ${scripts_path} -3 ${callbacks_path} -e" ntopng_precmd() { Added: head/net/ntopng/files/pkg-deinstall.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntopng/files/pkg-deinstall.in Thu Feb 16 14:51:05 2017 (r434215) @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $FreeBSD$ + +[ "$2" != "DEINSTALL" ] && exit 0 + +[ -f "%%DATADIR%%/GeoLiteCity.dat" ] && /bin/rm "%%DATADIR%%/GeoLiteCity.dat" +[ -f "%%DATADIR%%/GeoLiteCityv6.dat" ] && /bin/rm "%%DATADIR%%/GeoLiteCityv6.dat" +[ -f "%%DATADIR%%/GeoIPASNum.dat.gz" ] && /bin/rm "%%DATADIR%%/GeoIPASNum.dat.gz" +[ -f "%%DATADIR%%/GeoIPASNumv6.dat.gz" ] && /bin/rm "%%DATADIR%%/GeoIPASNumv6.dat.gz" +[ -d "%%DATADIR%%/httpdocs/geoip" ] && /usr/bin/find "%%DATADIR%%/httpdocs/geoip" -type d -empty -delete Modified: head/net/ntopng/pkg-message ============================================================================== --- head/net/ntopng/pkg-message Thu Feb 16 14:34:06 2017 (r434214) +++ head/net/ntopng/pkg-message Thu Feb 16 14:51:05 2017 (r434215) @@ -1,14 +1,18 @@ ---------------------------------------------------------------------------- WARNING: -In the past, ntop has been the subject of repeated security vulner- -abilities, particularly relating to its web interface. It is strongly -suggested that you protect your ntop web interface via packet filters -or TCP wrappers. +ntopng runs a web interface service by default, it is suggested to protect +such network accessible services with packet filters or TCP wrappers. -Please install redis server from databases/redis or use -r to specify -a remote one. +ntopng requires to connect to a redis server to work. Please install redis +server from databases/redis or use -r option via ntopng_flags to specify a +remote one. -Please use ntopng-geoipupdate.sh to update GeoIP database to the -latest. +If you enabled GeoIP support(the default), please use ntopng-geoipupdate.sh +to update GeoIP database to the latest available data. + +To pass a configuration file to ntopng, which overrides any command +line arguments, add something like the following to rc.conf: + +ntopng_flags="/path/to/file.conf" ---------------------------------------------------------------------------- Modified: head/net/ntopng/pkg-plist ============================================================================== --- head/net/ntopng/pkg-plist Thu Feb 16 14:34:06 2017 (r434214) +++ head/net/ntopng/pkg-plist Thu Feb 16 14:51:05 2017 (r434215) @@ -1,5 +1,5 @@ bin/ntopng -bin/ntopng-geoipupdate.sh +%%GEOIP%%bin/ntopng-geoipupdate.sh man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/bootstrap/css/bootstrap-theme.css %%DATADIR%%/httpdocs/bootstrap/css/bootstrap-theme.css.map From owner-svn-ports-all@freebsd.org Thu Feb 16 15:59:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B79A7CE265C; Thu, 16 Feb 2017 15:59:28 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7A41392; Thu, 16 Feb 2017 15:59:28 +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 v1GFxR9D093735; Thu, 16 Feb 2017 15:59:27 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GFxRjv093733; Thu, 16 Feb 2017 15:59:27 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201702161559.v1GFxRjv093733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 16 Feb 2017 15:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434216 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 15:59:28 -0000 Author: pawel Date: Thu Feb 16 15:59:27 2017 New Revision: 434216 URL: https://svnweb.freebsd.org/changeset/ports/434216 Log: Update to version 5.1.4 Changelog: * change: filter, reworked the layout * change: filter, category select change now propagate to subcategories * wish : #1661806 show overdraft amount in account window (balance column) * wish : #1655542 improve handling of end of month scheduled transactions * bugfix: sanity was not checking dst_account * bugfix: sanity orphaned account was not working * bugfix: #1663795 "show all" shows as enabled after opening another file * bugfix: #1663789 both sides of internal transfers' accounts not changed * bugfix: #1663399 display Order of Account Types (5.1.3) * bugfix: #1662197 main window's upcoming transactions pane shifts downwards on every startup * bugfix: #1662189 main window size/position saved only when using wm close (X) button * bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later * bugfix: #1660910 main window layout is not persisted * bugfix: #1658538 balance Report crash when no txn at all * bugfix: #1656720 save button in main window disabled despite pending changes * bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/Makefile Thu Feb 16 15:59:27 2017 (r434216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Thu Feb 16 14:51:05 2017 (r434215) +++ head/finance/homebank/distinfo Thu Feb 16 15:59:27 2017 (r434216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485279421 -SHA256 (homebank-5.1.3.tar.gz) = 22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 -SIZE (homebank-5.1.3.tar.gz) = 2686661 +TIMESTAMP = 1487257544 +SHA256 (homebank-5.1.4.tar.gz) = 0af35f848c9be864db838868c14977e3f873b54b20be24b6b30189766c5afd1f +SIZE (homebank-5.1.4.tar.gz) = 2688564 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:09:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D04BBCE2A9C; Thu, 16 Feb 2017 16:09:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D4F5195E; Thu, 16 Feb 2017 16:09:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GG9SGl097675; Thu, 16 Feb 2017 16:09:28 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GG9SJ3097674; Thu, 16 Feb 2017 16:09:28 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201702161609.v1GG9SJ3097674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 16 Feb 2017 16:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434217 - head/graphics/podofo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:09:29 -0000 Author: pawel Date: Thu Feb 16 16:09:28 2017 New Revision: 434217 URL: https://svnweb.freebsd.org/changeset/ports/434217 Log: Drop maintainership Modified: head/graphics/podofo/Makefile Modified: head/graphics/podofo/Makefile ============================================================================== --- head/graphics/podofo/Makefile Thu Feb 16 15:59:27 2017 (r434216) +++ head/graphics/podofo/Makefile Thu Feb 16 16:09:28 2017 (r434217) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF -MAINTAINER= pawel@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PDF manipulation library and tools LICENSE= GPLv2 LGPL21 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:17:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 658DDCE2E71; Thu, 16 Feb 2017 16:17:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35B71100F; Thu, 16 Feb 2017 16:17:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGH57T001687; Thu, 16 Feb 2017 16:17:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGH5oD001686; Thu, 16 Feb 2017 16:17:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702161617.v1GGH5oD001686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 16 Feb 2017 16:17:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434218 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:17:06 -0000 Author: tijl Date: Thu Feb 16 16:17:05 2017 New Revision: 434218 URL: https://svnweb.freebsd.org/changeset/ports/434218 Log: - Add --enable-pic to CONFIGURE_ARGS. It eliminates text relocations in shared libraries. This only affects i386 because it is already the default on other architectures. - Enable verbose build. Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Feb 16 16:09:28 2017 (r434217) +++ head/multimedia/ffmpeg/Makefile Thu Feb 16 16:17:05 2017 (r434218) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -439,13 +440,14 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PK DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin V=1 CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ --datadir="${DATADIR}" \ --pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ --enable-shared \ + --enable-pic \ --enable-gpl \ --enable-postproc \ --enable-avfilter \ From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50070CDC7F7; Thu, 16 Feb 2017 16:45:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DAEB10F1; Thu, 16 Feb 2017 16:45:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjEOc013800; Thu, 16 Feb 2017 16:45:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjDaH013795; Thu, 16 Feb 2017 16:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjDaH013795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434219 - in head/devel: . p5-File-Share X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:15 -0000 Author: sunpoet Date: Thu Feb 16 16:45:13 2017 New Revision: 434219 URL: https://svnweb.freebsd.org/changeset/ports/434219 Log: Add p5-File-Share 0.25 File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir and dist_file functions, except these functions have been enhanced to understand when the developer's local ./share/ directory should be used. WWW: http://search.cpan.org/dist/File-Share/ Added: head/devel/p5-File-Share/ head/devel/p5-File-Share/Makefile (contents, props changed) head/devel/p5-File-Share/distinfo (contents, props changed) head/devel/p5-File-Share/pkg-descr (contents, props changed) head/devel/p5-File-Share/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Feb 16 16:17:05 2017 (r434218) +++ head/devel/Makefile Thu Feb 16 16:45:13 2017 (r434219) @@ -2438,6 +2438,7 @@ SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath + SUBDIR += p5-File-Share SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR Added: head/devel/p5-File-Share/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/Makefile Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= File-Share +PORTVERSION= 0.25 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extend File::ShareDir to Local Libraries + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-ShareDir>=1.03:devel/p5-File-ShareDir +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-File-Share/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/distinfo Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487172935 +SHA256 (File-Share-0.25.tar.gz) = 8e9d256e0ac4384228384b4ad2a57819a163edb39f20988ed5c1318c01407070 +SIZE (File-Share-0.25.tar.gz) = 13696 Added: head/devel/p5-File-Share/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/pkg-descr Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,5 @@ +File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir +and dist_file functions, except these functions have been enhanced to understand +when the developer's local ./share/ directory should be used. + +WWW: http://search.cpan.org/dist/File-Share/ Added: head/devel/p5-File-Share/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/pkg-plist Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/File/Share.pm +%%SITE_PERL%%/File/Share.pod +%%PERL5_MAN3%%/File::Share.3.gz From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AFF1CDC815; Thu, 16 Feb 2017 16:45:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF49A1100; Thu, 16 Feb 2017 16:45:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjJsi013916; Thu, 16 Feb 2017 16:45:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjI9u013914; Thu, 16 Feb 2017 16:45:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjI9u013914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434220 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:20 -0000 Author: sunpoet Date: Thu Feb 16 16:45:18 2017 New Revision: 434220 URL: https://svnweb.freebsd.org/changeset/ports/434220 Log: Update to 20170215 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Thu Feb 16 16:45:13 2017 (r434219) +++ head/misc/pciids/Makefile Thu Feb 16 16:45:18 2017 (r434220) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20170208 +PORTVERSION= 20170215 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 5a8039b +GH_TAGNAME= 2c74505 USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Thu Feb 16 16:45:13 2017 (r434219) +++ head/misc/pciids/distinfo Thu Feb 16 16:45:18 2017 (r434220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486840191 -SHA256 (pciutils-pciids-20170208-5a8039b_GH0.tar.gz) = c03aa97b5cc0d50d0e63dee93f7672ab593d67138ec35595f8634089e4067480 -SIZE (pciutils-pciids-20170208-5a8039b_GH0.tar.gz) = 251718 +TIMESTAMP = 1487174374 +SHA256 (pciutils-pciids-20170215-2c74505_GH0.tar.gz) = 6d871d52cec842c4371fbc923f6de8b9c652ee9150a117df42ceb129ef86f939 +SIZE (pciutils-pciids-20170215-2c74505_GH0.tar.gz) = 251812 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE7F2CDC849; Thu, 16 Feb 2017 16:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72FD3114E; Thu, 16 Feb 2017 16:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjND3014035; Thu, 16 Feb 2017 16:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjN9j014033; Thu, 16 Feb 2017 16:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjN9j014033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434221 - head/misc/usbids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:24 -0000 Author: sunpoet Date: Thu Feb 16 16:45:23 2017 New Revision: 434221 URL: https://svnweb.freebsd.org/changeset/ports/434221 Log: - Update to 20170212 Changes: https://people.FreeBSD.org/~sunpoet/usbids-20170212.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Thu Feb 16 16:45:18 2017 (r434220) +++ head/misc/usbids/Makefile Thu Feb 16 16:45:23 2017 (r434221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20161205 +PORTVERSION= 20170212 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Thu Feb 16 16:45:18 2017 (r434220) +++ head/misc/usbids/distinfo Thu Feb 16 16:45:23 2017 (r434221) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481826683 -SHA256 (usbids-20161205.tar.xz) = 1a61c085ad0fc75cee8fcca43c08d592f33a4cae68e85974d62744561bdad9b4 -SIZE (usbids-20161205.tar.xz) = 161100 +TIMESTAMP = 1487174801 +SHA256 (usbids-20170212.tar.xz) = 6f530947e186c3f8a25fb063a7b98173d490dee68b7ea5424ee51f831f98e5e2 +SIZE (usbids-20170212.tar.xz) = 161684 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92CF9CDC884; Thu, 16 Feb 2017 16:45:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57A0511D2; Thu, 16 Feb 2017 16:45:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjSoI014198; Thu, 16 Feb 2017 16:45:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjSkL014193; Thu, 16 Feb 2017 16:45:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjSkL014193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434222 - in head/science/cdo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:29 -0000 Author: sunpoet Date: Thu Feb 16 16:45:27 2017 New Revision: 434222 URL: https://svnweb.freebsd.org/changeset/ports/434222 Log: Update to 1.8.0 - Regenerate patch files with makepatch: Changes: https://code.zmaw.de/news/363 Modified: head/science/cdo/Makefile head/science/cdo/distinfo head/science/cdo/files/patch-src-cdo_pthread.c head/science/cdo/files/patch-src-pthread_debug.c head/science/cdo/files/patch-src-pthread_debug.h Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Thu Feb 16 16:45:23 2017 (r434221) +++ head/science/cdo/Makefile Thu Feb 16 16:45:27 2017 (r434222) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/12760/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/13772/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/science/cdo/distinfo ============================================================================== --- head/science/cdo/distinfo Thu Feb 16 16:45:23 2017 (r434221) +++ head/science/cdo/distinfo Thu Feb 16 16:45:27 2017 (r434222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479408559 -SHA256 (cdo-1.7.2.tar.gz) = 4c43eba7a95f77457bfe0d30fb82382b3b5f2b0cf90aca6f0f0a008f6cc7e697 -SIZE (cdo-1.7.2.tar.gz) = 9041971 +TIMESTAMP = 1487174387 +SHA256 (cdo-1.8.0.tar.gz) = 2008c72740d9d485d2c857d99b8e26d801db5de3f5873fbec717d824441acf70 +SIZE (cdo-1.8.0.tar.gz) = 9275335 Modified: head/science/cdo/files/patch-src-cdo_pthread.c ============================================================================== --- head/science/cdo/files/patch-src-cdo_pthread.c Thu Feb 16 16:45:23 2017 (r434221) +++ head/science/cdo/files/patch-src-cdo_pthread.c Thu Feb 16 16:45:27 2017 (r434222) @@ -1,17 +1,17 @@ ---- src/cdo_pthread.c.orig 2007-08-29 17:15:32.000000000 +0800 -+++ src/cdo_pthread.c 2011-02-26 03:30:00.000000000 +0800 -@@ -32,8 +32,10 @@ +--- src/cdo_pthread.c.orig 2017-01-19 08:25:24 UTC ++++ src/cdo_pthread.c +@@ -32,8 +32,10 @@ void print_pthread_info() { - #if defined (HAVE_LIBPTHREAD) + #if defined(HAVE_LIBPTHREAD) pthread_attr_t attr; +#if defined (PTHREAD_MUTEXATTR_CONDATTR) pthread_mutexattr_t m_attr; pthread_condattr_t c_attr; +#endif - #if defined (PTHREAD_KEYS_MAX) + #if defined(PTHREAD_KEYS_MAX) fprintf(stderr, "PTHREAD_KEYS_MAX = %d\n", PTHREAD_KEYS_MAX); -@@ -54,6 +56,7 @@ +@@ -54,6 +56,7 @@ void print_pthread_info() print_pthread_attr("Default pthread attr", &attr); pthread_attr_destroy(&attr); @@ -19,7 +19,7 @@ pthread_mutexattr_init(&m_attr); print_pthread_mutexattr("Default pthread mutexattr", &m_attr); pthread_mutexattr_destroy(&m_attr); -@@ -61,6 +64,7 @@ +@@ -61,6 +64,7 @@ void print_pthread_info() pthread_condattr_init(&c_attr); print_pthread_condattr("Default pthread condattr ", &c_attr); pthread_condattr_destroy(&c_attr); Modified: head/science/cdo/files/patch-src-pthread_debug.c ============================================================================== --- head/science/cdo/files/patch-src-pthread_debug.c Thu Feb 16 16:45:23 2017 (r434221) +++ head/science/cdo/files/patch-src-pthread_debug.c Thu Feb 16 16:45:27 2017 (r434222) @@ -1,15 +1,15 @@ ---- src/pthread_debug.c.orig 2010-11-12 20:22:44.000000000 +0800 -+++ src/pthread_debug.c 2011-02-26 03:30:00.000000000 +0800 -@@ -77,6 +77,7 @@ +--- src/pthread_debug.c.orig 2016-06-10 08:14:45 UTC ++++ src/pthread_debug.c +@@ -76,6 +76,7 @@ void print_pthread_attr(const char *call } +#if defined (PTHREAD_MUTEXATTR_CONDATTR) void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr) { - /* -@@ -116,6 +117,7 @@ - } + (void) caller; +@@ -120,6 +121,7 @@ void print_pthread_condattr(const char * + (void) c_attr; #endif } +#endif Modified: head/science/cdo/files/patch-src-pthread_debug.h ============================================================================== --- head/science/cdo/files/patch-src-pthread_debug.h Thu Feb 16 16:45:23 2017 (r434221) +++ head/science/cdo/files/patch-src-pthread_debug.h Thu Feb 16 16:45:27 2017 (r434222) @@ -1,6 +1,6 @@ ---- src/pthread_debug.h.orig 2010-11-12 20:19:20.000000000 +0800 -+++ src/pthread_debug.h 2011-02-26 03:30:00.000000000 +0800 -@@ -15,8 +15,10 @@ +--- src/pthread_debug.h.orig 2016-04-18 08:41:42 UTC ++++ src/pthread_debug.h +@@ -15,8 +15,10 @@ void Pthread_cond_signal(const char *cal void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex); void print_pthread_attr(const char *caller, pthread_attr_t *attr); From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B11ECDC8C1; Thu, 16 Feb 2017 16:45:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1268124E; Thu, 16 Feb 2017 16:45:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjWhJ014316; Thu, 16 Feb 2017 16:45:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjWSi014315; Thu, 16 Feb 2017 16:45:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjWSi014315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434223 - head/science/grib_api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:34 -0000 Author: sunpoet Date: Thu Feb 16 16:45:32 2017 New Revision: 434223 URL: https://svnweb.freebsd.org/changeset/ports/434223 Log: Update to 1.20.0 Changes: https://software.ecmwf.int/wiki/display/GRIB/Latest+news Modified: head/science/grib_api/Makefile head/science/grib_api/distinfo Modified: head/science/grib_api/Makefile ============================================================================== --- head/science/grib_api/Makefile Thu Feb 16 16:45:27 2017 (r434222) +++ head/science/grib_api/Makefile Thu Feb 16 16:45:32 2017 (r434223) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grib_api -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 DISTVERSIONSUFFIX= -Source CATEGORIES= science MASTER_SITES= https://software.ecmwf.int/wiki/download/attachments/3473437/ \ Modified: head/science/grib_api/distinfo ============================================================================== --- head/science/grib_api/distinfo Thu Feb 16 16:45:27 2017 (r434222) +++ head/science/grib_api/distinfo Thu Feb 16 16:45:32 2017 (r434223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483308575 -SHA256 (grib_api-1.19.0-Source.tar.gz) = caec66c2d54331de9830dde853195262a1859bab36d5d03b4d44ac55784d921d -SIZE (grib_api-1.19.0-Source.tar.gz) = 4746185 +TIMESTAMP = 1487174397 +SHA256 (grib_api-1.20.0-Source.tar.gz) = 663064823241e8d5d92f0858e74b988ca787cc7bb0f01bcdc15e8269667caffd +SIZE (grib_api-1.20.0-Source.tar.gz) = 4746360 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37E9CDC8F1; Thu, 16 Feb 2017 16:45:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF12512D2; Thu, 16 Feb 2017 16:45:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjb9I014500; Thu, 16 Feb 2017 16:45:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjbbK014495; Thu, 16 Feb 2017 16:45:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjbbK014495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434224 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list rubygem-public_suffix rubygem-public_suffix_service X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:39 -0000 Author: sunpoet Date: Thu Feb 16 16:45:37 2017 New Revision: 434224 URL: https://svnweb.freebsd.org/changeset/ports/434224 Log: Update to 0.0.0.20170206 - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Thu Feb 16 16:45:32 2017 (r434223) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Thu Feb 16 16:45:37 2017 (r434224) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Thu Feb 16 16:45:32 2017 (r434223) +++ head/dns/public_suffix_list/Makefile Thu Feb 16 16:45:37 2017 (r434224) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170118 +PORTVERSION= 0.0.0.20170206 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 45a2bf8 +GH_TAGNAME= 07c79d4 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Thu Feb 16 16:45:32 2017 (r434223) +++ head/dns/public_suffix_list/distinfo Thu Feb 16 16:45:37 2017 (r434224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485194136 -SHA256 (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 7fdc62e7e8fecdeb94aaadf2b1b63dd8b12e0c7595fdd23623f517cf8b297d13 -SIZE (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 80330 +TIMESTAMP = 1487174369 +SHA256 (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 3c7cca251db4c8c24e8436afc51d39e7be446e93ed801a376410745d5320a3f6 +SIZE (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 80643 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Thu Feb 16 16:45:32 2017 (r434223) +++ head/dns/rubygem-public_suffix/Makefile Thu Feb 16 16:45:37 2017 (r434224) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Thu Feb 16 16:45:32 2017 (r434223) +++ head/dns/rubygem-public_suffix_service/Makefile Thu Feb 16 16:45:37 2017 (r434224) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns rubygems MASTER_SITES= RG From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB048CDC926; Thu, 16 Feb 2017 16:45:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A81D2134B; Thu, 16 Feb 2017 16:45:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjgj2014617; Thu, 16 Feb 2017 16:45:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjgnA014615; Thu, 16 Feb 2017 16:45:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjgnA014615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434225 - head/devel/p5-CPANPLUS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:44 -0000 Author: sunpoet Date: Thu Feb 16 16:45:42 2017 New Revision: 434225 URL: https://svnweb.freebsd.org/changeset/ports/434225 Log: Update to 0.9164 Changes: http://search.cpan.org/dist/CPANPLUS/ChangeLog Modified: head/devel/p5-CPANPLUS/Makefile head/devel/p5-CPANPLUS/distinfo Modified: head/devel/p5-CPANPLUS/Makefile ============================================================================== --- head/devel/p5-CPANPLUS/Makefile Thu Feb 16 16:45:37 2017 (r434224) +++ head/devel/p5-CPANPLUS/Makefile Thu Feb 16 16:45:42 2017 (r434225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPANPLUS -PORTVERSION= 0.9162 +PORTVERSION= 0.9164 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-CPANPLUS/distinfo ============================================================================== --- head/devel/p5-CPANPLUS/distinfo Thu Feb 16 16:45:37 2017 (r434224) +++ head/devel/p5-CPANPLUS/distinfo Thu Feb 16 16:45:42 2017 (r434225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484577129 -SHA256 (CPANPLUS-0.9162.tar.gz) = 186ca3ae11a557ca32da9c8fa40ba6b4d72936a835d7302f8ac13ecb6936c347 -SIZE (CPANPLUS-0.9162.tar.gz) = 575326 +TIMESTAMP = 1487204635 +SHA256 (CPANPLUS-0.9164.tar.gz) = 3fcd8c7bb1973df484236fc3d59ed17c8a35057f56546ba44bfc780b97fec0a8 +SIZE (CPANPLUS-0.9164.tar.gz) = 574407 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DDB8CDC956; Thu, 16 Feb 2017 16:45:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FAA813BC; Thu, 16 Feb 2017 16:45:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjl9T014736; Thu, 16 Feb 2017 16:45:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjlTl014734; Thu, 16 Feb 2017 16:45:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjlTl014734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434226 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:48 -0000 Author: sunpoet Date: Thu Feb 16 16:45:47 2017 New Revision: 434226 URL: https://svnweb.freebsd.org/changeset/ports/434226 Log: Update to 1.813 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Thu Feb 16 16:45:42 2017 (r434225) +++ head/devel/p5-MCE/Makefile Thu Feb 16 16:45:47 2017 (r434226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.812 +PORTVERSION= 1.813 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Thu Feb 16 16:45:42 2017 (r434225) +++ head/devel/p5-MCE/distinfo Thu Feb 16 16:45:47 2017 (r434226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487166409 -SHA256 (MCE-1.812.tar.gz) = a9de727e7bede3d30af1c30c4dd6d4fe1cfa53ff211a1e9c1bd493ef187cfa91 -SIZE (MCE-1.812.tar.gz) = 172062 +TIMESTAMP = 1487204586 +SHA256 (MCE-1.813.tar.gz) = cb687254fe5f2dec39ca04b20ddd98bd0f66b39d87366ad04fab4f0f7a3c3097 +SIZE (MCE-1.813.tar.gz) = 173573 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70E2BCDC98F; Thu, 16 Feb 2017 16:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 273E61482; Thu, 16 Feb 2017 16:45:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjqK2014868; Thu, 16 Feb 2017 16:45:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjq4H014865; Thu, 16 Feb 2017 16:45:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjq4H014865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434227 - head/devel/p5-Media-Type-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:53 -0000 Author: sunpoet Date: Thu Feb 16 16:45:51 2017 New Revision: 434227 URL: https://svnweb.freebsd.org/changeset/ports/434227 Log: Update to 0.31.0 - Update LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Media-Type-Simple/Changes Modified: head/devel/p5-Media-Type-Simple/Makefile head/devel/p5-Media-Type-Simple/distinfo head/devel/p5-Media-Type-Simple/pkg-plist Modified: head/devel/p5-Media-Type-Simple/Makefile ============================================================================== --- head/devel/p5-Media-Type-Simple/Makefile Thu Feb 16 16:45:47 2017 (r434226) +++ head/devel/p5-Media-Type-Simple/Makefile Thu Feb 16 16:45:51 2017 (r434227) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= Media-Type-Simple -PORTVERSION= 0.02 -PORTREVISION= 1 +PORTVERSION= 0.31.0 +DISTVERSIONPREFIX= v CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RRWO @@ -12,14 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= MIME Media Types and their file extensions -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= ART20 -BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ + p5-File-Share>=0:devel/p5-File-Share \ + p5-File-ShareDir>=0:devel/p5-File-ShareDir RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Media-Type-Simple/distinfo ============================================================================== --- head/devel/p5-Media-Type-Simple/distinfo Thu Feb 16 16:45:47 2017 (r434226) +++ head/devel/p5-Media-Type-Simple/distinfo Thu Feb 16 16:45:51 2017 (r434227) @@ -1,2 +1,3 @@ -SHA256 (Media-Type-Simple-0.02.tar.gz) = 050f52708439a99f11d73a29a1f0ae9f180c347de767c4730bd54d70f71d0737 -SIZE (Media-Type-Simple-0.02.tar.gz) = 10792 +TIMESTAMP = 1487172660 +SHA256 (Media-Type-Simple-v0.31.0.tar.gz) = 9584f29e0f7350fe7745801565cd406b1808b15c86759a675387f061c770d068 +SIZE (Media-Type-Simple-v0.31.0.tar.gz) = 37389 Modified: head/devel/p5-Media-Type-Simple/pkg-plist ============================================================================== --- head/devel/p5-Media-Type-Simple/pkg-plist Thu Feb 16 16:45:47 2017 (r434226) +++ head/devel/p5-Media-Type-Simple/pkg-plist Thu Feb 16 16:45:51 2017 (r434227) @@ -1,4 +1,3 @@ -%%SITE_PERL%%/MIME/Type/Simple.pm %%SITE_PERL%%/Media/Type/Simple.pm -%%PERL5_MAN3%%/MIME::Type::Simple.3.gz +%%SITE_PERL%%/auto/share/dist/Media-Type-Simple/mime.types %%PERL5_MAN3%%/Media::Type::Simple.3.gz From owner-svn-ports-all@freebsd.org Thu Feb 16 16:45:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61DCACDC9C7; Thu, 16 Feb 2017 16:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A589151D; Thu, 16 Feb 2017 16:45:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGjvsF014987; Thu, 16 Feb 2017 16:45:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjv75014985; Thu, 16 Feb 2017 16:45:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjv75014985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434228 - head/devel/p5-Mouse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:45:58 -0000 Author: sunpoet Date: Thu Feb 16 16:45:56 2017 New Revision: 434228 URL: https://svnweb.freebsd.org/changeset/ports/434228 Log: Update to 2.4.8 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Mouse/Changes Modified: head/devel/p5-Mouse/Makefile head/devel/p5-Mouse/distinfo Modified: head/devel/p5-Mouse/Makefile ============================================================================== --- head/devel/p5-Mouse/Makefile Thu Feb 16 16:45:51 2017 (r434227) +++ head/devel/p5-Mouse/Makefile Thu Feb 16 16:45:56 2017 (r434228) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mouse -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel perl5 @@ -15,6 +15,7 @@ COMMENT= Moose minus the antlers LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Build-XSUtil>=0:devel/p5-Module-Build-XSUtil TEST_DEPENDS= p5-Declare-Constraints-Simple>=0:devel/p5-Declare-Constraints-Simple \ Modified: head/devel/p5-Mouse/distinfo ============================================================================== --- head/devel/p5-Mouse/distinfo Thu Feb 16 16:45:51 2017 (r434227) +++ head/devel/p5-Mouse/distinfo Thu Feb 16 16:45:56 2017 (r434228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484441826 -SHA256 (Mouse-v2.4.7.tar.gz) = 80eb9f68df7eb0eb32e355ab32705256c8b3c65de73ed462f942fe8a722ed763 -SIZE (Mouse-v2.4.7.tar.gz) = 222151 +TIMESTAMP = 1487204600 +SHA256 (Mouse-v2.4.8.tar.gz) = 6dada171783d87d6870961187d5144f9311ed41c7253205c7a6da1357013387c +SIZE (Mouse-v2.4.8.tar.gz) = 222403 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 301E0CDCA03; Thu, 16 Feb 2017 16:46:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1BE115C0; Thu, 16 Feb 2017 16:46:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGk23P015109; Thu, 16 Feb 2017 16:46:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGk1qG015107; Thu, 16 Feb 2017 16:46:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGk1qG015107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434229 - head/www/p5-libwww X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:03 -0000 Author: sunpoet Date: Thu Feb 16 16:46:01 2017 New Revision: 434229 URL: https://svnweb.freebsd.org/changeset/ports/434229 Log: Update to 6.19 Changes: http://search.cpan.org/dist/libwww/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Thu Feb 16 16:45:56 2017 (r434228) +++ head/www/p5-libwww/Makefile Thu Feb 16 16:46:01 2017 (r434229) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.18 +PORTVERSION= 6.19 DISTVERSIONPREFIX= perl- CATEGORIES= www devel perl5 MASTER_SITES= CPAN Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Thu Feb 16 16:45:56 2017 (r434228) +++ head/www/p5-libwww/distinfo Thu Feb 16 16:46:01 2017 (r434229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486254613 -SHA256 (libwww-perl-6.18.tar.gz) = a0d3a150a0d5378526bdf2b5d4edd354aea239deca3b940a546bddd979098a2b -SIZE (libwww-perl-6.18.tar.gz) = 141891 +TIMESTAMP = 1487196664 +SHA256 (libwww-perl-6.19.tar.gz) = afb1324fd95b10d9782c5e48831da1eb7f7b08f8edd47c2ba9180d4f7ef7e2fa +SIZE (libwww-perl-6.19.tar.gz) = 141982 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F116ACDCA33; Thu, 16 Feb 2017 16:46:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C17E0163E; Thu, 16 Feb 2017 16:46:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGk6ef015226; Thu, 16 Feb 2017 16:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGk6Yd015224; Thu, 16 Feb 2017 16:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGk6Yd015224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434230 - head/devel/rubygem-rufus-scheduler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:08 -0000 Author: sunpoet Date: Thu Feb 16 16:46:06 2017 New Revision: 434230 URL: https://svnweb.freebsd.org/changeset/ports/434230 Log: Update to 3.3.4 Changes: https://github.com/jmettraux/rufus-scheduler/blob/master/CHANGELOG.txt Modified: head/devel/rubygem-rufus-scheduler/Makefile head/devel/rubygem-rufus-scheduler/distinfo Modified: head/devel/rubygem-rufus-scheduler/Makefile ============================================================================== --- head/devel/rubygem-rufus-scheduler/Makefile Thu Feb 16 16:46:01 2017 (r434229) +++ head/devel/rubygem-rufus-scheduler/Makefile Thu Feb 16 16:46:06 2017 (r434230) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rufus-scheduler -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rufus-scheduler/distinfo ============================================================================== --- head/devel/rubygem-rufus-scheduler/distinfo Thu Feb 16 16:46:01 2017 (r434229) +++ head/devel/rubygem-rufus-scheduler/distinfo Thu Feb 16 16:46:06 2017 (r434230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485699947 -SHA256 (rubygem/rufus-scheduler-3.3.3.gem) = 999bd11eac6cc32b0032191b1be7f011831e34694745fd77f627f7b451eba0e6 -SIZE (rubygem/rufus-scheduler-3.3.3.gem) = 46592 +TIMESTAMP = 1487196670 +SHA256 (rubygem/rufus-scheduler-3.3.4.gem) = 8fb06fb8fd193fb832bbd7209b571c016e2931a99ac874c6cb84a2458c5725b7 +SIZE (rubygem/rufus-scheduler-3.3.4.gem) = 47616 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF8E3CDCA67; Thu, 16 Feb 2017 16:46:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C2DA16B6; Thu, 16 Feb 2017 16:46:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGkBb6015346; Thu, 16 Feb 2017 16:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGkBlF015344; Thu, 16 Feb 2017 16:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGkBlF015344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434231 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:13 -0000 Author: sunpoet Date: Thu Feb 16 16:46:11 2017 New Revision: 434231 URL: https://svnweb.freebsd.org/changeset/ports/434231 Log: Update to 6.7.3 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Thu Feb 16 16:46:06 2017 (r434230) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Thu Feb 16 16:46:11 2017 (r434231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.7.2 +PORTVERSION= 6.7.3 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Thu Feb 16 16:46:06 2017 (r434230) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Thu Feb 16 16:46:11 2017 (r434231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036614 -SHA256 (rubygem/autoprefixer-rails-6.7.2.gem) = b889cd6a364018ebbbc7aebcef56435fdbf7df6421cbb8982497247b6a8e7cf1 -SIZE (rubygem/autoprefixer-rails-6.7.2.gem) = 343040 +TIMESTAMP = 1487175097 +SHA256 (rubygem/autoprefixer-rails-6.7.3.gem) = 7c7d3b4b6d8d2f49fce2221ad9273ff774d61c43b6a96185dbafe69640a442fe +SIZE (rubygem/autoprefixer-rails-6.7.3.gem) = 344576 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A9ACCDCA9F; Thu, 16 Feb 2017 16:46:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 455E01731; Thu, 16 Feb 2017 16:46:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGkGIU015462; Thu, 16 Feb 2017 16:46:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGkGFi015460; Thu, 16 Feb 2017 16:46:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGkGFi015460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434232 - head/www/rubygem-net-http-digest_auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:17 -0000 Author: sunpoet Date: Thu Feb 16 16:46:16 2017 New Revision: 434232 URL: https://svnweb.freebsd.org/changeset/ports/434232 Log: Update to 1.4.1 Changes: https://github.com/drbrain/net-http-digest_auth/blob/master/History.txt Modified: head/www/rubygem-net-http-digest_auth/Makefile head/www/rubygem-net-http-digest_auth/distinfo Modified: head/www/rubygem-net-http-digest_auth/Makefile ============================================================================== --- head/www/rubygem-net-http-digest_auth/Makefile Thu Feb 16 16:46:11 2017 (r434231) +++ head/www/rubygem-net-http-digest_auth/Makefile Thu Feb 16 16:46:16 2017 (r434232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= net-http-digest_auth -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= www net rubygems MASTER_SITES= RG Modified: head/www/rubygem-net-http-digest_auth/distinfo ============================================================================== --- head/www/rubygem-net-http-digest_auth/distinfo Thu Feb 16 16:46:11 2017 (r434231) +++ head/www/rubygem-net-http-digest_auth/distinfo Thu Feb 16 16:46:16 2017 (r434232) @@ -1,2 +1,3 @@ -SHA256 (rubygem/net-http-digest_auth-1.4.gem) = 11f7a8c13e801455dedd8864339d5fcd6536949b99ec9b3eae193c32f20b0091 -SIZE (rubygem/net-http-digest_auth-1.4.gem) = 13312 +TIMESTAMP = 1487175108 +SHA256 (rubygem/net-http-digest_auth-1.4.1.gem) = 4b8ad50ed8d180a58db5d6c49449b987dd0466fe01e24037945bc007562a08db +SIZE (rubygem/net-http-digest_auth-1.4.1.gem) = 13824 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18CE7CDCAD0; Thu, 16 Feb 2017 16:46:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D995017B6; Thu, 16 Feb 2017 16:46:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGkKBL015581; Thu, 16 Feb 2017 16:46:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGkKC1015579; Thu, 16 Feb 2017 16:46:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGkKC1015579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434233 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:22 -0000 Author: sunpoet Date: Thu Feb 16 16:46:20 2017 New Revision: 434233 URL: https://svnweb.freebsd.org/changeset/ports/434233 Log: Update to 2.7.9 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Feb 16 16:46:16 2017 (r434232) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Feb 16 16:46:20 2017 (r434233) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.8 +PORTVERSION= 2.7.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Feb 16 16:46:16 2017 (r434232) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Feb 16 16:46:20 2017 (r434233) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487166423 -SHA256 (rubygem/aws-sdk-core-2.7.8.gem) = c9baf50911d5b745d54c576fd87b052d3b3bfdd279a467852c7e5421bde1c610 -SIZE (rubygem/aws-sdk-core-2.7.8.gem) = 952320 +TIMESTAMP = 1487196722 +SHA256 (rubygem/aws-sdk-core-2.7.9.gem) = 84aa0e8cd890711484e250169cf4b1aff1ead8a36eee25f590a291d7ff16141b +SIZE (rubygem/aws-sdk-core-2.7.9.gem) = 952832 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 859CBCDCB07; Thu, 16 Feb 2017 16:46:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 547FF1839; Thu, 16 Feb 2017 16:46:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGkPP7015698; Thu, 16 Feb 2017 16:46:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGkPU8015695; Thu, 16 Feb 2017 16:46:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGkPU8015695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434234 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:26 -0000 Author: sunpoet Date: Thu Feb 16 16:46:25 2017 New Revision: 434234 URL: https://svnweb.freebsd.org/changeset/ports/434234 Log: Update to 2.7.9 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Feb 16 16:46:20 2017 (r434233) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Feb 16 16:46:25 2017 (r434234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.8 +PORTVERSION= 2.7.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Feb 16 16:46:20 2017 (r434233) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Feb 16 16:46:25 2017 (r434234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487166428 -SHA256 (rubygem/aws-sdk-resources-2.7.8.gem) = 21f7e2f3151eae6cc091a4537a24291ac0d7b49df91627bf7e68b8dccf6ccca2 -SIZE (rubygem/aws-sdk-resources-2.7.8.gem) = 47104 +TIMESTAMP = 1487196727 +SHA256 (rubygem/aws-sdk-resources-2.7.9.gem) = 49b8e5668d9f0eb0a167d43b541b3e1dd727c1af33b02ee4c64dc39b4842dfce +SIZE (rubygem/aws-sdk-resources-2.7.9.gem) = 47104 From owner-svn-ports-all@freebsd.org Thu Feb 16 16:46:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 436BACDCB41; Thu, 16 Feb 2017 16:46:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1303318CA; Thu, 16 Feb 2017 16:46:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GGkUZ6015816; Thu, 16 Feb 2017 16:46:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGkUDr015814; Thu, 16 Feb 2017 16:46:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161646.v1GGkUDr015814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434235 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 16:46:31 -0000 Author: sunpoet Date: Thu Feb 16 16:46:29 2017 New Revision: 434235 URL: https://svnweb.freebsd.org/changeset/ports/434235 Log: Update to 2.7.9 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Feb 16 16:46:25 2017 (r434234) +++ head/devel/rubygem-aws-sdk/Makefile Thu Feb 16 16:46:29 2017 (r434235) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.8 +PORTVERSION= 2.7.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Feb 16 16:46:25 2017 (r434234) +++ head/devel/rubygem-aws-sdk/distinfo Thu Feb 16 16:46:29 2017 (r434235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487166432 -SHA256 (rubygem/aws-sdk-2.7.8.gem) = dce3bf991458d925d52d6b3310e45c75511234ca13e6edcb0f51e004ab8e0228 -SIZE (rubygem/aws-sdk-2.7.8.gem) = 4608 +TIMESTAMP = 1487196731 +SHA256 (rubygem/aws-sdk-2.7.9.gem) = c29e047f375735f614f1b049602d0ea6a59c8887ff9f07e289d5f8ea9717da74 +SIZE (rubygem/aws-sdk-2.7.9.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Feb 16 17:02:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDDFDCE12B0; Thu, 16 Feb 2017 17:02:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D301B7A; Thu, 16 Feb 2017 17:02:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GH2ofh024021; Thu, 16 Feb 2017 17:02:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GH2oqI024018; Thu, 16 Feb 2017 17:02:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201702161702.v1GH2oqI024018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 16 Feb 2017 17:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434236 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 17:02:52 -0000 Author: olgeni Date: Thu Feb 16 17:02:50 2017 New Revision: 434236 URL: https://svnweb.freebsd.org/changeset/ports/434236 Log: Update lang/elixir to version 1.4.2. Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo head/lang/elixir/pkg-plist Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Thu Feb 16 16:46:29 2017 (r434235) +++ head/lang/elixir/Makefile Thu Feb 16 17:02:50 2017 (r434236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Thu Feb 16 16:46:29 2017 (r434235) +++ head/lang/elixir/distinfo Thu Feb 16 17:02:50 2017 (r434236) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485449224 -SHA256 (elixir/1.4.1/Docs.zip) = 46b31a5af3f30fedf10f52365ac814d1d4b07695b8e4b66ea4cb09bf5669d031 -SIZE (elixir/1.4.1/Docs.zip) = 1216864 -SHA256 (elixir/1.4.1/elixir-lang-elixir-v1.4.1_GH0.tar.gz) = 0b8e9e8340b9649c761d2514a60455a290c145732907574ac085b0f7a7e7829f -SIZE (elixir/1.4.1/elixir-lang-elixir-v1.4.1_GH0.tar.gz) = 1824714 +TIMESTAMP = 1487263446 +SHA256 (elixir/1.4.2/Docs.zip) = b9b41ea590fd514c889465382659a0a842f27cf4ebd3898d7f84a7018a4d1ad1 +SIZE (elixir/1.4.2/Docs.zip) = 1217863 +SHA256 (elixir/1.4.2/elixir-lang-elixir-v1.4.2_GH0.tar.gz) = cb4e2ec4d68b3c8b800179b7ae5779e2999aa3375f74bd188d7d6703497f553f +SIZE (elixir/1.4.2/elixir-lang-elixir-v1.4.2_GH0.tar.gz) = 1825935 Modified: head/lang/elixir/pkg-plist ============================================================================== --- head/lang/elixir/pkg-plist Thu Feb 16 16:46:29 2017 (r434235) +++ head/lang/elixir/pkg-plist Thu Feb 16 17:02:50 2017 (r434236) @@ -713,7 +713,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/behaviours.html %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-4aef34ad5f.js %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-a07cea761b.css -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-c0b1771e34.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-0990907017.js %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.ttf From owner-svn-ports-all@freebsd.org Thu Feb 16 18:35:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 964A1CE2CC5; Thu, 16 Feb 2017 18:35:54 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4960E1DDF; Thu, 16 Feb 2017 18:35:54 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GIZrBJ060109; Thu, 16 Feb 2017 18:35:53 GMT (envelope-from andreast@FreeBSD.org) Received: (from andreast@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GIZr6C060108; Thu, 16 Feb 2017 18:35:53 GMT (envelope-from andreast@FreeBSD.org) Message-Id: <201702161835.v1GIZr6C060108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andreast set sender to andreast@FreeBSD.org using -f From: Andreas Tobler Date: Thu, 16 Feb 2017 18:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434237 - in head/lang/gcc5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 18:35:54 -0000 Author: andreast (src committer) Date: Thu Feb 16 18:35:53 2017 New Revision: 434237 URL: https://svnweb.freebsd.org/changeset/ports/434237 Log: Backport the bits needed for aarch64-*-freebsd* support from the gcc5-devel port. These bits will go away once GCC releases the next gcc5. Approved by: gerald (maintainer) Added: head/lang/gcc5/files/patch-aarch64-support (contents, props changed) Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Thu Feb 16 17:02:50 2017 (r434236) +++ head/lang/gcc5/Makefile Thu Feb 16 18:35:53 2017 (r434237) @@ -27,7 +27,7 @@ CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= amd64 arm armv6 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build @@ -62,7 +62,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS CONFIGURE_ENV+= UNAME_m="powerpc64" .endif -.if ${ARCH} == "armv6" +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 Added: head/lang/gcc5/files/patch-aarch64-support ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc5/files/patch-aarch64-support Thu Feb 16 18:35:53 2017 (r434237) @@ -0,0 +1,186 @@ +---UTC +Index: configure +=================================================================== +--- configure (revision 240731) ++++ configure (working copy) +@@ -3455,6 +3455,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: configure.ac +=================================================================== +--- configure.ac (revision 240731) ++++ configure.ac (working copy) +@@ -802,6 +802,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: gcc/config/aarch64/aarch64-freebsd.h +=================================================================== +--- gcc/config/aarch64/aarch64-freebsd.h (nonexistent) ++++ gcc/config/aarch64/aarch64-freebsd.h (working copy) +@@ -0,0 +1,94 @@ ++/* Definitions for AArch64 running FreeBSD ++ Copyright (C) 2016 Free Software Foundation, Inc. ++ ++ This file is part of GCC. ++ ++ GCC is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ GCC is distributed in the hope that it will be useful, but ++ WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with GCC; see the file COPYING3. If not see ++ . */ ++ ++#ifndef GCC_AARCH64_FREEBSD_H ++#define GCC_AARCH64_FREEBSD_H ++ ++#undef SUBTARGET_CPP_SPEC ++#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC ++ ++#if TARGET_BIG_ENDIAN_DEFAULT ++#define TARGET_LINKER_EMULATION "aarch64fbsdb" ++#else ++#define TARGET_LINKER_EMULATION "aarch64fbsd" ++#endif ++ ++#undef SUBTARGET_EXTRA_LINK_SPEC ++#define SUBTARGET_EXTRA_LINK_SPEC " -m" TARGET_LINKER_EMULATION ++ ++#undef FBSD_TARGET_LINK_SPEC ++#define FBSD_TARGET_LINK_SPEC " \ ++ %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ ++ %{v:-V} \ ++ %{assert*} %{R*} %{rpath*} %{defsym*} \ ++ %{shared:-Bshareable %{h*} %{soname*}} \ ++ %{symbolic:-Bsymbolic} \ ++ %{static:-Bstatic} \ ++ %{!static: \ ++ %{rdynamic:-export-dynamic} \ ++ %{!shared:-dynamic-linker " FBSD_DYNAMIC_LINKER " }} \ ++ -X" SUBTARGET_EXTRA_LINK_SPEC " \ ++ %{mbig-endian:-EB} %{mlittle-endian:-EL}" ++ ++#if TARGET_FIX_ERR_A53_835769_DEFAULT ++#define CA53_ERR_835769_SPEC \ ++ " %{!mno-fix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#else ++#define CA53_ERR_835769_SPEC \ ++ " %{mfix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#endif ++ ++#ifdef TARGET_FIX_ERR_A53_843419_DEFAULT ++#define CA53_ERR_843419_SPEC \ ++ " %{!mno-fix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#else ++#define CA53_ERR_843419_SPEC \ ++ " %{mfix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#endif ++ ++#undef LINK_SPEC ++#define LINK_SPEC FBSD_TARGET_LINK_SPEC \ ++ CA53_ERR_835769_SPEC \ ++ CA53_ERR_843419_SPEC ++ ++#define GNU_USER_TARGET_MATHFILE_SPEC \ ++ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" ++ ++#undef ENDFILE_SPEC ++#define ENDFILE_SPEC \ ++ GNU_USER_TARGET_MATHFILE_SPEC " " \ ++ FBSD_ENDFILE_SPEC ++ ++#undef TARGET_OS_CPP_BUILTINS ++#define TARGET_OS_CPP_BUILTINS() \ ++ do \ ++ { \ ++ FBSD_TARGET_OS_CPP_BUILTINS (); \ ++ } \ ++ while (false) ++ ++#define TARGET_ASM_FILE_END file_end_indicate_exec_stack ++ ++/* Uninitialized common symbols in non-PIE executables, even with ++ strong definitions in dependent shared libraries, will resolve ++ to COPY relocated symbol in the executable. See PR65780. */ ++#undef TARGET_BINDS_LOCAL_P ++#define TARGET_BINDS_LOCAL_P default_binds_local_p_2 ++ ++#endif /* GCC_AARCH64_FREEBSD_H */ +Index: gcc/config/aarch64/t-aarch64-freebsd +=================================================================== +--- gcc/config/aarch64/t-aarch64-freebsd (nonexistent) ++++ gcc/config/aarch64/t-aarch64-freebsd (working copy) +@@ -0,0 +1,21 @@ ++# Machine description for AArch64 architecture. ++# Copyright (C) 2016 Free Software Foundation, Inc. ++# ++# This file is part of GCC. ++# ++# GCC is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 3, or (at your option) ++# any later version. ++# ++# GCC is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with GCC; see the file COPYING3. If not see ++# . ++ ++LIB1ASMSRC = aarch64/lib1funcs.asm ++LIB1ASMFUNCS = _aarch64_sync_cache_range +Index: gcc/config.gcc +=================================================================== +--- gcc/config.gcc (revision 240731) ++++ gcc/config.gcc (working copy) +@@ -914,6 +914,11 @@ + done + TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` + ;; ++aarch64*-*-freebsd*) ++ tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}" ++ tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h" ++ tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd" ++ ;; + aarch64*-*-linux*) + tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h" + tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h" +Index: libgcc/config.host +=================================================================== +--- libgcc/config.host (revision 240731) ++++ libgcc/config.host (working copy) +@@ -328,6 +328,11 @@ + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" + ;; ++aarch64*-*-freebsd*) ++ extra_parts="$extra_parts crtfastmath.o" ++ tmake_file="${tmake_file} ${cpu_type}/t-aarch64" ++ tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" ++ ;; + aarch64*-*-linux*) + extra_parts="$extra_parts crtfastmath.o" + md_unwind_header=aarch64/linux-unwind.h From owner-svn-ports-all@freebsd.org Thu Feb 16 18:38:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44222CE2D14; Thu, 16 Feb 2017 18:38:29 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01CC81F02; Thu, 16 Feb 2017 18:38:28 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GIcSZp060308; Thu, 16 Feb 2017 18:38:28 GMT (envelope-from andreast@FreeBSD.org) Received: (from andreast@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GIcRw2060306; Thu, 16 Feb 2017 18:38:27 GMT (envelope-from andreast@FreeBSD.org) Message-Id: <201702161838.v1GIcRw2060306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andreast set sender to andreast@FreeBSD.org using -f From: Andreas Tobler Date: Thu, 16 Feb 2017 18:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434238 - in head/lang/gcc6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 18:38:29 -0000 Author: andreast (src committer) Date: Thu Feb 16 18:38:27 2017 New Revision: 434238 URL: https://svnweb.freebsd.org/changeset/ports/434238 Log: Backport the bits needed for aarch64-*-freebsd* support from the gcc6-devel port. The same applies here as on the lang/gcc5 port, as soon as GCC releases a new gcc6, these bits go away. Iow, they are already part of the gcc6-devel branch. Approved by: gerald(maintainer) Added: head/lang/gcc6/files/patch-aarch64-support (contents, props changed) Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Thu Feb 16 18:35:53 2017 (r434237) +++ head/lang/gcc6/Makefile Thu Feb 16 18:38:27 2017 (r434238) @@ -27,7 +27,7 @@ CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= amd64 arm armv6 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build @@ -65,7 +65,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64" USE_GCC= yes .endif -.if ${ARCH} == "armv6" +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 Added: head/lang/gcc6/files/patch-aarch64-support ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc6/files/patch-aarch64-support Thu Feb 16 18:38:27 2017 (r434238) @@ -0,0 +1,230 @@ +--- UTC +--- configure.ac.orig 2016-03-17 23:54:19.000000000 +0100 ++++ configure.ac 2016-10-20 21:29:03.780044000 +0200 +@@ -819,6 +819,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +--- configure.orig 2016-03-17 23:54:19.000000000 +0100 ++++ configure 2016-10-20 21:29:03.779159000 +0200 +@@ -3483,6 +3483,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +--- libgcc/config.host.orig 2016-05-17 08:15:52.000000000 +0200 ++++ libgcc/config.host 2016-10-20 21:29:03.782426000 +0200 +@@ -333,6 +333,11 @@ + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" + ;; ++aarch64*-*-freebsd*) ++ extra_parts="$extra_parts crtfastmath.o" ++ tmake_file="${tmake_file} ${cpu_type}/t-aarch64" ++ tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" ++ ;; + aarch64*-*-linux*) + extra_parts="$extra_parts crtfastmath.o" + md_unwind_header=aarch64/linux-unwind.h +--- gcc/config.host.orig 2016-01-04 15:30:50.000000000 +0100 ++++ gcc/config.host 2016-10-20 21:29:03.781971000 +0200 +@@ -99,7 +99,7 @@ + esac + + case ${host} in +- aarch64*-*-linux*) ++ aarch64*-*-freebsd* | aarch64*-*-linux*) + case ${target} in + aarch64*-*-*) + host_extra_gcc_objs="driver-aarch64.o" +--- gcc/config.gcc.orig 2016-06-08 15:34:25.000000000 +0200 ++++ gcc/config.gcc 2016-10-20 21:29:03.781684000 +0200 +@@ -941,6 +941,11 @@ + done + TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` + ;; ++aarch64*-*-freebsd*) ++ tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}" ++ tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h" ++ tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd" ++ ;; + aarch64*-*-linux*) + tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h" + tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h" +--- gcc/config/aarch64/t-aarch64-freebsd.orig 2016-10-20 21:29:03.780409000 +0200 ++++ gcc/config/aarch64/t-aarch64-freebsd 2016-10-20 21:29:03.780540000 +0200 +@@ -0,0 +1,21 @@ ++# Machine description for AArch64 architecture. ++# Copyright (C) 2016 Free Software Foundation, Inc. ++# ++# This file is part of GCC. ++# ++# GCC is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 3, or (at your option) ++# any later version. ++# ++# GCC is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with GCC; see the file COPYING3. If not see ++# . ++ ++LIB1ASMSRC = aarch64/lib1funcs.asm ++LIB1ASMFUNCS = _aarch64_sync_cache_range +--- gcc/config/aarch64/aarch64-freebsd.h.orig 2016-10-20 21:29:03.780130000 +0200 ++++ gcc/config/aarch64/aarch64-freebsd.h 2016-10-20 21:29:03.780349000 +0200 +@@ -0,0 +1,94 @@ ++/* Definitions for AArch64 running FreeBSD ++ Copyright (C) 2016 Free Software Foundation, Inc. ++ ++ This file is part of GCC. ++ ++ GCC is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ GCC is distributed in the hope that it will be useful, but ++ WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with GCC; see the file COPYING3. If not see ++ . */ ++ ++#ifndef GCC_AARCH64_FREEBSD_H ++#define GCC_AARCH64_FREEBSD_H ++ ++#undef SUBTARGET_CPP_SPEC ++#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC ++ ++#if TARGET_BIG_ENDIAN_DEFAULT ++#define TARGET_LINKER_EMULATION "aarch64fbsdb" ++#else ++#define TARGET_LINKER_EMULATION "aarch64fbsd" ++#endif ++ ++#undef SUBTARGET_EXTRA_LINK_SPEC ++#define SUBTARGET_EXTRA_LINK_SPEC " -m" TARGET_LINKER_EMULATION ++ ++#undef FBSD_TARGET_LINK_SPEC ++#define FBSD_TARGET_LINK_SPEC " \ ++ %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ ++ %{v:-V} \ ++ %{assert*} %{R*} %{rpath*} %{defsym*} \ ++ %{shared:-Bshareable %{h*} %{soname*}} \ ++ %{symbolic:-Bsymbolic} \ ++ %{static:-Bstatic} \ ++ %{!static: \ ++ %{rdynamic:-export-dynamic} \ ++ %{!shared:-dynamic-linker " FBSD_DYNAMIC_LINKER " }} \ ++ -X" SUBTARGET_EXTRA_LINK_SPEC " \ ++ %{mbig-endian:-EB} %{mlittle-endian:-EL}" ++ ++#if TARGET_FIX_ERR_A53_835769_DEFAULT ++#define CA53_ERR_835769_SPEC \ ++ " %{!mno-fix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#else ++#define CA53_ERR_835769_SPEC \ ++ " %{mfix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#endif ++ ++#ifdef TARGET_FIX_ERR_A53_843419_DEFAULT ++#define CA53_ERR_843419_SPEC \ ++ " %{!mno-fix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#else ++#define CA53_ERR_843419_SPEC \ ++ " %{mfix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#endif ++ ++#undef LINK_SPEC ++#define LINK_SPEC FBSD_TARGET_LINK_SPEC \ ++ CA53_ERR_835769_SPEC \ ++ CA53_ERR_843419_SPEC ++ ++#define GNU_USER_TARGET_MATHFILE_SPEC \ ++ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" ++ ++#undef ENDFILE_SPEC ++#define ENDFILE_SPEC \ ++ GNU_USER_TARGET_MATHFILE_SPEC " " \ ++ FBSD_ENDFILE_SPEC ++ ++#undef TARGET_OS_CPP_BUILTINS ++#define TARGET_OS_CPP_BUILTINS() \ ++ do \ ++ { \ ++ FBSD_TARGET_OS_CPP_BUILTINS (); \ ++ } \ ++ while (false) ++ ++#define TARGET_ASM_FILE_END file_end_indicate_exec_stack ++ ++/* Uninitialized common symbols in non-PIE executables, even with ++ strong definitions in dependent shared libraries, will resolve ++ to COPY relocated symbol in the executable. See PR65780. */ ++#undef TARGET_BINDS_LOCAL_P ++#define TARGET_BINDS_LOCAL_P default_binds_local_p_2 ++ ++#endif /* GCC_AARCH64_FREEBSD_H */ +Index: gcc/dwarf2out.c +=================================================================== +--- gcc/dwarf2out.c (revision 244100) ++++ gcc/dwarf2out.c (working copy) +@@ -23752,7 +23752,16 @@ + { + dw_die_ref die = lookup_decl_die (decl); + if (die) +- add_location_or_const_value_attribute (die, decl, false); ++ { ++ /* We get called via the symtab code invoking late_global_decl ++ for symbols that are optimized out. Do not add locations ++ for those. */ ++ varpool_node *node = varpool_node::get (decl); ++ if (! node || ! node->definition) ++ tree_add_const_value_attribute_for_decl (die, decl); ++ else ++ add_location_or_const_value_attribute (die, decl, false); ++ } + } + } + +Index: gcc/cgraphunit.c +=================================================================== +--- gcc/cgraphunit.c (revision 244100) ++++ gcc/cgraphunit.c (working copy) +@@ -1193,8 +1193,16 @@ + at looking at optimized away DECLs, since + late_global_decl will subsequently be called from the + contents of the now pruned symbol table. */ +- if (!decl_function_context (node->decl)) +- (*debug_hooks->late_global_decl) (node->decl); ++ if (VAR_P (node->decl) ++ && !decl_function_context (node->decl)) ++ { ++ /* We are reclaiming totally unreachable code and variables ++ so they effectively appear as readonly. Show that to ++ the debug machinery. */ ++ TREE_READONLY (node->decl) = 1; ++ node->definition = false; ++ (*debug_hooks->late_global_decl) (node->decl); ++ } + + node->remove (); + continue; From owner-svn-ports-all@freebsd.org Thu Feb 16 18:40:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC221CE2D5B; Thu, 16 Feb 2017 18:40:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 795CD100F; Thu, 16 Feb 2017 18:40:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GIeSpQ060486; Thu, 16 Feb 2017 18:40:28 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GIeSAa060485; Thu, 16 Feb 2017 18:40:28 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702161840.v1GIeSAa060485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Thu, 16 Feb 2017 18:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434239 - head/audio/lua51-mpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 18:40:29 -0000 Author: lx Date: Thu Feb 16 18:40:28 2017 New Revision: 434239 URL: https://svnweb.freebsd.org/changeset/ports/434239 Log: Move to luasocket-51. PR: 180053 Submitted by: David Demelier Modified: head/audio/lua51-mpd/Makefile Modified: head/audio/lua51-mpd/Makefile ============================================================================== --- head/audio/lua51-mpd/Makefile Thu Feb 16 18:38:27 2017 (r434238) +++ head/audio/lua51-mpd/Makefile Thu Feb 16 18:40:28 2017 (r434239) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= demelier.david@gmail.com COMMENT= Lua library for musicpd -RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket +RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} From owner-svn-ports-all@freebsd.org Thu Feb 16 18:46:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AF51CE2FB6; Thu, 16 Feb 2017 18:46:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7589D15B3; Thu, 16 Feb 2017 18:46:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GIkAkl064284; Thu, 16 Feb 2017 18:46:10 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GIkA5c064282; Thu, 16 Feb 2017 18:46:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702161846.v1GIkA5c064282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 16 Feb 2017 18:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434240 - in head/www/nspluginwrapper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 18:46:11 -0000 Author: jkim Date: Thu Feb 16 18:46:10 2017 New Revision: 434240 URL: https://svnweb.freebsd.org/changeset/ports/434240 Log: Catch up with r428854 to fix automatic plugin discovery of Flash Player. MFH: 2017Q1 Modified: head/www/nspluginwrapper/Makefile head/www/nspluginwrapper/files/patch-src__npw-config.c Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Thu Feb 16 18:40:28 2017 (r434239) +++ head/www/nspluginwrapper/Makefile Thu Feb 16 18:46:10 2017 (r434240) @@ -3,7 +3,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www linux emulators MASTER_SITES= http://nspluginwrapper.org/download/ \ LOCAL/jkim \ @@ -35,24 +35,17 @@ USE_XORG= x11 xext xt CFLAGS+= -std=c99 CONFIGURE_ARGS= --enable-generic --enable-strip --prefix=${PREFIX} \ - --target-os=linux --target-cpu=i386 \ + --target-cpu=i386 --target-os=linux \ --with-cc=${CC} --with-cxx=${CXX} LIBDIR= ${PREFIX}/lib/${PORTNAME} LINUX_BINDIR= usr/lib/nspluginwrapper/i386/linux -PLIST_SUB= LIBDIR="${LIBDIR:C/^${PREFIX}\///}" HOST_ARCH="${HOST_ARCH}" +PLIST_SUB= HOST_ARCH="${ARCH:S/amd64/x86_64/}" \ + LIBDIR="${LIBDIR:C/^${PREFIX}\///}" SUB_FILES= npviewer -SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" - -.include - -.if ${ARCH} == "amd64" -HOST_ARCH= x86_64 -.else -HOST_ARCH= ${ARCH} -.endif +SUB_LIST= NSPLUGINWRAPPER="${LIBDIR}" post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ @@ -66,4 +59,4 @@ post-install: ${WRKDIR}/${LINUX_BINDIR}/*.so ${STAGEDIR}${LIBDIR}/i386/linux/ ${INSTALL_SCRIPT} ${WRKDIR}/npviewer ${STAGEDIR}${LIBDIR}/i386/linux/ -.include +.include Modified: head/www/nspluginwrapper/files/patch-src__npw-config.c ============================================================================== --- head/www/nspluginwrapper/files/patch-src__npw-config.c Thu Feb 16 18:40:28 2017 (r434239) +++ head/www/nspluginwrapper/files/patch-src__npw-config.c Thu Feb 16 18:46:10 2017 (r434240) @@ -1,6 +1,6 @@ ---- ./src/npw-config.c.orig 2011-07-01 06:18:57.000000000 +0300 -+++ ./src/npw-config.c 2014-03-28 07:33:35.829791175 +0200 -@@ -133,8 +133,9 @@ +--- src/npw-config.c.orig 2011-07-01 03:18:57 UTC ++++ src/npw-config.c +@@ -133,8 +133,9 @@ static const char *get_system_mozilla_pl #if defined(__FreeBSD__) { static const char *freebsd_dirs[] = { @@ -12,7 +12,7 @@ }; dirs = freebsd_dirs; } -@@ -232,11 +233,14 @@ +@@ -232,11 +233,13 @@ static const char **get_mozilla_plugin_d "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate "/usr/lib64/nsbrowser/plugins", #if defined(__FreeBSD__) @@ -24,8 +24,7 @@ + "%%LOCALBASE%%/lib/browser_plugins", + "%%LOCALBASE%%/lib/firefox/plugins", + "%%LOCALBASE%%/lib/seamonkey/plugins", -+ "%%LOCALBASE%%/lib/browser_plugins/linux-f10-flashplugin", -+ "%%LOCALBASE%%/lib/browser_plugins/linux-c6-flashplugin", ++ "%%LOCALBASE%%/lib/browser_plugins/linux-flashplayer", + "%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox", + "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", + "%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux", From owner-svn-ports-all@freebsd.org Thu Feb 16 19:05:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D93CE064B; Thu, 16 Feb 2017 19:05:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2A8610F2; Thu, 16 Feb 2017 19:05:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJ5nc6072442; Thu, 16 Feb 2017 19:05:49 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJ5nJQ072440; Thu, 16 Feb 2017 19:05:49 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702161905.v1GJ5nJQ072440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 16 Feb 2017 19:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434241 - in head/www/nspluginwrapper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:05:51 -0000 Author: jkim Date: Thu Feb 16 19:05:49 2017 New Revision: 434241 URL: https://svnweb.freebsd.org/changeset/ports/434241 Log: Do not look for symlinks. We may find duplicate plugins. MFH: 2017Q1 Modified: head/www/nspluginwrapper/Makefile head/www/nspluginwrapper/files/patch-src__npw-config.c Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Thu Feb 16 18:46:10 2017 (r434240) +++ head/www/nspluginwrapper/Makefile Thu Feb 16 19:05:49 2017 (r434241) @@ -3,7 +3,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www linux emulators MASTER_SITES= http://nspluginwrapper.org/download/ \ LOCAL/jkim \ Modified: head/www/nspluginwrapper/files/patch-src__npw-config.c ============================================================================== --- head/www/nspluginwrapper/files/patch-src__npw-config.c Thu Feb 16 18:46:10 2017 (r434240) +++ head/www/nspluginwrapper/files/patch-src__npw-config.c Thu Feb 16 19:05:49 2017 (r434241) @@ -12,7 +12,7 @@ }; dirs = freebsd_dirs; } -@@ -232,11 +233,13 @@ static const char **get_mozilla_plugin_d +@@ -232,11 +233,12 @@ static const char **get_mozilla_plugin_d "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate "/usr/lib64/nsbrowser/plugins", #if defined(__FreeBSD__) @@ -25,7 +25,6 @@ + "%%LOCALBASE%%/lib/firefox/plugins", + "%%LOCALBASE%%/lib/seamonkey/plugins", + "%%LOCALBASE%%/lib/browser_plugins/linux-flashplayer", -+ "%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox", + "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", + "%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux", #endif From owner-svn-ports-all@freebsd.org Thu Feb 16 19:10:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56042CE07B8; Thu, 16 Feb 2017 19:10:27 +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 257DC136A; Thu, 16 Feb 2017 19:10:27 +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 v1GJAQ4Q072722; Thu, 16 Feb 2017 19:10:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJAQG1072720; Thu, 16 Feb 2017 19:10:26 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702161910.v1GJAQG1072720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 19:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434242 - head/security/py-AccessControl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:10:27 -0000 Author: rm Date: Thu Feb 16 19:10:25 2017 New Revision: 434242 URL: https://svnweb.freebsd.org/changeset/ports/434242 Log: security/py-AccessControl: update to 3.0.13 Modified: head/security/py-AccessControl/Makefile head/security/py-AccessControl/distinfo Modified: head/security/py-AccessControl/Makefile ============================================================================== --- head/security/py-AccessControl/Makefile Thu Feb 16 19:05:49 2017 (r434241) +++ head/security/py-AccessControl/Makefile Thu Feb 16 19:10:25 2017 (r434242) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= AccessControl -PORTVERSION= 3.0.12 +PORTVERSION= 3.0.13 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,4 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acqu USES= python:2.7 USE_PYTHON= autoplist distutils +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/AccessControl/cAccessControl.so + .include Modified: head/security/py-AccessControl/distinfo ============================================================================== --- head/security/py-AccessControl/distinfo Thu Feb 16 19:05:49 2017 (r434241) +++ head/security/py-AccessControl/distinfo Thu Feb 16 19:10:25 2017 (r434242) @@ -1,2 +1,3 @@ -SHA256 (zope/AccessControl-3.0.12.tar.gz) = 57984b6c550a7784c93af8d4612ec4476d0b623abc0099f09db42703b203fa95 -SIZE (zope/AccessControl-3.0.12.tar.gz) = 98944 +TIMESTAMP = 1487242291 +SHA256 (zope/AccessControl-3.0.13.tar.gz) = c57e38354562a36680bd58e0e2653c2989b415164184d31c99e55fbbdc6b238d +SIZE (zope/AccessControl-3.0.13.tar.gz) = 96572 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:11:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 117E4CE080E; Thu, 16 Feb 2017 19:11:03 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay102.isp.belgacom.be (mailrelay102.isp.belgacom.be [195.238.20.129]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A48221500; Thu, 16 Feb 2017 19:11:01 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BTAwC+96VY/1fag21eGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgygpQRAQeBGNYXKRHSkBlQmCDCqFeAKCDkAYAQIBAQEBAQEBYiiEcQE?= =?us-ascii?q?FOhwjEAsOBAYJGgsPKhAOBhOJcAqzBItUAQEBAQEBAQMBAQEBAQEBIYs7gxeHI?= =?us-ascii?q?gWbf4Zwixp2gWWOOEiSUB84gQA0KgiFOYFJPzUBijYBAQE?= X-IPAS-Result: =?us-ascii?q?A2BTAwC+96VY/1fag21eGgEBAQECAQEBAQgBAQEBgygpQRA?= =?us-ascii?q?QeBGNYXKRHSkBlQmCDCqFeAKCDkAYAQIBAQEBAQEBYiiEcQEFOhwjEAsOBAYJG?= =?us-ascii?q?gsPKhAOBhOJcAqzBItUAQEBAQEBAQMBAQEBAQEBIYs7gxeHIgWbf4Zwixp2gWW?= =?us-ascii?q?OOEiSUB84gQA0KgiFOYFJPzUBijYBAQE?= Received: from 87.218-131-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.131.218.87]) by relay.skynet.be with ESMTP; 16 Feb 2017 20:09:48 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id v1GJ9mJh098318; Thu, 16 Feb 2017 20:09:48 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Thu, 16 Feb 2017 20:09:47 +0100 From: Tijl Coosemans To: Mark Felder Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433767 - in head: archivers/fastjar audio/audiere biology/p5-AcePerl comms/libfec devel/dcmtk devel/p5-subversion devel/py-ode games/abuse_sdl games/quake2-relay graphics/py-soya3d lan... Message-ID: <20170216200947.163419d8@kalimero.tijl.coosemans.org> In-Reply-To: <1486771811.2623949.877399408.0B6A1AA4@webmail.messagingengine.com> References: <201702091853.v19IrCxs010112@repo.freebsd.org> <20170210152955.197774a6@kalimero.tijl.coosemans.org> <1486771811.2623949.877399408.0B6A1AA4@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:11:03 -0000 On Fri, 10 Feb 2017 18:10:11 -0600 Mark Felder wrote: > Could you provide some guidelines or documentation to help people solve > this problem correctly if adding -fPIC is not correct? I certainly > wouldn't understand how to fix it or why this has any affect. I've gone over all ports in this commit now and the proper fix was almost always different so it's not that easy to write general guidelines. One thing is that code needs to be position independent or not on all architectures. It's never an architecture specific thing so things like CFLAGS_+=-fPIC are always wrong. Also the compiler error always says which file is causing a problem and this can belong to a dependency of the port, and then the problem needs to be fixed there. Sometimes upstream provides a switch to enable building with -fPIC. Sometimes the problem is caused by the port Makefile overriding upstream CFLAGS or by port patches that break something. With old code there may be a problem with the upstream build system because on i386 it's often possible to link non-pic object files into a shared library without the compiler complaining about that. The resulting library then contains text relocations (objdump -p libfoo.so | grep TEXTREL), which means the code needs to be modified at runtime, which means the memory holding the code cannot be shared between processes, which kind of defeats the purpose of shared libraries. The upstream build system needs to be patched then. Sometimes a port only provides library archives (libfoo.a). If another port then tries to link these into a shared library the archive needs to be compiled with -fPIC. Sometimes upstream provides a switch to enable shared libraries (libfoo.so) that other ports can use instead of libfoo.a. If that's not available -fPIC can be added to CFLAGS, preferably with a comment explaining why it's needed. It all depends on what the real cause of the problem is. Just don't follow compiler advice blindly. The one that says "recompile with -fPIC" is a particularly nasty one, because it looks like complicated mumbo jumbo followed by simple advice. It works like some sort of mind virus that makes you stop thinking. You can even see one committer put up some resistance at first but then he gets infected by another committer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213866 And there are hundreds of ports with -fPIC in their Makefile so there are probably dozens of committers affected by this. As a committer you should always know what you're doing such that when you make mistakes you know how to fix them. When there's any doubt just ask someone who knows for confirmation. From owner-svn-ports-all@freebsd.org Thu Feb 16 19:28:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A12F8CE0EBB; Thu, 16 Feb 2017 19:28:09 +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 6E3821EDB; Thu, 16 Feb 2017 19:28:09 +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 v1GJS8Ak080712; Thu, 16 Feb 2017 19:28:08 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJS8Zh080710; Thu, 16 Feb 2017 19:28:08 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702161928.v1GJS8Zh080710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 19:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434243 - head/net/py-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:28:09 -0000 Author: rm Date: Thu Feb 16 19:28:08 2017 New Revision: 434243 URL: https://svnweb.freebsd.org/changeset/ports/434243 Log: net/py-ldap: update to 2.4.32 Modified: head/net/py-ldap/Makefile head/net/py-ldap/distinfo Modified: head/net/py-ldap/Makefile ============================================================================== --- head/net/py-ldap/Makefile Thu Feb 16 19:10:25 2017 (r434242) +++ head/net/py-ldap/Makefile Thu Feb 16 19:28:08 2017 (r434243) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap -PORTVERSION= 2.4.30 +PORTVERSION= 2.4.32 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ldap/distinfo ============================================================================== --- head/net/py-ldap/distinfo Thu Feb 16 19:10:25 2017 (r434242) +++ head/net/py-ldap/distinfo Thu Feb 16 19:28:08 2017 (r434243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486673007 -SHA256 (python-ldap-2.4.30.tar.gz) = 74291ddb2fad75725cac35cf0dabd593e40e71ab9722f4c7ded353d5e4d1ca09 -SIZE (python-ldap-2.4.30.tar.gz) = 125805 +TIMESTAMP = 1487272242 +SHA256 (python-ldap-2.4.32.tar.gz) = 5810f1b5a9ae9255df99fb9c2dcab7352fed325687efda56c0faae1a82c5e3cb +SIZE (python-ldap-2.4.32.tar.gz) = 126025 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:28:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5AB2CE0F33; Thu, 16 Feb 2017 19:28:32 +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 92E201FD0; Thu, 16 Feb 2017 19:28:32 +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 v1GJSVWM080837; Thu, 16 Feb 2017 19:28:31 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJSVRr080835; Thu, 16 Feb 2017 19:28:31 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702161928.v1GJSVRr080835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 19:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434244 - head/net/py-ldap3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:28:32 -0000 Author: rm Date: Thu Feb 16 19:28:31 2017 New Revision: 434244 URL: https://svnweb.freebsd.org/changeset/ports/434244 Log: net/py-ldap3: update to 2.2.1 Modified: head/net/py-ldap3/Makefile head/net/py-ldap3/distinfo Modified: head/net/py-ldap3/Makefile ============================================================================== --- head/net/py-ldap3/Makefile Thu Feb 16 19:28:08 2017 (r434243) +++ head/net/py-ldap3/Makefile Thu Feb 16 19:28:31 2017 (r434244) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap3 -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ldap3/distinfo ============================================================================== --- head/net/py-ldap3/distinfo Thu Feb 16 19:28:08 2017 (r434243) +++ head/net/py-ldap3/distinfo Thu Feb 16 19:28:31 2017 (r434244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485035710 -SHA256 (ldap3-2.2.0.tar.gz) = 4b2add5c5e8964d3a58d85ae0685cc43e837546df53c0d860c63e595c321e3fb -SIZE (ldap3-2.2.0.tar.gz) = 318233 +TIMESTAMP = 1487272472 +SHA256 (ldap3-2.2.1.tar.gz) = 222584a8b0112be360dac8bcbebe36d01607afda72cd4fa6408c1d873d506a10 +SIZE (ldap3-2.2.1.tar.gz) = 324037 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:29:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24A5ECE0FA3; Thu, 16 Feb 2017 19:29:44 +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 E5F1210CC; Thu, 16 Feb 2017 19:29:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJTgvG080990; Thu, 16 Feb 2017 19:29:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJTgN3080988; Thu, 16 Feb 2017 19:29:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702161929.v1GJTgN3080988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 19:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434245 - head/devel/py-diazo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:29:44 -0000 Author: rm Date: Thu Feb 16 19:29:42 2017 New Revision: 434245 URL: https://svnweb.freebsd.org/changeset/ports/434245 Log: devel/py-diazo: update to 1.2.5 Modified: head/devel/py-diazo/Makefile head/devel/py-diazo/distinfo Modified: head/devel/py-diazo/Makefile ============================================================================== --- head/devel/py-diazo/Makefile Thu Feb 16 19:28:31 2017 (r434244) +++ head/devel/py-diazo/Makefile Thu Feb 16 19:29:42 2017 (r434245) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diazo -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-diazo/distinfo ============================================================================== --- head/devel/py-diazo/distinfo Thu Feb 16 19:28:31 2017 (r434244) +++ head/devel/py-diazo/distinfo Thu Feb 16 19:29:42 2017 (r434245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481320836 -SHA256 (diazo-1.2.4.tar.gz) = 1002377ad6d7006c32075181888264545a7f859167940e8f526d0ca26206edb3 -SIZE (diazo-1.2.4.tar.gz) = 366001 +TIMESTAMP = 1487272715 +SHA256 (diazo-1.2.5.tar.gz) = c50721babc21870b1af8f0f345741e5e7d87f5a16b63126268c1115ac5409a31 +SIZE (diazo-1.2.5.tar.gz) = 370598 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:30:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4289CCE0FF3; Thu, 16 Feb 2017 19:30:22 +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 11AF011B0; Thu, 16 Feb 2017 19:30:21 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJULNf081146; Thu, 16 Feb 2017 19:30:21 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJULdH081144; Thu, 16 Feb 2017 19:30:21 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702161930.v1GJULdH081144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 19:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434246 - head/devel/py-zc.buildout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:30:22 -0000 Author: rm Date: Thu Feb 16 19:30:20 2017 New Revision: 434246 URL: https://svnweb.freebsd.org/changeset/ports/434246 Log: devel/py-zc.buildout: update to 2.8.0 Modified: head/devel/py-zc.buildout/Makefile head/devel/py-zc.buildout/distinfo Modified: head/devel/py-zc.buildout/Makefile ============================================================================== --- head/devel/py-zc.buildout/Makefile Thu Feb 16 19:29:42 2017 (r434245) +++ head/devel/py-zc.buildout/Makefile Thu Feb 16 19:30:20 2017 (r434246) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zc.buildout -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-zc.buildout/distinfo ============================================================================== --- head/devel/py-zc.buildout/distinfo Thu Feb 16 19:29:42 2017 (r434245) +++ head/devel/py-zc.buildout/distinfo Thu Feb 16 19:30:20 2017 (r434246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486309521 -SHA256 (zope/zc.buildout-2.7.1.tar.gz) = 89c7b438879ca30637f8c159d81ae7e198d236e7e67e68d2a1f2cd89291b2230 -SIZE (zope/zc.buildout-2.7.1.tar.gz) = 311156 +TIMESTAMP = 1487273126 +SHA256 (zope/zc.buildout-2.8.0.tar.gz) = 7cd343bb13aa6628a7a973b0095700a8f44b086d70792331003f353a79aa1884 +SIZE (zope/zc.buildout-2.8.0.tar.gz) = 311767 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:37:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D4CCE2163; Thu, 16 Feb 2017 19:37:55 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BD50162F; Thu, 16 Feb 2017 19:37:55 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJbsAT084992; Thu, 16 Feb 2017 19:37:54 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJbsrC084990; Thu, 16 Feb 2017 19:37:54 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702161937.v1GJbsrC084990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 19:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434247 - head/sysutils/moosefs3-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:37:55 -0000 Author: lifanov Date: Thu Feb 16 19:37:53 2017 New Revision: 434247 URL: https://svnweb.freebsd.org/changeset/ports/434247 Log: update sysutils/moosefs3-master to 3.0.88-1 * MooseFS 3.0.88-1 (2017-02-08) - (mount) added read cache clean on write (same file access using different descriptors) - (mount) added missing cond_destroy in readdata.c (fix sent by Jakub Ratajczak) - (master) fixed initializing packet size for reading 'sustained' directory - (all) fixed zassert for printing correct statuses in case of pthread functions * MooseFS 3.0.87-1 (2017-02-01) - (mount) fix fleng in finfo after truncate (patched by Davies Liu) - (mount) fix overlapped read (patched by Davies Liu) - (mount) fixed invalidating chunk cache after truncate - (mount) fixed fleng handling in read worker - (mount) fixed handling BREAK state in read worker - (mount) changed handling data invalidation in read module (sometimes could be less efficient, but it is much more safer) - (tools) fixed number parsing (patched by Paweł Gawroński) - (cli) fixed printed host/port options - (mount) moved pipes from requests to workers (read and write - huge decrease of descriptors used by mount) - (mount) changed signal to broadcast in rwlock (fixed very rare read/write deadlock) - (mount) fixed 'open descriptors' leak (lookup(with data for open)->open(with cached data)->close) - (mount) fixed potential 'race condition' - free 'csdata' during access - (master) split (only internally) sustained folder into 256 subfolders (too many sustained files caused socket timeouts in master) PR: 216974 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Thu Feb 16 19:30:20 2017 (r434246) +++ head/sysutils/moosefs3-master/Makefile Thu Feb 16 19:37:53 2017 (r434247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.86 +PORTVERSION= 3.0.88 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Thu Feb 16 19:30:20 2017 (r434246) +++ head/sysutils/moosefs3-master/distinfo Thu Feb 16 19:37:53 2017 (r434247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480697931 -SHA256 (moosefs-3.0.86-1.tar.gz) = 2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1 -SIZE (moosefs-3.0.86-1.tar.gz) = 1102401 +TIMESTAMP = 1486746875 +SHA256 (moosefs-3.0.88-1.tar.gz) = 5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533 +SIZE (moosefs-3.0.88-1.tar.gz) = 1101860 From owner-svn-ports-all@freebsd.org Thu Feb 16 19:46:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B55CE2429; Thu, 16 Feb 2017 19:46:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98D101CDE; Thu, 16 Feb 2017 19:46:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJkNIr089427; Thu, 16 Feb 2017 19:46:23 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJkNGS089425; Thu, 16 Feb 2017 19:46:23 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702161946.v1GJkNGS089425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 19:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434248 - head/sysutils/fusefs-chironfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:46:25 -0000 Author: lifanov Date: Thu Feb 16 19:46:23 2017 New Revision: 434248 URL: https://svnweb.freebsd.org/changeset/ports/434248 Log: unbreak sysutils/fusefs-chironfs - replace GOOGLE_CODE with a mirror - add LICENSE - pass maintainership to submitter PR: 216977 Submitted by: Chris Hutchinson Modified: head/sysutils/fusefs-chironfs/Makefile head/sysutils/fusefs-chironfs/pkg-descr Modified: head/sysutils/fusefs-chironfs/Makefile ============================================================================== --- head/sysutils/fusefs-chironfs/Makefile Thu Feb 16 19:37:53 2017 (r434247) +++ head/sysutils/fusefs-chironfs/Makefile Thu Feb 16 19:46:23 2017 (r434248) @@ -3,15 +3,15 @@ PORTNAME= chironfs PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/chironfs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= FUSE based filesystem with replication at the filesystem level -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/fusefs-chironfs/pkg-descr ============================================================================== --- head/sysutils/fusefs-chironfs/pkg-descr Thu Feb 16 19:37:53 2017 (r434247) +++ head/sysutils/fusefs-chironfs/pkg-descr Thu Feb 16 19:46:23 2017 (r434248) @@ -1,7 +1,10 @@ -Chiron FS is a FUSE based filesystem which implements replication at the -FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated -filesystems may be of any kind you want the only requisite is that you -mount it. No need for special configuration files, the setup is as simple -as one mount command (or one line in fstab). +Chiron FS is a FUSE based filesystem which implements +replication at the FILESYSTEM LEVEL like RAID 1 does at +the DEVICE LEVEL. -WWW: http://code.google.com/p/chironfs/ +The replicated filesystems may be of any kind you want. +The only requisite is that you mount it. +No need for special configuration files. The setup is as +simple as one mount command (or one line in fstab). + +WWW: http://BSDforge.com/projects/sysutils/fusefs-chironfs/ From owner-svn-ports-all@freebsd.org Thu Feb 16 19:59:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1F9FCE27A4; Thu, 16 Feb 2017 19:59:53 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A05615BA; Thu, 16 Feb 2017 19:59:53 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJxq8d093553; Thu, 16 Feb 2017 19:59:52 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJxqjJ093551; Thu, 16 Feb 2017 19:59:52 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702161959.v1GJxqjJ093551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 19:59:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434249 - head/sysutils/fusefs-afuse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:59:53 -0000 Author: lifanov Date: Thu Feb 16 19:59:52 2017 New Revision: 434249 URL: https://svnweb.freebsd.org/changeset/ports/434249 Log: unbreak sysutils/fusefs-afuse - replace GOOGLE_CODE with GITHUB - pass maintainership to submitter PR: 216979 Submitted by: Chris Hutchinson Modified: head/sysutils/fusefs-afuse/Makefile head/sysutils/fusefs-afuse/pkg-descr Modified: head/sysutils/fusefs-afuse/Makefile ============================================================================== --- head/sysutils/fusefs-afuse/Makefile Thu Feb 16 19:46:23 2017 (r434248) +++ head/sysutils/fusefs-afuse/Makefile Thu Feb 16 19:59:52 2017 (r434249) @@ -3,18 +3,17 @@ PORTNAME= afuse PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/afuse/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - USES= fuse pkgconfig GNU_CONFIGURE= yes Modified: head/sysutils/fusefs-afuse/pkg-descr ============================================================================== --- head/sysutils/fusefs-afuse/pkg-descr Thu Feb 16 19:46:23 2017 (r434248) +++ head/sysutils/fusefs-afuse/pkg-descr Thu Feb 16 19:59:52 2017 (r434249) @@ -1,16 +1,18 @@ -Afuse is an automounting file system implemented in user-space using -FUSE. Afuse currently implements the most basic functionality that can -be expected by an automounter; that is it manages a directory of virtual -directories. If one of these virtual directories is accessed and is not -already automounted, afuse will attempt to mount a filesystem onto that -directory. If the mount succeeds the requested access proceeds as normal, -otherwise it will fail with an error. +Afuse is an automounting file system implemented in user-space +using FUSE. Afuse currently implements the most basic +functionality that can be expected by an automounter; that is it +manages a directory of virtual directories. If one of these virtual +directories is accessed and is not already automounted, afuse will +attempt to mount a filesystem onto that directory. If the mount +succeeds the requested access proceeds as normal, otherwise it will +fail with an error. -The advantage of using afuse over traditional automounters is that afuse -is designed to run entirely in user-space by individual users. This way an -automounting action can take advantage of the invoking users environment, -for example allowing access to an ssh-agent for password-less sshfs -mounts, or allowing access to a graphical environment to get user input -to complete a mount (i.e. popping up a window asking for a password). +The advantage of using afuse over traditional automounters is that +afuse is designed to run entirely in user-space by individual users. +This way an automounting action can take advantage of the invoking +users environment, for example allowing access to an ssh-agent for +password-less sshfs mounts, or allowing access to a graphical +environment to get user input to complete a mount (i.e. popping up +a window asking for a password). -WWW: http://afuse.sourceforge.net/ +WWW: https://github.com/pcarrier/afuse From owner-svn-ports-all@freebsd.org Thu Feb 16 20:07:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 349D3CE29CE; Thu, 16 Feb 2017 20:07:13 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F5881B1F; Thu, 16 Feb 2017 20:07:12 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GK7CsX097689; Thu, 16 Feb 2017 20:07:12 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GK7B70097684; Thu, 16 Feb 2017 20:07:11 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702162007.v1GK7B70097684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 20:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434250 - in head/www/ttf2eot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 20:07:13 -0000 Author: lifanov Date: Thu Feb 16 20:07:11 2017 New Revision: 434250 URL: https://svnweb.freebsd.org/changeset/ports/434250 Log: unbreak www/ttf2eot and update to 0.0.3 - switch from GOOGLE_CODE to GITHUB - add LICENSE - update to 0.0.3 - pass maintainership to submitter PR: 216992 Submitted by: Chris Hutchinson Approved by: stb@lassitu.de (maintainer) Modified: head/www/ttf2eot/Makefile head/www/ttf2eot/distinfo head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp head/www/ttf2eot/pkg-descr Modified: head/www/ttf2eot/Makefile ============================================================================== --- head/www/ttf2eot/Makefile Thu Feb 16 19:59:52 2017 (r434249) +++ head/www/ttf2eot/Makefile Thu Feb 16 20:07:11 2017 (r434250) @@ -2,14 +2,20 @@ # $FreeBSD$ PORTNAME= ttf2eot -DISTVERSION= 0.0.2-2 +PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v CATEGORIES= www converters -MASTER_SITES= GOOGLE_CODE -MAINTAINER= stb@lassitu.de +MAINTAINER= portmaster@bsdforge.com COMMENT= Convert TTF font file to EOT web embeddable file -BROKEN= Unfetchable (google code has gone away) +LICENSE= BSD2CLAUSE LGPL20 +LICENSE_COMB= multi + +USE_GITHUB= yes +GH_ACCOUNT= wget +GH_PROJECT= ttf2eot +GH_TAGNAME= b732f41 USES= gmake ALL_TARGET= ttf2eot Modified: head/www/ttf2eot/distinfo ============================================================================== --- head/www/ttf2eot/distinfo Thu Feb 16 19:59:52 2017 (r434249) +++ head/www/ttf2eot/distinfo Thu Feb 16 20:07:11 2017 (r434250) @@ -1,2 +1,3 @@ -SHA256 (ttf2eot-0.0.2-2.tar.gz) = 023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8 -SIZE (ttf2eot-0.0.2-2.tar.gz) = 4951 +TIMESTAMP = 1487275609 +SHA256 (wget-ttf2eot-v0.0.3-b732f41_GH0.tar.gz) = 51676549aae47611f8a490c9213967ab837f85fd1b06b5521d9c241aaa60dd40 +SIZE (wget-ttf2eot-v0.0.3-b732f41_GH0.tar.gz) = 158382 Modified: head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp ============================================================================== --- head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp Thu Feb 16 19:59:52 2017 (r434249) +++ head/www/ttf2eot/files/patch-OpenTypeUtilities.cpp Thu Feb 16 20:07:11 2017 (r434250) @@ -1,5 +1,5 @@ ---- OpenTypeUtilities.cpp.orig 2009-04-30 09:18:46.000000000 +0000 -+++ OpenTypeUtilities.cpp +--- OpenTypeUtilities.cpp.orig 2017-02-10 20:28:02.186321000 -0800 ++++ OpenTypeUtilities.cpp 2017-02-10 20:34:22.986633000 -0800 @@ -27,6 +27,7 @@ #include @@ -8,3 +8,12 @@ #ifndef _MSC_VER # include +@@ -178,7 +179,7 @@ + dst[i] = 0; + } + +-bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength) ++bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector&eotHeader, size_t&overlayDst, size_t&overlaySrc, size_t&overlayLength) + { + overlayDst = 0; + overlaySrc = 0; Modified: head/www/ttf2eot/pkg-descr ============================================================================== --- head/www/ttf2eot/pkg-descr Thu Feb 16 19:59:52 2017 (r434249) +++ head/www/ttf2eot/pkg-descr Thu Feb 16 20:07:11 2017 (r434250) @@ -1,4 +1,6 @@ -Very small utility to convert TTF files to EOT. -EOT is used by Internet Explorer to support css @font-face declarations. +Very small utility that converts TTF fonts to EOT fonts +especially suited for Internet Explorer. +EOT fonts are used by Internet Explorer to support the +css @font-face declarations. -WWW: http://code.google.com/p/ttf2eot/ +WWW: https://github.com/wget/ttf2eot From owner-svn-ports-all@freebsd.org Thu Feb 16 20:27:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8006BCE2F29; Thu, 16 Feb 2017 20:27:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D39D1624; Thu, 16 Feb 2017 20:27:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 62C4C2A2; Thu, 16 Feb 2017 14:27:40 -0600 (CST) Date: Thu, 16 Feb 2017 14:27:39 -0600 From: Mark Linimon To: Tijl Coosemans Cc: Mark Felder , Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433767 - in head: archivers/fastjar audio/audiere biology/p5-AcePerl comms/libfec devel/dcmtk devel/p5-subversion devel/py-ode games/abuse_sdl games/quake2-relay graphics/py-soya3d lan... Message-ID: <20170216202738.GA3909@lonesome.com> References: <201702091853.v19IrCxs010112@repo.freebsd.org> <20170210152955.197774a6@kalimero.tijl.coosemans.org> <1486771811.2623949.877399408.0B6A1AA4@webmail.messagingengine.com> <20170216200947.163419d8@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170216200947.163419d8@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 20:27:47 -0000 I appreciate you fixing these, and helping me to understand what the appropriate fix is. I'm going to add a link to this information to the wiki for future reference. My goal in this was simply to try to get ports fixed, that's all. mcl From owner-svn-ports-all@freebsd.org Thu Feb 16 20:35:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03CB8CE24B3; Thu, 16 Feb 2017 20:35:50 +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 D28E3100C; Thu, 16 Feb 2017 20:35:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GKZmHo009989; Thu, 16 Feb 2017 20:35:48 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GKZme6009986; Thu, 16 Feb 2017 20:35:48 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702162035.v1GKZme6009986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 16 Feb 2017 20:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434251 - head/audio/exaile-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 20:35:50 -0000 Author: rm Date: Thu Feb 16 20:35:48 2017 New Revision: 434251 URL: https://svnweb.freebsd.org/changeset/ports/434251 Log: audio/exaile-devel: update to latest revision Modified: head/audio/exaile-devel/Makefile head/audio/exaile-devel/distinfo head/audio/exaile-devel/pkg-plist Modified: head/audio/exaile-devel/Makefile ============================================================================== --- head/audio/exaile-devel/Makefile Thu Feb 16 20:07:11 2017 (r434250) +++ head/audio/exaile-devel/Makefile Thu Feb 16 20:35:48 2017 (r434251) @@ -2,6 +2,7 @@ PORTNAME= exaile PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -devel @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}muta ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3 USE_GITHUB= yes -GH_TAGNAME= 22c75bf +GH_TAGNAME= bf68e9c NO_ARCH= yes USES= desktop-file-utils gmake gnome python:2.7 Modified: head/audio/exaile-devel/distinfo ============================================================================== --- head/audio/exaile-devel/distinfo Thu Feb 16 20:07:11 2017 (r434250) +++ head/audio/exaile-devel/distinfo Thu Feb 16 20:35:48 2017 (r434251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471782443 -SHA256 (exaile-exaile-4.0-22c75bf_GH0.tar.gz) = 63fa528585c78b51ccc0c1681cafaf583b79fbbd9713f2011dfe198ff805954e -SIZE (exaile-exaile-4.0-22c75bf_GH0.tar.gz) = 3371486 +TIMESTAMP = 1487274175 +SHA256 (exaile-exaile-4.0-bf68e9c_GH0.tar.gz) = 57b5313b39be1295f9f0788fba74f2c1ab4de694793d817b1dc9b720ceb48d9d +SIZE (exaile-exaile-4.0-bf68e9c_GH0.tar.gz) = 3368776 Modified: head/audio/exaile-devel/pkg-plist ============================================================================== --- head/audio/exaile-devel/pkg-plist Thu Feb 16 20:07:11 2017 (r434250) +++ head/audio/exaile-devel/pkg-plist Thu Feb 16 20:35:48 2017 (r434251) @@ -452,7 +452,6 @@ share/exaile/data/ui/trackproperties_dia share/exaile/data/ui/widgets/filter_dialog.ui share/exaile/data/ui/widgets/progress.ui share/exaile/data/ui/widgets/track_info.ui -share/exaile/data/ui/widgets/tracklist_info.ui share/exaile/data/ui/widgets/volume_control.ui share/exaile/plugins/abrepeat/PLUGININFO share/exaile/plugins/abrepeat/__init__.py @@ -630,10 +629,6 @@ share/exaile/plugins/equalizer/__init__. share/exaile/plugins/equalizer/__init__.pyc share/exaile/plugins/equalizer/__init__.pyo share/exaile/plugins/equalizer/equalizer.ui -share/exaile/plugins/gnomemmkeys/PLUGININFO -share/exaile/plugins/gnomemmkeys/__init__.py -share/exaile/plugins/gnomemmkeys/__init__.pyc -share/exaile/plugins/gnomemmkeys/__init__.pyo share/exaile/plugins/grouptagger/PLUGININFO share/exaile/plugins/grouptagger/__init__.py share/exaile/plugins/grouptagger/__init__.pyc @@ -680,12 +675,9 @@ share/exaile/plugins/ipconsole/ipconsole share/exaile/plugins/ipconsole/ipconsoleprefs.py share/exaile/plugins/ipconsole/ipconsoleprefs.pyc share/exaile/plugins/ipconsole/ipconsoleprefs.pyo -share/exaile/plugins/ipconsole/ipython_view/__init__.py -share/exaile/plugins/ipconsole/ipython_view/__init__.pyc -share/exaile/plugins/ipconsole/ipython_view/__init__.pyo -share/exaile/plugins/ipconsole/ipython_view/ipython_view.py -share/exaile/plugins/ipconsole/ipython_view/ipython_view.pyc -share/exaile/plugins/ipconsole/ipython_view/ipython_view.pyo +share/exaile/plugins/ipconsole/ipython_view.py +share/exaile/plugins/ipconsole/ipython_view.pyc +share/exaile/plugins/ipconsole/ipython_view.pyo share/exaile/plugins/jamendo/PLUGININFO share/exaile/plugins/jamendo/__init__.py share/exaile/plugins/jamendo/__init__.pyc @@ -758,7 +750,6 @@ share/exaile/plugins/lyricsviewer/PLUGIN share/exaile/plugins/lyricsviewer/__init__.py share/exaile/plugins/lyricsviewer/__init__.pyc share/exaile/plugins/lyricsviewer/__init__.pyo -share/exaile/plugins/lyricsviewer/images/loading.gif share/exaile/plugins/lyricsviewer/lyricsviewer.ui share/exaile/plugins/lyricsviewer/lyricsviewer_prefs.ui share/exaile/plugins/lyricsviewer/lyricsviewerprefs.py From owner-svn-ports-all@freebsd.org Thu Feb 16 20:36:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA86ECE24F4; Thu, 16 Feb 2017 20:36:55 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA9A1104; Thu, 16 Feb 2017 20:36:55 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GKasQG010238; Thu, 16 Feb 2017 20:36:54 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GKasuT010233; Thu, 16 Feb 2017 20:36:54 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702162036.v1GKasuT010233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 20:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434252 - head/sysutils/farbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 20:36:55 -0000 Author: lifanov Date: Thu Feb 16 20:36:54 2017 New Revision: 434252 URL: https://svnweb.freebsd.org/changeset/ports/434252 Log: unbreak sysutils/farbot and update to 1.0 - update to 1.0 - switch form GOOGLE_CODE to GITHUB - add LICENSE - switch to autoplist - use @sample for etc/farbot.conf.sample PR: 216972 Submitted by: Chris Hutchinson Modified: head/sysutils/farbot/Makefile head/sysutils/farbot/distinfo head/sysutils/farbot/pkg-descr head/sysutils/farbot/pkg-plist Modified: head/sysutils/farbot/Makefile ============================================================================== --- head/sysutils/farbot/Makefile Thu Feb 16 20:35:48 2017 (r434251) +++ head/sysutils/farbot/Makefile Thu Feb 16 20:36:54 2017 (r434252) @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= farbot -PORTVERSION= 1.0.b2 -PORTREVISION= 1 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE -DISTNAME= farbot-1.0-beta2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= FreeBSD Automated Release Bot +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= Unfetchable (google code has gone away) - -WRKSRC= ${WRKDIR}/${DISTNAME} +USE_GITHUB= yes +GH_ACCOUNT= threerings +GH_PROJECT= farbot +GH_TAGNAME= c824009 USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist PYDISTUTILS_PKGNAME= farb PYDISTUTILS_PKGVERSION= 0.1 NO_ARCH= yes Modified: head/sysutils/farbot/distinfo ============================================================================== --- head/sysutils/farbot/distinfo Thu Feb 16 20:35:48 2017 (r434251) +++ head/sysutils/farbot/distinfo Thu Feb 16 20:36:54 2017 (r434252) @@ -1,2 +1,3 @@ -SHA256 (farbot-1.0-beta2.tar.gz) = 4287068be8cedf885bd5e635c087ce329ba81f8dda6246f43b987c51c9647d9c -SIZE (farbot-1.0-beta2.tar.gz) = 101867 +TIMESTAMP = 1487277405 +SHA256 (threerings-farbot-v1.0-c824009_GH0.tar.gz) = f2b8b656a430f0075dac5c499905ffa3fc0e48d271dbecf1ab3538a7e520f13c +SIZE (threerings-farbot-v1.0-c824009_GH0.tar.gz) = 102945 Modified: head/sysutils/farbot/pkg-descr ============================================================================== --- head/sysutils/farbot/pkg-descr Thu Feb 16 20:35:48 2017 (r434251) +++ head/sysutils/farbot/pkg-descr Thu Feb 16 20:36:54 2017 (r434252) @@ -1,15 +1,15 @@ -Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a -simple configuration file based on the concept of "Installations", -"PackageSets", and "PartitionMaps." +Farbot automates building of netinstall/PXE boot FreeBSD releases. +It features a simple configuration file based on the concept of +"Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following: * Building FreeBSD releases, including grabbing any source needed. -* Building packages for each release, derived from per installation package - sets. +* Building packages for each release, derived from per installation + package sets. * Laying out an NFS/TFTP exportable file system structure for all built releases, customized for each installation type. * Generation of a customized bootloader with options to install each installation type -WWW: http://code.google.com/p/farbot/ +WWW: https://github.com/threerings/farbot/ Modified: head/sysutils/farbot/pkg-plist ============================================================================== --- head/sysutils/farbot/pkg-plist Thu Feb 16 20:35:48 2017 (r434251) +++ head/sysutils/farbot/pkg-plist Thu Feb 16 20:36:54 2017 (r434252) @@ -1,29 +1,4 @@ -bin/farbot -etc/farbot.conf.sample -%%PYTHON_SITELIBDIR%%/farb/__init__.py -%%PYTHON_SITELIBDIR%%/farb/builder.py -%%PYTHON_SITELIBDIR%%/farb/config.py -%%PYTHON_SITELIBDIR%%/farb/runner.py -%%PYTHON_SITELIBDIR%%/farb/sysinstall.py -%%PYTHON_SITELIBDIR%%/farb/utils.py -%%PYTHON_SITELIBDIR%%/farb/data/boot.conf.tmpl -%%PYTHON_SITELIBDIR%%/farb/data/farb_conf.xml -%%PYTHON_SITELIBDIR%%/farb/data/install_package.sh -%%PYTHON_SITELIBDIR%%/farb/data/loader.conf -%%PYTHON_SITELIBDIR%%/farb/data/loader.rc -%%PYTHON_SITELIBDIR%%/farb/data/netinstall.4th.tmpl -%%PYTHON_SITELIBDIR%%/farb/__init__.pyc -%%PYTHON_SITELIBDIR%%/farb/builder.pyc -%%PYTHON_SITELIBDIR%%/farb/config.pyc -%%PYTHON_SITELIBDIR%%/farb/runner.pyc -%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyc -%%PYTHON_SITELIBDIR%%/farb/utils.pyc -%%PYTHON_SITELIBDIR%%/farb/__init__.pyo -%%PYTHON_SITELIBDIR%%/farb/builder.pyo -%%PYTHON_SITELIBDIR%%/farb/config.pyo -%%PYTHON_SITELIBDIR%%/farb/runner.pyo -%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyo -%%PYTHON_SITELIBDIR%%/farb/utils.pyo +@sample etc/farbot.conf.sample %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s02.html %%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s03.html From owner-svn-ports-all@freebsd.org Thu Feb 16 20:42:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84EB4CE284B; Thu, 16 Feb 2017 20:42:56 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43D1C1814; Thu, 16 Feb 2017 20:42:56 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GKgt1D014203; Thu, 16 Feb 2017 20:42:55 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GKgtIg014200; Thu, 16 Feb 2017 20:42:55 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702162042.v1GKgtIg014200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 16 Feb 2017 20:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434253 - head/databases/postgis23 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 20:42:56 -0000 Author: lifanov Date: Thu Feb 16 20:42:54 2017 New Revision: 434253 URL: https://svnweb.freebsd.org/changeset/ports/434253 Log: update databases/postgis23 to 2.3.2 Changes: http://postgis.net/2017/01/31/postgis-2.3.2/ PR: 216913 Submitted by: cmt Approved by: lbartoletti@tuxfamily.org (maintainer) Modified: head/databases/postgis23/Makefile head/databases/postgis23/distinfo head/databases/postgis23/pkg-plist Modified: head/databases/postgis23/Makefile ============================================================================== --- head/databases/postgis23/Makefile Thu Feb 16 20:36:54 2017 (r434252) +++ head/databases/postgis23/Makefile Thu Feb 16 20:42:54 2017 (r434253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgis -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 23 Modified: head/databases/postgis23/distinfo ============================================================================== --- head/databases/postgis23/distinfo Thu Feb 16 20:36:54 2017 (r434252) +++ head/databases/postgis23/distinfo Thu Feb 16 20:42:54 2017 (r434253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480934482 -SHA256 (postgis-2.3.1.tar.gz) = 4c8d6bda93cd4aa690e98b97d67334b55f37eb1df55df3c70a717433050ca275 -SIZE (postgis-2.3.1.tar.gz) = 11335176 +TIMESTAMP = 1486552756 +SHA256 (postgis-2.3.2.tar.gz) = e92e34c18f078a3d1a2503cd870efdc4fa9e134f0bcedbbbdb8b46b0e6af09e4 +SIZE (postgis-2.3.2.tar.gz) = 11336387 Modified: head/databases/postgis23/pkg-plist ============================================================================== --- head/databases/postgis23/pkg-plist Thu Feb 16 20:36:54 2017 (r434252) +++ head/databases/postgis23/pkg-plist Thu Feb 16 20:42:54 2017 (r434253) @@ -152,7 +152,9 @@ share/postgresql/contrib/postgis-2.3/uni %%RASTER%%share/postgresql/extension/postgis--2.2.2--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.2.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.2.4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.2.5--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.0--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.3.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql @@ -181,7 +183,9 @@ share/postgresql/contrib/postgis-2.3/uni %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.2--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.3--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.4--%%PORTVERSION%%.sql +%%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.5--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.0--%%PORTVERSION%%.sql +%%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.1--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%next--%%PORTVERSION%%.sql @@ -210,7 +214,9 @@ share/postgresql/contrib/postgis-2.3/uni %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.2--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.5--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.0--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql @@ -240,7 +246,9 @@ share/postgresql/contrib/postgis-2.3/uni %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.2--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.3--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.4--%%PORTVERSION%%.sql +%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.5--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.0--%%PORTVERSION%%.sql +%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.1--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql From owner-svn-ports-all@freebsd.org Thu Feb 16 21:24:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A50CE259E; Thu, 16 Feb 2017 21:24:22 +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 BCA871598; Thu, 16 Feb 2017 21:24:22 +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 v1GLOLJ1030535; Thu, 16 Feb 2017 21:24:21 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLOLiX030532; Thu, 16 Feb 2017 21:24:21 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702162124.v1GLOLiX030532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 16 Feb 2017 21:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434254 - in head/graphics/optipng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:24:23 -0000 Author: madpilot Date: Thu Feb 16 21:24:21 2017 New Revision: 434254 URL: https://svnweb.freebsd.org/changeset/ports/434254 Log: - Update graphics/optipng to 0.7.6 - Convert to USES=localbase PR: 216952 Submitted by: Thomas Hurst (maintainer) Deleted: head/graphics/optipng/files/patch-src_optipng_osys.c Modified: head/graphics/optipng/Makefile head/graphics/optipng/distinfo Modified: head/graphics/optipng/Makefile ============================================================================== --- head/graphics/optipng/Makefile Thu Feb 16 20:42:54 2017 (r434253) +++ head/graphics/optipng/Makefile Thu Feb 16 21:24:21 2017 (r434254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= optipng -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${PORTVERSION} @@ -18,8 +18,7 @@ BUNDLED_LIBPNG_DESC= Use bundled libpng BUNDLED_LIBPNG_CONFIGURE_OFF= --with-system-libpng BUNDLED_LIBPNG_CONFIGURE_ON= --without-system-libpng BUNDLED_LIBPNG_LIB_DEPENDS_OFF= libpng.so:graphics/png -BUNDLED_LIBPNG_CFLAGS_OFF= -I${LOCALBASE}/include -BUNDLED_LIBPNG_LDFLAGS_OFF= -L${LOCALBASE}/lib +BUNDLED_LIBPNG_USES_OFF= localbase:ldflags BUNDLED_ZLIB_DESC= Use bundled zlib BUNDLED_ZLIB_CONFIGURE_OFF= --with-system-zlib Modified: head/graphics/optipng/distinfo ============================================================================== --- head/graphics/optipng/distinfo Thu Feb 16 20:42:54 2017 (r434253) +++ head/graphics/optipng/distinfo Thu Feb 16 21:24:21 2017 (r434254) @@ -1,2 +1,3 @@ -SHA256 (optipng-0.7.5.tar.gz) = 74e54b798b012dff8993fb8d90185ca83f18cfa4935f4a93b0bcfc33c849619d -SIZE (optipng-0.7.5.tar.gz) = 2141943 +TIMESTAMP = 1486685228 +SHA256 (optipng-0.7.6.tar.gz) = 4870631fcbd3825605f00a168b8debf44ea1cda8ef98a73e5411eee97199be80 +SIZE (optipng-0.7.6.tar.gz) = 2202237 From owner-svn-ports-all@freebsd.org Thu Feb 16 21:25:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44684CE25EA; Thu, 16 Feb 2017 21:25:51 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 141571690; Thu, 16 Feb 2017 21:25:51 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GLPohn030686; Thu, 16 Feb 2017 21:25:50 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLPoEg030685; Thu, 16 Feb 2017 21:25:50 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702162125.v1GLPoEg030685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 16 Feb 2017 21:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r434255 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:25:51 -0000 Author: rene Date: Thu Feb 16 21:25:49 2017 New Revision: 434255 URL: https://svnweb.freebsd.org/changeset/ports/434255 Log: Please welcome back Martin Wilke (miwi) as a ports committer. Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Thu Feb 16 21:24:21 2017 (r434254) +++ svnadmin/conf/access Thu Feb 16 21:25:49 2017 (r434255) @@ -127,6 +127,7 @@ matthew mi devnull mich misha +miwi mm mmokhi mr From owner-svn-ports-all@freebsd.org Thu Feb 16 21:40:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C122CE2AAA; Thu, 16 Feb 2017 21:40:36 +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 BE7ED1E50; Thu, 16 Feb 2017 21:40:35 +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 v1GLeYrT035239; Thu, 16 Feb 2017 21:40:34 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLeY5E035238; Thu, 16 Feb 2017 21:40:34 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702162140.v1GLeY5E035238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 16 Feb 2017 21:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434256 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:40:36 -0000 Author: madpilot Date: Thu Feb 16 21:40:34 2017 New Revision: 434256 URL: https://svnweb.freebsd.org/changeset/ports/434256 Log: Document multiple vulnerabilities in optipng. PR: 216955 Submitted by: Thomas Hurst (affected port maintainer) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 16 21:25:49 2017 (r434255) +++ head/security/vuxml/vuln.xml Thu Feb 16 21:40:34 2017 (r434256) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + optipng -- multiple vulnerabilities + + + optipng + 0.7.6 + + + + +
    +

    ifread.c in gif2png, as used in OptiPNG before 0.7.6, allows remote attackers to cause a denial of service (uninitialized memory read) via a crafted GIF file.

    +
    +
    +

    The bmp_read_rows function in pngxtern/pngxrbmp.c in OptiPNG before 0.7.6 allows remote attackers to cause a denial of service (invalid memory write and crash) via a series of delta escapes in a crafted BMP image.

    +
    +
    +

    Heap-based buffer overflow in the bmp_read_rows function in pngxrbmp.c in OptiPNG before 0.7.6 allows remote attackers to cause a denial of service (out-of-bounds read or write access and crash) or possibly execute arbitrary code via a crafted image file.

    +
    +
    +

    Off-by-one error in the bmp_rle4_fread function in pngxrbmp.c in OptiPNG before 0.7.6 allows remote attackers to cause a denial of service (out-of-bounds read or write access and crash) or possibly execute arbitrary code via a crafted image file, which triggers a heap-based buffer overflow.

    +
    + +
    + + CVE-2015-7802 + CVE-2016-2191 + CVE-2016-3981 + CVE-2016-3982 + + + 2015-10-09 + 2017-02-16 + +
    + openssl -- crash on handshake From owner-svn-ports-all@freebsd.org Thu Feb 16 21:43:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77CDDCE2E0D; Thu, 16 Feb 2017 21:43:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 219F712C8; Thu, 16 Feb 2017 21:43:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GLhCjC038930; Thu, 16 Feb 2017 21:43:12 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLhCMM038928; Thu, 16 Feb 2017 21:43:12 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201702162143.v1GLhCMM038928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 16 Feb 2017 21:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434257 - in head/www/obhttpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:43:13 -0000 Author: jrm Date: Thu Feb 16 21:43:11 2017 New Revision: 434257 URL: https://svnweb.freebsd.org/changeset/ports/434257 Log: www/obhttpd: Apply OpenBSD errata from January 31st, 2017. Errata text: https://marc.info/?l=openbsd-announce&m=148604065924319&w=2 PR: 216752 Submitted by: t@tobik.me Approved by: swills (mentor, implicit) koue@chaosophia.net (maintainer) Added: head/www/obhttpd/files/patch-usr.sbin_httpd_server__file.c (contents, props changed) Modified: head/www/obhttpd/Makefile Modified: head/www/obhttpd/Makefile ============================================================================== --- head/www/obhttpd/Makefile Thu Feb 16 21:40:34 2017 (r434256) +++ head/www/obhttpd/Makefile Thu Feb 16 21:43:11 2017 (r434257) @@ -2,6 +2,7 @@ PORTNAME= obhttpd PORTVERSION= 6.0.20161006 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= koue@chaosophia.net Added: head/www/obhttpd/files/patch-usr.sbin_httpd_server__file.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/obhttpd/files/patch-usr.sbin_httpd_server__file.c Thu Feb 16 21:43:11 2017 (r434257) @@ -0,0 +1,30 @@ +OpenBSD 6.0 errata 17, Jan 31, 2017 + +A bug in the processing of range headers in httpd can lead to memory +exhaustion. This patch disables range header processing. + +--- usr.sbin/httpd/server_file.c.orig 2016-10-17 10:49:16 UTC ++++ usr.sbin/httpd/server_file.c +@@ -66,7 +66,6 @@ server_file_access(struct httpd *env, st + struct http_descriptor *desc = clt->clt_descreq; + struct server_config *srv_conf = clt->clt_srv_conf; + struct stat st; +- struct kv *r, key; + char *newpath, *encodedpath; + int ret; + +@@ -146,13 +145,7 @@ server_file_access(struct httpd *env, st + goto fail; + } + +- key.kv_key = "Range"; +- r = kv_find(&desc->http_headers, &key); +- if (r != NULL) +- return (server_partial_file_request(env, clt, path, &st, +- r->kv_value)); +- else +- return (server_file_request(env, clt, path, &st)); ++ return (server_file_request(env, clt, path, &st)); + + fail: + switch (errno) { From owner-svn-ports-all@freebsd.org Thu Feb 16 21:43:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A79E9CE2E5B; Thu, 16 Feb 2017 21:43:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 770EA13B5; Thu, 16 Feb 2017 21:43:46 +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 v1GLhjZD039079; Thu, 16 Feb 2017 21:43:45 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLhjT3039077; Thu, 16 Feb 2017 21:43:45 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702162143.v1GLhjT3039077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 16 Feb 2017 21:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434258 - head/deskutils/fet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:43:46 -0000 Author: madpilot Date: Thu Feb 16 21:43:45 2017 New Revision: 434258 URL: https://svnweb.freebsd.org/changeset/ports/434258 Log: - Update to deskutils/fet 5.31.0 - Remove EXAMPLES and NLS from OPTIONS_DEFAULT, these options along with IPv6 and DOCS are always included in the default options list. PR: 217139 Submitted by: Zsolt Udvari (maintainer) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Thu Feb 16 21:43:11 2017 (r434257) +++ head/deskutils/fet/Makefile Thu Feb 16 21:43:45 2017 (r434258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.30.7 +PORTVERSION= 5.31.0 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -29,7 +29,7 @@ DESKTOP_ENTRIES="FET" \ OPTIONS_DEFINE= EXAMPLES NLS ONLYCL OPTIONS_SINGLE= QTVER OPTIONS_SINGLE_QTVER= QT4 QT5 -OPTIONS_DEFAULT= EXAMPLES NLS QT4 +OPTIONS_DEFAULT= QT4 ONLYCL_DESC= Build only command line version (without Qt GUI) OPTIONS_SUB= yes Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Thu Feb 16 21:43:11 2017 (r434257) +++ head/deskutils/fet/distinfo Thu Feb 16 21:43:45 2017 (r434258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480855532 -SHA256 (fet-5.30.7.tar.bz2) = a6f4a2f6f69a9e315209ebc00e5718eb353867a48c9ec4bb575bc10ae00fb15a -SIZE (fet-5.30.7.tar.bz2) = 10258368 +TIMESTAMP = 1487235276 +SHA256 (fet-5.31.0.tar.bz2) = bf5d7814318828bd11ab74f42fa3500e71d9b216ecf4ac1c7bc425e9376001e5 +SIZE (fet-5.31.0.tar.bz2) = 10479827 From owner-svn-ports-all@freebsd.org Thu Feb 16 22:55:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D110CE2BB1; Thu, 16 Feb 2017 22:55:24 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B64B1F60; Thu, 16 Feb 2017 22:55:21 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-it0-x233.google.com with SMTP id 203so118799953ith.0; Thu, 16 Feb 2017 14:55:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=vQC+zyQLLFv0yE7S0wvT0HLcfVEYTrl9R22Y07x7trU=; b=dD8L0zPl8T50/QL1DNuxFrz1PmTtdFONwMHHOZtVI7YEyX2ske6n1IyGS1typNNcw2 Lw0jH9tru0djbjzci7bH08HjKpzlS9f6y6Zqrnzv8747hGx00ETbZn2Q4mVCDObC0JRm 6zae4A9t5v69exCpd7/97eyJWQzJPTjckzXnHywmFuqIXhcKhoBC6iqaWZ2QUtzq+sBF zIem+IgszZRiXx7Ip7weynsk7wPEt6hhCEaJF8P8mUA18+ajINqXVpQ+WUqhgOFu4iZv vK7YBtrioLqTrW3Co6yTOmgffCR0tdptGgIeU2F3VA/cGcsCQg68MMy1LmGcFbWPMn8o C8sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=vQC+zyQLLFv0yE7S0wvT0HLcfVEYTrl9R22Y07x7trU=; b=ZGdTWmA4B35WuD855PQsCYw80hW0GtSVIgKhv6C8n3RbfiV+igPlPIdvsRw5Z/zi7U 3rUfz9lqkRJvkmslnBdLYVMgLVkKsxnVI0401S6eB1jEmyXOrUzlCiAds63RLlVDi7Im VYoZgTG3YNHUcBs6GZ4dONYWpsshs+OsVCc59bau76kDXBhwWJ2rkcMKQ69csYfkbNGs 5fKoKC80o0MVjVQ+ES6QXnu1+FIjV3MIevAX8S02W71NObW02CStUAkOqZnXv10/dyI9 481K0mmzksQWrj6gLImEzBVAg3PLx0ocmsJJ/436hQBmv6vXWRneKpYMxiL9d4zrnReY +TNw== X-Gm-Message-State: AMke39l50CKVRjw4bO/ahVZTPNnYS0jqzZdXWFw25ypae4iXLrQHliw8Op02Q5KSTin0tJUYosdJ8uGnaUlrIg== X-Received: by 10.36.52.197 with SMTP id z188mr4737262itz.71.1487285720674; Thu, 16 Feb 2017 14:55:20 -0800 (PST) MIME-Version: 1.0 References: <201702162125.v1GLPoEg030685@repo.freebsd.org> In-Reply-To: <201702162125.v1GLPoEg030685@repo.freebsd.org> From: Ben Woods Date: Thu, 16 Feb 2017 22:55:10 +0000 Message-ID: Subject: Re: svn commit: r434255 - svnadmin/conf To: Rene Ladan , "miwi@freebsd.org" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 22:55:24 -0000 On Fri, 17 Feb 2017 at 5:26 am, Rene Ladan wrote: > Author: rene > Date: Thu Feb 16 21:25:49 2017 > New Revision: 434255 > URL: https://svnweb.freebsd.org/changeset/ports/434255 > > Log: > Please welcome back Martin Wilke (miwi) as a ports committer. > > Modified: > svnadmin/conf/access > > Modified: svnadmin/conf/access > > ============================================================================== > --- svnadmin/conf/access Thu Feb 16 21:24:21 2017 (r434254) > +++ svnadmin/conf/access Thu Feb 16 21:25:49 2017 (r434255) > @@ -127,6 +127,7 @@ matthew > mi devnull > mich > misha > +miwi > mm > mmokhi > mr > > Welcome back Martin! Good to have you here again :) Cheers, Ben -- -- From: Benjamin Woods woodsb02@gmail.com From owner-svn-ports-all@freebsd.org Fri Feb 17 00:44:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6876CE1AF0; Fri, 17 Feb 2017 00:44:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65F7C141E; Fri, 17 Feb 2017 00:44:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H0iSR1012326; Fri, 17 Feb 2017 00:44:28 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H0iSo1012324; Fri, 17 Feb 2017 00:44:28 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702170044.v1H0iSo1012324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 17 Feb 2017 00:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434259 - head/multimedia/py-moviepy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 00:44:29 -0000 Author: kevlo Date: Fri Feb 17 00:44:28 2017 New Revision: 434259 URL: https://svnweb.freebsd.org/changeset/ports/434259 Log: Update to 0.2.2.13 Modified: head/multimedia/py-moviepy/Makefile head/multimedia/py-moviepy/distinfo Modified: head/multimedia/py-moviepy/Makefile ============================================================================== --- head/multimedia/py-moviepy/Makefile Thu Feb 16 21:43:45 2017 (r434258) +++ head/multimedia/py-moviepy/Makefile Fri Feb 17 00:44:28 2017 (r434259) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= moviepy -PORTVERSION= 0.2.2.12 +PORTVERSION= 0.2.2.13 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-moviepy/distinfo ============================================================================== --- head/multimedia/py-moviepy/distinfo Thu Feb 16 21:43:45 2017 (r434258) +++ head/multimedia/py-moviepy/distinfo Fri Feb 17 00:44:28 2017 (r434259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487121509 -SHA256 (moviepy-0.2.2.12.tar.gz) = af7daa6dbb0c2aaff31003fa716bae9e0e6c81427bac69259dc01cc463a47530 -SIZE (moviepy-0.2.2.12.tar.gz) = 107495 +TIMESTAMP = 1487292113 +SHA256 (moviepy-0.2.2.13.tar.gz) = 4963fbe567fa7174f0ec6ffdb351be8112aca10244dcd0704308ef44f7fad393 +SIZE (moviepy-0.2.2.13.tar.gz) = 107718 From owner-svn-ports-all@freebsd.org Fri Feb 17 01:23:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68D46CE16CB; Fri, 17 Feb 2017 01:23:10 +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 1AC1E1AB5; Fri, 17 Feb 2017 01:23:10 +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 v1H1N9dC028628; Fri, 17 Feb 2017 01:23:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H1N9wX028626; Fri, 17 Feb 2017 01:23:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702170123.v1H1N9wX028626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 17 Feb 2017 01:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434260 - head/www/ilias X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 01:23:10 -0000 Author: wen Date: Fri Feb 17 01:23:08 2017 New Revision: 434260 URL: https://svnweb.freebsd.org/changeset/ports/434260 Log: - Update to 5.2.0 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Fri Feb 17 00:44:28 2017 (r434259) +++ head/www/ilias/Makefile Fri Feb 17 01:23:08 2017 (r434260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.1.13 +PORTVERSION= 5.2.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -28,7 +28,7 @@ USES= cpe jpeg NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message -USE_PHP= mysql session zlib gd pdf dom xsl pcre +USE_PHP= pdo_mysql session zlib gd pdf dom xsl pcre simplexml ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata PLIST_SUB= ILIASDATADIR=${ILIASDATADIR} @@ -40,12 +40,22 @@ SCORM2004_USE= php=json Checker_RUN_DEPENDS= ${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request Mail_RUN_DEPENDS= ${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail +EXTRA_FILES= %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/mocha \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/uuid \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/jade \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/mkdirp \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/supports-color \ + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/supertest/node_modules/superagent/node_modules/.bin/mime pre-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${ILIASDIR}?g" >> ${PLIST} - @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${ILIASDIR}?g" >> ${PLIST} +.for i in ${EXTRA_FILES} + @${ECHO_CMD} ${i} >> ${PLIST} +.endfor @${ECHO} @dir ${ILIASDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Fri Feb 17 00:44:28 2017 (r434259) +++ head/www/ilias/distinfo Fri Feb 17 01:23:08 2017 (r434260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482718072 -SHA256 (ILIAS-eLearning-ILIAS-v5.1.13_GH0.tar.gz) = 04f1f6f7b0d85395e3e1e46759a62591587f530cbdfbdb8d36031ac19d91081d -SIZE (ILIAS-eLearning-ILIAS-v5.1.13_GH0.tar.gz) = 144784623 +TIMESTAMP = 1487212236 +SHA256 (ILIAS-eLearning-ILIAS-v5.2.0_GH0.tar.gz) = 951168c5c545e9a16ebf830ad7641d9a0472291234524ba4d4f0cadcc228d190 +SIZE (ILIAS-eLearning-ILIAS-v5.2.0_GH0.tar.gz) = 148554599 From owner-svn-ports-all@freebsd.org Fri Feb 17 01:28:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D015CE173C; Fri, 17 Feb 2017 01:28:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A2CC1C17; Fri, 17 Feb 2017 01:28:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H1Sv83028939; Fri, 17 Feb 2017 01:28:57 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H1SvSe028936; Fri, 17 Feb 2017 01:28:57 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201702170128.v1H1SvSe028936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 17 Feb 2017 01:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434261 - head/devel/llvm40 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 01:28:58 -0000 Author: brooks Date: Fri Feb 17 01:28:57 2017 New Revision: 434261 URL: https://svnweb.freebsd.org/changeset/ports/434261 Log: Update to 4.0.0rc2. Sponsored by: DARPA, AFRL Modified: head/devel/llvm40/Makefile head/devel/llvm40/distinfo head/devel/llvm40/pkg-plist Modified: head/devel/llvm40/Makefile ============================================================================== --- head/devel/llvm40/Makefile Fri Feb 17 01:23:08 2017 (r434260) +++ head/devel/llvm40/Makefile Fri Feb 17 01:28:57 2017 (r434261) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 4.0.0rc1 +DISTVERSION= 4.0.0rc2 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/devel/llvm40/distinfo ============================================================================== --- head/devel/llvm40/distinfo Fri Feb 17 01:23:08 2017 (r434260) +++ head/devel/llvm40/distinfo Fri Feb 17 01:28:57 2017 (r434261) @@ -1,15 +1,15 @@ -TIMESTAMP = 1485351648 -SHA256 (llvm-4.0.0rc1.src.tar.xz) = ccbff3a7af78efc12b5b7f749d184b4c8caf75621af4e05f640cbfa9f80f8604 -SIZE (llvm-4.0.0rc1.src.tar.xz) = 20996760 -SHA256 (cfe-4.0.0rc1.src.tar.xz) = e1bf51a2df20b4b5eee59e443b4791c59fd1b60d637cd0706326edb25494c945 -SIZE (cfe-4.0.0rc1.src.tar.xz) = 10896792 -SHA256 (compiler-rt-4.0.0rc1.src.tar.xz) = 33bb73be0a81aff19fc220559bdc921472cb309ac710c1082fdc42a732e66a6f -SIZE (compiler-rt-4.0.0rc1.src.tar.xz) = 1434780 -SHA256 (clang-tools-extra-4.0.0rc1.src.tar.xz) = bae008752067783fc5daba881490511ed0937c688cb6a320434b5b9efd78d12c -SIZE (clang-tools-extra-4.0.0rc1.src.tar.xz) = 583332 -SHA256 (lld-4.0.0rc1.src.tar.xz) = 75802fe88e3b2464031eaeebd260771b3fef951490d661573ff30543fe0eb3a2 -SIZE (lld-4.0.0rc1.src.tar.xz) = 590812 -SHA256 (lldb-4.0.0rc1.src.tar.xz) = f56f5add372a5ea2bd1d21155ab5985479b9db50443f26223310084392127324 -SIZE (lldb-4.0.0rc1.src.tar.xz) = 19123176 -SHA256 (openmp-4.0.0rc1.src.tar.xz) = 4045d56badaa1818dbd3dde4739ddc7bbbd845188c2a3513f578160a387faf95 -SIZE (openmp-4.0.0rc1.src.tar.xz) = 2039244 +TIMESTAMP = 1487118832 +SHA256 (llvm-4.0.0rc2.src.tar.xz) = 2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 +SIZE (llvm-4.0.0rc2.src.tar.xz) = 21005416 +SHA256 (cfe-4.0.0rc2.src.tar.xz) = 76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc +SIZE (cfe-4.0.0rc2.src.tar.xz) = 10898628 +SHA256 (compiler-rt-4.0.0rc2.src.tar.xz) = 5902f67a9feadc74b455b3f4979a2ff913918209a681e104d6010622334a201e +SIZE (compiler-rt-4.0.0rc2.src.tar.xz) = 1433644 +SHA256 (clang-tools-extra-4.0.0rc2.src.tar.xz) = 1f682bd28714cf95b3e5fa6e638276973442fed349acd8a38a08f15bca9efb7a +SIZE (clang-tools-extra-4.0.0rc2.src.tar.xz) = 583208 +SHA256 (lld-4.0.0rc2.src.tar.xz) = 37381d14b13fee27bffef0b6d2650d82c79d69100385f6fa181a0034c2aa9b90 +SIZE (lld-4.0.0rc2.src.tar.xz) = 592856 +SHA256 (lldb-4.0.0rc2.src.tar.xz) = 07cce3289d97a8f7fbd069e8105fecf722fb3631d9b0822a5b1dacf0d7a1713c +SIZE (lldb-4.0.0rc2.src.tar.xz) = 19122472 +SHA256 (openmp-4.0.0rc2.src.tar.xz) = d7a927c0a7b0c0572e0c1e316a1bf2b7fbc398418fa411bcb34e7b7d53811715 +SIZE (openmp-4.0.0rc2.src.tar.xz) = 2039312 Modified: head/devel/llvm40/pkg-plist ============================================================================== --- head/devel/llvm40/pkg-plist Fri Feb 17 01:23:08 2017 (r434260) +++ head/devel/llvm40/pkg-plist Fri Feb 17 01:28:57 2017 (r434261) @@ -2480,6 +2480,14 @@ llvm%%LLVM_LIB_VER%%/lib/libLTO.so.4 %%EXTRAS%%llvm%%LLVM_LIB_VER%%/lib/libfindAllSymbols.a %%OPENMP%%llvm%%LLVM_LIB_VER%%/lib/libgomp.so %%OPENMP%%llvm%%LLVM_LIB_VER%%/lib/libiomp5.so +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldCOFF.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldConfig.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldCore.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldDriver.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldELF.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldMachO.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldReaderWriter.a +%%LLD%%llvm%%LLVM_LIB_VER%%/lib/liblldYAML.a %%LLDB%%llvm%%LLVM_LIB_VER%%/lib/liblldb.so %%LLDB%%llvm%%LLVM_LIB_VER%%/lib/liblldb.so.%%LLVM_RELEASE%% %%LLDB%%llvm%%LLVM_LIB_VER%%/lib/liblldb.so.4 From owner-svn-ports-all@freebsd.org Fri Feb 17 01:40:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C52E9CE1928; Fri, 17 Feb 2017 01:40:28 +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 94BA010AB; Fri, 17 Feb 2017 01:40:28 +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 v1H1eRT8033169; Fri, 17 Feb 2017 01:40:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H1eRXS033167; Fri, 17 Feb 2017 01:40:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702170140.v1H1eRXS033167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 17 Feb 2017 01:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434262 - head/devel/py-geojson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 01:40:28 -0000 Author: wen Date: Fri Feb 17 01:40:27 2017 New Revision: 434262 URL: https://svnweb.freebsd.org/changeset/ports/434262 Log: - Update to 1.3.4 Modified: head/devel/py-geojson/Makefile head/devel/py-geojson/distinfo Modified: head/devel/py-geojson/Makefile ============================================================================== --- head/devel/py-geojson/Makefile Fri Feb 17 01:28:57 2017 (r434261) +++ head/devel/py-geojson/Makefile Fri Feb 17 01:40:27 2017 (r434262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geojson -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= devel geography python MASTER_SITES= CHEESESHOP Modified: head/devel/py-geojson/distinfo ============================================================================== --- head/devel/py-geojson/distinfo Fri Feb 17 01:28:57 2017 (r434261) +++ head/devel/py-geojson/distinfo Fri Feb 17 01:40:27 2017 (r434262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469874754 -SHA256 (geojson-1.3.3.tar.gz) = 97294ef979fc41320073047e3fddeb6bc18a90043e3cd0e2ada007c45b2ba1a0 -SIZE (geojson-1.3.3.tar.gz) = 17482 +TIMESTAMP = 1487294750 +SHA256 (geojson-1.3.4.tar.gz) = b9dfe2dded0c7f7702730cc9de65ca33c577bd08c8b24b824bc6d19b32612917 +SIZE (geojson-1.3.4.tar.gz) = 17412 From owner-svn-ports-all@freebsd.org Fri Feb 17 02:53:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51DCCE2890; Fri, 17 Feb 2017 02:53:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 957661CF9; Fri, 17 Feb 2017 02:53:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id B3F4926E9; Fri, 17 Feb 2017 02:53:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Thu, 16 Feb 2017 21:53:27 -0500 From: Jason Unovitch To: Jung-uk Kim Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434240 - in head/www/nspluginwrapper: . files Message-ID: <20170217025327.GA9025@Silverstone> References: <201702161846.v1GIkA5c064282@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702161846.v1GIkA5c064282@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 02:53:29 -0000 On Thu, Feb 16, 2017 at 06:46:10PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Thu Feb 16 18:46:10 2017 > New Revision: 434240 > URL: https://svnweb.freebsd.org/changeset/ports/434240 > > Log: > Catch up with r428854 to fix automatic plugin discovery of Flash Player. > > MFH: 2017Q1 > > Modified: > head/www/nspluginwrapper/Makefile > head/www/nspluginwrapper/files/patch-src__npw-config.c > Approved along with the r434241 followup. From owner-svn-ports-all@freebsd.org Fri Feb 17 03:10:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FEA0CE2D07; Fri, 17 Feb 2017 03:10:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD171606; Fri, 17 Feb 2017 03:10:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H3AtvY071324; Fri, 17 Feb 2017 03:10:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3AtbA071323; Fri, 17 Feb 2017 03:10:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702170310.v1H3AtbA071323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 03:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434263 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:10:56 -0000 Author: jbeich Date: Fri Feb 17 03:10:55 2017 New Revision: 434263 URL: https://svnweb.freebsd.org/changeset/ports/434263 Log: Adjust comment about USES=blaslapack defaults This matches what Porter's Handbook documents as well. Modified: head/Mk/Uses/blaslapack.mk (contents, props changed) Modified: head/Mk/Uses/blaslapack.mk ============================================================================== --- head/Mk/Uses/blaslapack.mk Fri Feb 17 01:40:27 2017 (r434262) +++ head/Mk/Uses/blaslapack.mk Fri Feb 17 03:10:55 2017 (r434263) @@ -4,7 +4,7 @@ # # Feature: blaslapack # Usage: USES=blaslapack or USES=blaslapack:ARGS -# Valid ARGS: atlas netlib gotoblas openblas (default) +# Valid ARGS: atlas gotoblas netlib (default) openblas # # Provides: BLASLIB and LAPACKLIB # From owner-svn-ports-all@freebsd.org Fri Feb 17 03:11:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C807CE2D3E; Fri, 17 Feb 2017 03:11:14 +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 B4D131863; Fri, 17 Feb 2017 03:11:13 +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 v1H3BCm0071497; Fri, 17 Feb 2017 03:11:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3BCsl071494; Fri, 17 Feb 2017 03:11:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702170311.v1H3BCsl071494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 03:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434264 - head/print/harfbuzz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:11:14 -0000 Author: jbeich Date: Fri Feb 17 03:11:12 2017 New Revision: 434264 URL: https://svnweb.freebsd.org/changeset/ports/434264 Log: print/harfbuzz: update to 1.4.2 Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.2 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2017Q1 Modified: head/print/harfbuzz/Makefile (contents, props changed) head/print/harfbuzz/distinfo (contents, props changed) head/print/harfbuzz/pkg-plist (contents, props changed) Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Fri Feb 17 03:10:55 2017 (r434263) +++ head/print/harfbuzz/Makefile Fri Feb 17 03:11:12 2017 (r434264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-graphite2 --with- INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10400.1 +PLIST_SUB+= LIBVER=0.10400.2 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Fri Feb 17 03:10:55 2017 (r434263) +++ head/print/harfbuzz/distinfo Fri Feb 17 03:11:12 2017 (r434264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483676561 -SHA256 (harfbuzz-1.4.1.tar.bz2) = 85a27fab639a1d651737dcb6b69e4101e3fd09522fdfdcb793df810b5cb315bd -SIZE (harfbuzz-1.4.1.tar.bz2) = 1434585 +TIMESTAMP = 1485225299 +SHA256 (harfbuzz-1.4.2.tar.bz2) = 8f234dcfab000fdec24d43674fffa2fdbdbd654eb176afbde30e8826339cb7b3 +SIZE (harfbuzz-1.4.2.tar.bz2) = 1446752 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Fri Feb 17 03:10:55 2017 (r434263) +++ head/print/harfbuzz/pkg-plist Fri Feb 17 03:11:12 2017 (r434264) @@ -19,6 +19,7 @@ include/harfbuzz/hb-ot-layout.h include/harfbuzz/hb-ot-math.h include/harfbuzz/hb-ot-shape.h include/harfbuzz/hb-ot-tag.h +include/harfbuzz/hb-ot-var.h include/harfbuzz/hb-ot.h include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h @@ -63,7 +64,7 @@ share/gtk-doc/html/harfbuzz/api-index-1- share/gtk-doc/html/harfbuzz/api-index-1-1-2.html share/gtk-doc/html/harfbuzz/api-index-1-1-3.html share/gtk-doc/html/harfbuzz/api-index-1-2-3.html -share/gtk-doc/html/harfbuzz/api-index-1-4-0.html +share/gtk-doc/html/harfbuzz/api-index-1-3-3.html share/gtk-doc/html/harfbuzz/api-index-full.html share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html share/gtk-doc/html/harfbuzz/building.html From owner-svn-ports-all@freebsd.org Fri Feb 17 03:39:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFFAACDB3A7; Fri, 17 Feb 2017 03:39:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1C6A1576; Fri, 17 Feb 2017 03:39:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H3dohA082915; Fri, 17 Feb 2017 03:39:50 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3doD4082912; Fri, 17 Feb 2017 03:39:50 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702170339.v1H3doD4082912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 17 Feb 2017 03:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434265 - head/databases/py-alembic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:39:52 -0000 Author: lwhsu Date: Fri Feb 17 03:39:50 2017 New Revision: 434265 URL: https://svnweb.freebsd.org/changeset/ports/434265 Log: - Update to 0.8.10 - Update WWW Modified: head/databases/py-alembic/Makefile head/databases/py-alembic/distinfo head/databases/py-alembic/pkg-descr Modified: head/databases/py-alembic/Makefile ============================================================================== --- head/databases/py-alembic/Makefile Fri Feb 17 03:11:12 2017 (r434264) +++ head/databases/py-alembic/Makefile Fri Feb 17 03:39:50 2017 (r434265) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-alembic/distinfo ============================================================================== --- head/databases/py-alembic/distinfo Fri Feb 17 03:11:12 2017 (r434264) +++ head/databases/py-alembic/distinfo Fri Feb 17 03:39:50 2017 (r434265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480407925 -SHA256 (alembic-0.8.9.tar.gz) = 0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1 -SIZE (alembic-0.8.9.tar.gz) = 977728 +TIMESTAMP = 1487302697 +SHA256 (alembic-0.8.10.tar.gz) = 0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919 +SIZE (alembic-0.8.10.tar.gz) = 976028 Modified: head/databases/py-alembic/pkg-descr ============================================================================== --- head/databases/py-alembic/pkg-descr Fri Feb 17 03:11:12 2017 (r434264) +++ head/databases/py-alembic/pkg-descr Fri Feb 17 03:39:50 2017 (r434265) @@ -9,4 +9,4 @@ SQLAlchemy. A migrations tool offers the "downgrade" similarly, doing the same steps in reverse. - Allows the scripts to execute in some sequential manner. -WWW: http://bitbucket.org/zzzeek/alembic +WWW: http://alembic.zzzcomputing.com/ From owner-svn-ports-all@freebsd.org Fri Feb 17 03:40:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A44C5CDB3FD; Fri, 17 Feb 2017 03:40:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73D721675; Fri, 17 Feb 2017 03:40:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H3eY7h083071; Fri, 17 Feb 2017 03:40:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3eYK7083069; Fri, 17 Feb 2017 03:40:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702170340.v1H3eYK7083069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 17 Feb 2017 03:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434266 - head/databases/py-pymysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:40:35 -0000 Author: lwhsu Date: Fri Feb 17 03:40:34 2017 New Revision: 434266 URL: https://svnweb.freebsd.org/changeset/ports/434266 Log: - Update to 0.7.10 Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Fri Feb 17 03:39:50 2017 (r434265) +++ head/databases/py-pymysql/Makefile Fri Feb 17 03:40:34 2017 (r434266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymysql -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.10 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Fri Feb 17 03:39:50 2017 (r434265) +++ head/databases/py-pymysql/distinfo Fri Feb 17 03:40:34 2017 (r434266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477489073 -SHA256 (PyMySQL-0.7.9.tar.gz) = 2331f82b7b85d407c8d9d7a8d7901a6abbeb420533e5d5d64ded5009b5c6dcc3 -SIZE (PyMySQL-0.7.9.tar.gz) = 70305 +TIMESTAMP = 1487302740 +SHA256 (PyMySQL-0.7.10.tar.gz) = 9468bd7d54df68e49c39e91d7c223d13dedf9e4284173cb5d761673e6275024e +SIZE (PyMySQL-0.7.10.tar.gz) = 70922 From owner-svn-ports-all@freebsd.org Fri Feb 17 03:42:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EC3CDB564; Fri, 17 Feb 2017 03:42:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3ED81A21; Fri, 17 Feb 2017 03:42:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H3gOrq086095; Fri, 17 Feb 2017 03:42:24 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H3gORF085653; Fri, 17 Feb 2017 03:42:24 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702170342.v1H3gORF085653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 17 Feb 2017 03:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434267 - head/devel/py-coverage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 03:42:25 -0000 Author: lwhsu Date: Fri Feb 17 03:42:24 2017 New Revision: 434267 URL: https://svnweb.freebsd.org/changeset/ports/434267 Log: - Update to 4.3.4 - Update WWW Modified: head/devel/py-coverage/Makefile head/devel/py-coverage/distinfo head/devel/py-coverage/pkg-descr Modified: head/devel/py-coverage/Makefile ============================================================================== --- head/devel/py-coverage/Makefile Fri Feb 17 03:40:34 2017 (r434266) +++ head/devel/py-coverage/Makefile Fri Feb 17 03:42:24 2017 (r434267) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coverage -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-coverage/distinfo ============================================================================== --- head/devel/py-coverage/distinfo Fri Feb 17 03:40:34 2017 (r434266) +++ head/devel/py-coverage/distinfo Fri Feb 17 03:42:24 2017 (r434267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484643302 -SHA256 (coverage-4.3.2.tar.gz) = 6c00df9275705dee465a58f7f419148e289e4eda55b6cb8d7207b6703deb95cf -SIZE (coverage-4.3.2.tar.gz) = 361055 +TIMESTAMP = 1487302866 +SHA256 (coverage-4.3.4.tar.gz) = eaaefe0f6aa33de5a65f48dd0040d7fe08cac9ac6c35a56d0a7db109c3e733df +SIZE (coverage-4.3.4.tar.gz) = 361491 Modified: head/devel/py-coverage/pkg-descr ============================================================================== --- head/devel/py-coverage/pkg-descr Fri Feb 17 03:40:34 2017 (r434266) +++ head/devel/py-coverage/pkg-descr Fri Feb 17 03:42:24 2017 (r434267) @@ -3,4 +3,4 @@ It uses the code analysis tools and trac Python standard library to determine which lines are executable, and which have been executed. -WWW: http://nedbatchelder.com/code/coverage +WWW: https://coverage.readthedocs.io/ From owner-svn-ports-all@freebsd.org Fri Feb 17 04:03:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07F0BCDB877; Fri, 17 Feb 2017 04:03:04 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB530120B; Fri, 17 Feb 2017 04:03:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H4326N095262; Fri, 17 Feb 2017 04:03:02 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H432Z1095260; Fri, 17 Feb 2017 04:03:02 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702170403.v1H432Z1095260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 17 Feb 2017 04:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434268 - head/devel/py-magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 04:03:04 -0000 Author: lwhsu Date: Fri Feb 17 04:03:02 2017 New Revision: 434268 URL: https://svnweb.freebsd.org/changeset/ports/434268 Log: - Update to 5.30 Modified: head/devel/py-magic/Makefile head/devel/py-magic/distinfo Modified: head/devel/py-magic/Makefile ============================================================================== --- head/devel/py-magic/Makefile Fri Feb 17 03:42:24 2017 (r434267) +++ head/devel/py-magic/Makefile Fri Feb 17 04:03:02 2017 (r434268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= magic -PORTVERSION= 5.29 +PORTVERSION= 5.30 CATEGORIES= devel python MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ Modified: head/devel/py-magic/distinfo ============================================================================== --- head/devel/py-magic/distinfo Fri Feb 17 03:42:24 2017 (r434267) +++ head/devel/py-magic/distinfo Fri Feb 17 04:03:02 2017 (r434268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477477650 -SHA256 (file-5.29.tar.gz) = ea661277cd39bf8f063d3a83ee875432cc3680494169f952787e002bdd3884c0 -SIZE (file-5.29.tar.gz) = 783919 +TIMESTAMP = 1487302975 +SHA256 (file-5.30.tar.gz) = 694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214 +SIZE (file-5.30.tar.gz) = 789345 From owner-svn-ports-all@freebsd.org Fri Feb 17 05:36:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CAA5CDFEB6; Fri, 17 Feb 2017 05:36:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5970F18D1; Fri, 17 Feb 2017 05:36:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H5aUlb031966; Fri, 17 Feb 2017 05:36:30 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H5aUUT031964; Fri, 17 Feb 2017 05:36:30 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702170536.v1H5aUUT031964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 17 Feb 2017 05:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434269 - head/devel/py-jenkins-job-builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 05:36:31 -0000 Author: lwhsu Date: Fri Feb 17 05:36:30 2017 New Revision: 434269 URL: https://svnweb.freebsd.org/changeset/ports/434269 Log: - Update to 2.0.0.0b1 Modified: head/devel/py-jenkins-job-builder/Makefile head/devel/py-jenkins-job-builder/distinfo Modified: head/devel/py-jenkins-job-builder/Makefile ============================================================================== --- head/devel/py-jenkins-job-builder/Makefile Fri Feb 17 04:03:02 2017 (r434268) +++ head/devel/py-jenkins-job-builder/Makefile Fri Feb 17 05:36:30 2017 (r434269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jenkins-job-builder -PORTVERSION= 1.6.1 +DISTVERSION= 2.0.0.0b1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jenkins-job-builder/distinfo ============================================================================== --- head/devel/py-jenkins-job-builder/distinfo Fri Feb 17 04:03:02 2017 (r434268) +++ head/devel/py-jenkins-job-builder/distinfo Fri Feb 17 05:36:30 2017 (r434269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468215357 -SHA256 (jenkins-job-builder-1.6.1.tar.gz) = 64fa63ad18ae874dbb17bd96d3c74ea6ec31c4af91a83aac2de3eaf79d9d7dec -SIZE (jenkins-job-builder-1.6.1.tar.gz) = 401995 +TIMESTAMP = 1484143008 +SHA256 (jenkins-job-builder-2.0.0.0b1.tar.gz) = bd0958d6f271f557d245b2a9c1ae570b5c61f890ffce55de59563d806fcaef6a +SIZE (jenkins-job-builder-2.0.0.0b1.tar.gz) = 456116 From owner-svn-ports-all@freebsd.org Fri Feb 17 06:18:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7EA8CE1762; Fri, 17 Feb 2017 06:18:56 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F11318B8; Fri, 17 Feb 2017 06:18:56 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H6It38048596; Fri, 17 Feb 2017 06:18:55 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H6ItuQ048593; Fri, 17 Feb 2017 06:18:55 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201702170618.v1H6ItuQ048593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Fri, 17 Feb 2017 06:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434270 - in head/lang: ruby21 ruby22 ruby23 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 06:18:56 -0000 Author: rea Date: Fri Feb 17 06:18:55 2017 New Revision: 434270 URL: https://svnweb.freebsd.org/changeset/ports/434270 Log: Ruby: introduce dependency on modern Doxygen Otherwise (found with Doxygen 1.8.10) packaging list will be broken with missing entries like dir_.html. Reviewed by: swills@ (part of ruby@) Modified: head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby21/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -56,7 +56,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby22/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby23/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -55,7 +55,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp From owner-svn-ports-all@freebsd.org Fri Feb 17 06:49:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC13CE1F99; Fri, 17 Feb 2017 06:49:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBE45194F; Fri, 17 Feb 2017 06:49:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H6ngnD060863; Fri, 17 Feb 2017 06:49:42 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H6ngBl060861; Fri, 17 Feb 2017 06:49:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702170649.v1H6ngBl060861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 17 Feb 2017 06:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434271 - in branches/2017Q1/www/nspluginwrapper: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 06:49:44 -0000 Author: jkim Date: Fri Feb 17 06:49:42 2017 New Revision: 434271 URL: https://svnweb.freebsd.org/changeset/ports/434271 Log: MFH: r434240 Catch up with r428854 to fix automatic plugin discovery of Flash Player. Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/www/nspluginwrapper/Makefile branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/nspluginwrapper/Makefile ============================================================================== --- branches/2017Q1/www/nspluginwrapper/Makefile Fri Feb 17 06:18:55 2017 (r434270) +++ branches/2017Q1/www/nspluginwrapper/Makefile Fri Feb 17 06:49:42 2017 (r434271) @@ -3,7 +3,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www linux emulators MASTER_SITES= http://nspluginwrapper.org/download/ \ LOCAL/jkim \ @@ -35,24 +35,17 @@ USE_XORG= x11 xext xt CFLAGS+= -std=c99 CONFIGURE_ARGS= --enable-generic --enable-strip --prefix=${PREFIX} \ - --target-os=linux --target-cpu=i386 \ + --target-cpu=i386 --target-os=linux \ --with-cc=${CC} --with-cxx=${CXX} LIBDIR= ${PREFIX}/lib/${PORTNAME} LINUX_BINDIR= usr/lib/nspluginwrapper/i386/linux -PLIST_SUB= LIBDIR="${LIBDIR:C/^${PREFIX}\///}" HOST_ARCH="${HOST_ARCH}" +PLIST_SUB= HOST_ARCH="${ARCH:S/amd64/x86_64/}" \ + LIBDIR="${LIBDIR:C/^${PREFIX}\///}" SUB_FILES= npviewer -SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" - -.include - -.if ${ARCH} == "amd64" -HOST_ARCH= x86_64 -.else -HOST_ARCH= ${ARCH} -.endif +SUB_LIST= NSPLUGINWRAPPER="${LIBDIR}" post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ @@ -66,4 +59,4 @@ post-install: ${WRKDIR}/${LINUX_BINDIR}/*.so ${STAGEDIR}${LIBDIR}/i386/linux/ ${INSTALL_SCRIPT} ${WRKDIR}/npviewer ${STAGEDIR}${LIBDIR}/i386/linux/ -.include +.include Modified: branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c ============================================================================== --- branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Fri Feb 17 06:18:55 2017 (r434270) +++ branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Fri Feb 17 06:49:42 2017 (r434271) @@ -1,6 +1,6 @@ ---- ./src/npw-config.c.orig 2011-07-01 06:18:57.000000000 +0300 -+++ ./src/npw-config.c 2014-03-28 07:33:35.829791175 +0200 -@@ -133,8 +133,9 @@ +--- src/npw-config.c.orig 2011-07-01 03:18:57 UTC ++++ src/npw-config.c +@@ -133,8 +133,9 @@ static const char *get_system_mozilla_pl #if defined(__FreeBSD__) { static const char *freebsd_dirs[] = { @@ -12,7 +12,7 @@ }; dirs = freebsd_dirs; } -@@ -232,11 +233,14 @@ +@@ -232,11 +233,13 @@ static const char **get_mozilla_plugin_d "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate "/usr/lib64/nsbrowser/plugins", #if defined(__FreeBSD__) @@ -24,8 +24,7 @@ + "%%LOCALBASE%%/lib/browser_plugins", + "%%LOCALBASE%%/lib/firefox/plugins", + "%%LOCALBASE%%/lib/seamonkey/plugins", -+ "%%LOCALBASE%%/lib/browser_plugins/linux-f10-flashplugin", -+ "%%LOCALBASE%%/lib/browser_plugins/linux-c6-flashplugin", ++ "%%LOCALBASE%%/lib/browser_plugins/linux-flashplayer", + "%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox", + "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", + "%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux", From owner-svn-ports-all@freebsd.org Fri Feb 17 06:51:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73B3FCE20C0; Fri, 17 Feb 2017 06:51:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ABC01EF1; Fri, 17 Feb 2017 06:51:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H6ppfS062820; Fri, 17 Feb 2017 06:51:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H6pplS062818; Fri, 17 Feb 2017 06:51:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702170651.v1H6pplS062818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 17 Feb 2017 06:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434272 - in branches/2017Q1/www/nspluginwrapper: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 06:51:52 -0000 Author: jkim Date: Fri Feb 17 06:51:50 2017 New Revision: 434272 URL: https://svnweb.freebsd.org/changeset/ports/434272 Log: MFH: r434241 Do not look for symlinks. We may find duplicate plugins. Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/www/nspluginwrapper/Makefile branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/nspluginwrapper/Makefile ============================================================================== --- branches/2017Q1/www/nspluginwrapper/Makefile Fri Feb 17 06:49:42 2017 (r434271) +++ branches/2017Q1/www/nspluginwrapper/Makefile Fri Feb 17 06:51:50 2017 (r434272) @@ -3,7 +3,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www linux emulators MASTER_SITES= http://nspluginwrapper.org/download/ \ LOCAL/jkim \ Modified: branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c ============================================================================== --- branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Fri Feb 17 06:49:42 2017 (r434271) +++ branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c Fri Feb 17 06:51:50 2017 (r434272) @@ -12,7 +12,7 @@ }; dirs = freebsd_dirs; } -@@ -232,11 +233,13 @@ static const char **get_mozilla_plugin_d +@@ -232,11 +233,12 @@ static const char **get_mozilla_plugin_d "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate "/usr/lib64/nsbrowser/plugins", #if defined(__FreeBSD__) @@ -25,7 +25,6 @@ + "%%LOCALBASE%%/lib/firefox/plugins", + "%%LOCALBASE%%/lib/seamonkey/plugins", + "%%LOCALBASE%%/lib/browser_plugins/linux-flashplayer", -+ "%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox", + "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", + "%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux", #endif From owner-svn-ports-all@freebsd.org Fri Feb 17 07:57:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD69CE2576; Fri, 17 Feb 2017 07:57:13 +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 895C11D34; Fri, 17 Feb 2017 07:57:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H7vCwD089290; Fri, 17 Feb 2017 07:57:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H7vCRu089287; Fri, 17 Feb 2017 07:57:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702170757.v1H7vCRu089287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 17 Feb 2017 07:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434273 - head/finance/R-cran-lmtest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 07:57:13 -0000 Author: wen Date: Fri Feb 17 07:57:12 2017 New Revision: 434273 URL: https://svnweb.freebsd.org/changeset/ports/434273 Log: - Update to 0.9.35 Modified: head/finance/R-cran-lmtest/Makefile head/finance/R-cran-lmtest/distinfo Modified: head/finance/R-cran-lmtest/Makefile ============================================================================== --- head/finance/R-cran-lmtest/Makefile Fri Feb 17 06:51:50 2017 (r434272) +++ head/finance/R-cran-lmtest/Makefile Fri Feb 17 07:57:12 2017 (r434273) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lmtest -DISTVERSION= 0.9-34 +DISTVERSION= 0.9-35 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/finance/R-cran-lmtest/distinfo ============================================================================== --- head/finance/R-cran-lmtest/distinfo Fri Feb 17 06:51:50 2017 (r434272) +++ head/finance/R-cran-lmtest/distinfo Fri Feb 17 07:57:12 2017 (r434273) @@ -1,2 +1,3 @@ -SHA256 (lmtest_0.9-34.tar.gz) = 86eead67ed6d6c6be3fbee97d5ce45e6ca06a981f974ce01a7754a9e33770d2e -SIZE (lmtest_0.9-34.tar.gz) = 180257 +TIMESTAMP = 1487295915 +SHA256 (lmtest_0.9-35.tar.gz) = 2f4982f1b6cd133ef36fe9718f4ff2f4fa5c20716100fdd5ee5c947b68c8eb80 +SIZE (lmtest_0.9-35.tar.gz) = 183575 From owner-svn-ports-all@freebsd.org Fri Feb 17 08:06:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1075CE2A20; Fri, 17 Feb 2017 08:06:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B8CD11EF; Fri, 17 Feb 2017 08:06:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H86G5o093222; Fri, 17 Feb 2017 08:06:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H86GdW093219; Fri, 17 Feb 2017 08:06:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702170806.v1H86GdW093219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 17 Feb 2017 08:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434274 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 08:06:17 -0000 Author: cy Date: Fri Feb 17 08:06:16 2017 New Revision: 434274 URL: https://svnweb.freebsd.org/changeset/ports/434274 Log: Update 2.073.0 --> 2.073.1 Modified: head/lang/dmd2/Makefile head/lang/dmd2/distinfo head/lang/dmd2/pkg-plist Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Fri Feb 17 07:57:12 2017 (r434273) +++ head/lang/dmd2/Makefile Fri Feb 17 08:06:16 2017 (r434274) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dmd -PORTVERSION= 2.073.0 -PORTREVISION= 1 +PORTVERSION= 2.073.1 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMESUFFIX= 2 Modified: head/lang/dmd2/distinfo ============================================================================== --- head/lang/dmd2/distinfo Fri Feb 17 07:57:12 2017 (r434273) +++ head/lang/dmd2/distinfo Fri Feb 17 08:06:16 2017 (r434274) @@ -1,9 +1,9 @@ -TIMESTAMP = 1487049098 -SHA256 (dlang-dmd-v2.073.0_GH0.tar.gz) = 61483ea2c395341d05e65ce7e08a978cceff33ed3818f9ffa009a2f2da6929d5 -SIZE (dlang-dmd-v2.073.0_GH0.tar.gz) = 2814618 -SHA256 (dlang-druntime-v2.073.0_GH0.tar.gz) = 542adeac69b93c728a3760273d8d50ec43bf609736c526a58976b3822d5aa883 -SIZE (dlang-druntime-v2.073.0_GH0.tar.gz) = 1496544 -SHA256 (dlang-phobos-v2.073.0_GH0.tar.gz) = 2a0176039fcfcd6c05eff5f471e7659c2d368a8b2cd7f7de323d49d3d8b45782 -SIZE (dlang-phobos-v2.073.0_GH0.tar.gz) = 2171143 -SHA256 (dlang-dlang.org-v2.073.0_GH0.tar.gz) = 9f5fd2a03598fedd2e38a027ca1145f634be78f679a76c5d125116cbf9d07458 -SIZE (dlang-dlang.org-v2.073.0_GH0.tar.gz) = 2320518 +TIMESTAMP = 1487316754 +SHA256 (dlang-dmd-v2.073.1_GH0.tar.gz) = 0e9ab200e191cd82b79142ddd4aac21c6df54fe2455d94853a2734321bcc842f +SIZE (dlang-dmd-v2.073.1_GH0.tar.gz) = 2814781 +SHA256 (dlang-druntime-v2.073.1_GH0.tar.gz) = dac7b3f69670fae96b7bf77f24876df71e4f8a1f598b34f3be08cc33ff2a6461 +SIZE (dlang-druntime-v2.073.1_GH0.tar.gz) = 1496513 +SHA256 (dlang-phobos-v2.073.1_GH0.tar.gz) = 435382115fa8fc39b6f4adebf3424b22646b6f4f755e5219ec39b4caa2a77b0e +SIZE (dlang-phobos-v2.073.1_GH0.tar.gz) = 2168619 +SHA256 (dlang-dlang.org-v2.073.1_GH0.tar.gz) = c86a3e944135406afb8d2e82715add135e258a6b1e4c81776f569b3fa5082886 +SIZE (dlang-dlang.org-v2.073.1_GH0.tar.gz) = 2320731 Modified: head/lang/dmd2/pkg-plist ============================================================================== --- head/lang/dmd2/pkg-plist Fri Feb 17 07:57:12 2017 (r434273) +++ head/lang/dmd2/pkg-plist Fri Feb 17 08:06:16 2017 (r434274) @@ -547,14 +547,12 @@ include/d/phobos2/std/range/interfaces.d include/d/phobos2/std/range/package.d include/d/phobos2/std/range/primitives.d include/d/phobos2/std/regex/internal/backtracking.d -include/d/phobos2/std/regex/internal/bitnfa.d include/d/phobos2/std/regex/internal/generator.d include/d/phobos2/std/regex/internal/ir.d +include/d/phobos2/std/regex/internal/kickstart.d include/d/phobos2/std/regex/internal/parser.d include/d/phobos2/std/regex/internal/shiftor.d include/d/phobos2/std/regex/internal/tests.d -include/d/phobos2/std/regex/internal/tests2.d -include/d/phobos2/std/regex/internal/tests3.d include/d/phobos2/std/regex/internal/thompson.d include/d/phobos2/std/regex/package.d include/d/phobos2/std/signals.d @@ -677,6 +675,7 @@ include/d/phobos2/std/zlib.d %%PORTDOCS%%%%DOCSDIR%%/changelog/2.072.1.html %%PORTDOCS%%%%DOCSDIR%%/changelog/2.072.2.html %%PORTDOCS%%%%DOCSDIR%%/changelog/2.073.0.html +%%PORTDOCS%%%%DOCSDIR%%/changelog/2.073.1.html %%PORTDOCS%%%%DOCSDIR%%/changelog/index.html %%PORTDOCS%%%%DOCSDIR%%/code_coverage.html %%PORTDOCS%%%%DOCSDIR%%/community.html From owner-svn-ports-all@freebsd.org Fri Feb 17 09:01:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 377DBCE12A3; Fri, 17 Feb 2017 09:01:35 +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 E1BF01057; Fri, 17 Feb 2017 09:01:34 +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 v1H91YAJ016672; Fri, 17 Feb 2017 09:01:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H91X8j016670; Fri, 17 Feb 2017 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702170901.v1H91X8j016670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 17 Feb 2017 09:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434275 - in head/devel/kickassembler: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 09:01:35 -0000 Author: amdmi3 Date: Fri Feb 17 09:01:33 2017 New Revision: 434275 URL: https://svnweb.freebsd.org/changeset/ports/434275 Log: - Add LICENSES=NONE (couldn't find any mention of licensing conditions) - Add NO_ARCH - Switch to options helpers Modified: head/devel/kickassembler/Makefile head/devel/kickassembler/files/kickassembler.sh.in Modified: head/devel/kickassembler/Makefile ============================================================================== --- head/devel/kickassembler/Makefile Fri Feb 17 08:06:16 2017 (r434274) +++ head/devel/kickassembler/Makefile Fri Feb 17 09:01:33 2017 (r434275) @@ -10,10 +10,13 @@ DISTNAME= KickAssembler${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Advanced MOS 65xx assembler with embedded script language +LICENSE= NONE + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes SUB_LIST= PORTNAME=${PORTNAME} SUB_FILES= kickassembler.sh @@ -28,9 +31,14 @@ do-install: @${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/KickAss.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/KickAss.cfg ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/kickassembler.sh ${STAGEDIR}${PREFIX}/bin/kickassembler + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/KickAssembler.pdf ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Examples/*/* ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/kickassembler.sh ${STAGEDIR}${PREFIX}/bin/kickassembler .include Modified: head/devel/kickassembler/files/kickassembler.sh.in ============================================================================== --- head/devel/kickassembler/files/kickassembler.sh.in Fri Feb 17 08:06:16 2017 (r434274) +++ head/devel/kickassembler/files/kickassembler.sh.in Fri Feb 17 09:01:33 2017 (r434275) @@ -1,6 +1,6 @@ #!/bin/sh # -# Execution wrapper for KickAssembler +# Execution wrapper for KickAssembler # # Written by Uffe Jakobsen # From owner-svn-ports-all@freebsd.org Fri Feb 17 10:02:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 062D8CE2559; Fri, 17 Feb 2017 10:02:37 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBEAD1EBE; Fri, 17 Feb 2017 10:02:36 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HA2Z66041527; Fri, 17 Feb 2017 10:02:35 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HA2Z9a041525; Fri, 17 Feb 2017 10:02:35 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702171002.v1HA2Z9a041525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 17 Feb 2017 10:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434276 - head/misc/xfce4-weather-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 10:02:37 -0000 Author: olivierd Date: Fri Feb 17 10:02:35 2017 New Revision: 434276 URL: https://svnweb.freebsd.org/changeset/ports/434276 Log: Update to 0.8.9 Modified: head/misc/xfce4-weather-plugin/Makefile head/misc/xfce4-weather-plugin/distinfo Modified: head/misc/xfce4-weather-plugin/Makefile ============================================================================== --- head/misc/xfce4-weather-plugin/Makefile Fri Feb 17 09:01:33 2017 (r434275) +++ head/misc/xfce4-weather-plugin/Makefile Fri Feb 17 10:02:35 2017 (r434276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/misc/xfce4-weather-plugin/distinfo ============================================================================== --- head/misc/xfce4-weather-plugin/distinfo Fri Feb 17 09:01:33 2017 (r434275) +++ head/misc/xfce4-weather-plugin/distinfo Fri Feb 17 10:02:35 2017 (r434276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472684033 -SHA256 (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f -SIZE (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 2979971 +TIMESTAMP = 1487322927 +SHA256 (xfce4/xfce4-weather-plugin-0.8.9.tar.bz2) = 0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5 +SIZE (xfce4/xfce4-weather-plugin-0.8.9.tar.bz2) = 2966504 From owner-svn-ports-all@freebsd.org Fri Feb 17 10:45:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3208DCE2139; Fri, 17 Feb 2017 10:45:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F34131353; Fri, 17 Feb 2017 10:45:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HAjiWN057581; Fri, 17 Feb 2017 10:45:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HAjhAE057579; Fri, 17 Feb 2017 10:45:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702171045.v1HAjhAE057579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 17 Feb 2017 10:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434277 - head/math/py-yt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 10:45:45 -0000 Author: miwi Date: Fri Feb 17 10:45:43 2017 New Revision: 434277 URL: https://svnweb.freebsd.org/changeset/ports/434277 Log: - Update to 3.3.4 PR: 217101 Submitted by: Yuri Victorovich (maintainer) Modified: head/math/py-yt/Makefile head/math/py-yt/distinfo Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Fri Feb 17 10:02:35 2017 (r434276) +++ head/math/py-yt/Makefile Fri Feb 17 10:45:43 2017 (r434277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yt -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,10 +29,4 @@ post-patch: @${REINPLACE_CMD} -e "s|\['-fopenmp', filename\]|['-I${LOCALBASE}/include', '-L${LOCALBASE}/lib', '-lm', '-fopenmp', filename]|" \ ${WRKSRC}/setupext.py -post-install: - # workaround for the bug https://bitbucket.org/yt_analysis/yt/issues/1296 - @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.py" >> ${_PYTHONPKGLIST} - @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyc" >> ${_PYTHONPKGLIST} - @${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyo" >> ${_PYTHONPKGLIST} - .include Modified: head/math/py-yt/distinfo ============================================================================== --- head/math/py-yt/distinfo Fri Feb 17 10:02:35 2017 (r434276) +++ head/math/py-yt/distinfo Fri Feb 17 10:45:43 2017 (r434277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482742193 -SHA256 (yt-3.3.3.tar.gz) = edf6453927eee311d4b51afacb52cd5504b2b57cc6d3d92dab9c6bfaf6d883df -SIZE (yt-3.3.3.tar.gz) = 8911901 +TIMESTAMP = 1487050399 +SHA256 (yt-3.3.4.tar.gz) = 64c109ba4baf5afc0e1bc276ed2e3de13f1c5ce85c6d8b4c60e9a47c54bf3bcb +SIZE (yt-3.3.4.tar.gz) = 8913821 From owner-svn-ports-all@freebsd.org Fri Feb 17 10:59:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A963CE24C6; Fri, 17 Feb 2017 10:59:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE55A1AF6; Fri, 17 Feb 2017 10:59:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HAx5lU061895; Fri, 17 Feb 2017 10:59:05 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HAx55r061893; Fri, 17 Feb 2017 10:59:05 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201702171059.v1HAx55r061893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 17 Feb 2017 10:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434278 - head/devel/catch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 10:59:07 -0000 Author: gahr Date: Fri Feb 17 10:59:05 2017 New Revision: 434278 URL: https://svnweb.freebsd.org/changeset/ports/434278 Log: devel/catch: update to 1.7.2 Release notes: https://github.com/philsquared/Catch/releases/tag/v1.7.2 Modified: head/devel/catch/Makefile head/devel/catch/distinfo Modified: head/devel/catch/Makefile ============================================================================== --- head/devel/catch/Makefile Fri Feb 17 10:45:43 2017 (r434277) +++ head/devel/catch/Makefile Fri Feb 17 10:59:05 2017 (r434278) @@ -3,7 +3,7 @@ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org Modified: head/devel/catch/distinfo ============================================================================== --- head/devel/catch/distinfo Fri Feb 17 10:45:43 2017 (r434277) +++ head/devel/catch/distinfo Fri Feb 17 10:59:05 2017 (r434278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486541886 -SHA256 (philsquared-Catch-v1.7.1_GH0.tar.gz) = 16fdbd0edeb138bac5a76f05cfd60ad37db26103deb59cdd098487d3efd3240b -SIZE (philsquared-Catch-v1.7.1_GH0.tar.gz) = 314992 +TIMESTAMP = 1487328778 +SHA256 (philsquared-Catch-v1.7.2_GH0.tar.gz) = 895c94fed14d7547a937581419c92f337f1261d1b04cba1d0f823f2d28c8755b +SIZE (philsquared-Catch-v1.7.2_GH0.tar.gz) = 320785 From owner-svn-ports-all@freebsd.org Fri Feb 17 11:25:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73420CE2E73; Fri, 17 Feb 2017 11:25:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42AC51C08; Fri, 17 Feb 2017 11:25:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HBPLQI073901; Fri, 17 Feb 2017 11:25:21 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HBPLCx073899; Fri, 17 Feb 2017 11:25:21 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702171125.v1HBPLCx073899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Fri, 17 Feb 2017 11:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434279 - head/devel/py-http-prompt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 11:25:22 -0000 Author: krion Date: Fri Feb 17 11:25:21 2017 New Revision: 434279 URL: https://svnweb.freebsd.org/changeset/ports/434279 Log: Update devel/py-http-prompt to 0.9.2 PR: 217121 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9636 Modified: head/devel/py-http-prompt/Makefile head/devel/py-http-prompt/distinfo Modified: head/devel/py-http-prompt/Makefile ============================================================================== --- head/devel/py-http-prompt/Makefile Fri Feb 17 10:59:05 2017 (r434278) +++ head/devel/py-http-prompt/Makefile Fri Feb 17 11:25:21 2017 (r434279) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= http-prompt -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-http-prompt/distinfo ============================================================================== --- head/devel/py-http-prompt/distinfo Fri Feb 17 10:59:05 2017 (r434278) +++ head/devel/py-http-prompt/distinfo Fri Feb 17 11:25:21 2017 (r434279) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485179789 -SHA256 (http-prompt-0.9.1.tar.gz) = c7f2df8e70812bb424720739e98c705fe987367df8f77a4a629583c4068a56e8 -SIZE (http-prompt-0.9.1.tar.gz) = 20861 +TIMESTAMP = 1487194950 +SHA256 (http-prompt-0.9.2.tar.gz) = 1509b8c23cfb8091e2607b2f1bdc856634638b4e850a5b8fab17886dc738b4c0 +SIZE (http-prompt-0.9.2.tar.gz) = 20947 From owner-svn-ports-all@freebsd.org Fri Feb 17 12:04:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB883CE3644; Fri, 17 Feb 2017 12:04:20 +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 78AC514E4; Fri, 17 Feb 2017 12:04:20 +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 v1HC4JwM090096; Fri, 17 Feb 2017 12:04:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HC4Jo9090094; Fri, 17 Feb 2017 12:04:19 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702171204.v1HC4Jo9090094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 17 Feb 2017 12:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434280 - head/math/R-cran-Zelig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 12:04:20 -0000 Author: wen Date: Fri Feb 17 12:04:19 2017 New Revision: 434280 URL: https://svnweb.freebsd.org/changeset/ports/434280 Log: - Update to 5.0.15 Modified: head/math/R-cran-Zelig/Makefile head/math/R-cran-Zelig/distinfo Modified: head/math/R-cran-Zelig/Makefile ============================================================================== --- head/math/R-cran-Zelig/Makefile Fri Feb 17 11:25:21 2017 (r434279) +++ head/math/R-cran-Zelig/Makefile Fri Feb 17 12:04:19 2017 (r434280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Zelig -DISTVERSION= 5.0-14 +DISTVERSION= 5.0-15 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Zelig/distinfo ============================================================================== --- head/math/R-cran-Zelig/distinfo Fri Feb 17 11:25:21 2017 (r434279) +++ head/math/R-cran-Zelig/distinfo Fri Feb 17 12:04:19 2017 (r434280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486361995 -SHA256 (Zelig_5.0-14.tar.gz) = 5bd9cce07f8523c10cf9cb460cba165814f9d12f7e12ab5e34bdf05a976dddd1 -SIZE (Zelig_5.0-14.tar.gz) = 396495 +TIMESTAMP = 1487318401 +SHA256 (Zelig_5.0-15.tar.gz) = 1dc7aa59bbe8b77d2caf1c4e87ab8be5e04fc7f10d9cd6295ff733fb07d8a5a8 +SIZE (Zelig_5.0-15.tar.gz) = 404232 From owner-svn-ports-all@freebsd.org Fri Feb 17 13:36:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EBD8CE2D94; Fri, 17 Feb 2017 13:36:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9B11018; Fri, 17 Feb 2017 13:36:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HDa399026194; Fri, 17 Feb 2017 13:36:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HDa308026193; Fri, 17 Feb 2017 13:36:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702171336.v1HDa308026193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 17 Feb 2017 13:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434281 - head/games/simsu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 13:36:04 -0000 Author: amdmi3 Date: Fri Feb 17 13:36:03 2017 New Revision: 434281 URL: https://svnweb.freebsd.org/changeset/ports/434281 Log: - Take maintainership Modified: head/games/simsu/Makefile Modified: head/games/simsu/Makefile ============================================================================== --- head/games/simsu/Makefile Fri Feb 17 12:04:19 2017 (r434280) +++ head/games/simsu/Makefile Fri Feb 17 13:36:03 2017 (r434281) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Basic Sudoku game LICENSE= GPLv3+ From owner-svn-ports-all@freebsd.org Fri Feb 17 13:46:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4D01CE30C4; Fri, 17 Feb 2017 13:46:15 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6F215D9; Fri, 17 Feb 2017 13:46:15 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HDkETV030487; Fri, 17 Feb 2017 13:46:14 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HDkEoc030486; Fri, 17 Feb 2017 13:46:14 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702171346.v1HDkEoc030486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 17 Feb 2017 13:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434282 - head/www/uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 13:46:15 -0000 Author: demon Date: Fri Feb 17 13:46:14 2017 New Revision: 434282 URL: https://svnweb.freebsd.org/changeset/ports/434282 Log: Release Modified: head/www/uwsgi/Makefile Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Fri Feb 17 13:36:03 2017 (r434281) +++ head/www/uwsgi/Makefile Fri Feb 17 13:46:14 2017 (r434282) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ -MAINTAINER= demon@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Developer-friendly WSGI server which uses uwsgi protocol LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Fri Feb 17 14:03:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9CF6CE343A; Fri, 17 Feb 2017 14:03:03 +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 742C61EE9; Fri, 17 Feb 2017 14:03:03 +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 v1HE32Fx038537; Fri, 17 Feb 2017 14:03:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HE32mi038535; Fri, 17 Feb 2017 14:03:02 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201702171403.v1HE32mi038535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 17 Feb 2017 14:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434283 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 14:03:03 -0000 Author: wen Date: Fri Feb 17 14:03:02 2017 New Revision: 434283 URL: https://svnweb.freebsd.org/changeset/ports/434283 Log: - Update to 6.2.25 PR: 217103 Submitted by: joneum@bsdproject.de(maintainer) Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Feb 17 13:46:14 2017 (r434282) +++ head/www/groupoffice/Makefile Fri Feb 17 14:03:02 2017 (r434283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.24 +PORTVERSION= 6.2.25 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Feb 17 13:46:14 2017 (r434282) +++ head/www/groupoffice/distinfo Fri Feb 17 14:03:02 2017 (r434283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486342306 -SHA256 (groupoffice-com-6.2.24.tar.gz) = 449eecdb45a82949a44b923c1a51903917959742a7b3dbf81648cea10efcf811 -SIZE (groupoffice-com-6.2.24.tar.gz) = 36518528 +TIMESTAMP = 1487333960 +SHA256 (groupoffice-com-6.2.25.tar.gz) = 362713ee414d0ed9e94fefc02704f74b6109a387fd0dcade700fc5dbba594a6d +SIZE (groupoffice-com-6.2.25.tar.gz) = 36524005 From owner-svn-ports-all@freebsd.org Fri Feb 17 14:16:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDB74CE374F; Fri, 17 Feb 2017 14:16:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2EDC1756; Fri, 17 Feb 2017 14:16:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HEGrTs042691; Fri, 17 Feb 2017 14:16:53 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HEGrgG042689; Fri, 17 Feb 2017 14:16:53 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702171416.v1HEGrgG042689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 17 Feb 2017 14:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434284 - head/sysutils/py-iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 14:16:55 -0000 Author: robak Date: Fri Feb 17 14:16:53 2017 New Revision: 434284 URL: https://svnweb.freebsd.org/changeset/ports/434284 Log: sysutils/py-iocage: update 0.9.4 -> 0.9.5 Modified: head/sysutils/py-iocage/Makefile head/sysutils/py-iocage/distinfo Modified: head/sysutils/py-iocage/Makefile ============================================================================== --- head/sysutils/py-iocage/Makefile Fri Feb 17 14:03:02 2017 (r434283) +++ head/sysutils/py-iocage/Makefile Fri Feb 17 14:16:53 2017 (r434284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0.0.6:archivers/py-backports.lzma \ ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm \ ca_root_nss>0:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}tabletext>=0.1:textproc/py-tabletext \ Modified: head/sysutils/py-iocage/distinfo ============================================================================== --- head/sysutils/py-iocage/distinfo Fri Feb 17 14:03:02 2017 (r434283) +++ head/sysutils/py-iocage/distinfo Fri Feb 17 14:16:53 2017 (r434284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485761008 -SHA256 (iocage-iocage-0.9.4_GH0.tar.gz) = 6dccca0e5794be6af0878678f6a112f581bd1713f1bc573e29469770dbb88e0f -SIZE (iocage-iocage-0.9.4_GH0.tar.gz) = 310165 +TIMESTAMP = 1487336983 +SHA256 (iocage-iocage-0.9.5_GH0.tar.gz) = 699a15d2e9299204c2e90dfa84e8987422378e6eaca7b3dc8f6b9a06b822913d +SIZE (iocage-iocage-0.9.5_GH0.tar.gz) = 318152 From owner-svn-ports-all@freebsd.org Fri Feb 17 14:50:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4117CE3D81; Fri, 17 Feb 2017 14:50:31 +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 B5DFD1482; Fri, 17 Feb 2017 14:50:31 +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 v1HEoUbA054915; Fri, 17 Feb 2017 14:50:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HEoUQE054913; Fri, 17 Feb 2017 14:50:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702171450.v1HEoUQE054913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 17 Feb 2017 14:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434285 - head/www/py-user_agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 14:50:32 -0000 Author: rm Date: Fri Feb 17 14:50:30 2017 New Revision: 434285 URL: https://svnweb.freebsd.org/changeset/ports/434285 Log: www/py-user_agent: update to 0.1.6 Modified: head/www/py-user_agent/Makefile head/www/py-user_agent/distinfo Modified: head/www/py-user_agent/Makefile ============================================================================== --- head/www/py-user_agent/Makefile Fri Feb 17 14:16:53 2017 (r434284) +++ head/www/py-user_agent/Makefile Fri Feb 17 14:50:30 2017 (r434285) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= user_agent -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-user_agent/distinfo ============================================================================== --- head/www/py-user_agent/distinfo Fri Feb 17 14:16:53 2017 (r434284) +++ head/www/py-user_agent/distinfo Fri Feb 17 14:50:30 2017 (r434285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477856569 -SHA256 (user_agent-0.1.5.tar.gz) = c3e93ba28a31faca6c88eaf764a234664dafbce75c1aae35e9a4fa1e234fd74b -SIZE (user_agent-0.1.5.tar.gz) = 5207 +TIMESTAMP = 1487342635 +SHA256 (user_agent-0.1.6.tar.gz) = c432da40b1fe3e6809026a4d4d2aa18e28317ee1e831630c9325c9a7b98f013f +SIZE (user_agent-0.1.6.tar.gz) = 6338 From owner-svn-ports-all@freebsd.org Fri Feb 17 15:52:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D24ACE33F1; Fri, 17 Feb 2017 15:52:18 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BE031ACE; Fri, 17 Feb 2017 15:52:18 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HFqHA6082822; Fri, 17 Feb 2017 15:52:17 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HFqH9L082820; Fri, 17 Feb 2017 15:52:17 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201702171552.v1HFqH9L082820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 17 Feb 2017 15:52:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434286 - head/ftp/lftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 15:52:18 -0000 Author: martymac Date: Fri Feb 17 15:52:16 2017 New Revision: 434286 URL: https://svnweb.freebsd.org/changeset/ports/434286 Log: Update to 4.7.6 Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo head/ftp/lftp/pkg-descr Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Fri Feb 17 14:50:30 2017 (r434285) +++ head/ftp/lftp/Makefile Fri Feb 17 15:52:16 2017 (r434286) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.7.4 +PORTVERSION= 4.7.6 CATEGORIES= ftp ipv6 -MASTER_SITES= http://lftp.yar.ru/ftp/ \ - http://lftp.yar.ru/ftp/old/ \ +MASTER_SITES= http://lftp.tech/ftp/ \ + http://lftp.tech/ftp/old/ \ http://lftp.cybermirror.org/ \ http://lftp.cybermirror.org/old/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Fri Feb 17 14:50:30 2017 (r434285) +++ head/ftp/lftp/distinfo Fri Feb 17 15:52:16 2017 (r434286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479466987 -SHA256 (lftp-4.7.4.tar.gz) = 8f55c37cfdfbce24a9cb47b621ca127f40d3a7de5b4c49f8c49f17bff728fb31 -SIZE (lftp-4.7.4.tar.gz) = 2766143 +TIMESTAMP = 1487234601 +SHA256 (lftp-4.7.6.tar.gz) = 2c8773993ec06f59d7a5734090e64ec37f106f98b250b8c476c55cc0b35aa75d +SIZE (lftp-4.7.6.tar.gz) = 2760657 Modified: head/ftp/lftp/pkg-descr ============================================================================== --- head/ftp/lftp/pkg-descr Fri Feb 17 14:50:30 2017 (r434285) +++ head/ftp/lftp/pkg-descr Fri Feb 17 15:52:16 2017 (r434286) @@ -7,4 +7,4 @@ Background jobs will be completed in noh or close modem connection. Lftp has reput, mirror, reverse mirror among its features. -WWW: http://lftp.yar.ru/ +WWW: http://lftp.tech/ From owner-svn-ports-all@freebsd.org Fri Feb 17 15:59:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF968CE35BF; Fri, 17 Feb 2017 15:59:59 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 926A01EA8; Fri, 17 Feb 2017 15:59:59 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HFxwph083202; Fri, 17 Feb 2017 15:59:58 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HFxwSf083199; Fri, 17 Feb 2017 15:59:58 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201702171559.v1HFxwSf083199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Fri, 17 Feb 2017 15:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434287 - in head/sysutils/py-salt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:00:00 -0000 Author: brd Date: Fri Feb 17 15:59:58 2017 New Revision: 434287 URL: https://svnweb.freebsd.org/changeset/ports/434287 Log: sysutils/py-salt: Teach the Salt master and minion startup scripts to set pidfile=. On a restart this will cause the rc framework to wait for the processes to exit before trying to start, instead of failing to start because the previous processes have not gone away yet. PR: 217154 Approved by: Christer Edwards (maintainer), bdrewery (mentor, implicit) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/files/salt_master.in head/sysutils/py-salt/files/salt_minion.in Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Fri Feb 17 15:52:16 2017 (r434286) +++ head/sysutils/py-salt/Makefile Fri Feb 17 15:59:58 2017 (r434287) @@ -3,7 +3,7 @@ PORTNAME= salt PORTVERSION= 2016.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/files/salt_master.in ============================================================================== --- head/sysutils/py-salt/files/salt_master.in Fri Feb 17 15:52:16 2017 (r434286) +++ head/sysutils/py-salt/files/salt_master.in Fri Feb 17 15:59:58 2017 (r434287) @@ -27,12 +27,14 @@ load_rc_config ${name} : ${salt_master_enable:=NO} : ${salt_master_paths=/sbin:/bin:/usr/sbin:/usr/bin:%%PREFIX%%/bin:%%PREFIX%%/sbin} +: ${salt_master_pidfile:=/var/run/salt-master.pid} : ${salt_master_eggcache=/tmp} command="%%PREFIX%%/bin/salt-master" command_interpreter="%%PYTHON_CMD%%" required_files="%%PREFIX%%/etc/salt" command_args="-c ${required_files} -d" +pidfile=${salt_master_pidfile} export PATH="${salt_master_paths}" export PYTHON_EGG_CACHE="${salt_master_eggcache}" Modified: head/sysutils/py-salt/files/salt_minion.in ============================================================================== --- head/sysutils/py-salt/files/salt_minion.in Fri Feb 17 15:52:16 2017 (r434286) +++ head/sysutils/py-salt/files/salt_minion.in Fri Feb 17 15:59:58 2017 (r434287) @@ -27,12 +27,14 @@ load_rc_config ${name} : ${salt_minion_enable:=NO} : ${salt_minion_paths=/sbin:/bin:/usr/sbin:/usr/bin:%%PREFIX%%/bin:%%PREFIX%%/sbin} +: ${salt_minion_pidfile:=/var/run/salt-minion.pid} : ${salt_minion_eggcache=/tmp} command="%%PREFIX%%/bin/salt-minion" command_interpreter="%%PYTHON_CMD%%" required_files="%%PREFIX%%/etc/salt" command_args="-c ${required_files} -d" +pidfile=${salt_minion_pidfile} export PATH="${salt_minion_paths}" export PYTHON_EGG_CACHE="${salt_minion_eggcache}" From owner-svn-ports-all@freebsd.org Fri Feb 17 16:11:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A41DCE387B; Fri, 17 Feb 2017 16:11:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6F0215C8; Fri, 17 Feb 2017 16:11:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGBLLY090272; Fri, 17 Feb 2017 16:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGBLR4090271; Fri, 17 Feb 2017 16:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171611.v1HGBLR4090271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434288 - head/databases/php70-memcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:11:22 -0000 Author: sunpoet Date: Fri Feb 17 16:11:20 2017 New Revision: 434288 URL: https://svnweb.freebsd.org/changeset/ports/434288 Log: Add PORTSCOUT Modified: head/databases/php70-memcache/Makefile Modified: head/databases/php70-memcache/Makefile ============================================================================== --- head/databases/php70-memcache/Makefile Fri Feb 17 15:59:58 2017 (r434287) +++ head/databases/php70-memcache/Makefile Fri Feb 17 16:11:20 2017 (r434288) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES +PORTSCOUT= skipv:start + CONFIGURE_ARGS= --with-zlib-dir=/usr IGNORE_WITH_PHP=56 71 PHP_VER= 70 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:11:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB7CCE38AE; Fri, 17 Feb 2017 16:11:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29A4715E5; Fri, 17 Feb 2017 16:11:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGBPXo090372; Fri, 17 Feb 2017 16:11:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGBP1p090371; Fri, 17 Feb 2017 16:11:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171611.v1HGBP1p090371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434289 - head/databases/php71-memcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:11:26 -0000 Author: sunpoet Date: Fri Feb 17 16:11:25 2017 New Revision: 434289 URL: https://svnweb.freebsd.org/changeset/ports/434289 Log: Add PORTSCOUT Modified: head/databases/php71-memcache/Makefile Modified: head/databases/php71-memcache/Makefile ============================================================================== --- head/databases/php71-memcache/Makefile Fri Feb 17 16:11:20 2017 (r434288) +++ head/databases/php71-memcache/Makefile Fri Feb 17 16:11:25 2017 (r434289) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES +PORTSCOUT= skipv:start + CONFIGURE_ARGS= --with-zlib-dir=/usr IGNORE_WITH_PHP=56 70 PHP_VER= 71 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:46:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69140CE3FCF; Fri, 17 Feb 2017 16:46:51 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35CD81438; Fri, 17 Feb 2017 16:46:51 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGkoIh003479; Fri, 17 Feb 2017 16:46:50 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGkoV7003477; Fri, 17 Feb 2017 16:46:50 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702171646.v1HGkoV7003477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 17 Feb 2017 16:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434290 - head/games/stonesoup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:46:51 -0000 Author: lifanov Date: Fri Feb 17 16:46:49 2017 New Revision: 434290 URL: https://svnweb.freebsd.org/changeset/ports/434290 Log: update games/stonesoup, games/stonesoup-sdl to 0.19.4 This is a bugfix release. Changes: https://crawl.develz.org/wordpress/0-19-4-bugfix-release Modified: head/games/stonesoup/Makefile head/games/stonesoup/distinfo Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Fri Feb 17 16:11:25 2017 (r434289) +++ head/games/stonesoup/Makefile Fri Feb 17 16:46:49 2017 (r434290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stonesoup -PORTVERSION= 0.19.3 +PORTVERSION= 0.19.4 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} MASTER_SITES= http://crawl.develz.org/release/ Modified: head/games/stonesoup/distinfo ============================================================================== --- head/games/stonesoup/distinfo Fri Feb 17 16:11:25 2017 (r434289) +++ head/games/stonesoup/distinfo Fri Feb 17 16:46:49 2017 (r434290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485101846 -SHA256 (stone_soup-0.19.3-nodeps.tar.xz) = 2aa16bedd82597613e7d488ab6f0611da92505d98f983dd3086cff1a0bf560fc -SIZE (stone_soup-0.19.3-nodeps.tar.xz) = 9885724 +TIMESTAMP = 1487346248 +SHA256 (stone_soup-0.19.4-nodeps.tar.xz) = 6581b9143edd07b69b6e7e9584d192be296d8b2e895d4fc856446609a60c6e3d +SIZE (stone_soup-0.19.4-nodeps.tar.xz) = 9886344 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA662CE3104; Fri, 17 Feb 2017 16:48:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7C9916A9; Fri, 17 Feb 2017 16:48:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmYEr003644; Fri, 17 Feb 2017 16:48:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmYjq003642; Fri, 17 Feb 2017 16:48:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmYjq003642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434291 - head/devel/p5-Import-Base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:36 -0000 Author: sunpoet Date: Fri Feb 17 16:48:34 2017 New Revision: 434291 URL: https://svnweb.freebsd.org/changeset/ports/434291 Log: Update to 1.003 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Import-Base/CHANGES Modified: head/devel/p5-Import-Base/Makefile head/devel/p5-Import-Base/distinfo Modified: head/devel/p5-Import-Base/Makefile ============================================================================== --- head/devel/p5-Import-Base/Makefile Fri Feb 17 16:46:49 2017 (r434290) +++ head/devel/p5-Import-Base/Makefile Fri Feb 17 16:48:34 2017 (r434291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Import-Base -PORTVERSION= 1.002 +PORTVERSION= 1.003 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PREACTION @@ -13,6 +13,7 @@ COMMENT= Import a set of modules into th LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Import-Into>=1.002005:devel/p5-Import-Into \ p5-Module-Runtime>=0:devel/p5-Module-Runtime Modified: head/devel/p5-Import-Base/distinfo ============================================================================== --- head/devel/p5-Import-Base/distinfo Fri Feb 17 16:46:49 2017 (r434290) +++ head/devel/p5-Import-Base/distinfo Fri Feb 17 16:48:34 2017 (r434291) @@ -1,2 +1,3 @@ -SHA256 (Import-Base-1.002.tar.gz) = 9d2188a2e228720c86b25a0d49dde180ad79d0dd189b7b3579d55cd65a3cb6c7 -SIZE (Import-Base-1.002.tar.gz) = 29662 +TIMESTAMP = 1487336844 +SHA256 (Import-Base-1.003.tar.gz) = 7668973108f288fb42ac2f3de8171ca381d2e11b8cbbb2931730dccbecf7a135 +SIZE (Import-Base-1.003.tar.gz) = 27224 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96373CE3129; Fri, 17 Feb 2017 16:48:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58A7216B5; Fri, 17 Feb 2017 16:48:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmdSV003781; Fri, 17 Feb 2017 16:48:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmdtp003777; Fri, 17 Feb 2017 16:48:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmdtp003777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434292 - head/textproc/p5-Petal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:40 -0000 Author: sunpoet Date: Fri Feb 17 16:48:39 2017 New Revision: 434292 URL: https://svnweb.freebsd.org/changeset/ports/434292 Log: Update to 2.24 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Petal/Changes Modified: head/textproc/p5-Petal/Makefile head/textproc/p5-Petal/distinfo head/textproc/p5-Petal/pkg-plist Modified: head/textproc/p5-Petal/Makefile ============================================================================== --- head/textproc/p5-Petal/Makefile Fri Feb 17 16:48:34 2017 (r434291) +++ head/textproc/p5-Petal/Makefile Fri Feb 17 16:48:39 2017 (r434292) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Petal -PORTVERSION= 2.23 -PORTREVISION= 1 +PORTVERSION= 2.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NINE @@ -12,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Template Attribute Language - TAL for Perl! -BUILD_DEPENDS= p5-MKDoc-XML>=0.72:textproc/p5-MKDoc-XML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Locale-Maketext-Gettext>=0:devel/p5-Locale-Maketext-Gettext \ + p5-MKDoc-XML>=0.72:textproc/p5-MKDoc-XML RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Locale-Maketext-Gettext>=0:devel/p5-Locale-Maketext-Gettext \ - p5-URI>=0:net/p5-URI +TEST_DEPENDS= p5-URI>=0:net/p5-URI +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Petal/distinfo ============================================================================== --- head/textproc/p5-Petal/distinfo Fri Feb 17 16:48:34 2017 (r434291) +++ head/textproc/p5-Petal/distinfo Fri Feb 17 16:48:39 2017 (r434292) @@ -1,2 +1,3 @@ -SHA256 (Petal-2.23.tar.gz) = 23161731ff2c054dcbab9e908f573466a9be17dea82c68a666d84cad7821d482 -SIZE (Petal-2.23.tar.gz) = 94121 +TIMESTAMP = 1487336854 +SHA256 (Petal-2.24.tar.gz) = 2fbf6a4f95b1b686d4393fa188779a3b0a64e30f51cbc73d1677e34857f5418c +SIZE (Petal-2.24.tar.gz) = 93308 Modified: head/textproc/p5-Petal/pkg-plist ============================================================================== --- head/textproc/p5-Petal/pkg-plist Fri Feb 17 16:48:34 2017 (r434291) +++ head/textproc/p5-Petal/pkg-plist Fri Feb 17 16:48:39 2017 (r434292) @@ -1,8 +1,3 @@ -%%PERL5_MAN3%%/Petal.3.gz -%%PERL5_MAN3%%/Petal::Cookbook.3.gz -%%PERL5_MAN3%%/Petal::Deprecated.3.gz -%%PERL5_MAN3%%/Petal::Hash::Test.3.gz -%%PERL5_MAN3%%/Petal::I18N.3.gz %%SITE_PERL%%/Petal.pm %%SITE_PERL%%/Petal/Cache/Disk.pm %%SITE_PERL%%/Petal/Cache/Memory.pm @@ -23,3 +18,8 @@ %%SITE_PERL%%/Petal/TranslationService/MOFile.pm %%SITE_PERL%%/Petal/TranslationService/Noop.pm %%SITE_PERL%%/Petal/TranslationService/h4x0r.pm +%%PERL5_MAN3%%/Petal.3.gz +%%PERL5_MAN3%%/Petal::Cookbook.3.gz +%%PERL5_MAN3%%/Petal::Deprecated.3.gz +%%PERL5_MAN3%%/Petal::Hash::Test.3.gz +%%PERL5_MAN3%%/Petal::I18N.3.gz From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C7A2CE314F; Fri, 17 Feb 2017 16:48:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 305C81704; Fri, 17 Feb 2017 16:48:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmiQc003898; Fri, 17 Feb 2017 16:48:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmhAl003896; Fri, 17 Feb 2017 16:48:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmhAl003896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434293 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:45 -0000 Author: sunpoet Date: Fri Feb 17 16:48:43 2017 New Revision: 434293 URL: https://svnweb.freebsd.org/changeset/ports/434293 Log: Update to 3.7.1 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Fri Feb 17 16:48:39 2017 (r434292) +++ head/print/py-fonttools/Makefile Fri Feb 17 16:48:43 2017 (r434293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Fri Feb 17 16:48:39 2017 (r434292) +++ head/print/py-fonttools/distinfo Fri Feb 17 16:48:43 2017 (r434293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487074211 -SHA256 (behdad-fonttools-3.7.0_GH0.tar.gz) = 9cacbbaaa5fb9d08faef26352a5bdf1b18bc5958b79844de874d7fcd3002a13c -SIZE (behdad-fonttools-3.7.0_GH0.tar.gz) = 594230 +TIMESTAMP = 1487336863 +SHA256 (behdad-fonttools-3.7.1_GH0.tar.gz) = 34799d4d8c6da567aafecd0f6f07462eb9f98f295187ef4ca54d448b7a1e7462 +SIZE (behdad-fonttools-3.7.1_GH0.tar.gz) = 603708 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 183E0CE3179; Fri, 17 Feb 2017 16:48:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C66261763; Fri, 17 Feb 2017 16:48:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmmhs004017; Fri, 17 Feb 2017 16:48:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmmBl004015; Fri, 17 Feb 2017 16:48:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmmBl004015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434294 - head/www/xist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:50 -0000 Author: sunpoet Date: Fri Feb 17 16:48:48 2017 New Revision: 434294 URL: https://svnweb.freebsd.org/changeset/ports/434294 Log: Update to 5.25.1 Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst Modified: head/www/xist/Makefile head/www/xist/distinfo Modified: head/www/xist/Makefile ============================================================================== --- head/www/xist/Makefile Fri Feb 17 16:48:43 2017 (r434293) +++ head/www/xist/Makefile Fri Feb 17 16:48:48 2017 (r434294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.25 +PORTVERSION= 5.25.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ Modified: head/www/xist/distinfo ============================================================================== --- head/www/xist/distinfo Fri Feb 17 16:48:43 2017 (r434293) +++ head/www/xist/distinfo Fri Feb 17 16:48:48 2017 (r434294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487075607 -SHA256 (ll-xist-5.25.tar.bz2) = bd5857a37d29d1489a1fad9c0dce17b47df2a12658fbed154c69d5f5db4c99b2 -SIZE (ll-xist-5.25.tar.bz2) = 560092 +TIMESTAMP = 1487336878 +SHA256 (ll-xist-5.25.1.tar.bz2) = dd6d80177b74a51a1427d12521a5cc2b678d9cabfd2889db3d922af71d4a2d95 +SIZE (ll-xist-5.25.1.tar.bz2) = 560120 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AD6CE319C; Fri, 17 Feb 2017 16:48:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31C4F17B4; Fri, 17 Feb 2017 16:48:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmriI004135; Fri, 17 Feb 2017 16:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmrQG004133; Fri, 17 Feb 2017 16:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmrQG004133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434295 - head/databases/rubygem-paranoia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:54 -0000 Author: sunpoet Date: Fri Feb 17 16:48:52 2017 New Revision: 434295 URL: https://svnweb.freebsd.org/changeset/ports/434295 Log: Update to 2.2.1 Changes: https://github.com/rubysherpas/paranoia/releases Modified: head/databases/rubygem-paranoia/Makefile head/databases/rubygem-paranoia/distinfo Modified: head/databases/rubygem-paranoia/Makefile ============================================================================== --- head/databases/rubygem-paranoia/Makefile Fri Feb 17 16:48:48 2017 (r434294) +++ head/databases/rubygem-paranoia/Makefile Fri Feb 17 16:48:52 2017 (r434295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paranoia -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Soft deletion mapper for active LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 +RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-paranoia/distinfo ============================================================================== --- head/databases/rubygem-paranoia/distinfo Fri Feb 17 16:48:48 2017 (r434294) +++ head/databases/rubygem-paranoia/distinfo Fri Feb 17 16:48:52 2017 (r434295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482937126 -SHA256 (rubygem/paranoia-2.2.0.gem) = 60965061b246ee1ed2a6a3ae4d8122505204569bc8eea9ed583da8450db6dfcd -SIZE (rubygem/paranoia-2.2.0.gem) = 18432 +TIMESTAMP = 1487336884 +SHA256 (rubygem/paranoia-2.2.1.gem) = 7335f3a2ae9aa69cfe271981f03116ec7b10bddcbb7dee123bb0209095514895 +SIZE (rubygem/paranoia-2.2.1.gem) = 19968 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:48:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37460CE31CA; Fri, 17 Feb 2017 16:48:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76804182E; Fri, 17 Feb 2017 16:48:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGmvki004253; Fri, 17 Feb 2017 16:48:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGmvxg004251; Fri, 17 Feb 2017 16:48:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171648.v1HGmvxg004251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434296 - head/databases/rubygem-redis-namespace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:48:59 -0000 Author: sunpoet Date: Fri Feb 17 16:48:57 2017 New Revision: 434296 URL: https://svnweb.freebsd.org/changeset/ports/434296 Log: Update to 1.5.3 Changes: https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md https://github.com/resque/redis-namespace/commits/master Modified: head/databases/rubygem-redis-namespace/Makefile head/databases/rubygem-redis-namespace/distinfo Modified: head/databases/rubygem-redis-namespace/Makefile ============================================================================== --- head/databases/rubygem-redis-namespace/Makefile Fri Feb 17 16:48:52 2017 (r434295) +++ head/databases/rubygem-redis-namespace/Makefile Fri Feb 17 16:48:57 2017 (r434296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis-namespace -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-redis-namespace/distinfo ============================================================================== --- head/databases/rubygem-redis-namespace/distinfo Fri Feb 17 16:48:52 2017 (r434295) +++ head/databases/rubygem-redis-namespace/distinfo Fri Feb 17 16:48:57 2017 (r434296) @@ -1,2 +1,3 @@ -SHA256 (rubygem/redis-namespace-1.5.2.gem) = 45bc24a12fda90feb6b916e649198053522bc399e6249d66ffb83bfba77be866 -SIZE (rubygem/redis-namespace-1.5.2.gem) = 14336 +TIMESTAMP = 1487336889 +SHA256 (rubygem/redis-namespace-1.5.3.gem) = 2aa4a1b0103143e7ffdd8efe710b6d0e0d63bb96e4b4a38f19ecfb073d20d464 +SIZE (rubygem/redis-namespace-1.5.3.gem) = 16896 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D34CE31F4; Fri, 17 Feb 2017 16:49:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 156C81892; Fri, 17 Feb 2017 16:49:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGn2LQ004374; Fri, 17 Feb 2017 16:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGn19n004372; Fri, 17 Feb 2017 16:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171649.v1HGn19n004372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434297 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:03 -0000 Author: sunpoet Date: Fri Feb 17 16:49:01 2017 New Revision: 434297 URL: https://svnweb.freebsd.org/changeset/ports/434297 Log: Update to 2.7.10 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Fri Feb 17 16:48:57 2017 (r434296) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri Feb 17 16:49:01 2017 (r434297) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.9 +PORTVERSION= 2.7.10 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri Feb 17 16:48:57 2017 (r434296) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri Feb 17 16:49:01 2017 (r434297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487196722 -SHA256 (rubygem/aws-sdk-core-2.7.9.gem) = 84aa0e8cd890711484e250169cf4b1aff1ead8a36eee25f590a291d7ff16141b -SIZE (rubygem/aws-sdk-core-2.7.9.gem) = 952832 +TIMESTAMP = 1487336898 +SHA256 (rubygem/aws-sdk-core-2.7.10.gem) = fd3e9ba0467384f4100c73afb78c533a18920c530625b77e8cf753bb20e37341 +SIZE (rubygem/aws-sdk-core-2.7.10.gem) = 952832 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A4C6CE322C; Fri, 17 Feb 2017 16:49:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDADF1900; Fri, 17 Feb 2017 16:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGn6qO004492; Fri, 17 Feb 2017 16:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGn6mQ004490; Fri, 17 Feb 2017 16:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171649.v1HGn6mQ004490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434298 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:08 -0000 Author: sunpoet Date: Fri Feb 17 16:49:06 2017 New Revision: 434298 URL: https://svnweb.freebsd.org/changeset/ports/434298 Log: Update to 2.7.10 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Fri Feb 17 16:49:01 2017 (r434297) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri Feb 17 16:49:06 2017 (r434298) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.9 +PORTVERSION= 2.7.10 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri Feb 17 16:49:01 2017 (r434297) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri Feb 17 16:49:06 2017 (r434298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487196727 -SHA256 (rubygem/aws-sdk-resources-2.7.9.gem) = 49b8e5668d9f0eb0a167d43b541b3e1dd727c1af33b02ee4c64dc39b4842dfce -SIZE (rubygem/aws-sdk-resources-2.7.9.gem) = 47104 +TIMESTAMP = 1487336903 +SHA256 (rubygem/aws-sdk-resources-2.7.10.gem) = 322c930c6cd64f0446f961fbff7006ecee96e6da2a19f1504a06fc8c8430256e +SIZE (rubygem/aws-sdk-resources-2.7.10.gem) = 47104 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F30CE3258; Fri, 17 Feb 2017 16:49:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9C5195E; Fri, 17 Feb 2017 16:49:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnB9l004611; Fri, 17 Feb 2017 16:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnB5v004609; Fri, 17 Feb 2017 16:49:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171649.v1HGnB5v004609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434299 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:12 -0000 Author: sunpoet Date: Fri Feb 17 16:49:11 2017 New Revision: 434299 URL: https://svnweb.freebsd.org/changeset/ports/434299 Log: Update to 2.7.10 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Fri Feb 17 16:49:06 2017 (r434298) +++ head/devel/rubygem-aws-sdk/Makefile Fri Feb 17 16:49:11 2017 (r434299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.9 +PORTVERSION= 2.7.10 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri Feb 17 16:49:06 2017 (r434298) +++ head/devel/rubygem-aws-sdk/distinfo Fri Feb 17 16:49:11 2017 (r434299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487196731 -SHA256 (rubygem/aws-sdk-2.7.9.gem) = c29e047f375735f614f1b049602d0ea6a59c8887ff9f07e289d5f8ea9717da74 -SIZE (rubygem/aws-sdk-2.7.9.gem) = 4608 +TIMESTAMP = 1487336907 +SHA256 (rubygem/aws-sdk-2.7.10.gem) = e5414c33fed2cd0b528b9d448db9f521f2907a9e801ed0620dac58e4d188ef0f +SIZE (rubygem/aws-sdk-2.7.10.gem) = 4608 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F00D9CE3287; Fri, 17 Feb 2017 16:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B025519D8; Fri, 17 Feb 2017 16:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnGKH005023; Fri, 17 Feb 2017 16:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnGGw005021; Fri, 17 Feb 2017 16:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171649.v1HGnGGw005021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434301 - head/devel/rubygem-capybara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:18 -0000 Author: sunpoet Date: Fri Feb 17 16:49:15 2017 New Revision: 434301 URL: https://svnweb.freebsd.org/changeset/ports/434301 Log: Update to 2.12.1 Changes: https://github.com/teamcapybara/capybara/blob/2.12_stable/History.md Modified: head/devel/rubygem-capybara/Makefile head/devel/rubygem-capybara/distinfo Modified: head/devel/rubygem-capybara/Makefile ============================================================================== --- head/devel/rubygem-capybara/Makefile Fri Feb 17 16:49:13 2017 (r434300) +++ head/devel/rubygem-capybara/Makefile Fri Feb 17 16:49:15 2017 (r434301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capybara -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-capybara/distinfo ============================================================================== --- head/devel/rubygem-capybara/distinfo Fri Feb 17 16:49:13 2017 (r434300) +++ head/devel/rubygem-capybara/distinfo Fri Feb 17 16:49:15 2017 (r434301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485189733 -SHA256 (rubygem/capybara-2.12.0.gem) = 492cfcfa6763169ccb97655eef3fdb4345f9386ca48ab6ee7919474eac12d834 -SIZE (rubygem/capybara-2.12.0.gem) = 252928 +TIMESTAMP = 1487336916 +SHA256 (rubygem/capybara-2.12.1.gem) = ac950f6f4645e31b9bbaf0c2b9524556b84ad0ff58b517756dca38baf5f6657c +SIZE (rubygem/capybara-2.12.1.gem) = 252928 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 036EDCE32B3; Fri, 17 Feb 2017 16:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C28871A29; Fri, 17 Feb 2017 16:49:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnKaX005142; Fri, 17 Feb 2017 16:49:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnKi0005140; Fri, 17 Feb 2017 16:49:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702171649.v1HGnKi0005140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Feb 2017 16:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434302 - head/textproc/rubygem-jekyll-feed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:22 -0000 Author: sunpoet Date: Fri Feb 17 16:49:20 2017 New Revision: 434302 URL: https://svnweb.freebsd.org/changeset/ports/434302 Log: Update to 0.9.1 Changes: https://github.com/jekyll/jekyll-feed/blob/master/History.markdown Modified: head/textproc/rubygem-jekyll-feed/Makefile head/textproc/rubygem-jekyll-feed/distinfo Modified: head/textproc/rubygem-jekyll-feed/Makefile ============================================================================== --- head/textproc/rubygem-jekyll-feed/Makefile Fri Feb 17 16:49:15 2017 (r434301) +++ head/textproc/rubygem-jekyll-feed/Makefile Fri Feb 17 16:49:20 2017 (r434302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jekyll-feed -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-jekyll-feed/distinfo ============================================================================== --- head/textproc/rubygem-jekyll-feed/distinfo Fri Feb 17 16:49:15 2017 (r434301) +++ head/textproc/rubygem-jekyll-feed/distinfo Fri Feb 17 16:49:20 2017 (r434302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480761459 -SHA256 (rubygem/jekyll-feed-0.8.0.gem) = 51dcc244c878e0f2c542573d3f3c10a7367ca664f717254bb1196904f4eb5897 -SIZE (rubygem/jekyll-feed-0.8.0.gem) = 14848 +TIMESTAMP = 1487346218 +SHA256 (rubygem/jekyll-feed-0.9.1.gem) = 5e6d8cca482d3a09d7e00d6351dbbc4bdff0e602b0c43ac0b1736a19fc1346b6 +SIZE (rubygem/jekyll-feed-0.9.1.gem) = 15872 From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFE0CE3278; Fri, 17 Feb 2017 16:49:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3B7519AD; Fri, 17 Feb 2017 16:49:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnEc3004910; Fri, 17 Feb 2017 16:49:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnDNw004898; Fri, 17 Feb 2017 16:49:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702171649.v1HGnDNw004898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 17 Feb 2017 16:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434300 - in head: dns/ldns net-mgmt/nsca-ng net-mgmt/zabbix3-server net-mgmt/zabbix32-server sysutils/fusefs-lkl sysutils/iocell sysutils/qjail sysutils/qjail4 www/dillo2 www/tomcat-na... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:16 -0000 Author: mat Date: Fri Feb 17 16:49:13 2017 New Revision: 434300 URL: https://svnweb.freebsd.org/changeset/ports/434300 Log: Remove the remaining IGNORE_FreeBSD_9 lines. Sponsored by: Absolight Modified: head/dns/ldns/Makefile (contents, props changed) head/net-mgmt/nsca-ng/Makefile (contents, props changed) head/net-mgmt/zabbix3-server/Makefile (contents, props changed) head/net-mgmt/zabbix32-server/Makefile (contents, props changed) head/sysutils/fusefs-lkl/Makefile (contents, props changed) head/sysutils/iocell/Makefile (contents, props changed) head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/qjail4/Makefile (contents, props changed) head/www/dillo2/Makefile (contents, props changed) head/www/tomcat-native/Makefile (contents, props changed) Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/dns/ldns/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -91,11 +91,7 @@ INSTALL_TARGET= install-lib install-h in BROKEN= Does not build with openssl-devel .endif -.if ${PORT_OPTIONS:MGOST} -. if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base" -IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0 -. endif -.else +.if ! ${PORT_OPTIONS:MGOST} NO_GOST= --disable-gost .endif Modified: head/net-mgmt/nsca-ng/Makefile ============================================================================== --- head/net-mgmt/nsca-ng/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/net-mgmt/nsca-ng/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -35,10 +35,6 @@ PORTDOCS= NEWS COPYING README PROTOCOL T .include -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) -.endif - .if ${SSL_DEFAULT:Mlibressl*} IGNORE= Requires PSK which is unsupported by the selected LibreSSL .endif Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/net-mgmt/zabbix3-server/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:secu .include -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl) -.endif - .if ${SSL_DEFAULT:Mlibressl*} IGNORE= requires PSK which is unsupported by the selected LibreSSL .endif Modified: head/net-mgmt/zabbix32-server/Makefile ============================================================================== --- head/net-mgmt/zabbix32-server/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/net-mgmt/zabbix32-server/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:secu .include -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl) -.endif - .if ${SSL_DEFAULT:Mlibressl*} IGNORE= requires PSK which is unsupported by the selected LibreSSL .endif Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/sysutils/fusefs-lkl/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -26,7 +26,6 @@ GH_PROJECT= linux ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet -IGNORE_FreeBSD_9= requires FreeBSD 11 or newer IGNORE_FreeBSD_10= requires FreeBSD 11 or newer WRKSRC_SUBDIR= tools/lkl Modified: head/sysutils/iocell/Makefile ============================================================================== --- head/sysutils/iocell/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/sysutils/iocell/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -22,8 +22,6 @@ GH_ACCOUNT= bartekrutkowski NO_BUILD= yes NO_ARCH= yes -IGNORE_FreeBSD_9= requires FreeBSD 10.x or newer - post-patch: @${REINPLACE_CMD} -e "s|/usr/local/lib/iocell|${PREFIX}/lib/iocell|g" ${WRKSRC}/iocell Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/sysutils/qjail/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -24,7 +24,6 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -IGNORE_FreeBSD_9= Only for FreeBSD 11+ IGNORE_FreeBSD_10= Only for FreeBSD 11+ do-install: Modified: head/sysutils/qjail4/Makefile ============================================================================== --- head/sysutils/qjail4/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/sysutils/qjail4/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -25,7 +25,6 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -IGNORE_FreeBSD_9= Only for FreeBSD 10.x IGNORE_FreeBSD_11= Only for FreeBSD 10.x IGNORE_FreeBSD_12= Only for FreeBSD 10.x Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/www/dillo2/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -40,10 +40,6 @@ THREADS_CONFIGURE_ENABLE= threaded-dns .include -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) -.endif - .ifdef(WITH_DEBUG) CONFIGURE_ARGS+= --enable-gprof --enable-rtfl .else Modified: head/www/tomcat-native/Makefile ============================================================================== --- head/www/tomcat-native/Makefile Fri Feb 17 16:49:11 2017 (r434299) +++ head/www/tomcat-native/Makefile Fri Feb 17 16:49:13 2017 (r434300) @@ -37,7 +37,6 @@ post-install: .include .if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl) IGNORE_FreeBSD_10= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl) .endif From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51C3CCE3313; Fri, 17 Feb 2017 16:49:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 133791B13; Fri, 17 Feb 2017 16:49:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnUjn005288; Fri, 17 Feb 2017 16:49:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnTHW005284; Fri, 17 Feb 2017 16:49:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702171649.v1HGnTHW005284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 17 Feb 2017 16:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434303 - head/sysutils/qjail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:31 -0000 Author: mat Date: Fri Feb 17 16:49:29 2017 New Revision: 434303 URL: https://svnweb.freebsd.org/changeset/ports/434303 Log: Update to 5.1. PR: 217177 Submitted by: maintainer Sponsored by: Absolight Modified: head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/qjail/distinfo (contents, props changed) head/sysutils/qjail/pkg-message (contents, props changed) head/sysutils/qjail/pkg-plist (contents, props changed) Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/Makefile Fri Feb 17 16:49:29 2017 (r434303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -24,23 +24,24 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -IGNORE_FreeBSD_10= Only for FreeBSD 11+ +IGNORE_FreeBSD_10= This version only for FreeBSD 11+ do-install: -.for i in qjail qjail.vnet.be +.for i in qjail ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf \ ${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample -.for i in qjail qjail-intro qjail-howto +.for i in qjail qjail-intro qjail-howto qjail-vnet-howto \ + qjail-ipv6-testing ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .endfor # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ \ - && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) + && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/distinfo Fri Feb 17 16:49:29 2017 (r434303) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472482359 -SHA256 (qjail-5.0.tar.bz2) = 41bc83d214035c7939d50fce091a0f888a7d109aaf93cb52c9c70d0f4357a668 -SIZE (qjail-5.0.tar.bz2) = 63015 +TIMESTAMP = 1487344102 +SHA256 (qjail-5.1.tar.bz2) = 9897ac708baf4532cfef273780bea4590b3b82b5c0a7ab1bf387bd92595bf5c3 +SIZE (qjail-5.1.tar.bz2) = 65638 Modified: head/sysutils/qjail/pkg-message ============================================================================== --- head/sysutils/qjail/pkg-message Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/pkg-message Fri Feb 17 16:49:29 2017 (r434303) @@ -1,13 +1,13 @@ - ######################################################################## Use the qjail utility to deploy small or large numbers of jails quickly. First issue "rehash" command to enable the qjail command (if using csh). -Then issue "man qjail-intro" to read the qjail introduction. -After reading that do "man qjail" for the usage details. -For the BIG PICTURE issue "man qjail-howto". +Then issue +"man qjail-intro" To read the qjail introduction. +"man qjail" For qjail usage details. +"man qjail-howto" For example of driving public traffic to non-vnet jails. +"man qjail-vnet-howto" For example of creating vnet jails. +"man qjail-ipv6-testing" For example of testing jails with ipv6 addresses. ######################################################################## - - Modified: head/sysutils/qjail/pkg-plist ============================================================================== --- head/sysutils/qjail/pkg-plist Fri Feb 17 16:49:20 2017 (r434302) +++ head/sysutils/qjail/pkg-plist Fri Feb 17 16:49:29 2017 (r434303) @@ -1,10 +1,11 @@ bin/qjail -bin/qjail.vnet.be @sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime man/man8/qjail.8.gz man/man8/qjail-intro.8.gz man/man8/qjail-howto.8.gz +man/man8/qjail-vnet-howto.8.gz +man/man8/qjail-ipv6-testing.8.gz %%EXAMPLESDIR%%/vnet/ipfw.host.rules %%EXAMPLESDIR%%/vnet/ipfw.vnet.rules %%EXAMPLESDIR%%/vnet/ipf.host.rules @@ -14,6 +15,8 @@ man/man8/qjail-howto.8.gz %%EXAMPLESDIR%%/vnet/pf.vnet.rules.script %%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 %%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 +%%EXAMPLESDIR%%/vnet/devfsrules_qjail_bpf50 +%%EXAMPLESDIR%%/vnet/dot.cshrc %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf From owner-svn-ports-all@freebsd.org Fri Feb 17 16:54:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B8B2CE381B; Fri, 17 Feb 2017 16:54:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2B918CC; Fri, 17 Feb 2017 16:54:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGsZqu009450; Fri, 17 Feb 2017 16:54:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGsYES009443; Fri, 17 Feb 2017 16:54:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702171654.v1HGsYES009443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 17 Feb 2017 16:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434304 - in head: databases/mysql80-server devel/bazel lang/erlang lang/erlang-runtime19 multimedia/ffmpeg print/harfbuzz print/harfbuzz/files sysutils/pesign sysutils/pesign/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:54:36 -0000 Author: mat Date: Fri Feb 17 16:54:34 2017 New Revision: 434304 URL: https://svnweb.freebsd.org/changeset/ports/434304 Log: There were a few others _FreeBSD_9 things around. Sponsored by: Absolight Deleted: head/print/harfbuzz/files/extra-src_hb-open-type-private.hh head/sysutils/pesign/files/extra-patch-src_client.c Modified: head/databases/mysql80-server/Makefile (contents, props changed) head/devel/bazel/Makefile (contents, props changed) head/lang/erlang-runtime19/Makefile (contents, props changed) head/lang/erlang/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/print/harfbuzz/Makefile (contents, props changed) head/sysutils/pesign/Makefile (contents, props changed) Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/databases/mysql80-server/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -134,7 +134,6 @@ PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--s .include .if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_9= FreeBSD 9.x requires SSL from ports CMAKE_ARGS+= -DWITH_SSL=system .else CMAKE_ARGS+= -DWITH_SSL=${OPENSSLBASE} Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/devel/bazel/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -21,8 +21,6 @@ BUILD_DEPENDS= bash:shells/bash \ # candidates. FINALRC= 1 -BROKEN_FreeBSD_9= fails with static_assert expression error in src/main/cpp/util/numbers.cc - NO_WRKSUBDIR= YES USES= shebangfix zip SHEBANG_FILES= ${WRKSRC}/tools/cpp/link_dynamic_library.sh Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/lang/erlang-runtime19/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -55,7 +55,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE S OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/lang/erlang/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -60,7 +60,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE S OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/multimedia/ffmpeg/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -457,7 +457,6 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as CONFIGURE_ARGS_armv6= --disable-fast-unaligned -CONFIGURE_ARGS_FreeBSD_9= --enable-memalign-hack DOC_FILES= Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \ README.md RELEASE_NOTES Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/print/harfbuzz/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -23,7 +23,4 @@ TEST_TARGET= check PLIST_SUB+= LIBVER=0.10400.2 -EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} -EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh - .include Modified: head/sysutils/pesign/Makefile ============================================================================== --- head/sysutils/pesign/Makefile Fri Feb 17 16:49:29 2017 (r434303) +++ head/sysutils/pesign/Makefile Fri Feb 17 16:54:34 2017 (r434304) @@ -24,9 +24,6 @@ GH_ACCOUNT= rhinstaller USES= gmake localbase pkgconfig USE_LDCONFIG= yes -EXTRA_PATCHES= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} -EXTRA_PATCHES_FreeBSD_9= ${FILESDIR}/extra-patch-src_client.c - ONLY_FOR_ARCHS= aarch64 armv6 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined From owner-svn-ports-all@freebsd.org Fri Feb 17 17:12:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFCF9CE3C6C; Fri, 17 Feb 2017 17:12:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C7FB14BB; Fri, 17 Feb 2017 17:12:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HHCKUZ017398; Fri, 17 Feb 2017 17:12:20 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HHCKD6017396; Fri, 17 Feb 2017 17:12:20 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702171712.v1HHCKD6017396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 17 Feb 2017 17:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434305 - branches/2017Q1/security/openssl-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 17:12:21 -0000 Author: brnrd Date: Fri Feb 17 17:12:20 2017 New Revision: 434305 URL: https://svnweb.freebsd.org/changeset/ports/434305 Log: MFH: r434211 security/openssl-devel: Upgrade to 1.1.0e - Vulnerability fix update to 1.1.0e Security: 1a802ba9-f444-11e6-9940-b499baebfeaf Security: CVE-2017-3733 Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/security/openssl-devel/Makefile branches/2017Q1/security/openssl-devel/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/openssl-devel/Makefile ============================================================================== --- branches/2017Q1/security/openssl-devel/Makefile Fri Feb 17 16:54:34 2017 (r434304) +++ branches/2017Q1/security/openssl-devel/Makefile Fri Feb 17 17:12:20 2017 (r434305) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.1.0d +PORTVERSION= 1.1.0e CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ Modified: branches/2017Q1/security/openssl-devel/distinfo ============================================================================== --- branches/2017Q1/security/openssl-devel/distinfo Fri Feb 17 16:54:34 2017 (r434304) +++ branches/2017Q1/security/openssl-devel/distinfo Fri Feb 17 17:12:20 2017 (r434305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485441942 -SHA256 (openssl-1.1.0d.tar.gz) = 7d5ebb9e89756545c156ff9c13cf2aa6214193b010a468a3bc789c3c28fe60df -SIZE (openssl-1.1.0d.tar.gz) = 5201626 +TIMESTAMP = 1487248333 +SHA256 (openssl-1.1.0e.tar.gz) = 57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6ebdee8975ad3874c +SIZE (openssl-1.1.0e.tar.gz) = 5202247 From owner-svn-ports-all@freebsd.org Fri Feb 17 17:20:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E20D6CE3CEB; Fri, 17 Feb 2017 17:20:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9762116B9; Fri, 17 Feb 2017 17:20:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HHKE1s017856; Fri, 17 Feb 2017 17:20:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HHKEi8017853; Fri, 17 Feb 2017 17:20:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702171720.v1HHKEi8017853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 17:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434306 - branches/2017Q1/devel/py-adb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 17:20:16 -0000 Author: jbeich Date: Fri Feb 17 17:20:14 2017 New Revision: 434306 URL: https://svnweb.freebsd.org/changeset/ports/434306 Log: MFH: r433283 devel/py-adb: update to 1.1.1.37 (snapshot) PyPI package appears to be unmaintained. Changes: https://github.com/google/python-adb/compare/ac4ca21...fb09de9 Approved by: ports-secteam (feld) Modified: branches/2017Q1/devel/py-adb/Makefile branches/2017Q1/devel/py-adb/distinfo branches/2017Q1/devel/py-adb/pkg-descr Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/py-adb/Makefile ============================================================================== --- branches/2017Q1/devel/py-adb/Makefile Fri Feb 17 17:12:20 2017 (r434305) +++ branches/2017Q1/devel/py-adb/Makefile Fri Feb 17 17:20:14 2017 (r434306) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= adb -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.1-37 +DISTVERSIONSUFFIX= -gfb09de9 CATEGORIES= devel comms python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jbeich@FreeBSD.org @@ -11,9 +11,12 @@ COMMENT= Pure-python implementation of A LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \ - ${PYTHON_PKGNAMEPREFIX}gflags>0:devel/py-gflags \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1 \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto + +USE_GITHUB= yes +GH_ACCOUNT= google +GH_PROJECT= python-${PORTNAME} NO_ARCH= yes USES= python:-2.7 Modified: branches/2017Q1/devel/py-adb/distinfo ============================================================================== --- branches/2017Q1/devel/py-adb/distinfo Fri Feb 17 17:12:20 2017 (r434305) +++ branches/2017Q1/devel/py-adb/distinfo Fri Feb 17 17:20:14 2017 (r434306) @@ -1,2 +1,3 @@ -SHA256 (adb-1.1.1.tar.gz) = 867c819e031210272d55ff97deaefd0514f62fd809154e1a04f77ce5632fd40c -SIZE (adb-1.1.1.tar.gz) = 18255 +TIMESTAMP = 1477441756 +SHA256 (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 21c1869b80c3b9f2f31e24222161d69a32b5f5954237038f2a9632ce6ea0db0d +SIZE (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 29207 Modified: branches/2017Q1/devel/py-adb/pkg-descr ============================================================================== --- branches/2017Q1/devel/py-adb/pkg-descr Fri Feb 17 17:12:20 2017 (r434305) +++ branches/2017Q1/devel/py-adb/pkg-descr Fri Feb 17 17:20:14 2017 (r434306) @@ -6,4 +6,4 @@ same device. It does support any number communicates with a device that it wasn't intended to, unlike the Android project's ADB. -WWW: https://pypi.python.org/pypi/adb +WWW: https://github.com/google/python-adb From owner-svn-ports-all@freebsd.org Fri Feb 17 17:23:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 633A9CE3E33; Fri, 17 Feb 2017 17:23:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC8A1A94; Fri, 17 Feb 2017 17:23:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HHNBMI021787; Fri, 17 Feb 2017 17:23:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HHNBbN021786; Fri, 17 Feb 2017 17:23:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702171723.v1HHNBbN021786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 17:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434307 - branches/2017Q1/audio/alsa-utils X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 17:23:12 -0000 Author: jbeich Date: Fri Feb 17 17:23:11 2017 New Revision: 434307 URL: https://svnweb.freebsd.org/changeset/ports/434307 Log: MFH: r433954 audio/alsa-utils: switch to a light xmlto replacement Submitted by: bapt (based on) Differential Revision: https://reviews.freebsd.org/D9556 Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/audio/alsa-utils/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/alsa-utils/Makefile ============================================================================== --- branches/2017Q1/audio/alsa-utils/Makefile Fri Feb 17 17:20:14 2017 (r434306) +++ branches/2017Q1/audio/alsa-utils/Makefile Fri Feb 17 17:23:11 2017 (r434307) @@ -30,7 +30,8 @@ BAT_DESC= Basic Audio Tester support BAT_LIB_DEPENDS=libfftw3.so:math/fftw3 BAT_CONFIGURE_ENABLE=bat -MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto +MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto +MANPAGES_CONFIGURE_ENV= ac_cv_prog_xmlto=minixmlto MANPAGES_CONFIGURE_ENABLE=xmlto NLS_USES= gettext @@ -42,7 +43,10 @@ SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_heade post-patch: .SILENT ${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \ + -e '/x"$$xmlto"/s/= xyes/!= xno/' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's/ xmlto/ $$(xmlto)/' \ + ${WRKSRC}/alsactl/Makefile.in ${FIND} -E ${WRKSRC} -type f -regex \ '.*\.([[:digit:]]|spec\.in|csv|xml)' -exec \ ${REINPLACE_CMD} -i .pathfix.bak \ From owner-svn-ports-all@freebsd.org Fri Feb 17 17:26:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B00F0CE3EC8; Fri, 17 Feb 2017 17:26:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5A61C41; Fri, 17 Feb 2017 17:26:06 +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 v1HHQ5EK022086; Fri, 17 Feb 2017 17:26:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HHQ5CS022082; Fri, 17 Feb 2017 17:26:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702171726.v1HHQ5CS022082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 17:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434308 - in branches/2017Q1/devel: py-game_sdl2 renpy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 17:26:06 -0000 Author: jbeich Date: Fri Feb 17 17:26:04 2017 New Revision: 434308 URL: https://svnweb.freebsd.org/changeset/ports/434308 Log: MFH: r434151 devel/renpy: update to 6.99.12.3 6.99.12.3.2123: February 12, 2017 This release fixes a number of bugs. It also adds and renames gui variables so that every text property can be controlled by a gui variable, and adds support for the new Ren'Py Interactive Director. Changes: https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3 Approved by: ports-secteam (delphij) Modified: branches/2017Q1/devel/py-game_sdl2/Makefile branches/2017Q1/devel/py-game_sdl2/distinfo branches/2017Q1/devel/renpy/Makefile branches/2017Q1/devel/renpy/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2017Q1/devel/py-game_sdl2/Makefile Fri Feb 17 17:23:11 2017 (r434307) +++ branches/2017Q1/devel/py-game_sdl2/Makefile Fri Feb 17 17:26:04 2017 (r434308) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.12.2 +PORTVERSION= 6.99.12.3 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: branches/2017Q1/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2017Q1/devel/py-game_sdl2/distinfo Fri Feb 17 17:23:11 2017 (r434307) +++ branches/2017Q1/devel/py-game_sdl2/distinfo Fri Feb 17 17:26:04 2017 (r434308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483158858 -SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 4129d09edadc8a4cd1f5753c8f13dc88b6b4cb6ab20209d940a0b2cd04f14d0c -SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.2.tar.gz) = 2291869 +TIMESTAMP = 1486950266 +SHA256 (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = dc67c60ef4525cbd7ca61c7a94e29498fcd6caf7e5afebd82e0ef3fe74fd857b +SIZE (pygame_sdl2-2.1.0-for-renpy-6.99.12.3.tar.gz) = 2294364 Modified: branches/2017Q1/devel/renpy/Makefile ============================================================================== --- branches/2017Q1/devel/renpy/Makefile Fri Feb 17 17:23:11 2017 (r434307) +++ branches/2017Q1/devel/renpy/Makefile Fri Feb 17 17:26:04 2017 (r434308) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION?= 6.99.12.2 +PORTVERSION?= 6.99.12.3 DISTVERSIONSUFFIX=-sdk PORTREVISION?= 0 CATEGORIES= devel games Modified: branches/2017Q1/devel/renpy/distinfo ============================================================================== --- branches/2017Q1/devel/renpy/distinfo Fri Feb 17 17:23:11 2017 (r434307) +++ branches/2017Q1/devel/renpy/distinfo Fri Feb 17 17:26:04 2017 (r434308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483158858 -SHA256 (renpy-6.99.12.2-sdk.tar.bz2) = d5229972ccd72e96f4914d0dfd300f3232fdda12c3367e98a6de35fffda1feef -SIZE (renpy-6.99.12.2-sdk.tar.bz2) = 56833097 +TIMESTAMP = 1486950266 +SHA256 (renpy-6.99.12.3-sdk.tar.bz2) = dddc7120b6420e5fa8040882ffff5e83c645b26946cfa253986a40868bd6d39b +SIZE (renpy-6.99.12.3-sdk.tar.bz2) = 56915486 From owner-svn-ports-all@freebsd.org Fri Feb 17 18:42:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78066CE21E2; Fri, 17 Feb 2017 18:42:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF42121A; Fri, 17 Feb 2017 18:42:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HIgbq7054093; Fri, 17 Feb 2017 18:42:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HIgbmn054089; Fri, 17 Feb 2017 18:42:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702171842.v1HIgbmn054089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 17 Feb 2017 18:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434309 - head/www/grafana4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 18:42:38 -0000 Author: swills Date: Fri Feb 17 18:42:36 2017 New Revision: 434309 URL: https://svnweb.freebsd.org/changeset/ports/434309 Log: www/grafana4: update to 4.1.2 Modified: head/www/grafana4/Makefile head/www/grafana4/distinfo head/www/grafana4/pkg-plist Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Fri Feb 17 17:26:04 2017 (r434308) +++ head/www/grafana4/Makefile Fri Feb 17 18:42:36 2017 (r434309) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://grafanarel.s3.amazonaws.com/builds/:public @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= grafana4 -GRAFANA_TIMESTAMP= 1484211277 +GRAFANA_TIMESTAMP= 1486989747 USES= compiler Modified: head/www/grafana4/distinfo ============================================================================== --- head/www/grafana4/distinfo Fri Feb 17 17:26:04 2017 (r434308) +++ head/www/grafana4/distinfo Fri Feb 17 18:42:36 2017 (r434309) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485802599 -SHA256 (grafana-4.1.1-1484211277.linux-x64.tar.gz) = 51464c7569638bbfd7c6a7397c8f5f296c6839a113360ff5f908d454a9643aeb -SIZE (grafana-4.1.1-1484211277.linux-x64.tar.gz) = 45019506 -SHA256 (grafana-grafana-v4.1.1_GH0.tar.gz) = 34ecd6c7d3e30b7b0eecf78f57383ad3b4754f5da9da77f031ca4b5866fe9893 -SIZE (grafana-grafana-v4.1.1_GH0.tar.gz) = 8397856 +TIMESTAMP = 1487354876 +SHA256 (grafana-4.1.2-1486989747.linux-x64.tar.gz) = b8111cd014e9c202dd1b168b924731a140161e9e43e32f3ca7ae18db850af6c4 +SIZE (grafana-4.1.2-1486989747.linux-x64.tar.gz) = 45024995 +SHA256 (grafana-grafana-v4.1.2_GH0.tar.gz) = 714ad24374a8e23d09613b910e5e9989c42f851e84596e85ab9c3603575abcb5 +SIZE (grafana-grafana-v4.1.2_GH0.tar.gz) = 8403558 Modified: head/www/grafana4/pkg-plist ============================================================================== --- head/www/grafana4/pkg-plist Fri Feb 17 17:26:04 2017 (r434308) +++ head/www/grafana4/pkg-plist Fri Feb 17 18:42:36 2017 (r434309) @@ -7,7 +7,7 @@ bin/grafana-server %%DATADIR%%/public/app/app.js.map %%DATADIR%%/public/app/app.ts %%DATADIR%%/public/app/app_bundle.js -%%DATADIR%%/public/app/boot.b8fccc44.js +%%DATADIR%%/public/app/boot.6d63bd8b.js %%DATADIR%%/public/app/boot.js %%DATADIR%%/public/app/core/app_events.d.ts %%DATADIR%%/public/app/core/app_events.js @@ -240,7 +240,10 @@ bin/grafana-server %%DATADIR%%/public/app/features/admin/adminEditOrgCtrl.js %%DATADIR%%/public/app/features/admin/adminEditUserCtrl.js %%DATADIR%%/public/app/features/admin/adminListOrgsCtrl.js -%%DATADIR%%/public/app/features/admin/adminListUsersCtrl.js +%%DATADIR%%/public/app/features/admin/admin_list_users_ctrl.d.ts +%%DATADIR%%/public/app/features/admin/admin_list_users_ctrl.js +%%DATADIR%%/public/app/features/admin/admin_list_users_ctrl.js.map +%%DATADIR%%/public/app/features/admin/admin_list_users_ctrl.ts %%DATADIR%%/public/app/features/admin/partials/admin_home.html %%DATADIR%%/public/app/features/admin/partials/edit_org.html %%DATADIR%%/public/app/features/admin/partials/edit_user.html @@ -1138,14 +1141,14 @@ bin/grafana-server %%DATADIR%%/public/css/fonts.min.css.map %%DATADIR%%/public/css/grafana.dark.css %%DATADIR%%/public/css/grafana.dark.css.map +%%DATADIR%%/public/css/grafana.dark.min.b4255f90.css +%%DATADIR%%/public/css/grafana.dark.min.b4255f90.css.map %%DATADIR%%/public/css/grafana.dark.min.css %%DATADIR%%/public/css/grafana.dark.min.css.map -%%DATADIR%%/public/css/grafana.dark.min.ddcf0d28.css -%%DATADIR%%/public/css/grafana.dark.min.ddcf0d28.css.map %%DATADIR%%/public/css/grafana.light.css %%DATADIR%%/public/css/grafana.light.css.map -%%DATADIR%%/public/css/grafana.light.min.36d15d2d.css -%%DATADIR%%/public/css/grafana.light.min.36d15d2d.css.map +%%DATADIR%%/public/css/grafana.light.min.1422e32f.css +%%DATADIR%%/public/css/grafana.light.min.1422e32f.css.map %%DATADIR%%/public/css/grafana.light.min.css %%DATADIR%%/public/css/grafana.light.min.css.map %%DATADIR%%/public/dashboards/default.json @@ -1350,6 +1353,7 @@ bin/grafana-server %%DATADIR%%/public/test/mocks/dashboard-mock.js %%DATADIR%%/public/test/specs/app_specs.ts %%DATADIR%%/public/test/specs/dashboardViewStateSrv-specs.js +%%DATADIR%%/public/test/specs/datasource_srv_specs.js %%DATADIR%%/public/test/specs/helpers.d.ts %%DATADIR%%/public/test/specs/helpers.js %%DATADIR%%/public/test/specs/linkSrv-specs.js From owner-svn-ports-all@freebsd.org Fri Feb 17 18:54:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93189CE2693; Fri, 17 Feb 2017 18:54:21 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC621B0B; Fri, 17 Feb 2017 18:54:21 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HIsKi4058473; Fri, 17 Feb 2017 18:54:20 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HIsJBx058466; Fri, 17 Feb 2017 18:54:19 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702171854.v1HIsJBx058466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 17 Feb 2017 18:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434310 - in head/devel: . linenoise-ng linenoise-ng/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 18:54:21 -0000 Author: lx Date: Fri Feb 17 18:54:19 2017 New Revision: 434310 URL: https://svnweb.freebsd.org/changeset/ports/434310 Log: Add linenoise-ng, a small portable readline replacement. Added: head/devel/linenoise-ng/ head/devel/linenoise-ng/Makefile (contents, props changed) head/devel/linenoise-ng/distinfo (contents, props changed) head/devel/linenoise-ng/files/ head/devel/linenoise-ng/files/patch-linenoise.cpp (contents, props changed) head/devel/linenoise-ng/pkg-descr (contents, props changed) head/devel/linenoise-ng/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 17 18:42:36 2017 (r434309) +++ head/devel/Makefile Fri Feb 17 18:54:19 2017 (r434310) @@ -1482,6 +1482,7 @@ SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning + SUBDIR += linenoise-ng SUBDIR += linux-c6-dbus-glib SUBDIR += linux-c6-dbus-libs SUBDIR += linux-c6-devtools Added: head/devel/linenoise-ng/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linenoise-ng/Makefile Fri Feb 17 18:54:19 2017 (r434310) @@ -0,0 +1,20 @@ +# Created by: David Thiel +# $FreeBSD$ + +PORTNAME= linenoise-ng +PORTVERSION= 1.0.0 +DISTVERSIONPREFIX=v +CATEGORIES= devel + +MAINTAINER= lx@FreeBSD.org +COMMENT= Small, portable readline replacement + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= arangodb +GH_PROJECT= linenoise-ng + +.include Added: head/devel/linenoise-ng/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linenoise-ng/distinfo Fri Feb 17 18:54:19 2017 (r434310) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487277234 +SHA256 (arangodb-linenoise-ng-v1.0.0_GH0.tar.gz) = ff50a18cf02bbdb13161cf2c445be2d862d4c6663c4291c581130d9fd74ca7cd +SIZE (arangodb-linenoise-ng-v1.0.0_GH0.tar.gz) = 40249 Added: head/devel/linenoise-ng/files/patch-linenoise.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linenoise-ng/files/patch-linenoise.cpp Fri Feb 17 18:54:19 2017 (r434310) @@ -0,0 +1,28 @@ +--- src/linenoise.cpp 2015-11-25 01:30:22.000000000 -0800 ++++ /tmp/linenoise.cpp 2017-02-17 10:10:37.354285000 -0800 +@@ -105,6 +105,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -3093,10 +3094,17 @@ + /* Save the history in the specified file. On success 0 is returned + * otherwise -1 is returned. */ + int linenoiseHistorySave(const char* filename) { ++#ifndef _WIN32 ++ mode_t old_umask = umask(S_IXUSR|S_IRWXG|S_IRWXO); ++#endif + FILE* fp = fopen(filename, "wt"); + if (fp == NULL) { + return -1; + } ++#ifndef _WIN32 ++ umask(old_umask); ++ chmod(filename,S_IRUSR|S_IWUSR); ++#endif + + for (int j = 0; j < historyLen; ++j) { + if (history[j][0] != '\0') { Added: head/devel/linenoise-ng/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linenoise-ng/pkg-descr Fri Feb 17 18:54:19 2017 (r434310) @@ -0,0 +1,5 @@ +A small, portable GNU readline replacement for FreeBSD, Linux, Windows and +macOS which is capable of handling UTF-8 characters. Unlike GNU readline, which +is GPL, this library uses a BSD license and can be used in any kind of program. + +WWW: https://github.com/arangodb/linenoise-ng Added: head/devel/linenoise-ng/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linenoise-ng/pkg-plist Fri Feb 17 18:54:19 2017 (r434310) @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +include/linenoise.h +lib/liblinenoise.a From owner-svn-ports-all@freebsd.org Fri Feb 17 19:36:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E95BCE31E3; Fri, 17 Feb 2017 19:36:12 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BD29104D; Fri, 17 Feb 2017 19:36:12 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HJaBLW074854; Fri, 17 Feb 2017 19:36:11 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HJaBrH074853; Fri, 17 Feb 2017 19:36:11 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702171936.v1HJaBrH074853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 17 Feb 2017 19:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434311 - head/net/luasocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 19:36:12 -0000 Author: lx Date: Fri Feb 17 19:36:11 2017 New Revision: 434311 URL: https://svnweb.freebsd.org/changeset/ports/434311 Log: Prepare for more sensible slave port Reported by: lifanof Modified: head/net/luasocket/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Fri Feb 17 18:54:19 2017 (r434310) +++ head/net/luasocket/Makefile Fri Feb 17 19:36:11 2017 (r434311) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= diegonehab MAKE_ARGS= LUAV=${LUA_VER} -USES= gmake lua pkgconfig +USES?= gmake lua pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` From owner-svn-ports-all@freebsd.org Fri Feb 17 19:37:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D096CE330B; Fri, 17 Feb 2017 19:37:46 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30A3F14F4; Fri, 17 Feb 2017 19:37:46 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HJbjGb075209; Fri, 17 Feb 2017 19:37:45 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HJbjtq075208; Fri, 17 Feb 2017 19:37:45 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702171937.v1HJbjtq075208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 17 Feb 2017 19:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434312 - in head/net/luasocket-51: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 19:37:46 -0000 Author: lx Date: Fri Feb 17 19:37:45 2017 New Revision: 434312 URL: https://svnweb.freebsd.org/changeset/ports/434312 Log: Turn into a slave port. Reported by: lifanof Deleted: head/net/luasocket-51/distinfo head/net/luasocket-51/files/ head/net/luasocket-51/pkg-descr head/net/luasocket-51/pkg-plist Modified: head/net/luasocket-51/Makefile Modified: head/net/luasocket-51/Makefile ============================================================================== --- head/net/luasocket-51/Makefile Fri Feb 17 19:36:11 2017 (r434311) +++ head/net/luasocket-51/Makefile Fri Feb 17 19:37:45 2017 (r434312) @@ -1,45 +1,13 @@ # Created by: Jan Hornyak # $FreeBSD$ -PORTNAME= luasocket -DISTVERSIONPREFIX= v -DISTVERSION= 3.0-rc1 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= net -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} +COMMENT= Luasocket for Lua 5.1 -MAINTAINER= lx@FreeBSD.org -COMMENT= IPv4 and IPv6 socket support for the Lua language +SLAVE_PORT= luasocket -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +USES= gmake lua:51 pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= diegonehab +MASTERDIR= ${.CURDIR}/../luasocket +PLIST= ${MASTERDIR}/pkg-plist -MAKE_ARGS= LUAV=${LUA_VER} -USES= gmake lua:51 pkgconfig -INSTALL_TARGET= install-unix - -CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` - -OPTIONS_DEFINE= DOCS - -post-extract: - @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile - @${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS\+=|g' ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e 's|LDFLAGS=|LDFLAGS\+=|g' ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e 's/prefix/PREFIX/g' ${WRKSRC}/src/Makefile - -post-install: - @${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR:S|^${LOCALBASE}|${PREFIX}|}/*/*.so - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}/${DOCSDIR} - -.include +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Feb 17 20:29:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E5AECE35D0; Fri, 17 Feb 2017 20:29:49 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF4A610CF; Fri, 17 Feb 2017 20:29:48 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HKTlx4096090; Fri, 17 Feb 2017 20:29:47 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HKTliJ096089; Fri, 17 Feb 2017 20:29:47 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702172029.v1HKTliJ096089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 17 Feb 2017 20:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434313 - head/emulators/winetricks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 20:29:49 -0000 Author: lifanov Date: Fri Feb 17 20:29:47 2017 New Revision: 434313 URL: https://svnweb.freebsd.org/changeset/ports/434313 Log: emulators/winetricks - add additional dependencies PR: 217181 Reported by: John Smith Modified: head/emulators/winetricks/Makefile Modified: head/emulators/winetricks/Makefile ============================================================================== --- head/emulators/winetricks/Makefile Fri Feb 17 19:37:45 2017 (r434312) +++ head/emulators/winetricks/Makefile Fri Feb 17 20:29:47 2017 (r434313) @@ -3,6 +3,7 @@ PORTNAME= winetricks PORTVERSION= 20170207 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= lifanov@FreeBSD.org @@ -11,10 +12,15 @@ COMMENT= Easy way to work around problem LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/src/COPYING +RUN_DEPENDS= curl:ftp/curl cabextract:archivers/cabextract + .if !defined(WITHOUT_X11) -RUN_DEPENDS= zenity>0:x11/zenity +RUN_DEPENDS+= zenity:x11/zenity xdg-open:devel/xdg-utils .endif +USES= perl5 +USE_PERL5= run + USE_GITHUB= yes GH_ACCOUNT= Winetricks From owner-svn-ports-all@freebsd.org Fri Feb 17 20:49:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2106CE3ABA; Fri, 17 Feb 2017 20:49:24 +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 702B21B98; Fri, 17 Feb 2017 20:49:24 +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 v1HKnNpM004475; Fri, 17 Feb 2017 20:49:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HKnNkp004470; Fri, 17 Feb 2017 20:49:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702172049.v1HKnNkp004470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 17 Feb 2017 20:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434314 - in head/databases: . p5-File-Locate p5-File-Locate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 20:49:24 -0000 Author: pi Date: Fri Feb 17 20:49:22 2017 New Revision: 434314 URL: https://svnweb.freebsd.org/changeset/ports/434314 Log: New port: databases/p5-File-Locate File::Locate provides the locate() function that scans the locate database for a given substring or POSIX regular expression. The module can handle both plain old locate databases as well as the more hip slocate format. WWW: http://search.cpan.org/dist/File-Locate/ Added: head/databases/p5-File-Locate/ head/databases/p5-File-Locate/Makefile (contents, props changed) head/databases/p5-File-Locate/distinfo (contents, props changed) head/databases/p5-File-Locate/files/ head/databases/p5-File-Locate/files/patch-Locate.xs (contents, props changed) head/databases/p5-File-Locate/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Feb 17 20:29:47 2017 (r434313) +++ head/databases/Makefile Fri Feb 17 20:49:22 2017 (r434314) @@ -428,6 +428,7 @@ SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI + SUBDIR += p5-File-Locate SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GitDDL Added: head/databases/p5-File-Locate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-File-Locate/Makefile Fri Feb 17 20:49:22 2017 (r434314) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= File-Locate +PORTVERSION= 0.62 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pi@FreeBSD.org +COMMENT= Search the locate(1)-database from Perl + +LICENSE= GPLv2+ + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%SITE_ARCH%%/File/Locate.pm \ + %%SITE_ARCH%%/auto/File/Locate/Locate.so \ + %%SITE_ARCH%%/auto/File/Locate/autosplit.ix \ + %%PERL5_MAN3%%/File::Locate.3.gz + +.include Added: head/databases/p5-File-Locate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-File-Locate/distinfo Fri Feb 17 20:49:22 2017 (r434314) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487361878 +SHA256 (File-Locate-0.62.tar.gz) = 8565f067b3ba285f6ba8a4e2939a02ba37be82d6d37e420c61f1f85825f2a3d0 +SIZE (File-Locate-0.62.tar.gz) = 21343 Added: head/databases/p5-File-Locate/files/patch-Locate.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-File-Locate/files/patch-Locate.xs Fri Feb 17 20:49:22 2017 (r434314) @@ -0,0 +1,44 @@ +--- Locate.xs.orig 2007-02-17 13:56:53 UTC ++++ Locate.xs +@@ -48,7 +48,8 @@ extern int errno; + uid_t UID; + gid_t GID; + +-typedef enum {false, true} boolean; ++// typedef enum {false, true} boolean; ++#include + + static char * last_literal_end (char *name) { + static char *globfree = NULL; /* A copy of the subpattern in NAME. */ +@@ -247,7 +248,7 @@ _locate (pathpart, ...) + FILE *fp; /* The pathname database. */ + int c; /* An input byte. */ + int nread; /* Number of bytes read from an entry. */ +- boolean globflag; /* true if PATHPART contains globbing ++ bool globflag; /* true if PATHPART contains globbing + metacharacters. */ + char *patend; /* The end of the last glob-free subpattern + in PATHPART. */ +@@ -258,11 +259,11 @@ _locate (pathpart, ...) + char *cutoff; /* Where in `path' to stop the backward search for + the last character in the subpattern. Set + according to `count'. */ +- boolean prev_fast_match = false; /* true if we found a fast match ++ bool prev_fast_match = false; /* true if we found a fast match + (of patend) on the previous + path. */ + int printed = 0; /* The return value. */ +- boolean old_format = false; /* true if reading a bigram-encoded ++ bool old_format = false; /* true if reading a bigram-encoded + database. */ + char bigram1[128], bigram2[128]; /* For the old database format, the + first and second characters of +@@ -511,7 +512,7 @@ _slocate (str, ...) + char slevel = '1'; + int res = 0; + +- boolean prev_fast_match = false; /* true if we found a fast match ++ bool prev_fast_match = false; /* true if we found a fast match + (of patend) on the previous + path. */ + register int i; Added: head/databases/p5-File-Locate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-File-Locate/pkg-descr Fri Feb 17 20:49:22 2017 (r434314) @@ -0,0 +1,6 @@ +File::Locate provides the locate() function that scans the locate +database for a given substring or POSIX regular expression. The +module can handle both plain old locate databases as well as the +more hip slocate format. + +WWW: http://search.cpan.org/dist/File-Locate/ From owner-svn-ports-all@freebsd.org Fri Feb 17 21:04:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 385A1CE3F75; Fri, 17 Feb 2017 21:04:40 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFD1B181E; Fri, 17 Feb 2017 21:04:39 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HL4cOh012489; Fri, 17 Feb 2017 21:04:38 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HL4cUE012488; Fri, 17 Feb 2017 21:04:38 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702172104.v1HL4cUE012488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 17 Feb 2017 21:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434315 - head/security/luasec-51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 21:04:40 -0000 Author: lx Date: Fri Feb 17 21:04:38 2017 New Revision: 434315 URL: https://svnweb.freebsd.org/changeset/ports/434315 Log: Turn into a slave port. Submitted by: lifanof Deleted: head/security/luasec-51/distinfo head/security/luasec-51/pkg-descr head/security/luasec-51/pkg-plist Modified: head/security/luasec-51/Makefile Modified: head/security/luasec-51/Makefile ============================================================================== --- head/security/luasec-51/Makefile Fri Feb 17 20:49:22 2017 (r434314) +++ head/security/luasec-51/Makefile Fri Feb 17 21:04:38 2017 (r434315) @@ -1,47 +1,13 @@ # Created by: Andrew Lewis # $FreeBSD$ -PORTNAME= luasec -PORTVERSION= 0.6 -DISTVERSIONPREFIX= ${PORTNAME}- -CATEGORIES= security -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} +COMMENT= LuaSec for Lua 5.1 -MAINTAINER= lx@FreeBSD.org -COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication +SLAVE_PORT= luasec -LICENSE= MIT +USES= lua:51 ssl -USE_GITHUB= yes -GH_ACCOUNT= brunoos +MASTERDIR= ${.CURDIR}/../luasec +PLIST= ${MASTERDIR}/pkg-plist -ALL_TARGET= bsd -LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket -MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ - CPATH=${LUA_MODLIBDIR} LD=${CC} -USES= lua:51 ssl -CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 -LDFLAGS+= -L${OPENSSLLIB} - -post-patch: .SILENT - ${REINPLACE_CMD} -Ee '/\(INSTALL\)/s/-D //' \ - -e '/^LDFLAGS/s/\+=/=/' \ - -e 's/LUAPATH/LUA_MODSHAREDIR/' \ - -e 's/LUACPATH/LUA_MODLIBDIR/' \ - ${WRKSRC}/src/Makefile - ${REINPLACE_CMD} -Ee '/^(INC|LIB)DIR/s/[^?]=/?=/' \ - ${WRKSRC}/Makefile - -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -do-install: - ${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}/ssl ${STAGEDIR}${LUA_MODLIBDIR} - ${INSTALL_LIB} ${WRKSRC}/src/ssl.so ${STAGEDIR}${LUA_MODLIBDIR} - ${INSTALL_DATA} ${WRKSRC}/src/ssl.lua ${STAGEDIR}${LUA_MODSHAREDIR} - ${INSTALL_DATA} ${WRKSRC}/src/https.lua ${STAGEDIR}${LUA_MODSHAREDIR}/ssl - -.include +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Feb 17 22:22:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D6B5CE22F3; Fri, 17 Feb 2017 22:22:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0F9110A1; Fri, 17 Feb 2017 22:22:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HMMSwa045407; Fri, 17 Feb 2017 22:22:28 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HMMSIP045406; Fri, 17 Feb 2017 22:22:28 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702172222.v1HMMSIP045406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 17 Feb 2017 22:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434316 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 22:22:29 -0000 Author: bdrewery Date: Fri Feb 17 22:22:27 2017 New Revision: 434316 URL: https://svnweb.freebsd.org/changeset/ports/434316 Log: ports_env: Fix OPSYS not being exported. This was causing excessive 'uname -s' executions during Poudriere dependency calculations. The reasoning is due to HAVE_COMPAT_IA32_KERN having a newline quoted at the end of it as '\ ' by bmake: # make -f Mk/bsd.port.mk -V 'HAVE_COMPAT_IA32_KERN=${HAVE_COMPAT_IA32_KERN:Q}' | cat -v HAVE_COMPAT_IA32_KERN=YES\ This resulted in the following being executed: export HAVE_COMPAT_IA32_KERN="YES OPSYS=FreeBSD" With hat: portmgr Modified: head/Mk/Scripts/functions.sh Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Fri Feb 17 21:04:38 2017 (r434315) +++ head/Mk/Scripts/functions.sh Fri Feb 17 22:22:27 2017 (r434316) @@ -202,7 +202,7 @@ export_ports_env() { # Bring in all the vars, but not empty ones. eval $(${MAKE} -f ${PORTSDIR}/Mk/bsd.port.mk ${make_cmd} \ - USES="${uses}" | grep -v '=$') + USES="${uses}" | grep -v '=$' | sed -e 's,\\ $,,') for var in ${export_vars}; do # Export and display non-empty ones. This is not redundant # with above since we're looping on all vars here; do not From owner-svn-ports-all@freebsd.org Fri Feb 17 22:24:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F0BECE234D; Fri, 17 Feb 2017 22:24:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E0B211B5; Fri, 17 Feb 2017 22:24:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HMOXvq045591; Fri, 17 Feb 2017 22:24:33 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HMOX2v045590; Fri, 17 Feb 2017 22:24:33 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702172224.v1HMOX2v045590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 17 Feb 2017 22:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434317 - branches/2017Q1/Mk/Scripts X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 22:24:34 -0000 Author: bdrewery Date: Fri Feb 17 22:24:33 2017 New Revision: 434317 URL: https://svnweb.freebsd.org/changeset/ports/434317 Log: MFH: r434316 ports_env: Fix OPSYS not being exported. This was causing excessive 'uname -s' executions during Poudriere dependency calculations. The reasoning is due to HAVE_COMPAT_IA32_KERN having a newline quoted at the end of it as '\ ' by bmake: # make -f Mk/bsd.port.mk -V 'HAVE_COMPAT_IA32_KERN=${HAVE_COMPAT_IA32_KERN:Q}' | cat -v HAVE_COMPAT_IA32_KERN=YES\ This resulted in the following being executed: export HAVE_COMPAT_IA32_KERN="YES OPSYS=FreeBSD" With hat: portmgr Approved by: portmgr (implicit) Modified: branches/2017Q1/Mk/Scripts/functions.sh Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/Mk/Scripts/functions.sh ============================================================================== --- branches/2017Q1/Mk/Scripts/functions.sh Fri Feb 17 22:22:27 2017 (r434316) +++ branches/2017Q1/Mk/Scripts/functions.sh Fri Feb 17 22:24:33 2017 (r434317) @@ -202,7 +202,7 @@ export_ports_env() { # Bring in all the vars, but not empty ones. eval $(${MAKE} -f ${PORTSDIR}/Mk/bsd.port.mk ${make_cmd} \ - USES="${uses}" | grep -v '=$') + USES="${uses}" | grep -v '=$' | sed -e 's,\\ $,,') for var in ${export_vars}; do # Export and display non-empty ones. This is not redundant # with above since we're looping on all vars here; do not From owner-svn-ports-all@freebsd.org Fri Feb 17 23:12:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB7FFCE3268; Fri, 17 Feb 2017 23:12:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B0AF1DBF; Fri, 17 Feb 2017 23:12:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HNCIR3065059; Fri, 17 Feb 2017 23:12:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNCILQ065057; Fri, 17 Feb 2017 23:12:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201702172312.v1HNCILQ065057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 17 Feb 2017 23:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434318 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:12:19 -0000 Author: bapt Date: Fri Feb 17 23:12:18 2017 New Revision: 434318 URL: https://svnweb.freebsd.org/changeset/ports/434318 Log: Update to 1.10.99.1 - The solver now uses natively the new dep formula (more works needed) - Ensure don't call getcwd for each manifest part (useful for the builders) Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Fri Feb 17 22:24:33 2017 (r434317) +++ head/ports-mgmt/pkg-devel/Makefile Fri Feb 17 23:12:18 2017 (r434318) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.11 +DISTVERSION= 1.10.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Fri Feb 17 22:24:33 2017 (r434317) +++ head/ports-mgmt/pkg-devel/distinfo Fri Feb 17 23:12:18 2017 (r434318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486933262 -SHA256 (pkg-1.9.99.11.tar.xz) = 338963cd086150a7ff169584774de754bf492b8deaf3796d20adc4933753a4f0 -SIZE (pkg-1.9.99.11.tar.xz) = 2170084 +TIMESTAMP = 1487373052 +SHA256 (pkg-1.10.99.1.tar.xz) = 62f38f6e4e8b248a6babed5dc635b782c5bcb90a71ae551a40af4a6466b48648 +SIZE (pkg-1.10.99.1.tar.xz) = 2227396 From owner-svn-ports-all@freebsd.org Fri Feb 17 23:23:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6190CCE3521; Fri, 17 Feb 2017 23:23:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F275613D7; Fri, 17 Feb 2017 23:23:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HNNm4H070029; Fri, 17 Feb 2017 23:23:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNNlRO070024; Fri, 17 Feb 2017 23:23:47 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702172323.v1HNNlRO070024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 17 Feb 2017 23:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434319 - in head/devel: . ccache ccache-memcached ccache/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:23:49 -0000 Author: bdrewery Date: Fri Feb 17 23:23:47 2017 New Revision: 434319 URL: https://svnweb.freebsd.org/changeset/ports/434319 Log: Add a patch for memcached to ccache along with a slave devel/ccache-memcached port. This patch is not safe for WITH_CCACHE_BUILD support yet as that causes all ports to depend on devel/ccache. Enabling that patch would then cause the new devel/libmemcached dependency to require devel/ccache which is a cyclic dependency. The autoconf dependency also causes issues. Add a devel/ccache-memcached slave port that would allow a user to use the ccache+memcached package manually with ports without WITH_CCACHE_BUILD. This patch comes from https://github.com/ccache/ccache/pull/58 and has been an ongoing effort over a few years to be merged into the mainline of ccache. Documenation for it can be found in the MANUAL file at: /usr/local/share/doc/ccache/MANUAL.txt Sponsored by: Dell EMC Isilon Added: head/devel/ccache-memcached/ head/devel/ccache-memcached/Makefile (contents, props changed) head/devel/ccache/files/extra-patch-memcached (contents, props changed) head/devel/ccache/files/patch-configure.ac (contents, props changed) Modified: head/devel/Makefile head/devel/ccache/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 17 23:12:18 2017 (r434318) +++ head/devel/Makefile Fri Feb 17 23:23:47 2017 (r434319) @@ -234,6 +234,7 @@ SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache + SUBDIR += ccache-memcached SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons Added: head/devel/ccache-memcached/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccache-memcached/Makefile Fri Feb 17 23:23:47 2017 (r434319) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -memcached + +MASTERDIR= ${.CURDIR}/../ccache + +OPTIONS_SLAVE= MEMCACHED + +CONFLICTS_INSTALL= ccache-[0-9]* + +.include "${MASTERDIR}/Makefile" Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Fri Feb 17 23:12:18 2017 (r434318) +++ head/devel/ccache/Makefile Fri Feb 17 23:23:47 2017 (r434319) @@ -13,26 +13,43 @@ COMMENT= Tool to minimize the compile ti LICENSE= GPLv3 +CONFLICTS_INSTALL= ccache-memcached-[0-9]* + GNU_CONFIGURE= yes HOWTO= ccache-howto-freebsd.txt CCLINKDIR= libexec/ccache SUB_FILES= ${HOWTO} world-ccache pkg-message ccache-update-links.sh -PORTDOCS= ccache-howto-freebsd.txt MANUAL.html +PORTDOCS= ccache-howto-freebsd.txt MANUAL.html MANUAL.txt -OPTIONS_DEFINE= CLANGLINK LLVMLINK STATIC DOCS TINDERBOX +OPTIONS_DEFINE= CLANGLINK LLVMLINK STATIC DOCS TINDERBOX MEMCACHED OPTIONS_DEFAULT=CLANGLINK LLVMLINK CLANGLINK_DESC= Create clang compiler links if clang is installed LLVMLINK_DESC= Create llvm compiler links if llvm is installed TINDERBOX_DESC= Create tarball for tinderbox usage +MEMCACHED_DESC= Build in experimental Memcached support USES= compiler + +MEMCACHED_EXTRA_PATCHES= ${FILESDIR}/extra-patch-memcached:-p1 +MEMCACHED_CONFIGURE_ENABLE= memcached +MEMCACHED_USES= autoreconf pkgconfig +MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached +MEMCACHED_LDFLAGS= -L${LOCALBASE}/lib +MEMCACHED_CFLAGS= -I${LOCALBASE}/include + +.if defined(WITH_CCACHE_BUILD) && empty(OPTIONS_SLAVE:MMEMCACHED) # Don't allow autoreconf. We want no dependencies on this to keep # WITH_CCACHE_BUILD working. USES:= ${USES:Nautoreconf} +MEMCACHED_IGNORE= MEMCACHED cannot be combined with WITH_CCACHE_BUILD. Use devel/ccache-memcached +# XXX: This needs more testing with Poudriere before enabling. Also bsd.options.mk support. +#MEMCACHED_DEPENDS_ARGS+= NO_CCACHE=1 +.endif + OPTIONS_SUB= yes STATIC_LDFLAGS= -static @@ -93,6 +110,7 @@ do-install-TINDERBOX-on: do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/MANUAL.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${STAGEDIR}${DOCSDIR} .include Added: head/devel/ccache/files/extra-patch-memcached ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ccache/files/extra-patch-memcached Fri Feb 17 23:23:47 2017 (r434319) @@ -0,0 +1,2396 @@ +https://github.com/ccache/ccache/pull/58 +Retrieved on February 13th 2017. +Changes to .travis.yml removed since it is not in the release image. + +diff --git a/MANUAL.txt b/MANUAL.txt +index ab01886..c78bb6e 100644 +--- a/MANUAL.txt ++++ b/MANUAL.txt +@@ -418,6 +418,20 @@ WRAPPERS>>. + The default value is 5G. Available suffixes: k, M, G, T (decimal) and Ki, + Mi, Gi, Ti (binary). The default suffix is "G". + ++*memcached_conf* (*CCACHE_MEMCACHED_CONF*):: ++ ++ The memcached_conf option sets the memcached(3) configuration to use for ++ storing and getting cache values, if any. Example configuration: +++ ++------------------------------------------------------------------------------- ++CCACHE_MEMCACHED_CONF=--SERVER=localhost:11211 ++------------------------------------------------------------------------------- ++ ++*memcached_only* (*CCACHE_MEMCACHED_ONLY*):: ++ ++ Only store files in memcached, don't store them in the local filesystems. ++ The manifests (for direct mode) and stats are still being stored locally. ++ + *path* (*CCACHE_PATH*):: + + If set, ccache will search directories in this list when looking for the +@@ -451,6 +465,11 @@ WRAPPERS>>. + from the cache using the direct mode, not the preprocessor mode. See + documentation for *read_only* regarding using a read-only ccache directory. + ++*read_only_memcached* (*CCACHE_READONLY_MEMCACHED* or *CCACHE_NOREADONLY_MEMCACHED*), see <<_boolean_values,Boolean values>> above):: ++ ++ If true, ccache will attempt to get previously cached values from memcached, ++ but will not try to store any new values in memcached. ++ + *recache* (*CCACHE_RECACHE* or *CCACHE_NORECACHE*, see <<_boolean_values,Boolean values>> above):: + + If true, ccache will not use any previously stored result. New results will +@@ -769,6 +788,29 @@ A tip is to set *temporary_dir* to a directory on the local host to avoid NFS + traffic for temporary files. + + ++Sharing a cache with memcached ++------------------------------ ++ ++When using the *memcached* () feature, the most recently ++used cache entries are also available from the configured memcached servers. ++ ++The local cache directory will be searched first, but then it will still be ++possible to get cache hits (over the network) before having to run the ++compiler. ++ ++Using a local *moxi* (memcached proxy) will enable multiple ccache invocations ++to share memcached connections and thus avoid some of the network overhead. ++ ++It will also allow you to fine-tune connection timeouts and other settings. You ++can optionally replace your memcached servers with Couchbase servers. ++ ++Example: ++ ++------------------------------------------------------------------------------- ++moxi -z 11211=mc_server1:11211,mc_server2:11211 ++------------------------------------------------------------------------------- ++ ++ + Using ccache with other compiler wrappers + ----------------------------------------- + +diff --git a/Makefile.in b/Makefile.in +index 5aee02d..08b3633 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -37,6 +37,7 @@ non_3pp_sources = \ + lockfile.c \ + manifest.c \ + mdfour.c \ ++ memccached.c \ + stats.c \ + unify.c \ + util.c \ +@@ -101,7 +102,7 @@ perf: ccache$(EXEEXT) + .PHONY: test + test: ccache$(EXEEXT) test/main$(EXEEXT) + test/main$(EXEEXT) +- CC='$(CC)' $(srcdir)/test.sh ++ CC='$(CC)' @ccache_memcached@$(srcdir)/test.sh + + .PHONY: quicktest + quicktest: test/main$(EXEEXT) +diff --git a/ccache.c b/ccache.c +index 88e0ec5..12026c7 100644 +--- a/ccache.c ++++ b/ccache.c +@@ -102,6 +102,9 @@ static char *output_dia = NULL; + // Split dwarf information (GCC 4.8 andup). Contains pathname if not NULL. + static char *output_dwo = NULL; + ++// The cached key. ++static char *cached_key; ++ + // Array for storing -arch options. + #define MAX_ARCH_ARGS 10 + static size_t arch_args_size = 0; +@@ -123,6 +126,9 @@ static char *cached_stderr; + // (cachedir/a/b/cdef[...]-size.d). + static char *cached_dep; + ++// The manifest key. ++static char *manifest_name; ++ + // Full path to the file containing the coverage information + // (cachedir/a/b/cdef[...]-size.gcno). + static char *cached_cov; +@@ -239,6 +245,18 @@ static pid_t compiler_pid = 0; + // stored in the cache changes in a backwards-incompatible way. + static const char HASH_PREFIX[] = "3"; + ++static void from_fscache(enum fromcache_call_mode mode, ++ bool put_object_in_manifest); ++static void to_fscache(struct args *args); ++#ifdef HAVE_LIBMEMCACHED ++static void from_memcached(enum fromcache_call_mode mode, ++ bool put_object_in_manifest); ++static void to_memcached(struct args *args); ++#endif ++static void (*from_cache)(enum fromcache_call_mode mode, ++ bool put_object_in_manifest); ++static void (*to_cache)(struct args *args); ++ + static void + add_prefix(struct args *args, char *prefix_command) + { +@@ -952,6 +970,28 @@ put_file_in_cache(const char *source, const char *dest) + stats_update_size(file_size(&st), 1); + } + ++#ifdef HAVE_LIBMEMCACHED ++// Copy data to the cache. ++static void ++put_data_in_cache(void *data, size_t size, const char *dest) ++{ ++ int ret; ++ ++ assert(!conf->read_only); ++ assert(!conf->read_only_direct); ++ ++ /* already compressed (in cache) */ ++ ret = write_file(data, dest, size); ++ if (ret != 0) { ++ cc_log("Failed to write to %s: %s", dest, strerror(errno)); ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ cc_log("Stored in cache: %zu bytes -> %s", size, dest); ++ stats_update_size(size, 1); ++} ++#endif ++ + // Copy or link a file from the cache. + static void + get_file_from_cache(const char *source, const char *dest) +@@ -1006,6 +1046,11 @@ send_cached_stderr(void) + // Create or update the manifest file. + void update_manifest_file(void) + { ++#ifdef HAVE_LIBMEMCACHED ++ char *data; ++ size_t size; ++#endif ++ + if (!conf->direct_mode + || !included_files + || conf->read_only +@@ -1023,6 +1068,14 @@ void update_manifest_file(void) + update_mtime(manifest_path); + if (x_stat(manifest_path, &st) == 0) { + stats_update_size(file_size(&st) - old_size, old_size == 0 ? 1 : 0); ++#if HAVE_LIBMEMCACHED ++ if (strlen(conf->memcached_conf) > 0 && !conf->read_only_memcached && ++ read_file(manifest_path, st.st_size, &data, &size)) { ++ cc_log("Storing %s in memcached", manifest_name); ++ memccached_raw_set(manifest_name, data, size); ++ free(data); ++ } ++#endif + } + } else { + cc_log("Failed to add object file hash to %s", manifest_path); +@@ -1031,8 +1084,12 @@ void update_manifest_file(void) + + // Run the real compiler and put the result in cache. + static void +-to_cache(struct args *args) ++to_fscache(struct args *args) + { ++#ifdef HAVE_LIBMEMCACHED ++ char *data_obj, *data_stderr, *data_dia, *data_dep; ++ size_t size_obj, size_stderr, size_dia, size_dep; ++#endif + char *tmp_stdout = format("%s.tmp.stdout", cached_obj); + int tmp_stdout_fd = create_tmp_fd(&tmp_stdout); + char *tmp_stderr = format("%s.tmp.stderr", cached_obj); +@@ -1288,6 +1345,40 @@ to_cache(struct args *args) + } + } + ++#ifdef HAVE_LIBMEMCACHED ++ if (strlen(conf->memcached_conf) > 0 && !conf->read_only_memcached && ++ !using_split_dwarf && /* no support for the dwo files just yet */ ++ !generating_coverage) { /* coverage refers to local paths anyway */ ++ cc_log("Storing %s in memcached", cached_key); ++ if (!read_file(cached_obj, 0, &data_obj, &size_obj)) { ++ data_obj = NULL; ++ size_obj = 0; ++ } ++ if (!read_file(cached_stderr, 0, &data_stderr, &size_stderr)) { ++ data_stderr = NULL; ++ size_stderr = 0; ++ } ++ if (!read_file(cached_dia, 0, &data_dia, &size_dia)) { ++ data_dia = NULL; ++ size_dia = 0; ++ } ++ if (!read_file(cached_dep, 0, &data_dep, &size_dep)) { ++ data_dep = NULL; ++ size_dep = 0; ++ } ++ ++ if (data_obj) { ++ memccached_set(cached_key, ++ data_obj, data_stderr, data_dia, data_dep, ++ size_obj, size_stderr, size_dia, size_dep); ++ } ++ ++ free(data_obj); ++ free(data_stderr); ++ free(data_dia); ++ free(data_dep); ++ } ++#endif + // Everything OK. + send_cached_stderr(); + update_manifest_file(); +@@ -1298,6 +1389,226 @@ to_cache(struct args *args) + free(tmp_dwo); + } + ++#ifdef HAVE_LIBMEMCACHED ++// Run the real compiler and put the result in cache. ++static void ++to_memcached(struct args *args) ++{ ++ const char *tmp_dir = temp_dir(); ++ char *tmp_stdout, *tmp_stderr; ++ char *stderr_d, *obj_d, *dia_d = NULL, *dep_d = NULL; ++ size_t stderr_l = 0, obj_l = 0, dia_l = 0, dep_l = 0; ++ struct stat st; ++ int status, tmp_stdout_fd, tmp_stderr_fd; ++ ++ tmp_stdout = format("%s/%s.tmp.stdout.%s", tmp_dir, cached_obj, tmp_string()); ++ tmp_stdout_fd = create_tmp_fd(&tmp_stdout); ++ tmp_stderr = format("%s/%s.tmp.stderr.%s", tmp_dir, cached_obj, tmp_string()); ++ tmp_stderr_fd = create_tmp_fd(&tmp_stderr); ++ ++ if (generating_coverage) { ++ cc_log("No memcached support for coverage yet"); ++ failed(); ++ } ++ if (using_split_dwarf) { ++ cc_log("No memcached support for split dwarf yet"); ++ failed(); ++ } ++ ++ if (create_parent_dirs(tmp_stdout) != 0) { ++ fatal("Failed to create parent directory for %s: %s", ++ tmp_stdout, strerror(errno)); ++ } ++ ++ args_add(args, "-o"); ++ args_add(args, output_obj); ++ ++ if (output_dia) { ++ args_add(args, "--serialize-diagnostics"); ++ args_add(args, output_dia); ++ } ++ ++ /* Turn off DEPENDENCIES_OUTPUT when running cc1, because ++ * otherwise it will emit a line like ++ * ++ * tmp.stdout.vexed.732.o: /home/mbp/.ccache/tmp.stdout.vexed.732.i ++ */ ++ x_unsetenv("DEPENDENCIES_OUTPUT"); ++ ++ if (conf->run_second_cpp) { ++ args_add(args, input_file); ++ } else { ++ args_add(args, i_tmpfile); ++ } ++ ++ cc_log("Running real compiler"); ++ status = execute(args->argv, tmp_stdout_fd, tmp_stderr_fd, &compiler_pid); ++ args_pop(args, 3); ++ ++ if (x_stat(tmp_stdout, &st) != 0) { ++ /* The stdout file was removed - cleanup in progress? Better bail out. */ ++ stats_update(STATS_MISSING); ++ tmp_unlink(tmp_stdout); ++ tmp_unlink(tmp_stderr); ++ failed(); ++ } ++ if (st.st_size != 0) { ++ cc_log("Compiler produced stdout"); ++ stats_update(STATS_STDOUT); ++ tmp_unlink(tmp_stdout); ++ tmp_unlink(tmp_stderr); ++ failed(); ++ } ++ tmp_unlink(tmp_stdout); ++ ++ /* ++ * Merge stderr from the preprocessor (if any) and stderr from the real ++ * compiler into tmp_stderr. ++ */ ++ if (cpp_stderr) { ++ int fd_cpp_stderr; ++ int fd_real_stderr; ++ int fd_result; ++ char *tmp_stderr2; ++ ++ tmp_stderr2 = format("%s.2", tmp_stderr); ++ if (x_rename(tmp_stderr, tmp_stderr2)) { ++ cc_log("Failed to rename %s to %s: %s", tmp_stderr, tmp_stderr2, ++ strerror(errno)); ++ failed(); ++ } ++ fd_cpp_stderr = open(cpp_stderr, O_RDONLY | O_BINARY); ++ if (fd_cpp_stderr == -1) { ++ cc_log("Failed opening %s: %s", cpp_stderr, strerror(errno)); ++ failed(); ++ } ++ fd_real_stderr = open(tmp_stderr2, O_RDONLY | O_BINARY); ++ if (fd_real_stderr == -1) { ++ cc_log("Failed opening %s: %s", tmp_stderr2, strerror(errno)); ++ failed(); ++ } ++ fd_result = open(tmp_stderr, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); ++ if (fd_result == -1) { ++ cc_log("Failed opening %s: %s", tmp_stderr, strerror(errno)); ++ failed(); ++ } ++ copy_fd(fd_cpp_stderr, fd_result); ++ copy_fd(fd_real_stderr, fd_result); ++ close(fd_cpp_stderr); ++ close(fd_real_stderr); ++ close(fd_result); ++ tmp_unlink(tmp_stderr2); ++ free(tmp_stderr2); ++ } ++ ++ if (status != 0) { ++ int fd; ++ cc_log("Compiler gave exit status %d", status); ++ stats_update(STATS_STATUS); ++ ++ fd = open(tmp_stderr, O_RDONLY | O_BINARY); ++ if (fd != -1) { ++ /* We can output stderr immediately instead of rerunning the compiler. */ ++ copy_fd(fd, 2); ++ close(fd); ++ tmp_unlink(tmp_stderr); ++ ++ x_exit(status); ++ } ++ ++ tmp_unlink(tmp_stderr); ++ failed(); ++ } ++ ++ if (stat(output_obj, &st) != 0) { ++ cc_log("Compiler didn't produce an object file"); ++ stats_update(STATS_NOOUTPUT); ++ failed(); ++ } ++ if (st.st_size == 0) { ++ cc_log("Compiler produced an empty object file"); ++ stats_update(STATS_EMPTYOUTPUT); ++ failed(); ++ } ++ ++ if (x_stat(tmp_stderr, &st) != 0) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ /* cache stderr */ ++ if (!read_file(tmp_stderr, 0, &stderr_d, &stderr_l)) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ tmp_unlink(tmp_stderr); ++ ++ if (output_dia) { ++ if (x_stat(output_dia, &st) != 0) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ /* cache dia */ ++ if (!read_file(output_dia, 0, &dia_d, &dia_l)) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ } ++ ++ /* cache output */ ++ if (!read_file(output_obj, 0, &obj_d, &obj_l)) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ ++ if (generating_dependencies) { ++ if (!read_file(output_dep, 0, &dep_d, &dep_l)) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ } ++ ++ if (memccached_set(cached_key, obj_d, stderr_d, dia_d, dep_d, ++ obj_l, stderr_l, dia_l, dep_l) < 0) { ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ ++ cc_log("Storing %s in memcached", cached_key); ++ ++ stats_update(STATS_TOCACHE); ++ ++ /* Make sure we have a CACHEDIR.TAG in the cache part of cache_dir. This can ++ * be done almost anywhere, but we might as well do it near the end as we ++ * save the stat call if we exit early. ++ */ ++ { ++ char *first_level_dir = dirname(stats_file); ++ if (create_cachedirtag(first_level_dir) != 0) { ++ cc_log("Failed to create %s/CACHEDIR.TAG (%s)\n", ++ first_level_dir, strerror(errno)); ++ stats_update(STATS_ERROR); ++ failed(); ++ } ++ free(first_level_dir); ++ ++ /* Remove any CACHEDIR.TAG on the cache_dir level where it was located in ++ * previous ccache versions. */ ++ if (getpid() % 1000 == 0) { ++ char *path = format("%s/CACHEDIR.TAG", conf->cache_dir); ++ x_unlink(path); ++ free(path); ++ } ++ } ++ ++ /* Everything OK. */ ++ send_cached_stderr(); ++ update_manifest_file(); ++ ++ free(tmp_stderr); ++ free(tmp_stdout); ++} ++#endif ++ + // Find the object file name by running the compiler in preprocessor mode. + // Returns the hash as a heap-allocated hex string. + static struct file_hash * +@@ -1408,6 +1719,7 @@ static void + update_cached_result_globals(struct file_hash *hash) + { + char *object_name = format_hash_as_string(hash->hash, hash->size); ++ cached_key = strdup(object_name); + cached_obj_hash = hash; + cached_obj = get_path_in_cache(object_name, ".o"); + cached_stderr = get_path_in_cache(object_name, ".stderr"); +@@ -1599,6 +1911,11 @@ calculate_common_hash(struct args *args, struct mdfour *hash) + static struct file_hash * + calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode) + { ++#if HAVE_LIBMEMCACHED ++ char *data; ++ size_t size; ++#endif ++ + if (direct_mode) { + hash_delimiter(hash, "manifest version"); + hash_int(hash, MANIFEST_VERSION); +@@ -1791,7 +2108,27 @@ calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode) + } + char *manifest_name = hash_result(hash); + manifest_path = get_path_in_cache(manifest_name, ".manifest"); +- free(manifest_name); ++ /* Check if the manifest file is there. */ ++ struct stat st; ++ if (stat(manifest_path, &st) != 0) { ++#if HAVE_LIBMEMCACHED ++ void *cache = NULL; ++#endif ++ cc_log("Manifest file %s not in cache", manifest_path); ++#if HAVE_LIBMEMCACHED ++ if (strlen(conf->memcached_conf) > 0) { ++ cc_log("Getting %s from memcached", manifest_name); ++ cache = memccached_raw_get(manifest_name, &data, &size); ++ } ++ if (cache) { ++ cc_log("Added object file hash to %s", manifest_path); ++ write_file(data, manifest_path, size); ++ stats_update_size(size, 1); ++ free(cache); ++ } else ++#endif ++ return NULL; ++ } + cc_log("Looking for object file hash in %s", manifest_path); + object_hash = manifest_get(conf, manifest_path); + if (object_hash) { +@@ -1828,8 +2165,13 @@ calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode) + // Try to return the compile result from cache. If we can return from cache + // then this function exits with the correct status code, otherwise it returns. + static void +-from_cache(enum fromcache_call_mode mode, bool put_object_in_manifest) ++from_fscache(enum fromcache_call_mode mode, bool put_object_in_manifest) + { ++#if HAVE_LIBMEMCACHED ++ char *data_obj, *data_stderr, *data_dia, *data_dep; ++ size_t size_obj, size_stderr, size_dia, size_dep; ++#endif ++ + // The user might be disabling cache hits. + if (conf->recache) { + return; +@@ -1837,7 +2179,33 @@ from_cache(enum fromcache_call_mode mode, bool put_object_in_manifest) + + struct stat st; + if (stat(cached_obj, &st) != 0) { ++#if HAVE_LIBMEMCACHED ++ void *cache = NULL; ++#endif + cc_log("Object file %s not in cache", cached_obj); ++#if HAVE_LIBMEMCACHED ++ if (strlen(conf->memcached_conf) > 0 && ++ !using_split_dwarf && ++ !generating_coverage) { ++ cc_log("Getting %s from memcached", cached_key); ++ cache = memccached_get(cached_key, ++ &data_obj, &data_stderr, &data_dia, &data_dep, ++ &size_obj, &size_stderr, &size_dia, &size_dep); ++ } ++ if (cache) { ++ put_data_in_cache(data_obj, size_obj, cached_obj); ++ if (size_stderr > 0) { ++ put_data_in_cache(data_stderr, size_stderr, cached_stderr); ++ } ++ if (size_dia > 0) { ++ put_data_in_cache(data_dia, size_dia, cached_dia); ++ } ++ if (size_dep > 0) { ++ put_data_in_cache(data_dep, size_dep, cached_dep); ++ } ++ memccached_free(cache); ++ } else ++#endif + return; + } + +@@ -1947,6 +2315,97 @@ from_cache(enum fromcache_call_mode mode, bool put_object_in_manifest) + x_exit(0); + } + ++#ifdef HAVE_LIBMEMCACHED ++/* ++ * Try to return the compile result from cache. If we can return from cache ++ * then this function exits with the correct status code, otherwise it returns. ++ */ ++static void ++from_memcached(enum fromcache_call_mode mode, bool put_object_in_manifest) ++{ ++ bool produce_dep_file = false; ++ int ret; ++ void *cache; ++ char *data_obj, *data_stderr, *data_dia, *data_dep; ++ size_t size_obj, size_stderr, size_dia, size_dep; ++ ++ /* the user might be disabling cache hits */ ++ if (conf->recache || using_split_dwarf || generating_coverage) { ++ return; ++ } ++ ++ cc_log("Getting %s from memcached", cached_key); ++ cache = memccached_get(cached_key, ++ &data_obj, &data_stderr, &data_dia, &data_dep, ++ &size_obj, &size_stderr, &size_dia, &size_dep); ++ if (!cache) { ++ return; ++ } ++ ++ /* ++ * (If mode != FROMCACHE_DIRECT_MODE, the dependency file is created by ++ * gcc.) ++ */ ++ produce_dep_file = generating_dependencies && mode == FROMCACHE_DIRECT_MODE; ++ ++ if (!str_eq(output_obj, "/dev/null")) { ++ x_unlink(output_obj); ++ ret = write_file(data_obj, output_obj, size_obj); ++ } else { ++ ret = 0; ++ } ++ if (ret < 0) { ++ cc_log("Problem creating %s from %s", output_obj, cached_key); ++ failed(); ++ } ++ ++ if (produce_dep_file) { ++ x_unlink(output_dep); ++ ret = write_file(data_dep, output_dep, size_dep); ++ if (ret < 0) { ++ cc_log("Problem creating %s from %s", output_dep, cached_key); ++ failed(); ++ } ++ } ++ if (output_dia) { ++ x_unlink(output_dia); ++ ret = write_file(data_dia, output_dia, size_dia); ++ if (ret < 0) { ++ cc_log("Problem creating %s from %s", output_dia, cached_key); ++ failed(); ++ } ++ } ++ ++ if (generating_dependencies && mode == FROMCACHE_CPP_MODE) { ++ /* Store the dependency file in the cache. */ ++ cc_log("Does not support non direct mode"); ++ } ++ ++ /* Send the stderr, if any. */ ++ safe_write(2, data_stderr, size_stderr); ++ ++ if (put_object_in_manifest) { ++ update_manifest_file(); ++ } ++ ++ /* log the cache hit */ ++ switch (mode) { ++ case FROMCACHE_DIRECT_MODE: ++ cc_log("Succeeded getting cached result"); ++ stats_update(STATS_CACHEHIT_DIR); ++ break; ++ ++ case FROMCACHE_CPP_MODE: ++ cc_log("Succeeded getting cached result"); ++ stats_update(STATS_CACHEHIT_CPP); ++ break; ++ } ++ ++ /* and exit with the right status code */ ++ x_exit(0); ++} ++#endif ++ + // Find the real compiler. We just search the PATH to find an executable of the + // same name that isn't a link to ourselves. + static void +@@ -3059,6 +3518,19 @@ initialize(void) + create_initial_config_file(conf, primary_config_path); + } + ++ from_cache = from_fscache; ++ to_cache = to_fscache; ++ ++#ifdef HAVE_LIBMEMCACHED ++ if (strlen(conf->memcached_conf) > 0) { ++ memccached_init(conf->memcached_conf); ++ } ++ ++ if (conf->memcached_only) { ++ from_cache = from_memcached; ++ to_cache = to_memcached; ++ } ++#endif + exitfn_init(); + exitfn_add_nullary(stats_flush); + exitfn_add_nullary(clean_up_pending_tmp_files); +@@ -3089,6 +3561,7 @@ cc_reset(void) + free(output_dep); output_dep = NULL; + free(output_cov); output_cov = NULL; + free(output_dia); output_dia = NULL; ++ free(cached_key); cached_key = NULL; + free(cached_obj_hash); cached_obj_hash = NULL; + free(cached_obj); cached_obj = NULL; + free(cached_dwo); cached_dwo = NULL; +@@ -3096,6 +3569,7 @@ cc_reset(void) + free(cached_dep); cached_dep = NULL; + free(cached_cov); cached_cov = NULL; + free(cached_dia); cached_dia = NULL; ++ free(manifest_name); manifest_name = NULL; + free(manifest_path); manifest_path = NULL; + time_of_compilation = 0; + for (size_t i = 0; i < ignore_headers_len; i++) { +@@ -3119,6 +3593,10 @@ cc_reset(void) + free(stats_file); stats_file = NULL; + output_is_precompiled_header = false; + ++#ifdef HAVE_LIBMEMCACHED ++ memccached_release(); ++#endif ++ + conf = conf_create(); + using_split_dwarf = false; + } +@@ -3285,8 +3763,14 @@ ccache(int argc, char *argv[]) + put_object_in_manifest = true; + } + +- // If we can return from cache at this point then do. +- from_cache(FROMCACHE_CPP_MODE, put_object_in_manifest); ++ /* don't hit memcached twice */ ++ if (conf->memcached_only && object_hash_from_manifest ++ && file_hashes_equal(object_hash_from_manifest, object_hash)) { ++ cc_log("Already searched for %s", cached_key); ++ } else { ++ // If we can return from cache at this point then do. ++ from_cache(FROMCACHE_CPP_MODE, put_object_in_manifest); ++ } + + if (conf->read_only) { + cc_log("Read-only mode; running real compiler"); +diff --git a/ccache.h b/ccache.h +index 7b29bb8..1c1e38d 100644 +--- a/ccache.h ++++ b/ccache.h +@@ -126,6 +126,8 @@ void cc_log_argv(const char *prefix, char **argv); + void fatal(const char *format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN; + + void copy_fd(int fd_in, int fd_out); ++int safe_write(int fd_out, const char *data, size_t length); ++int write_file(const char *data, const char *dest, size_t length); + int copy_file(const char *src, const char *dest, int compress_level); + int move_file(const char *src, const char *dest, int compress_level); + int move_uncompressed_file(const char *src, const char *dest, +@@ -185,6 +187,23 @@ char *read_text_file(const char *path, size_t size_hint); + char *subst_env_in_string(const char *str, char **errmsg); + + // ---------------------------------------------------------------------------- ++// memccached.c ++ ++int memccached_init(char *conf); ++int memccached_raw_set(const char *key, const char* data, size_t len); ++int memccached_set( ++ const char *key, ++ const char *out, const char *err, const char *dia, const char *dep, ++ size_t out_len, size_t err_len, size_t dia_len, size_t dep_len); ++void *memccached_raw_get(const char *key, char **data, size_t *len); ++void* memccached_get( ++ const char *key, ++ char **out, char **err, char **dia, char **dep, ++ size_t *out_len, size_t *err_len, size_t *dia_len, size_t *dep_len); ++void memccached_free(void *blob); ++int memccached_release(void); ++ ++// ---------------------------------------------------------------------------- + // stats.c + + void stats_update(enum stats stat); +diff --git a/conf.c b/conf.c +index cfa2874..bf4e365 100644 +--- a/conf.c ++++ b/conf.c +@@ -329,11 +329,14 @@ conf_create(void) + conf->log_file = x_strdup(""); + conf->max_files = 0; + conf->max_size = (uint64_t)5 * 1000 * 1000 * 1000; ++ conf->memcached_conf = x_strdup(""); ++ conf->memcached_only = false; + conf->path = x_strdup(""); + conf->prefix_command = x_strdup(""); + conf->prefix_command_cpp = x_strdup(""); + conf->read_only = false; + conf->read_only_direct = false; ++ conf->read_only_memcached = false; + conf->recache = false; + conf->run_second_cpp = true; + conf->sloppiness = 0; +@@ -362,6 +365,7 @@ conf_free(struct conf *conf) + free(conf->extra_files_to_hash); + free(conf->ignore_headers_in_manifest); + free(conf->log_file); ++ free(conf->memcached_conf); + free(conf->path); + free(conf->prefix_command); + free(conf->prefix_command_cpp); +@@ -594,6 +598,12 @@ conf_print_items(struct conf *conf, + printer(s, conf->item_origins[find_conf("max_size")->number], context); + free(s2); + ++ reformat(&s, "memcached_conf = %s", conf->memcached_conf); ++ printer(s, conf->item_origins[find_conf("memcached_conf")->number], context); ++ ++ reformat(&s, "memcached_only = %s", bool_to_string(conf->memcached_only)); ++ printer(s, conf->item_origins[find_conf("memcached_only")->number], context); ++ + reformat(&s, "path = %s", conf->path); + printer(s, conf->item_origins[find_conf("path")->number], context); + +@@ -611,6 +621,11 @@ conf_print_items(struct conf *conf, + printer(s, conf->item_origins[find_conf("read_only_direct")->number], + context); + ++ reformat(&s, "read_only_memcached = %s", ++ bool_to_string(conf->read_only_memcached)); ++ printer(s, conf->item_origins[find_conf("read_only_memcached")->number], ++ context); ++ + reformat(&s, "recache = %s", bool_to_string(conf->recache)); + printer(s, conf->item_origins[find_conf("recache")->number], context); + +diff --git a/conf.h b/conf.h +index 232dcfd..1e22016 100644 +--- a/conf.h ++++ b/conf.h +@@ -23,11 +23,14 @@ struct conf { + char *log_file; + unsigned max_files; + uint64_t max_size; ++ char *memcached_conf; ++ bool memcached_only; + char *path; + char *prefix_command; + char *prefix_command_cpp; + bool read_only; + bool read_only_direct; ++ bool read_only_memcached; + bool recache; + bool run_second_cpp; + unsigned sloppiness; +diff --git a/configure.ac b/configure.ac +index a35fac0..7ef33e1 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -16,6 +16,7 @@ case $host in + ;; + esac + ++AC_SUBST(ccache_memcached) + AC_SUBST(extra_libs) + AC_SUBST(include_dev_mk) + AC_SUBST(test_suites) +@@ -84,6 +85,31 @@ HW_FUNC_ASPRINTF + dnl Check if -lm is needed. + AC_SEARCH_LIBS(cos, m) + ++AC_ARG_ENABLE(static, ++ [AS_HELP_STRING([--enable-static], ++ [enable static link])]) ++ ++if test x${enable_static} != x; then ++ extra_ldflags="-static" ++fi ++ ++AC_ARG_ENABLE(memcached, ++ [AS_HELP_STRING([--enable-memcached], ++ [enable memcached as a cache backend])]) ++ ++dnl enable-memcached: Check if -lmemcached is needed. ++if test x${enable_memcached} != x; then ++ if test x${enable_static} != x; then ++ AC_CHECK_LIB(stdc++, __gxx_personality_v0,[]) ++ fi ++ AC_CHECK_LIB(pthread, pthread_once) ++ AC_CHECK_LIB(memcached, memcached,[],[ ++ echo ' WARNING: recent version libmemcached not found' ++ echo ' please install libmemcached > 1.0 with development files' ++ exit 1 ++ ]) ++ ccache_memcached='CCACHE_MEMCACHED=1 ' ++fi + + dnl Check for zlib + AC_ARG_WITH(bundled-zlib, +diff --git a/confitems.gperf b/confitems.gperf +index 531bc92..fd43765 100644 +--- a/confitems.gperf ++++ b/confitems.gperf +@@ -26,15 +26,18 @@ limit_multiple, 15, ITEM(limit_multiple, float) + log_file, 16, ITEM(log_file, env_string) + max_files, 17, ITEM(max_files, unsigned) + max_size, 18, ITEM(max_size, size) +-path, 19, ITEM(path, env_string) +-prefix_command, 20, ITEM(prefix_command, env_string) +-prefix_command_cpp, 21, ITEM(prefix_command_cpp, env_string) +-read_only, 22, ITEM(read_only, bool) +-read_only_direct, 23, ITEM(read_only_direct, bool) +-recache, 24, ITEM(recache, bool) +-run_second_cpp, 25, ITEM(run_second_cpp, bool) +-sloppiness, 26, ITEM(sloppiness, sloppiness) +-stats, 27, ITEM(stats, bool) +-temporary_dir, 28, ITEM(temporary_dir, env_string) +-umask, 29, ITEM(umask, umask) +-unify, 30, ITEM(unify, bool) ++memcached_conf, 19, ITEM(memcached_conf, string) ++memcached_only, 20, ITEM(memcached_only, bool) ++path, 21, ITEM(path, env_string) ++prefix_command, 22, ITEM(prefix_command, env_string) ++prefix_command_cpp, 23, ITEM(prefix_command_cpp, env_string) ++read_only, 24, ITEM(read_only, bool) ++read_only_direct, 25, ITEM(read_only_direct, bool) ++read_only_memcached, 26, ITEM(read_only_memcached, bool) ++recache, 27, ITEM(recache, bool) ++run_second_cpp, 28, ITEM(run_second_cpp, bool) ++sloppiness, 29, ITEM(sloppiness, sloppiness) ++stats, 30, ITEM(stats, bool) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Feb 17 23:31:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAABACE35A3; Fri, 17 Feb 2017 23:31:50 +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 64E0A17AC; Fri, 17 Feb 2017 23:31:50 +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 v1HNVnNg071801; Fri, 17 Feb 2017 23:31:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNVn8Y071800; Fri, 17 Feb 2017 23:31:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172331.v1HNVn8Y071800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434320 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:31:50 -0000 Author: jbeich Date: Fri Feb 17 23:31:49 2017 New Revision: 434320 URL: https://svnweb.freebsd.org/changeset/ports/434320 Log: devel/glib20: unbreak with plain USES=iconv According to configure.ac --with-libiconv=native is reserved for vendor libiconv, not iconv in libc. FreeBSD removed libiconv in base r257583. checking for iconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv Modified: head/devel/glib20/Makefile (contents, props changed) Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Fri Feb 17 23:23:47 2017 (r434319) +++ head/devel/glib20/Makefile Fri Feb 17 23:31:49 2017 (r434320) @@ -60,7 +60,7 @@ GDB_DESC= Install python gdb scripts CONFIGURE_ARGS+=--disable-dtrace .if empty(ICONV_LIB) -CONFIGURE_ARGS+= --with-libiconv=native +CONFIGURE_ARGS+= --with-libiconv=no .else CONFIGURE_ARGS+= --with-libiconv=gnu .endif From owner-svn-ports-all@freebsd.org Fri Feb 17 23:32:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2C0FCE36FA; Fri, 17 Feb 2017 23:32:10 +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 C278A18F0; Fri, 17 Feb 2017 23:32:10 +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 v1HNW9vm074013; Fri, 17 Feb 2017 23:32:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNW9of074012; Fri, 17 Feb 2017 23:32:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172332.v1HNW9of074012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434321 - head/multimedia/x265 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:32:11 -0000 Author: jbeich Date: Fri Feb 17 23:32:09 2017 New Revision: 434321 URL: https://svnweb.freebsd.org/changeset/ports/434321 Log: multimedia/x265: always build shared library with -fPIC This should unbreak build on sparc64, powerpc64 and reduce text relocations on i386. Modified: head/multimedia/x265/Makefile (contents, props changed) Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Fri Feb 17 23:31:49 2017 (r434320) +++ head/multimedia/x265/Makefile Fri Feb 17 23:32:09 2017 (r434321) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -18,8 +19,7 @@ BUILD_DEPENDS= yasm:devel/yasm USES= cmake pathfix tar:bz2 USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md -CFLAGS_aarch64= -fPIC +CMAKE_ARGS= -DENABLE_PIC=on -DENABLE_TESTS=on -DPLATFORM_LIBS=md CFLAGS_mips= -DNO_ATOMICS # cannot use lang/gcc CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc EXTRACT_AFTER_ARGS+= --exclude "md5*" From owner-svn-ports-all@freebsd.org Fri Feb 17 23:32:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4406CE372D; Fri, 17 Feb 2017 23:32:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA7E1A0E; Fri, 17 Feb 2017 23:32:25 +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 v1HNWOmQ074186; Fri, 17 Feb 2017 23:32:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNWOvE074182; Fri, 17 Feb 2017 23:32:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172332.v1HNWOvE074182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434322 - in head/multimedia: ffmpeg kvazaar kvazaar/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:32:25 -0000 Author: jbeich Date: Fri Feb 17 23:32:24 2017 New Revision: 434322 URL: https://svnweb.freebsd.org/changeset/ports/434322 Log: multimedia/kvazaar: update to 1.1.0 Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0 ABI: https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html MFH: 2017Q1 Deleted: head/multimedia/kvazaar/files/ Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/kvazaar/Makefile (contents, props changed) head/multimedia/kvazaar/distinfo (contents, props changed) head/multimedia/kvazaar/pkg-plist (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Feb 17 23:32:09 2017 (r434321) +++ head/multimedia/ffmpeg/Makefile Fri Feb 17 23:32:24 2017 (r434322) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/kvazaar/Makefile ============================================================================== --- head/multimedia/kvazaar/Makefile Fri Feb 17 23:32:09 2017 (r434321) +++ head/multimedia/kvazaar/Makefile Fri Feb 17 23:32:24 2017 (r434322) @@ -2,8 +2,8 @@ PORTNAME= kvazaar DISTVERSIONPREFIX= v -DISTVERSION?= 1.0.0 -PORTREVISION?= 2 +DISTVERSION?= 1.1.0 +PORTREVISION?= 0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -33,7 +33,7 @@ ASM_CONFIGURE_ENABLE= asm CRYPTOPP_DESC= Selective encryption via Crypto++ library CRYPTOPP_LIB_DEPENDS= libcryptopp.so:security/cryptopp -CRYPTOPP_USES= localbase pkgconfig +CRYPTOPP_USES= localbase CRYPTOPP_CONFIGURE_ENV= cryptopp_CFLAGS=" " cryptopp_LIBS="-lcryptopp" CRYPTOPP_CONFIGURE_WITH=cryptopp @@ -45,12 +45,6 @@ post-patch-CRYPTOPP-on: @${ECHO_CMD} nodist_EXTRA_kvazaar_tests_SOURCES \ = dummy.cpp >>${WRKSRC}/tests/Makefile.am -post-patch-CRYPTOPP-off: -# XXX autoconf cannot ignore unexpanded but unused m4 macros - @${REINPLACE_CMD} -i .cryptopp.bak \ - -e '/PKG_CHECK_MODULES/,/^[[:space:]]*)/d' \ - ${WRKSRC}/configure.ac - pre-install: do-test .include Modified: head/multimedia/kvazaar/distinfo ============================================================================== --- head/multimedia/kvazaar/distinfo Fri Feb 17 23:32:09 2017 (r434321) +++ head/multimedia/kvazaar/distinfo Fri Feb 17 23:32:24 2017 (r434322) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475653752 -SHA256 (ultravideo-kvazaar-v1.0.0_GH0.tar.gz) = 40eb7b4b23897299e99050f0c011e9380cf898b25615dd143f018b278b972a46 -SIZE (ultravideo-kvazaar-v1.0.0_GH0.tar.gz) = 473495 +TIMESTAMP = 1487271125 +SHA256 (ultravideo-kvazaar-v1.1.0_GH0.tar.gz) = 8e382738a51004bfcfca4c832e8b41fe6a17f889f3c39151dc1c1a37261a3a6d +SIZE (ultravideo-kvazaar-v1.1.0_GH0.tar.gz) = 484601 SHA256 (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 18ee57a34869c6f6ce511cd71a5cc8661801cf69d64c4c66ff76773835df659b SIZE (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 11959 Modified: head/multimedia/kvazaar/pkg-plist ============================================================================== --- head/multimedia/kvazaar/pkg-plist Fri Feb 17 23:32:09 2017 (r434321) +++ head/multimedia/kvazaar/pkg-plist Fri Feb 17 23:32:24 2017 (r434322) @@ -3,7 +3,7 @@ include/kvazaar.h lib/libkvazaar.a lib/libkvazaar.so lib/libkvazaar.so.3 -lib/libkvazaar.so.3.13.0 +lib/libkvazaar.so.3.15.0 libdata/pkgconfig/kvazaar.pc man/man1/kvazaar.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING From owner-svn-ports-all@freebsd.org Fri Feb 17 23:32:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ADF7CE3761; Fri, 17 Feb 2017 23:32:39 +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 0A9361B11; Fri, 17 Feb 2017 23:32:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HNWcf4074323; Fri, 17 Feb 2017 23:32:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNWcgo074321; Fri, 17 Feb 2017 23:32:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172332.v1HNWcgo074321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434323 - head/www/py-flexget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:32:39 -0000 Author: jbeich Date: Fri Feb 17 23:32:37 2017 New Revision: 434323 URL: https://svnweb.freebsd.org/changeset/ports/434323 Log: www/py-flexget: update to 2.10.0 Changes: https://github.com/Flexget/Flexget/compare/2.9.19...2.10.0 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Fri Feb 17 23:32:24 2017 (r434322) +++ head/www/py-flexget/Makefile Fri Feb 17 23:32:37 2017 (r434323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.9.19 +PORTVERSION= 2.10.0 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Fri Feb 17 23:32:24 2017 (r434322) +++ head/www/py-flexget/distinfo Fri Feb 17 23:32:37 2017 (r434323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486797293 -SHA256 (FlexGet-2.9.19.tar.gz) = cdba5ac2f80a0e84600b7917e1f9d5490a19fd31a515a0a74e6e5616b3b0ba74 -SIZE (FlexGet-2.9.19.tar.gz) = 2637601 +TIMESTAMP = 1487315689 +SHA256 (FlexGet-2.10.0.tar.gz) = 694652694ab0b0257d7e22b99882831a900830023292b6a301eed9dad4928b0f +SIZE (FlexGet-2.10.0.tar.gz) = 2641512 From owner-svn-ports-all@freebsd.org Fri Feb 17 23:35:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56AEACE37A3; Fri, 17 Feb 2017 23:35: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 187561C70; Fri, 17 Feb 2017 23:35:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HNZb0B074599; Fri, 17 Feb 2017 23:35:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNZbUR074598; Fri, 17 Feb 2017 23:35:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172335.v1HNZbUR074598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434324 - branches/2017Q1/multimedia/x265 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 23:35:38 -0000 Author: jbeich Date: Fri Feb 17 23:35:36 2017 New Revision: 434324 URL: https://svnweb.freebsd.org/changeset/ports/434324 Log: MFH: r434321 multimedia/x265: always build shared library with -fPIC This should unbreak build on sparc64, powerpc64 and reduce text relocations on i386. Approved by: ports-secteam blanket Modified: branches/2017Q1/multimedia/x265/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/multimedia/x265/Makefile ============================================================================== --- branches/2017Q1/multimedia/x265/Makefile Fri Feb 17 23:32:37 2017 (r434323) +++ branches/2017Q1/multimedia/x265/Makefile Fri Feb 17 23:35:36 2017 (r434324) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -18,8 +19,7 @@ BUILD_DEPENDS= yasm:devel/yasm USES= cmake pathfix tar:bz2 USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md -CFLAGS_aarch64= -fPIC +CMAKE_ARGS= -DENABLE_PIC=on -DENABLE_TESTS=on -DPLATFORM_LIBS=md CFLAGS_mips= -DNO_ATOMICS # cannot use lang/gcc CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc EXTRACT_AFTER_ARGS+= --exclude "md5*" From owner-svn-ports-all@freebsd.org Sat Feb 18 00:29:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE31CDA576; Sat, 18 Feb 2017 00:29:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F556B2E; Sat, 18 Feb 2017 00:29: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 v1I0T7FZ094949; Sat, 18 Feb 2017 00:29:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I0T7Yk094948; Sat, 18 Feb 2017 00:29:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702180029.v1I0T7Yk094948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Feb 2017 00:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434325 - head/devel/icu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 00:29:08 -0000 Author: jbeich Date: Sat Feb 18 00:29:07 2017 New Revision: 434325 URL: https://svnweb.freebsd.org/changeset/ports/434325 Log: devel/icu: use sh(1) globbing for endian-sensitive path This should unbreak build on armeb, mipshf, mipsn32, mips64hf without having to worry about future architectures. Modified: head/devel/icu/Makefile (contents, props changed) Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Fri Feb 17 23:35:36 2017 (r434324) +++ head/devel/icu/Makefile Sat Feb 18 00:29:07 2017 (r434325) @@ -33,16 +33,7 @@ WRKSRC= ${WRKDIR}/icu/source ICUMAJOR= ${PORTVERSION:C/\..*//} PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION} -.include - .ifndef PKGNAMESUFFIX -.if ${ARCH} == "mips" || ${ARCH} == "mips64" || ${ARCH} == "sparc64" \ - || ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%b.dat -.else -PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%l.dat -.endif - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ ${STAGEDIR}${PREFIX}/bin/*conv \ @@ -50,6 +41,9 @@ post-install: ${STAGEDIR}${PREFIX}/bin/derb \ ${STAGEDIR}${PREFIX}/bin/pkgdata @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* +# Filename varies by endianness: icudtb.dat vs. icudtl.dat + @(cd ${STAGEDIR}${PREFIX} && ${ECHO_CMD} \ + ${DATADIR_REL}/${PORTVERSION}/icudt*.dat >>${TMPPLIST}) .endif # PKGNAMESUFFIX .include From owner-svn-ports-all@freebsd.org Sat Feb 18 02:58:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C5D7CE32D6; Sat, 18 Feb 2017 02:58:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD4821622; Sat, 18 Feb 2017 02:58:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I2wkA9055783; Sat, 18 Feb 2017 02:58:46 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I2wkRh055782; Sat, 18 Feb 2017 02:58:46 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702180258.v1I2wkRh055782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 18 Feb 2017 02:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434326 - head/security/luasec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 02:58:48 -0000 Author: bdrewery Date: Sat Feb 18 02:58:46 2017 New Revision: 434326 URL: https://svnweb.freebsd.org/changeset/ports/434326 Log: Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315. Modified: head/security/luasec/Makefile Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Sat Feb 18 00:29:07 2017 (r434325) +++ head/security/luasec/Makefile Sat Feb 18 02:58:46 2017 (r434326) @@ -19,7 +19,9 @@ ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} LD=${CC} +.if !defined(SLAVE_PORT) USES= lua ssl +.endif CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 LDFLAGS+= -L${OPENSSLLIB} From owner-svn-ports-all@freebsd.org Sat Feb 18 03:00:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACCDBCE336E; Sat, 18 Feb 2017 03:00:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5D91750; Sat, 18 Feb 2017 03:00:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 93075678D; Sat, 18 Feb 2017 03:00:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A290931891; Sat, 18 Feb 2017 03:00:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id DruZmd7nw-85; Sat, 18 Feb 2017 03:00:19 +0000 (UTC) Subject: Re: svn commit: r434315 - head/security/luasec-51 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com AFE773188B To: David Thiel , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Nikolai Lifanov References: <201702172104.v1HL4cUE012488@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Fri, 17 Feb 2017 18:59:53 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <201702172104.v1HL4cUE012488@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3smBSMTAX0eq9fanR4kNMInlmIUqQtgBV" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 03:00:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3smBSMTAX0eq9fanR4kNMInlmIUqQtgBV Content-Type: multipart/mixed; boundary="ROKt5kEi9EOfSMhiKxiCqoEBrxKAIChla"; protected-headers="v1" From: Bryan Drewery To: David Thiel , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Nikolai Lifanov Message-ID: Subject: Re: svn commit: r434315 - head/security/luasec-51 References: <201702172104.v1HL4cUE012488@repo.freebsd.org> In-Reply-To: <201702172104.v1HL4cUE012488@repo.freebsd.org> --ROKt5kEi9EOfSMhiKxiCqoEBrxKAIChla Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This breaks "index" for package building: [00:02:20] =3D=3D=3D=3D>> Error: Duplicated origin for lua52-luasec-0.6: security/luasec AND security/luasec-51. Meaning both origins have the same PKGNAME now. Before update: ~/svn/ports/security/luasec # make -C ../luasec-51 -V PKGNAME lua51-luasec-0.6 After: ~/svn/ports/security/luasec # make -C ../luasec-51 -V PKGNAME lua52-luasec-0.6 I've fixed luasec-51 to have 'lua51' again in r434326. On 2/17/17 1:04 PM, David Thiel wrote: > Author: lx > Date: Fri Feb 17 21:04:38 2017 > New Revision: 434315 > URL: https://svnweb.freebsd.org/changeset/ports/434315 >=20 > Log: > Turn into a slave port. > =20 > Submitted by: lifanof >=20 > Deleted: > head/security/luasec-51/distinfo > head/security/luasec-51/pkg-descr > head/security/luasec-51/pkg-plist > Modified: > head/security/luasec-51/Makefile >=20 > Modified: head/security/luasec-51/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/security/luasec-51/Makefile Fri Feb 17 20:49:22 2017 (r434314)= > +++ head/security/luasec-51/Makefile Fri Feb 17 21:04:38 2017 (r434315)= > @@ -1,47 +1,13 @@ > # Created by: Andrew Lewis > # $FreeBSD$ > =20 > -PORTNAME=3D luasec > -PORTVERSION=3D 0.6 > -DISTVERSIONPREFIX=3D ${PORTNAME}- > -CATEGORIES=3D security > -PKGNAMEPREFIX=3D ${LUA_PKGNAMEPREFIX} > +COMMENT=3D LuaSec for Lua 5.1 > =20 > -MAINTAINER=3D lx@FreeBSD.org > -COMMENT=3D Lua binding for the OpenSSL library to provide TLS/SSL comm= unication > +SLAVE_PORT=3D luasec > =20 > -LICENSE=3D MIT > +USES=3D lua:51 ssl > =20 > -USE_GITHUB=3D yes > -GH_ACCOUNT=3D brunoos > +MASTERDIR=3D ${.CURDIR}/../luasec > +PLIST=3D ${MASTERDIR}/pkg-plist > =20 > -ALL_TARGET=3D bsd > -LIBDIR=3D -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket > -MAKE_ENV+=3D INCDIR=3D"-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=3D${LU= A_MODSHAREDIR} \ > - CPATH=3D${LUA_MODLIBDIR} LD=3D${CC} > -USES=3D lua:51 ssl > -CFLAGS+=3D -I${OPENSSLINC} -DOPENSSL_NO_SSL3 > -LDFLAGS+=3D -L${OPENSSLLIB} > - > -post-patch: .SILENT > - ${REINPLACE_CMD} -Ee '/\(INSTALL\)/s/-D //' \ > - -e '/^LDFLAGS/s/\+=3D/=3D/' \ > - -e 's/LUAPATH/LUA_MODSHAREDIR/' \ > - -e 's/LUACPATH/LUA_MODLIBDIR/' \ > - ${WRKSRC}/src/Makefile > - ${REINPLACE_CMD} -Ee '/^(INC|LIB)DIR/s/[^?]=3D/?=3D/' \ > - ${WRKSRC}/Makefile > - > -.include > - > -.if ${SSL_DEFAULT:Mopenssl-devel} > -BROKEN=3D Does not build with openssl-devel > -.endif > - > -do-install: > - ${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}/ssl ${STAGEDIR}${LUA_MODLIBDIR= } > - ${INSTALL_LIB} ${WRKSRC}/src/ssl.so ${STAGEDIR}${LUA_MODLIBDIR} > - ${INSTALL_DATA} ${WRKSRC}/src/ssl.lua ${STAGEDIR}${LUA_MODSHAREDIR} > - ${INSTALL_DATA} ${WRKSRC}/src/https.lua ${STAGEDIR}${LUA_MODSHAREDIR}= /ssl > - > -.include > +.include "${MASTERDIR}/Makefile" >=20 --=20 Regards, Bryan Drewery --ROKt5kEi9EOfSMhiKxiCqoEBrxKAIChla-- --3smBSMTAX0eq9fanR4kNMInlmIUqQtgBV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJYp7iqAAoJEDXXcbtuRpfPm64IAL46AB3hPkS4PYvm6B07D8/D D/jgfN9UMR+rbe7CmWX4jKV4R6aLlj1hX86/SrBUSBmYQ+ZMBGyOhep3C3tKvMhs oChD1QqYUL0h83YXqONmdY4A/nUm0hVTNtGNHoI0Grpci8L0pOi9BqZLRDDQW8R0 HesbA9AFgGShnGwB5jRJrfBiYJmksObpq2AgyGvmIcnGNMAaCUzUOGR0V201xdW6 21cl08boHBh2Zm3gjWxYt/cT5cjhjvQq6kwF+aWNGUZ34u0y41zI7Uo2ad06+SQR 6wbs6q3B7UIvoKCaD7MD9L0LY15dq5+SUmCZdEdGDLGGX8ThRa2IxMsu4GrwGKQ= =Xh3G -----END PGP SIGNATURE----- --3smBSMTAX0eq9fanR4kNMInlmIUqQtgBV-- From owner-svn-ports-all@freebsd.org Sat Feb 18 03:47:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2B3ECE49EB; Sat, 18 Feb 2017 03:47:18 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85ADD1956; Sat, 18 Feb 2017 03:47:18 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id CDBBF762D; Sat, 18 Feb 2017 03:47:17 +0000 (UTC) To: bdrewery@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434326 - head/security/luasec In-Reply-To: <201702180258.v1I2wkRh055782@repo.freebsd.org> Message-Id: <20170218034717.CDBBF762D@freefall.freebsd.org> Date: Sat, 18 Feb 2017 03:47:17 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 03:47:18 -0000 [1~Bryan Drewery writes: > Author: bdrewery > Date: Sat Feb 18 02:58:46 2017 > New Revision: 434326 > URL: https://svnweb.freebsd.org/changeset/ports/434326 > > Log: > Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315. [...] > +.if !defined(SLAVE_PORT) > USES= lua ssl > +.endif Try to avoid SLAVE_PORT conditionals in ports. In this case ?= would have been enough e.g., USES?= lua ssl or dedup USES=ssl in the slave via USES?= lua USES+= ssl As for origin I wish lua ports follow python example e.g., security/lua-luasec security/lua51-luasec unlike statu quo where package *prefix* ends up as port *suffix*. From owner-svn-ports-all@freebsd.org Sat Feb 18 04:12:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B068CCE4FA4; Sat, 18 Feb 2017 04:12:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D586661; Sat, 18 Feb 2017 04:12:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I4Cbvt088210; Sat, 18 Feb 2017 04:12:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I4Cbgi088207; Sat, 18 Feb 2017 04:12:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702180412.v1I4Cbgi088207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 18 Feb 2017 04:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434327 - head/devel/spdlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 04:12:38 -0000 Author: vanilla Date: Sat Feb 18 04:12:37 2017 New Revision: 434327 URL: https://svnweb.freebsd.org/changeset/ports/434327 Log: Update to 0.12.0. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Sat Feb 18 02:58:46 2017 (r434326) +++ head/devel/spdlog/Makefile Sat Feb 18 04:12:37 2017 (r434327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Sat Feb 18 02:58:46 2017 (r434326) +++ head/devel/spdlog/distinfo Sat Feb 18 04:12:37 2017 (r434327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483448051 -SHA256 (gabime-spdlog-v0.11.0_GH0.tar.gz) = 8c0f1810fb6b7d23fef70c2ea8b6fa6768ac8d18d6e0de39be1f48865e22916e -SIZE (gabime-spdlog-v0.11.0_GH0.tar.gz) = 146346 +TIMESTAMP = 1487389754 +SHA256 (gabime-spdlog-v0.12.0_GH0.tar.gz) = 5cfd6a0b3182a88e1eb35bcb65a7ef9035140d7c73b16ba6095939dbf07325b9 +SIZE (gabime-spdlog-v0.12.0_GH0.tar.gz) = 150599 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Sat Feb 18 02:58:46 2017 (r434326) +++ head/devel/spdlog/pkg-plist Sat Feb 18 04:12:37 2017 (r434327) @@ -31,6 +31,7 @@ include/spdlog/sinks/ostream_sink.h include/spdlog/sinks/sink.h include/spdlog/sinks/stdout_sinks.h include/spdlog/sinks/syslog_sink.h +include/spdlog/sinks/wincolor_sink.h include/spdlog/spdlog.h include/spdlog/tweakme.h libdata/pkgconfig/spdlog.pc From owner-svn-ports-all@freebsd.org Sat Feb 18 05:58:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 469C2CE4014; Sat, 18 Feb 2017 05:58:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15FF81CF7; Sat, 18 Feb 2017 05:58:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I5wXU2029009; Sat, 18 Feb 2017 05:58:33 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I5wXeq029007; Sat, 18 Feb 2017 05:58:33 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201702180558.v1I5wXeq029007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 18 Feb 2017 05:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434328 - head/security/py-gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 05:58:34 -0000 Author: lwhsu Date: Sat Feb 18 05:58:32 2017 New Revision: 434328 URL: https://svnweb.freebsd.org/changeset/ports/434328 Log: - Update to 3.1.1 Modified: head/security/py-gnutls/Makefile head/security/py-gnutls/distinfo Modified: head/security/py-gnutls/Makefile ============================================================================== --- head/security/py-gnutls/Makefile Sat Feb 18 04:12:37 2017 (r434327) +++ head/security/py-gnutls/Makefile Sat Feb 18 05:58:32 2017 (r434328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-gnutls/distinfo ============================================================================== --- head/security/py-gnutls/distinfo Sat Feb 18 04:12:37 2017 (r434327) +++ head/security/py-gnutls/distinfo Sat Feb 18 05:58:32 2017 (r434328) @@ -1,2 +1,3 @@ -SHA256 (python-gnutls-3.0.0.tar.gz) = 6c1274c9f5c0c8c18d050134d6aa2bff3dbf59349fe5485f447fff5c24eb2dfb -SIZE (python-gnutls-3.0.0.tar.gz) = 40490 +TIMESTAMP = 1487396410 +SHA256 (python-gnutls-3.1.1.tar.gz) = 8892681519a89adb5bb1fba62199bb83bb86c999c983d46edf306f13c5f99a59 +SIZE (python-gnutls-3.1.1.tar.gz) = 40593 From owner-svn-ports-all@freebsd.org Sat Feb 18 06:11:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 932B8CE43D8; Sat, 18 Feb 2017 06:11:58 +0000 (UTC) (envelope-from melounmichal@gmail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8BA9C9; Sat, 18 Feb 2017 06:11:58 +0000 (UTC) (envelope-from melounmichal@gmail.com) Received: by mail-wm0-x244.google.com with SMTP id v77so5653600wmv.0; Fri, 17 Feb 2017 22:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:reply-to:to:cc:in-reply-to:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=+wkcnKUy+kftAtIq1AgiF8Ezg1bpJVLhzP31yfiaK20=; b=BA56YSf3xlvtc4rXVomqLkiOmVYrnQMf4uG6aXHKdy+1InVbUoCQXaDJVOLgPYX1JJ lV45ClfFl/EbMiHtCHYxgVQViO2j1vq0HMdZnc2prBbLWUirWfTPG4gwbxtBHItZJXRf X2k/IHHeb2XoeYUKLQ9IfOgIpPld9ExrPFFRROp9A5R65T7E92pvka1A1J/iq4ZKdMHY 5tdJKyD8xTA7d4lU9PUQBd1rfODVkKLeB4mlfM0nrgDzg1thr0LGFIiam7GnuY1Kyf+J AhS+cwBa68vwgRB5o1RF2kEzaPqq3GG0JGqaeAm6VP8nf1zPoxKZB5olOj3Rv5DiItst KgLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:reply-to:to:cc:in-reply-to:subject :message-id:date:user-agent:mime-version:content-transfer-encoding; bh=+wkcnKUy+kftAtIq1AgiF8Ezg1bpJVLhzP31yfiaK20=; b=OHM4YvlTtZJERpZE+STtONPxDjWDm/BvPjy2rJpxpUFmGDxPntt0uuZ8ciSrlv9tUy LD5+dFs1fjN2GyQaPNqm/BqJnpnTZmjhMKPoMx4M6JPlDq4OWwM65Iq9/izChPNuNW1M j7edQKjgO6QClM0VFQG1+u/aWyKN2d5nwEZk/mclR/LNvB9Z7NMUpdd21ne8nd/9pSWy 6rZHDDHl2kaaYfInJKzXvhYGGnYf4wbPXlpsBpEOo1rzozoP8PVyD9dUm7Yd8JuVNUab qrVqyR+ABXqDVG7qZP6KYaw+PBdQVwq5wPL5+RhTVhtFhiw2V7dy0nKSwqKFX7AaBsnh Jc6g== X-Gm-Message-State: AMke39lWISCtjx+NkLTcacp1D2n62hoTnUM2YghN7vyYf07teHx8Ek4G2BrQLvssEdvqVg== X-Received: by 10.28.35.65 with SMTP id j62mr3907496wmj.31.1487398315469; Fri, 17 Feb 2017 22:11:55 -0800 (PST) Received: from [88.208.79.100] (halouny.humusoft.cz. [88.208.79.100]) by smtp.gmail.com with ESMTPSA id 198sm4376843wmn.11.2017.02.17.22.11.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Feb 2017 22:11:54 -0800 (PST) From: Michal Meloun X-Google-Original-From: Michal Meloun Reply-To: mmel@freebsd.org To: Mark Felder Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <1486771811.2623949.877399408.0B6A1AA4@webmail.messagingengine.com> Subject: Re: svn commit: r433767 - in head: archivers/fastjar audio/audiere biology/p5-AcePerl comms/libfec devel/dcmtk devel/p5-subversion devel/py-ode games/abuse_sdl games/quake2-relay graphics/py-soya3d lan... Message-ID: <42c782dd-7dda-52d7-dec8-fe2be490b29f@freebsd.org> Date: Sat, 18 Feb 2017 07:11:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 06:11:58 -0000 > On Fri, 10 Feb 2017 18:10:11 -0600 Mark Felder wrote: >> Could you provide some guidelines or documentation to help people solve >> this problem correctly if adding -fPIC is not correct? I certainly >> wouldn't understand how to fix it or why this has any affect. > > I've gone over all ports in this commit now and the proper fix was almost > always different so it's not that easy to write general guidelines. One > thing is that code needs to be position independent or not on all > architectures. It's never an architecture specific thing so things like > CFLAGS_+=-fPIC are always wrong. Also the compiler error always > says which file is causing a problem and this can belong to a dependency > of the port, and then the problem needs to be fixed there. > > Sometimes upstream provides a switch to enable building with -fPIC. > Sometimes the problem is caused by the port Makefile overriding upstream > CFLAGS or by port patches that break something. With old code there may > be a problem with the upstream build system because on i386 it's often > possible to link non-pic object files into a shared library without the > compiler complaining about that. The resulting library then contains text relocations (objdump -p libfoo.so | grep TEXTREL), which means the code > needs to be modified at runtime, which means the memory holding the code > cannot be shared between processes, which kind of defeats the purpose of > shared libraries. The upstream build system needs to be patched then. > Sometimes a port only provides library archives (libfoo.a). If another > port then tries to link these into a shared library the archive needs to > be compiled with -fPIC. Sometimes upstream provides a switch to enable > shared libraries (libfoo.so) that other ports can use instead of libfoo.a. > If that's not available -fPIC can be added to CFLAGS, preferably with a > comment explaining why it's needed. > > It all depends on what the real cause of the problem is. Just don't > follow compiler advice blindly. The one that says "recompile with > -fPIC" is a particularly nasty one, because it looks like complicated > mumbo jumbo followed by simple advice. It works like some sort of mind > virus that makes you stop thinking. You can even see one committer put > up some resistance at first but then he gets infected by another > committer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213866 > And there are hundreds of ports with -fPIC in their Makefile so there > are probably dozens of committers affected by this. > > As a committer you should always know what you're doing such that when > you make mistakes you know how to fix them. When there's any doubt just > ask someone who knows for confirmation. Well, if you want be multiplatform, the rule is very simple. Iv short: 'Each object file ending in shared library must be compile with -fpic' Period, *no other way*. This is only way, known to me, witch ensures correct building of shared library on all supported platforms. Longer story is: For each CPU architecture, compiler can emit wide range various relocation records . While static linker can process any one, realtime linker (rtld) can process only (mostly small) subset of them. When shared library gets finally linked, the static linker can convert some of unsupported (by rtld) relocation's to supported ones, but not all types are convertible. And this is exact reason, why each source file for portable multiplatform library must be compiled with -fpic. Michal From owner-svn-ports-all@freebsd.org Sat Feb 18 07:28:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F835CE26C2; Sat, 18 Feb 2017 07:28:04 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E37148AA; Sat, 18 Feb 2017 07:28:03 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I7S2ON065633; Sat, 18 Feb 2017 07:28:02 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I7S2BP065628; Sat, 18 Feb 2017 07:28:02 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702180728.v1I7S2BP065628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 18 Feb 2017 07:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434329 - in head/textproc: . py-m2r py-m2r/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 07:28:04 -0000 Author: demon Date: Sat Feb 18 07:28:02 2017 New Revision: 434329 URL: https://svnweb.freebsd.org/changeset/ports/434329 Log: New port: py-m2r. M2R is a Python module and command line utility to convert documents formatted with markdown that include embedded reST markups to valid reST formatted documents. PR: 217183 Submitted by: John W. O'Brien Added: head/textproc/py-m2r/ head/textproc/py-m2r/Makefile (contents, props changed) head/textproc/py-m2r/distinfo (contents, props changed) head/textproc/py-m2r/files/ head/textproc/py-m2r/files/patch-setup.py (contents, props changed) head/textproc/py-m2r/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Feb 18 05:58:32 2017 (r434328) +++ head/textproc/Makefile Sat Feb 18 07:28:02 2017 (r434329) @@ -1271,6 +1271,7 @@ SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-ltxml + SUBDIR += py-m2r SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown2 Added: head/textproc/py-m2r/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-m2r/Makefile Sat Feb 18 07:28:02 2017 (r434329) @@ -0,0 +1,34 @@ +# Created by: John W. O'Brien +# $FreeBSD$ + +PORTNAME= m2r +PORTVERSION= 0.1.5 +CATEGORIES= textproc devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Convert markdown formatted file with reST markup to reST format + +LICENSE= MIT + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mistune>0:textproc/py-mistune \ + ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 3300 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock +.endif + +do-test: + @cd ${TEST_WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/textproc/py-m2r/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-m2r/distinfo Sat Feb 18 07:28:02 2017 (r434329) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487344809 +SHA256 (m2r-0.1.5.tar.gz) = 3448f770aed05ca10390d0917cd51836cbf82a2f095bc91507e6291cfab03223 +SIZE (m2r-0.1.5.tar.gz) = 13202 Added: head/textproc/py-m2r/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-m2r/files/patch-setup.py Sat Feb 18 07:28:02 2017 (r434329) @@ -0,0 +1,10 @@ +--- setup.py.orig 2017-02-17 17:38:50 UTC ++++ setup.py +@@ -27,7 +27,6 @@ setup( + author_email='miyako.dev@gmail.com', + url='https://github.com/miyakogi/m2r', + py_modules=['m2r'], +- packages=['tests'], + entry_points={'console_scripts': 'm2r = m2r:main'}, + include_package_data=True, + license="MIT", Added: head/textproc/py-m2r/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-m2r/pkg-descr Sat Feb 18 07:28:02 2017 (r434329) @@ -0,0 +1,5 @@ +M2R is a Python module and command line utility to convert documents +formatted with markdown that include embedded reST markups to valid +reST formatted documents. + +WWW: https://github.com/miyakogi/m2r From owner-svn-ports-all@freebsd.org Sat Feb 18 07:34:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED326CE2BC2; Sat, 18 Feb 2017 07:34:44 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEC64EFF; Sat, 18 Feb 2017 07:34:44 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I7YhQ7069596; Sat, 18 Feb 2017 07:34:43 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I7Yh7c069591; Sat, 18 Feb 2017 07:34:43 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702180734.v1I7Yh7c069591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 18 Feb 2017 07:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434330 - in head/devel: . py-Automat py-Automat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 07:34:45 -0000 Author: demon Date: Sat Feb 18 07:34:43 2017 New Revision: 434330 URL: https://svnweb.freebsd.org/changeset/ports/434330 Log: New port: py-Automat Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). PR: 217186 Submitted by: John W. O'Brien Added: head/devel/py-Automat/ head/devel/py-Automat/Makefile (contents, props changed) head/devel/py-Automat/distinfo (contents, props changed) head/devel/py-Automat/files/ head/devel/py-Automat/files/patch-setup.py (contents, props changed) head/devel/py-Automat/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 18 07:28:02 2017 (r434329) +++ head/devel/Makefile Sat Feb 18 07:34:43 2017 (r434330) @@ -3995,6 +3995,7 @@ SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns + SUBDIR += py-Automat SUBDIR += py-Breve SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime Added: head/devel/py-Automat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Automat/Makefile Sat Feb 18 07:34:43 2017 (r434330) @@ -0,0 +1,26 @@ +# Created by: John W. O'Brien +# $FreeBSD$ + +PORTNAME= Automat +PORTVERSION= 0.5.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Finite-state machines in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \ + ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-Automat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Automat/distinfo Sat Feb 18 07:34:43 2017 (r434330) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487351142 +SHA256 (Automat-0.5.0.tar.gz) = 4889ec6763377432ec4db265ad552bbe956768ea3fff39014855308ba79dd7c2 +SIZE (Automat-0.5.0.tar.gz) = 32599 Added: head/devel/py-Automat/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Automat/files/patch-setup.py Sat Feb 18 07:34:43 2017 (r434330) @@ -0,0 +1,13 @@ +--- setup.py.orig 2017-02-18 00:40:15 UTC ++++ setup.py +@@ -39,8 +39,8 @@ setup( + "automat-visualize = automat._visualize:tool" + ], + }, +- author_name='Glyph', +- author_mail='glyph@twistedmatrix.com', ++ author='Glyph', ++ author_email='glyph@twistedmatrix.com', + include_package_data=True, + license="MIT", + keywords='fsm finite state machine automata', Added: head/devel/py-Automat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Automat/pkg-descr Sat Feb 18 07:34:43 2017 (r434330) @@ -0,0 +1,5 @@ +Automat is a library for concise, idiomatic Python expression of +finite-state automata (particularly deterministic finite-state +transducers). + +WWW: https://github.com/glyph/Automat From owner-svn-ports-all@freebsd.org Sat Feb 18 08:00:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109DCCE15EE; Sat, 18 Feb 2017 08:00:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF0C118C7; Sat, 18 Feb 2017 08:00:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I80G2H078239; Sat, 18 Feb 2017 08:00:16 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I80Fd2078229; Sat, 18 Feb 2017 08:00:15 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201702180800.v1I80Fd2078229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 18 Feb 2017 08:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434331 - in head/net-im: licq licq-icq/files licq-osd licq-qt-gui licq-qt-gui/files licq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 08:00:17 -0000 Author: dinoex Date: Sat Feb 18 08:00:14 2017 New Revision: 434331 URL: https://svnweb.freebsd.org/changeset/ports/434331 Log: - make portlint happier - add dependecies Modified: head/net-im/licq-icq/files/patch-filetransfer.h head/net-im/licq-osd/Makefile head/net-im/licq-qt-gui/Makefile head/net-im/licq-qt-gui/files/patch-contactuserdata.h head/net-im/licq-qt-gui/files/patch-plugin.cpp head/net-im/licq-qt-gui/files/patch-usereventcommon.h head/net-im/licq/Makefile head/net-im/licq/files/patch-filetransfer.h head/net-im/licq/files/patch-main.cpp Modified: head/net-im/licq-icq/files/patch-filetransfer.h ============================================================================== --- head/net-im/licq-icq/files/patch-filetransfer.h Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-icq/files/patch-filetransfer.h Sat Feb 18 08:00:14 2017 (r434331) @@ -1,5 +1,5 @@ ---- ../../include/licq/icq/filetransfer.h.orig 2013-08-25 11:45:17.000000000 +0200 -+++ ../../include/licq/icq/filetransfer.h 2014-02-13 21:38:18.000000000 +0100 +--- ../../include/licq/icq/filetransfer.h.orig 2014-06-01 19:16:42 UTC ++++ ../../include/licq/icq/filetransfer.h @@ -76,6 +76,7 @@ #include #include Modified: head/net-im/licq-osd/Makefile ============================================================================== --- head/net-im/licq-osd/Makefile Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-osd/Makefile Sat Feb 18 08:00:14 2017 (r434331) @@ -3,7 +3,7 @@ PORTNAME= osd PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= net-im @@ -13,11 +13,8 @@ COMMENT= OnScreenDisplay messages in lic LIB_DEPENDS= libxosd.so:misc/xosd \ libboost_regex.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${LICQ_PORT}-qt-gui -# run dependency may be too strict, delete it if you use another -# plugin (gtk+) and wish run osd with it. i've not tested with -# plugins other than qt-gui -USES= cmake gettext-tools +USES= cmake gettext-tools iconv LOCALES= be de cs es fr pt pt_BR ro ru sv sk tr PLIST_FILES= lib/licq/licq_osd.so \ Modified: head/net-im/licq-qt-gui/Makefile ============================================================================== --- head/net-im/licq-qt-gui/Makefile Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-qt-gui/Makefile Sat Feb 18 08:00:14 2017 (r434331) @@ -15,10 +15,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/protocol_icq.so:${LICQ_PORT}-icq -USE_XORG= x11 xext ice xscrnsaver +USE_XORG= x11 xext ice xscrnsaver sm USES= cmake USE_QT4= qmake_build moc_build rcc_build uic_build linguisttools_build \ - corelib xml gui + corelib xml gui network dbus svg OPTIONS_DEFINE= HUNSPELL KDE4 OPTIONS_DEFAULT=HUNSPELL Modified: head/net-im/licq-qt-gui/files/patch-contactuserdata.h ============================================================================== --- head/net-im/licq-qt-gui/files/patch-contactuserdata.h Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-qt-gui/files/patch-contactuserdata.h Sat Feb 18 08:00:14 2017 (r434331) @@ -1,5 +1,5 @@ ---- src/contactlist/contactuserdata.h.orig 2013-08-25 11:45:17.000000000 +0200 -+++ src/contactlist/contactuserdata.h 2014-02-13 21:44:51.000000000 +0100 +--- src/contactlist/contactuserdata.h.orig 2014-06-01 19:16:42 UTC ++++ src/contactlist/contactuserdata.h @@ -20,6 +20,8 @@ #ifndef CONTACTUSERDATA_H #define CONTACTUSERDATA_H Modified: head/net-im/licq-qt-gui/files/patch-plugin.cpp ============================================================================== --- head/net-im/licq-qt-gui/files/patch-plugin.cpp Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-qt-gui/files/patch-plugin.cpp Sat Feb 18 08:00:14 2017 (r434331) @@ -1,5 +1,5 @@ ---- src/core/plugin.cpp.orig 2014-06-01 21:16:42.000000000 +0200 -+++ src/core/plugin.cpp 2014-06-06 22:08:35.000000000 +0200 +--- src/core/plugin.cpp.orig 2014-06-01 19:16:42 UTC ++++ src/core/plugin.cpp @@ -31,6 +31,7 @@ # include #include Modified: head/net-im/licq-qt-gui/files/patch-usereventcommon.h ============================================================================== --- head/net-im/licq-qt-gui/files/patch-usereventcommon.h Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq-qt-gui/files/patch-usereventcommon.h Sat Feb 18 08:00:14 2017 (r434331) @@ -1,5 +1,5 @@ ---- src/userevents/usereventcommon.h.orig 2013-08-25 11:45:17.000000000 +0200 -+++ src/userevents/usereventcommon.h 2014-02-13 21:45:16.000000000 +0100 +--- src/userevents/usereventcommon.h.orig 2014-06-01 19:16:42 UTC ++++ src/userevents/usereventcommon.h @@ -20,6 +20,8 @@ #ifndef USEREVENTCOMMON_H #define USEREVENTCOMMON_H Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq/Makefile Sat Feb 18 08:00:14 2017 (r434331) @@ -17,8 +17,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boo BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: fails to link -USES= cmake iconv -USE_OPENSSL= yes +USES= cmake iconv ssl WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq Modified: head/net-im/licq/files/patch-filetransfer.h ============================================================================== --- head/net-im/licq/files/patch-filetransfer.h Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq/files/patch-filetransfer.h Sat Feb 18 08:00:14 2017 (r434331) @@ -1,5 +1,5 @@ ---- include/licq/icq/filetransfer.h.orig 2014-06-01 21:16:42.000000000 +0200 -+++ include/licq/icq/filetransfer.h 2014-06-06 15:47:07.000000000 +0200 +--- include/licq/icq/filetransfer.h.orig 2014-06-01 19:16:42 UTC ++++ include/licq/icq/filetransfer.h @@ -73,6 +73,7 @@ * which case the file will be saved as . *-------------------------------------------------------------------------*/ Modified: head/net-im/licq/files/patch-main.cpp ============================================================================== --- head/net-im/licq/files/patch-main.cpp Sat Feb 18 07:34:43 2017 (r434330) +++ head/net-im/licq/files/patch-main.cpp Sat Feb 18 08:00:14 2017 (r434331) @@ -1,6 +1,6 @@ ---- src/main.cpp.orig Wed Jan 29 13:19:50 2003 -+++ src/main.cpp Wed Jan 29 13:20:13 2003 -@@ -10,7 +10,6 @@ +--- src/main.cpp.orig 2014-06-01 19:16:42 UTC ++++ src/main.cpp +@@ -31,7 +31,6 @@ #ifdef USE_SOCKS5 #define SOCKS From owner-svn-ports-all@freebsd.org Sat Feb 18 08:20:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D6EFCE1AF5; Sat, 18 Feb 2017 08:20:47 +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 07E4067A; Sat, 18 Feb 2017 08:20:46 +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 v1I8Kk27086395; Sat, 18 Feb 2017 08:20:46 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I8Kjtq086391; Sat, 18 Feb 2017 08:20:45 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702180820.v1I8Kjtq086391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Feb 2017 08:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434332 - in head/multimedia/vlc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 08:20:47 -0000 Author: riggs Date: Sat Feb 18 08:20:45 2017 New Revision: 434332 URL: https://svnweb.freebsd.org/changeset/ports/434332 Log: Use c++11 by default, in preparation for Qt 5.7.1 update PR: 217051 Submitted by: rakuco Added: head/multimedia/vlc/files/patch-git_92ec47e (contents, props changed) head/multimedia/vlc/files/patch-git_d2571e6 (contents, props changed) Deleted: head/multimedia/vlc/files/patch-modules_gui_qt4_dialogs_messages.hpp Modified: head/multimedia/vlc/Makefile head/multimedia/vlc/files/patch-include_vlc__atomic.h Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Feb 18 08:00:14 2017 (r434331) +++ head/multimedia/vlc/Makefile Sat Feb 18 08:20:45 2017 (r434332) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.4 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -24,7 +24,13 @@ BUILD_DEPENDS= ffmpeg>=2.0:multimedia/ff yasm:devel/yasm RUN_DEPENDS= ffmpeg>=2.0:multimedia/ffmpeg -USES= compiler:c11 desktop-file-utils gmake iconv libtool pathfix \ +# VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag +# to the compiler. Until the port is updated, we explicitly pass -std=c++11 to +# the compiler because Qt 5.7+ requires C++11 support, and FreeBSD 10.3's clang +# does not default to C++11 mode. +USE_CXXSTD= c++11 + +USES= compiler:c++11-lib desktop-file-utils gmake iconv libtool pathfix \ pkgconfig tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes Added: head/multimedia/vlc/files/patch-git_92ec47e ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-git_92ec47e Sat Feb 18 08:20:45 2017 (r434332) @@ -0,0 +1,43 @@ +Partial import of upstream git-commit to fix build in c++11 mode + +From 92ec47e15b62ef12e15e6ce5550abe2620bc3167 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= +Date: Wed, 2 Jul 2014 14:17:19 +0000 +Subject: [PATCH] Fix build when using C++11 + +--- modules/access/live555.cpp.orig 2015-10-21 17:48:45 UTC ++++ modules/access/live555.cpp +@@ -307,7 +307,7 @@ static int Open ( vlc_object_t *p_this + p_demux->p_sys = p_sys = (demux_sys_t*)calloc( 1, sizeof( demux_sys_t ) ); + if( !p_sys ) return VLC_ENOMEM; + +- msg_Dbg( p_demux, "version "LIVEMEDIA_LIBRARY_VERSION_STRING ); ++ msg_Dbg( p_demux, "version " LIVEMEDIA_LIBRARY_VERSION_STRING ); + + TAB_INIT( p_sys->i_track, p_sys->track ); + p_sys->f_npt = 0.; +@@ -593,7 +593,7 @@ createnew: + + p_sys->rtsp = new RTSPClientVlc( *p_sys->env, psz_url, + var_InheritInteger( p_demux, "verbose" ) > 1 ? 1 : 0, +- "LibVLC/"VERSION, i_http_port, p_sys ); ++ "LibVLC/" VERSION, i_http_port, p_sys ); + if( !p_sys->rtsp ) + { + msg_Err( p_demux, "RTSPClient::createNew failed (%s)", + modules/access/live555.cpp | 4 ++-- + modules/demux/mp4/libmp4.h | 2 +- + modules/demux/vobsub.h | 8 +++---- + 10 files changed, 40 insertions(+), 40 deletions(-) + +--- modules/demux/mp4/libmp4.h.orig 2015-02-02 19:42:29 UTC ++++ modules/demux/mp4/libmp4.h +@@ -1360,7 +1360,7 @@ static inline size_t mp4_box_headersize( + if( i_actually_read < 0 || (int64_t)i_actually_read < i_read )\ + { \ + msg_Warn( p_stream, "MP4_READBOX_ENTER: I got %i bytes, "\ +- "but I requested %"PRId64"", i_actually_read, i_read );\ ++ "but I requested %" PRId64, i_actually_read, i_read );\ + free( p_buff ); \ + return( 0 ); \ + } \ Added: head/multimedia/vlc/files/patch-git_d2571e6 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-git_d2571e6 Sat Feb 18 08:20:45 2017 (r434332) @@ -0,0 +1,51 @@ +commit d2571e643edb0f1cb217805ef8d5ac172d59a864 +Author: Rémi Denis-Courmont +Date: Fri Jun 26 00:06:44 2015 +0300 + + qt: use QAtomicInt + +diff --git a/modules/gui/qt4/dialogs/messages.cpp b/modules/gui/qt4/dialogs/messages.cpp +index 21c11107c7..d23007f036 100644 +--- modules/gui/qt4/dialogs/messages.cpp ++++ modules/gui/qt4/dialogs/messages.cpp +@@ -146,7 +146,7 @@ MessagesDialog::~MessagesDialog() + + void MessagesDialog::changeVerbosity( int i_verbosity ) + { +- atomic_store( &this->verbosity, i_verbosity ); ++ verbosity = i_verbosity; + } + + void MessagesDialog::updateConfig() +@@ -340,7 +340,7 @@ void MessagesDialog::MsgCallback( void *self, int type, const vlc_log_t *item, + { + MessagesDialog *dialog = (MessagesDialog *)self; + char *str; +- int verbosity = atomic_load( &dialog->verbosity ); ++ int verbosity = dialog->verbosity; + + if( verbosity < 0 || verbosity < (type - VLC_MSG_ERR) + || unlikely(vasprintf( &str, format, ap ) == -1) ) +diff --git a/modules/gui/qt4/dialogs/messages.hpp b/modules/gui/qt4/dialogs/messages.hpp +index a8d5804be2..0491a8f158 100644 +--- modules/gui/qt4/dialogs/messages.hpp ++++ modules/gui/qt4/dialogs/messages.hpp +@@ -28,8 +28,8 @@ + #include "util/singleton.hpp" + #include "ui/messages_panel.h" + #include +-#include + #include ++#include + + class QPushButton; + class QTreeWidget; +@@ -49,7 +49,7 @@ private: + void sinkMessage( const MsgEvent * ); + bool matchFilter( const QString& ); + +- atomic_uint verbosity; ++ QAtomicInt verbosity; + static void MsgCallback( void *, int, const vlc_log_t *, const char *, + va_list ); + Modified: head/multimedia/vlc/files/patch-include_vlc__atomic.h ============================================================================== --- head/multimedia/vlc/files/patch-include_vlc__atomic.h Sat Feb 18 08:00:14 2017 (r434331) +++ head/multimedia/vlc/files/patch-include_vlc__atomic.h Sat Feb 18 08:20:45 2017 (r434332) @@ -1,17 +1,103 @@ +Move vlc_atomic.h closer to the git version (post-2.2.4), especially revision +ab550d60dd8d8 ("include: stick to a single version (2011) C/C++ atomics") by +assuming C++ builds are being done in C++11 mode or later and include . +For C usages, use in C11 mode and define some shims otherwise. + +The original 2.2.4 version does not have C++11 support and breaks with Qt5, as +Qt 5.7+ requires C++11 support. --- include/vlc_atomic.h.orig 2014-08-14 07:20:03 UTC +++ include/vlc_atomic.h -@@ -32,6 +32,14 @@ +@@ -26,13 +26,13 @@ + * Atomic operations do not require locking, but they are not very powerful. + */ + +-# if !defined (__cplusplus) && (__STDC_VERSION__ >= 201112L) \ +- && !defined (__STDC_NO_ATOMICS__) ++# ifndef __cplusplus ++# if (__STDC_VERSION__ >= 201112L) && !defined (__STDC_NO_ATOMICS__) + /*** Native C11 atomics ***/ # include -+# elif defined (__cplusplus) && defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 3800 -+ -+# include -+ -+using std::atomic_uint_least32_t; -+using std::atomic_uintptr_t; -+using std::atomic_int; -+ - # else +-# else ++# else # define ATOMIC_FLAG_INIT false + +@@ -57,7 +57,7 @@ + * unsigned equivalents, i.e. 4-bytes and 8-bytes types, although GCC also + * supports 1 and 2-bytes types. Some non-x86 architectures do not support + * 8-byte atomic types (or not efficiently). */ +-# if defined (_MSC_VER) ++# if defined (_MSC_VER) + /* Some atomic operations of the Interlocked API are only + available for desktop apps. Thus we define the atomic types to + be at least 32 bits wide. */ +@@ -68,7 +68,7 @@ + typedef uint_least32_t atomic_uchar; + typedef int_least32_t atomic_short; + typedef uint_least32_t atomic_ushort; +-# else ++# else + typedef bool atomic_flag; + typedef bool atomic_bool; + typedef char atomic_char; +@@ -76,7 +76,7 @@ + typedef unsigned char atomic_uchar; + typedef short atomic_short; + typedef unsigned short atomic_ushort; +-# endif ++# endif + typedef int atomic_int; + typedef unsigned int atomic_uint; + typedef long atomic_long; +@@ -109,7 +109,7 @@ + typedef intmax_t atomic_intmax_t; + typedef uintmax_t atomic_uintmax_t; + +-# if defined (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) || (defined (__clang__) && (defined (__x86_64__) || defined (__i386__))) ++# if defined (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) || (defined (__clang__) && (defined (__x86_64__) || defined (__i386__))) + + /*** Intel/GCC atomics ***/ + +@@ -203,7 +203,7 @@ + # define atomic_flag_clear_explicit(object,order) \ + atomic_flag_clear(object) + +-# elif defined (__GNUC__) ++# elif defined (__GNUC__) + + /*** No atomics ***/ + +@@ -315,7 +315,7 @@ + # define atomic_flag_clear_explicit(object,order) \ + atomic_flag_clear(object) + +-# elif defined (_MSC_VER) ++# elif defined (_MSC_VER) + + # include + +@@ -397,10 +397,8 @@ + # define atomic_flag_clear_explicit(object,order) \ + atomic_flag_clear(object) + +-# else +-# error FIXME: implement atomic operations for this compiler. +-# endif +-# endif ++# endif ++# endif + + typedef atomic_uint_least32_t vlc_atomic_float; + +@@ -427,4 +425,9 @@ + atomic_store(atom, u.i); + } + ++# else /* C++ */ ++/*** Native C++11 atomics ***/ ++# include ++# endif ++ + #endif From owner-svn-ports-all@freebsd.org Sat Feb 18 08:37:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26C13CE1EB3; Sat, 18 Feb 2017 08:37:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E795FC81; Sat, 18 Feb 2017 08:37:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I8bnkf094470; Sat, 18 Feb 2017 08:37:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I8bnWs094468; Sat, 18 Feb 2017 08:37:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702180837.v1I8bnWs094468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 08:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434333 - head/devel/pear-XML_Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 08:37:51 -0000 Author: miwi Date: Sat Feb 18 08:37:49 2017 New Revision: 434333 URL: https://svnweb.freebsd.org/changeset/ports/434333 Log: - Update to 1.4.1 PR: 217175 Submitted by: maintainer Modified: head/devel/pear-XML_Util/Makefile head/devel/pear-XML_Util/distinfo Modified: head/devel/pear-XML_Util/Makefile ============================================================================== --- head/devel/pear-XML_Util/Makefile Sat Feb 18 08:20:45 2017 (r434332) +++ head/devel/pear-XML_Util/Makefile Sat Feb 18 08:37:49 2017 (r434333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML_Util -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel www pear MAINTAINER= joneum@bsdproject.de Modified: head/devel/pear-XML_Util/distinfo ============================================================================== --- head/devel/pear-XML_Util/distinfo Sat Feb 18 08:20:45 2017 (r434332) +++ head/devel/pear-XML_Util/distinfo Sat Feb 18 08:37:49 2017 (r434333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486285471 -SHA256 (PEAR/XML_Util-1.4.0.tgz) = 388cfcfbbaaa14c7d73841088ccf91b0298eb7484525c13488d0548087ea469a -SIZE (PEAR/XML_Util-1.4.0.tgz) = 18428 +TIMESTAMP = 1487404528 +SHA256 (PEAR/XML_Util-1.4.1.tgz) = 624095e57fc53c459bb7858f1699cbe99cdd91207eb5251326e833495dd5f8db +SIZE (PEAR/XML_Util-1.4.1.tgz) = 18839 From owner-svn-ports-all@freebsd.org Sat Feb 18 08:39:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B40B2CE1EF4; Sat, 18 Feb 2017 08:39:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81303D7E; Sat, 18 Feb 2017 08:39:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I8d5mq094642; Sat, 18 Feb 2017 08:39:05 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I8d5D2094640; Sat, 18 Feb 2017 08:39:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702180839.v1I8d5D2094640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 08:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434334 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 08:39:06 -0000 Author: miwi Date: Sat Feb 18 08:39:05 2017 New Revision: 434334 URL: https://svnweb.freebsd.org/changeset/ports/434334 Log: - Update to 2016.11.2 PR: 217185 Submitted by: maintainer Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Sat Feb 18 08:37:49 2017 (r434333) +++ head/sysutils/py-salt/Makefile Sat Feb 18 08:39:05 2017 (r434334) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2016.11.1 -PORTREVISION= 2 +PORTVERSION= 2016.11.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Sat Feb 18 08:37:49 2017 (r434333) +++ head/sysutils/py-salt/distinfo Sat Feb 18 08:39:05 2017 (r434334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482073787 -SHA256 (salt-2016.11.1.tar.gz) = 00343e190dcf6dfa27dbec996d1161f7aef16cf99510b67970136cf24f092992 -SIZE (salt-2016.11.1.tar.gz) = 9075078 +TIMESTAMP = 1487404665 +SHA256 (salt-2016.11.2.tar.gz) = f5c3d3cf4293d5b80a93790c76dec61421991c9c54222abd7327b3437ad13a43 +SIZE (salt-2016.11.2.tar.gz) = 9114042 From owner-svn-ports-all@freebsd.org Sat Feb 18 09:01:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56D04CE4CAD; Sat, 18 Feb 2017 09:01:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D09C1C13; Sat, 18 Feb 2017 09:01:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I91cP3006752; Sat, 18 Feb 2017 09:01:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I91cpx006751; Sat, 18 Feb 2017 09:01:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702180901.v1I91cpx006751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 18 Feb 2017 09:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434335 - head/databases/dbf2mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 09:01:39 -0000 Author: amdmi3 Date: Sat Feb 18 09:01:37 2017 New Revision: 434335 URL: https://svnweb.freebsd.org/changeset/ports/434335 Log: - Add LICENSE - Pet portlint - Switch to options helpers Modified: head/databases/dbf2mysql/Makefile Modified: head/databases/dbf2mysql/Makefile ============================================================================== --- head/databases/dbf2mysql/Makefile Sat Feb 18 08:39:05 2017 (r434334) +++ head/databases/dbf2mysql/Makefile Sat Feb 18 09:01:37 2017 (r434335) @@ -10,7 +10,9 @@ MASTER_SITES= MYSQL/Contrib/Old-Versions MAINTAINER= ports@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa -USE_MYSQL= yes +LICENSE= NONE + +USES= mysql PORTDOCS= README PLIST_FILES= bin/dbf2mysql bin/mysql2dbf @@ -20,6 +22,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbf2mysql ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mysql2dbf ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sat Feb 18 09:08:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60396CE4F88; Sat, 18 Feb 2017 09:08:28 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D179102E; Sat, 18 Feb 2017 09:08:28 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I98Ran007117; Sat, 18 Feb 2017 09:08:27 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I98RDS007115; Sat, 18 Feb 2017 09:08:27 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702180908.v1I98RDS007115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 18 Feb 2017 09:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434336 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 09:08:28 -0000 Author: gerald Date: Sat Feb 18 09:08:26 2017 New Revision: 434336 URL: https://svnweb.freebsd.org/changeset/ports/434336 Log: Update to the 20170216 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat Feb 18 09:01:37 2017 (r434335) +++ head/lang/gcc6-devel/Makefile Sat Feb 18 09:08:26 2017 (r434336) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.1.s20170209 +PORTVERSION= 6.3.1.s20170216 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat Feb 18 09:01:37 2017 (r434335) +++ head/lang/gcc6-devel/distinfo Sat Feb 18 09:08:26 2017 (r434336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486682658 -SHA256 (gcc-6-20170209.tar.bz2) = f89b02f4773ec539a26b1aafebe9f33d82f7e65f9c72afffdf11ff5604bd3508 -SIZE (gcc-6-20170209.tar.bz2) = 95747123 +TIMESTAMP = 1487406280 +SHA256 (gcc-6-20170216.tar.bz2) = 2eea97d97b934ca60cb5dc4ce94f6c21674f3e56686a08dbab951052c6cdb6ef +SIZE (gcc-6-20170216.tar.bz2) = 95756695 From owner-svn-ports-all@freebsd.org Sat Feb 18 09:10:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71FE8CE2030; Sat, 18 Feb 2017 09:10:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA6712B5; Sat, 18 Feb 2017 09:10:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I9Av9n007374; Sat, 18 Feb 2017 09:10:57 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I9AuSM007361; Sat, 18 Feb 2017 09:10:56 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201702180910.v1I9AuSM007361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 18 Feb 2017 09:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434337 - head/comms/lrzsz/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 09:10:58 -0000 Author: dinoex Date: Sat Feb 18 09:10:56 2017 New Revision: 434337 URL: https://svnweb.freebsd.org/changeset/ports/434337 Log: - make portlint happier Modified: head/comms/lrzsz/files/patch-Makefile.in head/comms/lrzsz/files/patch-Makefile.in.in head/comms/lrzsz/files/patch-lrz.c head/comms/lrzsz/files/patch-lsz.c head/comms/lrzsz/files/patch-rbsb.c Modified: head/comms/lrzsz/files/patch-Makefile.in ============================================================================== --- head/comms/lrzsz/files/patch-Makefile.in Sat Feb 18 09:08:26 2017 (r434336) +++ head/comms/lrzsz/files/patch-Makefile.in Sat Feb 18 09:10:56 2017 (r434337) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 1998-12-30 17:31:46.000000000 +0100 -+++ src/Makefile.in 2013-11-22 19:52:13.000000000 +0100 -@@ -372,13 +372,13 @@ +--- src/Makefile.in.orig 1998-12-30 16:31:46 UTC ++++ src/Makefile.in +@@ -372,13 +372,13 @@ install-exec-local: rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'` ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \ $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'` Modified: head/comms/lrzsz/files/patch-Makefile.in.in ============================================================================== --- head/comms/lrzsz/files/patch-Makefile.in.in Sat Feb 18 09:08:26 2017 (r434336) +++ head/comms/lrzsz/files/patch-Makefile.in.in Sat Feb 18 09:10:56 2017 (r434337) @@ -1,6 +1,6 @@ ---- po/Makefile.in.in.orig 1998-04-26 15:22:40.000000000 +0200 -+++ po/Makefile.in.in 2013-11-22 20:12:26.000000000 +0100 -@@ -110,9 +110,9 @@ +--- po/Makefile.in.in.orig 1998-04-26 13:22:40 UTC ++++ po/Makefile.in.in +@@ -110,9 +110,9 @@ install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all if test -r $(MKINSTALLDIRS); then \ @@ -12,7 +12,7 @@ fi @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ -@@ -122,7 +122,7 @@ +@@ -122,7 +122,7 @@ install-data-yes: all *) destdir=$(localedir);; \ esac; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ @@ -21,7 +21,7 @@ if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $$dir; \ else \ -@@ -152,12 +152,12 @@ +@@ -152,12 +152,12 @@ install-data-yes: all done if test "$(PACKAGE)" = "gettext"; then \ if test -r $(MKINSTALLDIRS); then \ Modified: head/comms/lrzsz/files/patch-lrz.c ============================================================================== --- head/comms/lrzsz/files/patch-lrz.c Sat Feb 18 09:08:26 2017 (r434336) +++ head/comms/lrzsz/files/patch-lrz.c Sat Feb 18 09:10:56 2017 (r434337) @@ -1,6 +1,6 @@ ---- src/lrz.c.orig 1998-12-30 08:49:24.000000000 +0100 -+++ src/lrz.c 2010-01-14 09:33:32.000000000 +0100 -@@ -494,6 +494,8 @@ +--- src/lrz.c.orig 1998-12-30 07:49:24 UTC ++++ src/lrz.c +@@ -494,6 +494,8 @@ main(int argc, char *argv[]) usage(2,_("garbage on commandline")); if (protocol!=ZM_XMODEM && npats) usage(2, _("garbage on commandline")); @@ -9,7 +9,7 @@ if (Restricted && allow_remote_commands) { allow_remote_commands=FALSE; } -@@ -1159,9 +1161,9 @@ +@@ -1159,9 +1161,9 @@ procheader(char *name, struct zm_fileinf nameend = name + 1 + strlen(name); if (*nameend) { /* file coming from Unix or DOS system */ Modified: head/comms/lrzsz/files/patch-lsz.c ============================================================================== --- head/comms/lrzsz/files/patch-lsz.c Sat Feb 18 09:08:26 2017 (r434336) +++ head/comms/lrzsz/files/patch-lsz.c Sat Feb 18 09:10:56 2017 (r434337) @@ -1,6 +1,6 @@ ---- src/lsz.c.orig 1998-12-30 07:07:59.000000000 +0900 -+++ src/lsz.c 2012-01-21 10:44:49.000000000 +0900 -@@ -1191,6 +1191,7 @@ +--- src/lsz.c.orig 1998-12-29 22:07:59 UTC ++++ src/lsz.c +@@ -1191,6 +1191,7 @@ wctxpn(struct zm_fileinfo *zi) struct stat f; name2=alloca(PATH_MAX+1); Modified: head/comms/lrzsz/files/patch-rbsb.c ============================================================================== --- head/comms/lrzsz/files/patch-rbsb.c Sat Feb 18 09:08:26 2017 (r434336) +++ head/comms/lrzsz/files/patch-rbsb.c Sat Feb 18 09:10:56 2017 (r434337) @@ -1,6 +1,6 @@ ---- src/rbsb.c.org 2010-01-15 22:41:21.000000000 +0900 -+++ src/rbsb.c 2010-01-15 22:41:34.000000000 +0900 -@@ -296,7 +296,7 @@ +--- src/rbsb.c.orig 1998-12-29 16:16:25 UTC ++++ src/rbsb.c +@@ -296,7 +296,7 @@ io_mode(int fd, int n) tty.c_iflag |= IXOFF; /* No echo, crlf mapping, INTR, QUIT, delays, no erase/kill */ From owner-svn-ports-all@freebsd.org Sat Feb 18 09:59:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9129CE30CB; Sat, 18 Feb 2017 09:59:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80C6916F1; Sat, 18 Feb 2017 09:59:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I9xWq9027717; Sat, 18 Feb 2017 09:59:32 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I9xVIn027702; Sat, 18 Feb 2017 09:59:31 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201702180959.v1I9xVIn027702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 18 Feb 2017 09:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434338 - in head/misc/magicpoint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 09:59:33 -0000 Author: dinoex Date: Sat Feb 18 09:59:30 2017 New Revision: 434338 URL: https://svnweb.freebsd.org/changeset/ports/434338 Log: - fix warnings - make portlint happier Added: head/misc/magicpoint/files/patch-dsimple.c (contents, props changed) head/misc/magicpoint/files/patch-grammar.y (contents, props changed) head/misc/magicpoint/files/patch-main.c (contents, props changed) head/misc/magicpoint/files/patch-path.c (contents, props changed) head/misc/magicpoint/files/patch-window.c (contents, props changed) head/misc/magicpoint/files/patch-xwintoppm.c (contents, props changed) Modified: head/misc/magicpoint/Makefile head/misc/magicpoint/files/patch-configure head/misc/magicpoint/files/patch-ctlwords.c head/misc/magicpoint/files/patch-default.mgp head/misc/magicpoint/files/patch-draw.c head/misc/magicpoint/files/patch-mgp.h head/misc/magicpoint/files/patch-new.c head/misc/magicpoint/files/patch-png.c head/misc/magicpoint/files/patch-rlelib.c Modified: head/misc/magicpoint/Makefile ============================================================================== --- head/misc/magicpoint/Makefile Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/Makefile Sat Feb 18 09:59:30 2017 (r434338) @@ -3,7 +3,7 @@ PORTNAME= magicpoint PORTVERSION= 1.13a -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ @@ -81,6 +81,7 @@ post-install: ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL} ${WRKSRC}/contrib/xmindpath/xmindpath \ ${STAGEDIR}${PREFIX}/bin/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmindpath post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/misc/magicpoint/files/patch-configure ============================================================================== --- head/misc/magicpoint/files/patch-configure Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-configure Sat Feb 18 09:59:30 2017 (r434338) @@ -1,6 +1,6 @@ ---- configure.orig Wed Aug 4 09:23:35 2004 -+++ configure Fri Nov 5 13:36:43 2004 -@@ -4134,6 +4134,8 @@ +--- configure.orig 2007-12-28 20:31:26 UTC ++++ configure +@@ -5106,6 +5106,8 @@ echo $ECHO_N "checking for freetype1 lib fi if test -d $dir/include -a -f $dir/include/freetype.h; then ac_cv_ft_include="$dir/include" Modified: head/misc/magicpoint/files/patch-ctlwords.c ============================================================================== --- head/misc/magicpoint/files/patch-ctlwords.c Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-ctlwords.c Sat Feb 18 09:59:30 2017 (r434338) @@ -1,10 +1,11 @@ ---- ctlwords.c.orig 1999-02-15 00:02:25.000000000 +0100 -+++ ctlwords.c 2013-11-08 09:05:06.000000000 +0100 -@@ -24,6 +24,7 @@ +--- ctlwords.c.orig 1999-02-14 23:02:25 UTC ++++ ctlwords.c +@@ -24,6 +24,8 @@ BEGIN { #include #include +#include ++#include main(int argc, char *argv[]) { Modified: head/misc/magicpoint/files/patch-default.mgp ============================================================================== --- head/misc/magicpoint/files/patch-default.mgp Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-default.mgp Sat Feb 18 09:59:30 2017 (r434338) @@ -1,5 +1,5 @@ ---- sample/default.mgp.orig Sat Aug 11 01:40:54 2001 -+++ sample/default.mgp Tue Jan 25 13:56:12 2005 +--- sample/default.mgp.orig 2001-08-10 16:40:54 UTC ++++ sample/default.mgp @@ -12,9 +12,9 @@ %% into the "tfdir" directory above: %% ftp://ftp.mew.org/pub/mgp/ttf-jp.tar.gz Modified: head/misc/magicpoint/files/patch-draw.c ============================================================================== --- head/misc/magicpoint/files/patch-draw.c Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-draw.c Sat Feb 18 09:59:30 2017 (r434338) @@ -1,6 +1,6 @@ ---- draw.c.orig 2008-01-24 16:43:17.000000000 +0100 -+++ draw.c 2013-09-03 06:48:44.000000000 +0200 -@@ -5471,12 +5471,12 @@ +--- draw.c.orig 2008-01-24 15:43:17 UTC ++++ draw.c +@@ -5471,12 +5471,12 @@ xft_setfont(xfontarg, csize, registry) XFT_FAMILY, XftTypeString, font, XFT_ENCODING, XftTypeString, registry, XFT_STYLE, XftTypeString, style, Added: head/misc/magicpoint/files/patch-dsimple.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-dsimple.c Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,21 @@ +--- contrib/xwintoppm/dsimple.c.orig 1998-02-13 07:48:29 UTC ++++ contrib/xwintoppm/dsimple.c +@@ -55,6 +55,10 @@ void out(); + void blip(); + Window Window_With_Name(); + void Fatal_Error(); ++void usage(void); ++ ++/* forward */ ++void outl(); + + /* + * Just_display: A group of routines designed to make the writting of simple +@@ -495,6 +499,7 @@ Window Window_With_Name(dpy, top, name) + * printf with up to 7 arguments. + */ + /* VARARGS1 */ ++void + outl(msg, arg0,arg1,arg2,arg3,arg4,arg5,arg6) + char *msg; + char *arg0, *arg1, *arg2, *arg3, *arg4, *arg5, *arg6; Added: head/misc/magicpoint/files/patch-grammar.y ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-grammar.y Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,11 @@ +--- grammar.y.orig 2008-01-18 17:43:20 UTC ++++ grammar.y +@@ -70,6 +70,8 @@ + static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF }; + #endif + ++extern int yylex (void); ++ + int n_errors = 0; + struct ctrl *root; + char *yyfilename; Added: head/misc/magicpoint/files/patch-main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-main.c Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,13 @@ +--- contrib/xmindpath/main.c.orig 1998-09-30 23:58:17 UTC ++++ contrib/xmindpath/main.c +@@ -42,6 +42,10 @@ + #include + #include + #include ++#include ++#include ++#include ++#include + + #ifdef X_DISPLAY_MISSING + # error this program cannot be compiled without X11. Modified: head/misc/magicpoint/files/patch-mgp.h ============================================================================== --- head/misc/magicpoint/files/patch-mgp.h Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-mgp.h Sat Feb 18 09:59:30 2017 (r434338) @@ -1,5 +1,5 @@ ---- mgp.h.orig 2013-12-25 10:03:40.000000000 +0100 -+++ mgp.h 2013-12-25 10:05:28.000000000 +0100 +--- mgp.h.orig 2008-01-18 17:43:20 UTC ++++ mgp.h @@ -91,7 +91,7 @@ #endif /* end of VFLIB */ @@ -9,3 +9,11 @@ #ifndef FREETYPEFONTDIR #define FREETYPEFONTDIR "/usr/local/share/fonts/ttf" +@@ -853,3 +853,7 @@ extern void M17N_process_direc __P((char + extern void M17N_draw_string __P((struct render_state *, struct ctrl *cp)); + extern void M17N_draw_object __P((struct render_object *, Drawable, int, int)); + #endif ++ ++extern void mngload(char *mngfile, int x, int y, int width, int height); ++extern void mngpreload(struct render_state *state, char *mngfile, int *width, int *height); ++ Modified: head/misc/magicpoint/files/patch-new.c ============================================================================== --- head/misc/magicpoint/files/patch-new.c Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-new.c Sat Feb 18 09:59:30 2017 (r434338) @@ -1,5 +1,5 @@ ---- image/new.c.orig Tue Aug 31 20:50:32 2004 -+++ image/new.c Fri Nov 5 13:53:17 2004 +--- image/new.c.orig 2004-09-01 03:50:32 UTC ++++ image/new.c @@ -11,7 +11,7 @@ #include "copyright.h" #include "image.h" Added: head/misc/magicpoint/files/patch-path.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-path.c Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,11 @@ +--- image/path.c.orig 2004-07-28 15:47:31 UTC ++++ image/path.c +@@ -20,7 +20,7 @@ + #if 1 /* SYSV */ + #include + #endif +-#ifdef __APPLE__ ++#if 1 + #include + #endif + Modified: head/misc/magicpoint/files/patch-png.c ============================================================================== --- head/misc/magicpoint/files/patch-png.c Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-png.c Sat Feb 18 09:59:30 2017 (r434338) @@ -1,6 +1,6 @@ ---- image/png.c.orig 2001-04-11 10:37:00.000000000 +0200 -+++ image/png.c 2012-05-05 08:48:02.000000000 +0200 -@@ -86,7 +86,7 @@ +--- image/png.c.orig 2001-04-11 08:37:00 UTC ++++ image/png.c +@@ -86,7 +86,7 @@ pngLoad(fullname, name, verbose) return NULL; } @@ -9,7 +9,7 @@ png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp)NULL); fclose(fp); return NULL; -@@ -134,7 +134,7 @@ +@@ -134,7 +134,7 @@ pngLoad(fullname, name, verbose) } if (colortype == PNG_COLOR_TYPE_GRAY && bitdepth < 8){ Modified: head/misc/magicpoint/files/patch-rlelib.c ============================================================================== --- head/misc/magicpoint/files/patch-rlelib.c Sat Feb 18 09:10:56 2017 (r434337) +++ head/misc/magicpoint/files/patch-rlelib.c Sat Feb 18 09:59:30 2017 (r434338) @@ -1,5 +1,5 @@ ---- image/rlelib.c.bak 2007-05-18 01:47:33.000000000 +0900 -+++ image/rlelib.c 2008-11-06 23:38:04.000000000 +0900 +--- image/rlelib.c.orig 2007-05-17 16:47:33 UTC ++++ image/rlelib.c @@ -13,7 +13,7 @@ #include #include Added: head/misc/magicpoint/files/patch-window.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-window.c Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,11 @@ +--- image/window.c.orig 2004-07-28 15:47:31 UTC ++++ image/window.c +@@ -32,7 +32,7 @@ + #if HAVE_SYS_SELECT_H + # include + #endif +-#ifdef __APPLE__ ++#if 1 + #include + #endif + Added: head/misc/magicpoint/files/patch-xwintoppm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/magicpoint/files/patch-xwintoppm.c Sat Feb 18 09:59:30 2017 (r434338) @@ -0,0 +1,72 @@ +--- contrib/xwintoppm/xwintoppm.c.orig 1998-08-26 05:30:16 UTC ++++ contrib/xwintoppm/xwintoppm.c +@@ -139,6 +139,15 @@ long add_pixel_value = 0; + extern int (*_XErrorFunction)(); + extern int _XDefaultError(); + ++extern void outl(); ++ ++/* forwards */ ++void usage(void); ++void Error(char *string); ++void Window_Dump(Window window, FILE *out); ++int Image_Size(XImage *image); ++int Get_XColors(XWindowAttributes *win_info, XColor **colors); ++ + static long parse_long (s) + char *s; + { +@@ -155,11 +164,12 @@ static long parse_long (s) + return (thesign * retval); + } + ++int + main(argc, argv) + int argc; + char **argv; + { +- register i; ++ register int i; + Window target_win; + FILE *out_file = stdout; + Bool frame_only = False; +@@ -281,6 +291,7 @@ XColor **colors ; + * writting. + */ + ++void + Window_Dump(window, out) + Window window; + FILE *out; +@@ -609,6 +620,7 @@ Window_Dump(window, out) + /* + * Report the syntax for calling xwd. + */ ++void + usage() + { + fprintf (stderr, +@@ -623,6 +635,7 @@ usage() + * Error - Fatal xwd error. + */ + ++void + Error(string) + char *string; /* Error description string. */ + { +@@ -716,6 +729,7 @@ int Get_XColors(win_info, colors) + return ncolors ; + } + ++void + _swapshort (bp, n) + register char *bp; + register unsigned n; +@@ -731,6 +745,7 @@ _swapshort (bp, n) + } + } + ++void + _swaplong (bp, n) + register char *bp; + register unsigned n; From owner-svn-ports-all@freebsd.org Sat Feb 18 10:27:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B333BCE39E4; Sat, 18 Feb 2017 10:27:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65F35138F; Sat, 18 Feb 2017 10:27:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IARix6041894; Sat, 18 Feb 2017 10:27:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IARiu1041890; Sat, 18 Feb 2017 10:27:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201702181027.v1IARiu1041890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 18 Feb 2017 10:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434339 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:27:45 -0000 Author: olgeni Date: Sat Feb 18 10:27:44 2017 New Revision: 434339 URL: https://svnweb.freebsd.org/changeset/ports/434339 Log: Update devel/elixir-timex to version 3.1.13. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/pkg-plist Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Sat Feb 18 09:59:30 2017 (r434338) +++ head/devel/elixir-timex/Makefile Sat Feb 18 10:27:44 2017 (r434339) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 3.1.12 +PORTVERSION= 3.1.13 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Sat Feb 18 09:59:30 2017 (r434338) +++ head/devel/elixir-timex/distinfo Sat Feb 18 10:27:44 2017 (r434339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486816852 -SHA256 (bitwalker-timex-3.1.12_GH0.tar.gz) = 069dbd2c4a105f8e6cb62e9bd721e6aa5bf66d30468c9de72da270234eefe6b0 -SIZE (bitwalker-timex-3.1.12_GH0.tar.gz) = 154266 +TIMESTAMP = 1487409814 +SHA256 (bitwalker-timex-3.1.13_GH0.tar.gz) = 679e8eb7b6075134f38559cde1d2d2e9691d608dc3f36e115e3831a73bcde4df +SIZE (bitwalker-timex-3.1.13_GH0.tar.gz) = 155691 Modified: head/devel/elixir-timex/pkg-plist ============================================================================== --- head/devel/elixir-timex/pkg-plist Sat Feb 18 09:59:30 2017 (r434338) +++ head/devel/elixir-timex/pkg-plist Sat Feb 18 10:27:44 2017 (r434339) @@ -216,6 +216,14 @@ lib/elixir/lib/timex/priv/translations/p lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/units.po lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/relative_time.pot +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/months_abbr.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/ro/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/months.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/months_abbr.po From owner-svn-ports-all@freebsd.org Sat Feb 18 10:28:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1C89CE3A31; Sat, 18 Feb 2017 10:28:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C160A14C3; Sat, 18 Feb 2017 10:28:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IASlc9042125; Sat, 18 Feb 2017 10:28:47 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IASlCG042124; Sat, 18 Feb 2017 10:28:47 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702181028.v1IASlCG042124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Sat, 18 Feb 2017 10:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434340 - head/games/uhexen2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:28:49 -0000 Author: krion Date: Sat Feb 18 10:28:47 2017 New Revision: 434340 URL: https://svnweb.freebsd.org/changeset/ports/434340 Log: Fix fetching distfile Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/434195/logs/uhexen2-1.5.8.log Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9660 Modified: head/games/uhexen2/Makefile Modified: head/games/uhexen2/Makefile ============================================================================== --- head/games/uhexen2/Makefile Sat Feb 18 10:27:44 2017 (r434339) +++ head/games/uhexen2/Makefile Sat Feb 18 10:28:47 2017 (r434340) @@ -5,7 +5,7 @@ PORTNAME= uhexen2 PORTVERSION= 1.5.8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Hammer%20of%20Thyrion/${PORTVERSION}/Source \ - SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29:data \ + SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29a:data \ SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw DISTNAME= hexen2source-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ From owner-svn-ports-all@freebsd.org Sat Feb 18 10:30:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55ADBCE3AAD; Sat, 18 Feb 2017 10:30:54 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DE0C1637; Sat, 18 Feb 2017 10:30:54 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAUrA4042427; Sat, 18 Feb 2017 10:30:53 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAUqhd042423; Sat, 18 Feb 2017 10:30:52 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702181030.v1IAUqhd042423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Sat, 18 Feb 2017 10:30:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434341 - in head/www: . minio-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:30:54 -0000 Author: krion Date: Sat Feb 18 10:30:52 2017 New Revision: 434341 URL: https://svnweb.freebsd.org/changeset/ports/434341 Log: Add port: www/minio-client Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage. WWW: https://minio.io/downloads/#minio-client PR: 217124 Submitted by: jhixson@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9642 Added: head/www/minio-client/ head/www/minio-client/Makefile (contents, props changed) head/www/minio-client/distinfo (contents, props changed) head/www/minio-client/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 18 10:28:47 2017 (r434340) +++ head/www/Makefile Sat Feb 18 10:30:52 2017 (r434341) @@ -412,6 +412,7 @@ SUBDIR += mini_httpd SUBDIR += miniminiweb SUBDIR += minio + SUBDIR += minio-client SUBDIR += mitmproxy SUBDIR += mkapachepw SUBDIR += mknmz-wwwoffle Added: head/www/minio-client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/minio-client/Makefile Sat Feb 18 10:30:52 2017 (r434341) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= minio-client +PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} +CATEGORIES= www + +MAINTAINER= jhixson@gmail.com +COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems + +LICENSE= APACHE20 + +BUILD_DEPENDS= go>=1.7:lang/go \ + bash:shells/bash + +USE_GITHUB= yes +GH_ACCOUNT= minio +GH_PROJECT= mc +GH_TAGNAME= RELEASE.2017-02-06T20-16-19Z +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} +MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go + +STRIP= # stripping can break go binaries +PLIST_FILES= bin/${PORTNAME} + +do-build: + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ + -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/bin/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/www/minio-client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/minio-client/distinfo Sat Feb 18 10:30:52 2017 (r434341) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487205021 +SHA256 (minio-mc-2017.02.06.20.16.19-RELEASE.2017-02-06T20-16-19Z_GH0.tar.gz) = 2ee46a826ff961683d8ed25e18598576a68bdebe79dcce9adf3219d34f9ec64c +SIZE (minio-mc-2017.02.06.20.16.19-RELEASE.2017-02-06T20-16-19Z_GH0.tar.gz) = 1009728 Added: head/www/minio-client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/minio-client/pkg-descr Sat Feb 18 10:30:52 2017 (r434341) @@ -0,0 +1,4 @@ +Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for +filesystems and object storage. + +WWW: https://minio.io/downloads/#minio-client From owner-svn-ports-all@freebsd.org Sat Feb 18 10:45:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 635C7CE3F3E; Sat, 18 Feb 2017 10:45:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3060E1D2D; Sat, 18 Feb 2017 10:45:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAjgnM050134; Sat, 18 Feb 2017 10:45:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAjgXP050132; Sat, 18 Feb 2017 10:45:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181045.v1IAjgXP050132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 10:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434342 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:45:43 -0000 Author: miwi Date: Sat Feb 18 10:45:41 2017 New Revision: 434342 URL: https://svnweb.freebsd.org/changeset/ports/434342 Log: - Update to 8.6.0 PR: 217114 Submitted by: maintainer Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Feb 18 10:30:52 2017 (r434341) +++ head/www/typo3/Makefile Sat Feb 18 10:45:41 2017 (r434342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 8.5.1 +PORTVERSION= 8.6.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -15,12 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt IGNORE_WITH_PHP= 56 PHP_VER= 70 -PORTSCOUT= limit:^8\.5\. +PORTSCOUT= limit:^8\.6\. USES= cpe php:web shebangfix SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \ typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ - typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh \ typo3/sysext/core/Build/Scripts/validateRstFiles.sh \ typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \ typo3/sysext/core/Build/Scripts/checkFilePermissions.sh \ Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Feb 18 10:30:52 2017 (r434341) +++ head/www/typo3/distinfo Sat Feb 18 10:45:41 2017 (r434342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486209945 -SHA256 (typo3_src-8.5.1.tar.gz) = 0684e266c3711616efe260ec1381af30dfec3a4db0d0647313f1040ff48eb5fd -SIZE (typo3_src-8.5.1.tar.gz) = 21762084 +TIMESTAMP = 1487408452 +SHA256 (typo3_src-8.6.0.tar.gz) = bb766d646e2507af2093a866c058d0e9a341f87505fa0722f73b263112ed2fe5 +SIZE (typo3_src-8.6.0.tar.gz) = 21925817 From owner-svn-ports-all@freebsd.org Sat Feb 18 10:46:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0784FCE3F7D; Sat, 18 Feb 2017 10:46:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C89F51E24; Sat, 18 Feb 2017 10:46:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAktV0050307; Sat, 18 Feb 2017 10:46:55 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAktXQ050305; Sat, 18 Feb 2017 10:46:55 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181046.v1IAktXQ050305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 10:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434343 - head/sysutils/siegfried X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:46:57 -0000 Author: miwi Date: Sat Feb 18 10:46:55 2017 New Revision: 434343 URL: https://svnweb.freebsd.org/changeset/ports/434343 Log: - Update to 1.7.0 PR: 217166 Submitted by: maintainer Modified: head/sysutils/siegfried/Makefile head/sysutils/siegfried/distinfo Modified: head/sysutils/siegfried/Makefile ============================================================================== --- head/sysutils/siegfried/Makefile Sat Feb 18 10:45:41 2017 (r434342) +++ head/sysutils/siegfried/Makefile Sat Feb 18 10:46:55 2017 (r434343) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= siegfried -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/siegfried/distinfo ============================================================================== --- head/sysutils/siegfried/distinfo Sat Feb 18 10:45:41 2017 (r434342) +++ head/sysutils/siegfried/distinfo Sat Feb 18 10:46:55 2017 (r434343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484153973 -SHA256 (richardlehane-siegfried-v1.6.7_GH0.tar.gz) = 7518163a4f26a6997d790a24b99ad019ed38427341a61b33ac006ad5442632d8 -SIZE (richardlehane-siegfried-v1.6.7_GH0.tar.gz) = 21531677 +TIMESTAMP = 1487326914 +SHA256 (richardlehane-siegfried-v1.7.0_GH0.tar.gz) = e6ffaae9f23f9f656dcfe17883c2b3b942c04350ef6c0c2aa3ae946be5039835 +SIZE (richardlehane-siegfried-v1.7.0_GH0.tar.gz) = 22369268 From owner-svn-ports-all@freebsd.org Sat Feb 18 10:47:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66B74CE3FB7; Sat, 18 Feb 2017 10:47:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 369501F1B; Sat, 18 Feb 2017 10:47:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAlkeC050464; Sat, 18 Feb 2017 10:47:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAlk91050462; Sat, 18 Feb 2017 10:47:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181047.v1IAlk91050462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 10:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434344 - head/devel/git-lfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:47:47 -0000 Author: miwi Date: Sat Feb 18 10:47:45 2017 New Revision: 434344 URL: https://svnweb.freebsd.org/changeset/ports/434344 Log: - Update to 1.5.6 PR: 217188 Submitted by: maintainer Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Sat Feb 18 10:46:55 2017 (r434343) +++ head/devel/git-lfs/Makefile Sat Feb 18 10:47:45 2017 (r434344) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Sat Feb 18 10:46:55 2017 (r434343) +++ head/devel/git-lfs/distinfo Sat Feb 18 10:47:45 2017 (r434344) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484959646 -SHA256 (git-lfs-git-lfs-v1.5.5_GH0.tar.gz) = 9f79bb8d5e29155ceabb4c5044df30a6759a97dba23f4121637f4c357a4abb23 -SIZE (git-lfs-git-lfs-v1.5.5_GH0.tar.gz) = 603430 +TIMESTAMP = 1487381346 +SHA256 (git-lfs-git-lfs-v1.5.6_GH0.tar.gz) = 4efbc806cde1ea6ab4e1d61db3e1f6939796fd53bf6e9c94ac564610147ea5cd +SIZE (git-lfs-git-lfs-v1.5.6_GH0.tar.gz) = 604139 From owner-svn-ports-all@freebsd.org Sat Feb 18 10:48:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B730BCE4027; Sat, 18 Feb 2017 10:48:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E67F102A; Sat, 18 Feb 2017 10:48:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAmngv050640; Sat, 18 Feb 2017 10:48:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAmnou050637; Sat, 18 Feb 2017 10:48:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181048.v1IAmnou050637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 10:48:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434345 - head/www/trac-email2trac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:48:50 -0000 Author: miwi Date: Sat Feb 18 10:48:49 2017 New Revision: 434345 URL: https://svnweb.freebsd.org/changeset/ports/434345 Log: - Update to 2.10.0 - Update WWW PR: 216945 Submitted by: maintainer Modified: head/www/trac-email2trac/Makefile head/www/trac-email2trac/distinfo head/www/trac-email2trac/pkg-descr Modified: head/www/trac-email2trac/Makefile ============================================================================== --- head/www/trac-email2trac/Makefile Sat Feb 18 10:47:45 2017 (r434344) +++ head/www/trac-email2trac/Makefile Sat Feb 18 10:48:49 2017 (r434345) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= email2trac -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.0 CATEGORIES= www devel python MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/ PKGNAMEPREFIX= trac- Modified: head/www/trac-email2trac/distinfo ============================================================================== --- head/www/trac-email2trac/distinfo Sat Feb 18 10:47:45 2017 (r434344) +++ head/www/trac-email2trac/distinfo Sat Feb 18 10:48:49 2017 (r434345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475838592 -SHA256 (email2trac-2.9.0.tar.gz) = 5f0c506a2d5a8afc31f0646badd9d0230f38b5ff354d4b3066ac5220275233a8 -SIZE (email2trac-2.9.0.tar.gz) = 101309 +TIMESTAMP = 1486467956 +SHA256 (email2trac-2.10.0.tar.gz) = d2393ce37e5568da4f1b769eaffca20b2214284fe2b1821086e496c865d9f86d +SIZE (email2trac-2.10.0.tar.gz) = 102322 Modified: head/www/trac-email2trac/pkg-descr ============================================================================== --- head/www/trac-email2trac/pkg-descr Sat Feb 18 10:47:45 2017 (r434344) +++ head/www/trac-email2trac/pkg-descr Sat Feb 18 10:48:49 2017 (r434345) @@ -9,4 +9,4 @@ following extensions: * Use config file to change the behaviour of the email2trac.py program * unicode support for special characters in the headers of an email message -WWW: https://subtrac.sara.nl/oss/email2trac +WWW: https://oss.trac.surfsara.nl/email2trac From owner-svn-ports-all@freebsd.org Sat Feb 18 10:49:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39CABCE4094; Sat, 18 Feb 2017 10:49:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 096971136; Sat, 18 Feb 2017 10:49:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAnfAW050798; Sat, 18 Feb 2017 10:49:41 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAnfKP050796; Sat, 18 Feb 2017 10:49:41 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181049.v1IAnfKP050796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 10:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434346 - head/databases/pear-DB_Pager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:49:42 -0000 Author: miwi Date: Sat Feb 18 10:49:40 2017 New Revision: 434346 URL: https://svnweb.freebsd.org/changeset/ports/434346 Log: - Update to 0.7.2 PR: 214801 Submitted by: maintainer Modified: head/databases/pear-DB_Pager/Makefile head/databases/pear-DB_Pager/distinfo Modified: head/databases/pear-DB_Pager/Makefile ============================================================================== --- head/databases/pear-DB_Pager/Makefile Sat Feb 18 10:48:49 2017 (r434345) +++ head/databases/pear-DB_Pager/Makefile Sat Feb 18 10:49:40 2017 (r434346) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= DB_Pager -PORTVERSION= 0.7 +PORTVERSION= 0.7.2 CATEGORIES= databases www pear MAINTAINER= toshiya@saitoh.nu COMMENT= PEAR Database Abstraction Layer +LICENSE= GPLv3 + BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB Modified: head/databases/pear-DB_Pager/distinfo ============================================================================== --- head/databases/pear-DB_Pager/distinfo Sat Feb 18 10:48:49 2017 (r434345) +++ head/databases/pear-DB_Pager/distinfo Sat Feb 18 10:49:40 2017 (r434346) @@ -1,2 +1,3 @@ -SHA256 (PEAR/DB_Pager-0.7.tgz) = 1d848c29875b31a69d448598dc9df19107517c6ca937b8f1f113f50e9ddd9981 -SIZE (PEAR/DB_Pager-0.7.tgz) = 3447 +TIMESTAMP = 1479981709 +SHA256 (PEAR/DB_Pager-0.7.2.tgz) = 30765301b0e15f0d02abae778f8638469c3b866dfba502167a5fcb1f365d31de +SIZE (PEAR/DB_Pager-0.7.2.tgz) = 3958 From owner-svn-ports-all@freebsd.org Sat Feb 18 10:59:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C165CE4264; Sat, 18 Feb 2017 10:59:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AF5215C7; Sat, 18 Feb 2017 10:59:16 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IAxFLS055288; Sat, 18 Feb 2017 10:59:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IAxFAO055286; Sat, 18 Feb 2017 10:59:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201702181059.v1IAxFAO055286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 18 Feb 2017 10:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434347 - head/devel/etcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 10:59:16 -0000 Author: olgeni Date: Sat Feb 18 10:59:14 2017 New Revision: 434347 URL: https://svnweb.freebsd.org/changeset/ports/434347 Log: Update devel/etcd to version 2.3.8. Modified: head/devel/etcd/Makefile head/devel/etcd/distinfo Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Sat Feb 18 10:49:40 2017 (r434346) +++ head/devel/etcd/Makefile Sat Feb 18 10:59:14 2017 (r434347) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= devel Modified: head/devel/etcd/distinfo ============================================================================== --- head/devel/etcd/distinfo Sat Feb 18 10:49:40 2017 (r434346) +++ head/devel/etcd/distinfo Sat Feb 18 10:59:14 2017 (r434347) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466253404 -SHA256 (coreos-etcd-v2.3.7_GH0.tar.gz) = aa3a6340bb08d072d1d2ecfbe3c1e02235251760d031a2b699ee1710510ee883 -SIZE (coreos-etcd-v2.3.7_GH0.tar.gz) = 2209051 +TIMESTAMP = 1487413684 +SHA256 (coreos-etcd-v2.3.8_GH0.tar.gz) = 6a138b2005e42b0961a12886cc641b792e991cd631fdb502ec5c614b65231cd1 +SIZE (coreos-etcd-v2.3.8_GH0.tar.gz) = 2206562 From owner-svn-ports-all@freebsd.org Sat Feb 18 11:27:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96624CE4932; Sat, 18 Feb 2017 11:27:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5852C104D; Sat, 18 Feb 2017 11:27:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IBRgx3067462; Sat, 18 Feb 2017 11:27:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IBRgnD067460; Sat, 18 Feb 2017 11:27:42 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201702181127.v1IBRgnD067460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 18 Feb 2017 11:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434348 - head/x11-fonts/montserrat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 11:27:43 -0000 Author: rakuco Date: Sat Feb 18 11:27:42 2017 New Revision: 434348 URL: https://svnweb.freebsd.org/changeset/ports/434348 Log: Update to 6.002. Modified: head/x11-fonts/montserrat/Makefile head/x11-fonts/montserrat/distinfo Modified: head/x11-fonts/montserrat/Makefile ============================================================================== --- head/x11-fonts/montserrat/Makefile Sat Feb 18 10:59:14 2017 (r434347) +++ head/x11-fonts/montserrat/Makefile Sat Feb 18 11:27:42 2017 (r434348) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= montserrat -PORTVERSION= 6.001 +PORTVERSION= 6.002 DISTVERSIONPREFIX= v CATEGORIES= x11-fonts Modified: head/x11-fonts/montserrat/distinfo ============================================================================== --- head/x11-fonts/montserrat/distinfo Sat Feb 18 10:59:14 2017 (r434347) +++ head/x11-fonts/montserrat/distinfo Sat Feb 18 11:27:42 2017 (r434348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486216554 -SHA256 (JulietaUla-Montserrat-v6.001_GH0.tar.gz) = 3459c5a3dfe44a6fabaac1352fe8316980362402800407c93d3d0c5da59fe834 -SIZE (JulietaUla-Montserrat-v6.001_GH0.tar.gz) = 12479535 +TIMESTAMP = 1487417013 +SHA256 (JulietaUla-Montserrat-v6.002_GH0.tar.gz) = 5a0ffc33f09cf43385da5546390421259cdcbee1c26ce1a86db12b4605234170 +SIZE (JulietaUla-Montserrat-v6.002_GH0.tar.gz) = 15056528 From owner-svn-ports-all@freebsd.org Sat Feb 18 12:19:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B9B9CE4F0B; Sat, 18 Feb 2017 12:19:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2BD19A1; Sat, 18 Feb 2017 12:19:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ICJhkN087583; Sat, 18 Feb 2017 12:19:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ICJhpF087580; Sat, 18 Feb 2017 12:19:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181219.v1ICJhpF087580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 12:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434349 - head/devel/flatbuffers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 12:19:44 -0000 Author: miwi Date: Sat Feb 18 12:19:43 2017 New Revision: 434349 URL: https://svnweb.freebsd.org/changeset/ports/434349 Log: - Update to 1.6.0 PR: 217129 Submitted by: maintainer Modified: head/devel/flatbuffers/Makefile head/devel/flatbuffers/distinfo head/devel/flatbuffers/pkg-plist Modified: head/devel/flatbuffers/Makefile ============================================================================== --- head/devel/flatbuffers/Makefile Sat Feb 18 11:27:42 2017 (r434348) +++ head/devel/flatbuffers/Makefile Sat Feb 18 12:19:43 2017 (r434349) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flatbuffers -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/flatbuffers/distinfo ============================================================================== --- head/devel/flatbuffers/distinfo Sat Feb 18 11:27:42 2017 (r434348) +++ head/devel/flatbuffers/distinfo Sat Feb 18 12:19:43 2017 (r434349) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483521221 -SHA256 (google-flatbuffers-v1.5.0_GH0.tar.gz) = 85362cb54042e96329cb65396a5b589789b3d42e4ed7c2debddb7a2300a05f41 -SIZE (google-flatbuffers-v1.5.0_GH0.tar.gz) = 413355 +TIMESTAMP = 1487236169 +SHA256 (google-flatbuffers-v1.6.0_GH0.tar.gz) = 768c50ebf5823f8cde81a9e38ffff115c8f5a5d031a37520d0024e7b9c6cd22e +SIZE (google-flatbuffers-v1.6.0_GH0.tar.gz) = 440968 Modified: head/devel/flatbuffers/pkg-plist ============================================================================== --- head/devel/flatbuffers/pkg-plist Sat Feb 18 11:27:42 2017 (r434348) +++ head/devel/flatbuffers/pkg-plist Sat Feb 18 12:19:43 2017 (r434349) @@ -1,6 +1,8 @@ bin/flatc include/flatbuffers/code_generators.h include/flatbuffers/flatbuffers.h +include/flatbuffers/flatc.h +include/flatbuffers/flexbuffers.h include/flatbuffers/grpc.h include/flatbuffers/hash.h include/flatbuffers/idl.h From owner-svn-ports-all@freebsd.org Sat Feb 18 12:46:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81485CE2A77; Sat, 18 Feb 2017 12:46:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3D016F2; Sat, 18 Feb 2017 12:46:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ICkKj4099789; Sat, 18 Feb 2017 12:46:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ICkKgt099787; Sat, 18 Feb 2017 12:46:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181246.v1ICkKgt099787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 12:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434350 - head/print/py-python-ly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 12:46:21 -0000 Author: miwi Date: Sat Feb 18 12:46:20 2017 New Revision: 434350 URL: https://svnweb.freebsd.org/changeset/ports/434350 Log: - Update to 0.9.5 PR: 217193 Submitted by: maintainer Modified: head/print/py-python-ly/Makefile head/print/py-python-ly/distinfo Modified: head/print/py-python-ly/Makefile ============================================================================== --- head/print/py-python-ly/Makefile Sat Feb 18 12:19:43 2017 (r434349) +++ head/print/py-python-ly/Makefile Sat Feb 18 12:46:20 2017 (r434350) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-ly -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-python-ly/distinfo ============================================================================== --- head/print/py-python-ly/distinfo Sat Feb 18 12:19:43 2017 (r434349) +++ head/print/py-python-ly/distinfo Sat Feb 18 12:46:20 2017 (r434350) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486329729 -SHA256 (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = b847dcc2371beb63df2bd85350956a43c05873e1a8656b79b21e3e6f979a856d -SIZE (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = 231808 +TIMESTAMP = 1487409936 +SHA256 (wbsoft-python-ly-v0.9.5_GH0.tar.gz) = 11d2eb5c0f8726d4d8b48bfd104ba30bee1d3c64915028e6710e6e239d1f4c1f +SIZE (wbsoft-python-ly-v0.9.5_GH0.tar.gz) = 232330 From owner-svn-ports-all@freebsd.org Sat Feb 18 12:48:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05208CE2B2B; Sat, 18 Feb 2017 12:48:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C64A31854; Sat, 18 Feb 2017 12:48:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ICmDbr099977; Sat, 18 Feb 2017 12:48:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ICmDxh099976; Sat, 18 Feb 2017 12:48:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181248.v1ICmDxh099976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 12:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434351 - head/lang/squeak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 12:48:15 -0000 Author: miwi Date: Sat Feb 18 12:48:13 2017 New Revision: 434351 URL: https://svnweb.freebsd.org/changeset/ports/434351 Log: - Pass maintainership to submitter PR: 217190 Submitted by: takeshi.mutoh@gmail.com Modified: head/lang/squeak/Makefile Modified: head/lang/squeak/Makefile ============================================================================== --- head/lang/squeak/Makefile Sat Feb 18 12:46:20 2017 (r434350) +++ head/lang/squeak/Makefile Sat Feb 18 12:48:13 2017 (r434351) @@ -15,7 +15,7 @@ DISTFILES= Squeak-${VM_VERSION}-src${EXT EXTRACT_ONLY= Squeak-${VM_VERSION}-src${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= takeshi.mutoh@gmail.com COMMENT= Full Smalltalk 80 with portability to Unix, Mac, and Windows LICENSE= APACHE20 MIT From owner-svn-ports-all@freebsd.org Sat Feb 18 12:50:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA375CE2BF5; Sat, 18 Feb 2017 12:50:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A97E519A8; Sat, 18 Feb 2017 12:50:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ICoCrq000295; Sat, 18 Feb 2017 12:50:12 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ICoCqk000293; Sat, 18 Feb 2017 12:50:12 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201702181250.v1ICoCqk000293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 18 Feb 2017 12:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434352 - head/devel/py-virtualenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 12:50:14 -0000 Author: nivit Date: Sat Feb 18 12:50:12 2017 New Revision: 434352 URL: https://svnweb.freebsd.org/changeset/ports/434352 Log: - Update to 15.1.0 Changes: https://virtualenv.pypa.io/en/stable/changes/ Modified: head/devel/py-virtualenv/Makefile head/devel/py-virtualenv/distinfo Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Sat Feb 18 12:48:13 2017 (r434351) +++ head/devel/py-virtualenv/Makefile Sat Feb 18 12:50:12 2017 (r434352) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 15.0.3 +PORTVERSION= 15.1.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-virtualenv/distinfo ============================================================================== --- head/devel/py-virtualenv/distinfo Sat Feb 18 12:48:13 2017 (r434351) +++ head/devel/py-virtualenv/distinfo Sat Feb 18 12:50:12 2017 (r434352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476440392 -SHA256 (pypa-virtualenv-15.0.3_GH0.tar.gz) = 8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 -SIZE (pypa-virtualenv-15.0.3_GH0.tar.gz) = 1847120 +TIMESTAMP = 1487413224 +SHA256 (pypa-virtualenv-15.1.0_GH0.tar.gz) = aea627d114a3863d6374c5a3fc3cdd08907e0ac951cf93b458e5ba5998c516de +SIZE (pypa-virtualenv-15.1.0_GH0.tar.gz) = 1865011 From owner-svn-ports-all@freebsd.org Sat Feb 18 13:00:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CE97CE2EA0; Sat, 18 Feb 2017 13:00:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C22A1DC0; Sat, 18 Feb 2017 13:00:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ID0GXm004377; Sat, 18 Feb 2017 13:00:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ID0Gix004374; Sat, 18 Feb 2017 13:00:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201702181300.v1ID0Gix004374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 18 Feb 2017 13:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434353 - head/www/piwik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 13:00:17 -0000 Author: miwi Date: Sat Feb 18 13:00:15 2017 New Revision: 434353 URL: https://svnweb.freebsd.org/changeset/ports/434353 Log: - Update to 3.0.1 PR: 217168 Submitted by: maintainer Modified: head/www/piwik/Makefile head/www/piwik/distinfo head/www/piwik/pkg-plist Modified: head/www/piwik/Makefile ============================================================================== --- head/www/piwik/Makefile Sat Feb 18 12:50:12 2017 (r434352) +++ head/www/piwik/Makefile Sat Feb 18 13:00:15 2017 (r434353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwik -PORTVERSION= 2.17.1 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ Modified: head/www/piwik/distinfo ============================================================================== --- head/www/piwik/distinfo Sat Feb 18 12:50:12 2017 (r434352) +++ head/www/piwik/distinfo Sat Feb 18 13:00:15 2017 (r434353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479133673 -SHA256 (piwik-2.17.1.tar.gz) = ad758d6b719b1cdb260fcba5da2283089dd96a1d49ebad21014f3a4f8b72843f -SIZE (piwik-2.17.1.tar.gz) = 13099420 +TIMESTAMP = 1487322887 +SHA256 (piwik-3.0.1.tar.gz) = 19836e24a4ea623ed54d31190aab01f312285ab7d010188cc19a73ee51737902 +SIZE (piwik-3.0.1.tar.gz) = 14191631 Modified: head/www/piwik/pkg-plist ============================================================================== --- head/www/piwik/pkg-plist Sat Feb 18 12:50:12 2017 (r434352) +++ head/www/piwik/pkg-plist Sat Feb 18 13:00:15 2017 (r434353) @@ -64,9 +64,13 @@ %%WWWDIR%%/core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php %%WWWDIR%%/core/AssetManager/UIAssetMinifier.php %%WWWDIR%%/core/Auth.php +%%WWWDIR%%/core/Auth/Password.php %%WWWDIR%%/core/BaseFactory.php %%WWWDIR%%/core/Cache.php %%WWWDIR%%/core/CacheId.php +%%WWWDIR%%/core/Category/Category.php +%%WWWDIR%%/core/Category/CategoryList.php +%%WWWDIR%%/core/Category/Subcategory.php %%WWWDIR%%/core/CliMulti.php %%WWWDIR%%/core/CliMulti/CliPhp.php %%WWWDIR%%/core/CliMulti/Output.php @@ -187,8 +191,11 @@ %%WWWDIR%%/core/Exception/NoPrivilegesException.php %%WWWDIR%%/core/Exception/NoWebsiteFoundException.php %%WWWDIR%%/core/Exception/NotYetInstalledException.php +%%WWWDIR%%/core/Exception/PluginDeactivatedException.php +%%WWWDIR%%/core/Exception/StylesheetLessCompileException.php %%WWWDIR%%/core/Exception/UnexpectedWebsiteFoundException.php %%WWWDIR%%/core/ExceptionHandler.php +%%WWWDIR%%/core/FileIntegrity.php %%WWWDIR%%/core/Filechecks.php %%WWWDIR%%/core/Filesystem.php %%WWWDIR%%/core/FrontController.php @@ -211,21 +218,17 @@ %%WWWDIR%%/core/LogDeleter.php %%WWWDIR%%/core/Mail.php %%WWWDIR%%/core/Measurable/Measurable.php -%%WWWDIR%%/core/Measurable/MeasurableSetting.php -%%WWWDIR%%/core/Measurable/MeasurableSettings.php -%%WWWDIR%%/core/Measurable/Settings/Storage.php %%WWWDIR%%/core/Measurable/Type.php %%WWWDIR%%/core/Measurable/Type/TypeManager.php %%WWWDIR%%/core/Menu/Group.php %%WWWDIR%%/core/Menu/MenuAbstract.php %%WWWDIR%%/core/Menu/MenuAdmin.php -%%WWWDIR%%/core/Menu/MenuMain.php -%%WWWDIR%%/core/Menu/MenuReporting.php %%WWWDIR%%/core/Menu/MenuTop.php -%%WWWDIR%%/core/Menu/MenuUser.php %%WWWDIR%%/core/Metrics.php %%WWWDIR%%/core/Metrics/Formatter.php %%WWWDIR%%/core/Metrics/Formatter/Html.php +%%WWWDIR%%/core/Metrics/Sorter.php +%%WWWDIR%%/core/Metrics/Sorter/Config.php %%WWWDIR%%/core/MetricsFormatter.php %%WWWDIR%%/core/Nonce.php %%WWWDIR%%/core/Notification.php @@ -245,6 +248,7 @@ %%WWWDIR%%/core/Plugin/API.php %%WWWDIR%%/core/Plugin/AggregatedMetric.php %%WWWDIR%%/core/Plugin/Archiver.php +%%WWWDIR%%/core/Plugin/Categories.php %%WWWDIR%%/core/Plugin/ComponentFactory.php %%WWWDIR%%/core/Plugin/ConsoleCommand.php %%WWWDIR%%/core/Plugin/Controller.php @@ -263,14 +267,14 @@ %%WWWDIR%%/core/Plugin/ProcessedMetric.php %%WWWDIR%%/core/Plugin/ReleaseChannels.php %%WWWDIR%%/core/Plugin/Report.php +%%WWWDIR%%/core/Plugin/ReportsProvider.php %%WWWDIR%%/core/Plugin/RequestProcessors.php %%WWWDIR%%/core/Plugin/Segment.php -%%WWWDIR%%/core/Plugin/Settings.php +%%WWWDIR%%/core/Plugin/SettingsProvider.php %%WWWDIR%%/core/Plugin/Tasks.php %%WWWDIR%%/core/Plugin/ViewDataTable.php %%WWWDIR%%/core/Plugin/Visualization.php -%%WWWDIR%%/core/Plugin/Widgets.php -%%WWWDIR%%/core/PluginDeactivatedException.php +%%WWWDIR%%/core/Plugin/WidgetsProvider.php %%WWWDIR%%/core/ProfessionalServices/Advertising.php %%WWWDIR%%/core/Profiler.php %%WWWDIR%%/core/ProxyHeaders.php @@ -278,6 +282,8 @@ %%WWWDIR%%/core/QuickForm2.php %%WWWDIR%%/core/RankingQuery.php %%WWWDIR%%/core/Registry.php +%%WWWDIR%%/core/Report/ReportWidgetConfig.php +%%WWWDIR%%/core/Report/ReportWidgetFactory.php %%WWWDIR%%/core/ReportRenderer.php %%WWWDIR%%/core/ReportRenderer/Csv.php %%WWWDIR%%/core/ReportRenderer/Html.php @@ -298,14 +304,26 @@ %%WWWDIR%%/core/Session.php %%WWWDIR%%/core/Session/SaveHandler/DbTable.php %%WWWDIR%%/core/Session/SessionNamespace.php -%%WWWDIR%%/core/Settings/Manager.php +%%WWWDIR%%/core/Settings/FieldConfig.php +%%WWWDIR%%/core/Settings/Measurable/MeasurableProperty.php +%%WWWDIR%%/core/Settings/Measurable/MeasurableSetting.php +%%WWWDIR%%/core/Settings/Measurable/MeasurableSettings.php +%%WWWDIR%%/core/Settings/Plugin/SystemConfigSetting.php +%%WWWDIR%%/core/Settings/Plugin/SystemSetting.php +%%WWWDIR%%/core/Settings/Plugin/SystemSettings.php +%%WWWDIR%%/core/Settings/Plugin/UserSetting.php +%%WWWDIR%%/core/Settings/Plugin/UserSettings.php %%WWWDIR%%/core/Settings/Setting.php -%%WWWDIR%%/core/Settings/Storage.php +%%WWWDIR%%/core/Settings/Settings.php +%%WWWDIR%%/core/Settings/Storage/Backend/BackendInterface.php +%%WWWDIR%%/core/Settings/Storage/Backend/Cache.php +%%WWWDIR%%/core/Settings/Storage/Backend/Config.php +%%WWWDIR%%/core/Settings/Storage/Backend/MeasurableSettingsTable.php +%%WWWDIR%%/core/Settings/Storage/Backend/NullBackend.php +%%WWWDIR%%/core/Settings/Storage/Backend/PluginSettingsTable.php +%%WWWDIR%%/core/Settings/Storage/Backend/SitesTable.php %%WWWDIR%%/core/Settings/Storage/Factory.php -%%WWWDIR%%/core/Settings/Storage/StaticStorage.php -%%WWWDIR%%/core/Settings/StorageInterface.php -%%WWWDIR%%/core/Settings/SystemSetting.php -%%WWWDIR%%/core/Settings/UserSetting.php +%%WWWDIR%%/core/Settings/Storage/Storage.php %%WWWDIR%%/core/SettingsPiwik.php %%WWWDIR%%/core/SettingsServer.php %%WWWDIR%%/core/Singleton.php @@ -336,7 +354,6 @@ %%WWWDIR%%/core/Tracker/Response.php %%WWWDIR%%/core/Tracker/ScheduledTasksRunner.php %%WWWDIR%%/core/Tracker/Settings.php -%%WWWDIR%%/core/Tracker/SettingsStorage.php %%WWWDIR%%/core/Tracker/TableLogAction.php %%WWWDIR%%/core/Tracker/TableLogAction/Cache.php %%WWWDIR%%/core/Tracker/TrackerCodeGenerator.php @@ -362,6 +379,28 @@ %%WWWDIR%%/core/UpdateCheck.php %%WWWDIR%%/core/UpdateCheck/ReleaseChannel.php %%WWWDIR%%/core/Updater.php +%%WWWDIR%%/core/Updater/Migration.php +%%WWWDIR%%/core/Updater/Migration/Db.php +%%WWWDIR%%/core/Updater/Migration/Db/AddColumn.php +%%WWWDIR%%/core/Updater/Migration/Db/AddColumns.php +%%WWWDIR%%/core/Updater/Migration/Db/AddIndex.php +%%WWWDIR%%/core/Updater/Migration/Db/AddPrimaryKey.php +%%WWWDIR%%/core/Updater/Migration/Db/AddUniqueKey.php +%%WWWDIR%%/core/Updater/Migration/Db/BatchInsert.php +%%WWWDIR%%/core/Updater/Migration/Db/BoundSql.php +%%WWWDIR%%/core/Updater/Migration/Db/ChangeColumn.php +%%WWWDIR%%/core/Updater/Migration/Db/ChangeColumnType.php +%%WWWDIR%%/core/Updater/Migration/Db/ChangeColumnTypes.php +%%WWWDIR%%/core/Updater/Migration/Db/CreateTable.php +%%WWWDIR%%/core/Updater/Migration/Db/DropColumn.php +%%WWWDIR%%/core/Updater/Migration/Db/DropIndex.php +%%WWWDIR%%/core/Updater/Migration/Db/DropTable.php +%%WWWDIR%%/core/Updater/Migration/Db/Factory.php +%%WWWDIR%%/core/Updater/Migration/Db/Insert.php +%%WWWDIR%%/core/Updater/Migration/Db/Sql.php +%%WWWDIR%%/core/Updater/Migration/Factory.php +%%WWWDIR%%/core/Updater/Migration/Plugin/Activate.php +%%WWWDIR%%/core/Updater/Migration/Plugin/Factory.php %%WWWDIR%%/core/Updater/UpdateObserver.php %%WWWDIR%%/core/Updates.php %%WWWDIR%%/core/Updates/0.2.10.php @@ -460,7 +499,6 @@ %%WWWDIR%%/core/Updates/2.16.3-b2.php %%WWWDIR%%/core/Updates/2.16.3-rc2.php %%WWWDIR%%/core/Updates/2.16.5.php -%%WWWDIR%%/core/Updates/2.17.0-b3.php %%WWWDIR%%/core/Updates/2.2.0-b15.php %%WWWDIR%%/core/Updates/2.2.3-b6.php %%WWWDIR%%/core/Updates/2.4.0-b1.php @@ -476,13 +514,16 @@ %%WWWDIR%%/core/Updates/2.7.0-b4.php %%WWWDIR%%/core/Updates/2.9.0-b1.php %%WWWDIR%%/core/Updates/2.9.0-b7.php +%%WWWDIR%%/core/Updates/3.0.0-b1.php +%%WWWDIR%%/core/Updates/3.0.0-b3.php +%%WWWDIR%%/core/Updates/3.0.0-b4.php +%%WWWDIR%%/core/Updates/3.0.1-b1.php %%WWWDIR%%/core/Url.php %%WWWDIR%%/core/UrlHelper.php %%WWWDIR%%/core/Version.php %%WWWDIR%%/core/View.php %%WWWDIR%%/core/View/OneClickDone.php %%WWWDIR%%/core/View/RenderTokenParser.php -%%WWWDIR%%/core/View/ReportsByDimension.php %%WWWDIR%%/core/View/UIControl.php %%WWWDIR%%/core/View/ViewInterface.php %%WWWDIR%%/core/ViewDataTable/Config.php @@ -491,7 +532,10 @@ %%WWWDIR%%/core/ViewDataTable/Request.php %%WWWDIR%%/core/ViewDataTable/RequestConfig.php %%WWWDIR%%/core/Visualization/Sparkline.php -%%WWWDIR%%/core/WidgetsList.php +%%WWWDIR%%/core/Widget/Widget.php +%%WWWDIR%%/core/Widget/WidgetConfig.php +%%WWWDIR%%/core/Widget/WidgetContainerConfig.php +%%WWWDIR%%/core/Widget/WidgetsList.php %%WWWDIR%%/core/bootstrap.php %%WWWDIR%%/core/dispatch.php %%WWWDIR%%/core/testMinimumPhpVersion.php @@ -829,22 +873,28 @@ %%WWWDIR%%/libs/bower_components/angular-animate/angular-animate.min.js %%WWWDIR%%/libs/bower_components/angular-animate/angular-animate.min.js.map %%WWWDIR%%/libs/bower_components/angular-animate/bower.json +%%WWWDIR%%/libs/bower_components/angular-animate/index.js %%WWWDIR%%/libs/bower_components/angular-animate/package.json %%WWWDIR%%/libs/bower_components/angular-cookies/README.md %%WWWDIR%%/libs/bower_components/angular-cookies/angular-cookies.js %%WWWDIR%%/libs/bower_components/angular-cookies/angular-cookies.min.js %%WWWDIR%%/libs/bower_components/angular-cookies/angular-cookies.min.js.map %%WWWDIR%%/libs/bower_components/angular-cookies/bower.json +%%WWWDIR%%/libs/bower_components/angular-cookies/index.js %%WWWDIR%%/libs/bower_components/angular-cookies/package.json %%WWWDIR%%/libs/bower_components/angular-mocks/README.md %%WWWDIR%%/libs/bower_components/angular-mocks/angular-mocks.js %%WWWDIR%%/libs/bower_components/angular-mocks/bower.json +%%WWWDIR%%/libs/bower_components/angular-mocks/ngAnimateMock.js +%%WWWDIR%%/libs/bower_components/angular-mocks/ngMock.js +%%WWWDIR%%/libs/bower_components/angular-mocks/ngMockE2E.js %%WWWDIR%%/libs/bower_components/angular-mocks/package.json %%WWWDIR%%/libs/bower_components/angular-sanitize/README.md %%WWWDIR%%/libs/bower_components/angular-sanitize/angular-sanitize.js %%WWWDIR%%/libs/bower_components/angular-sanitize/angular-sanitize.min.js %%WWWDIR%%/libs/bower_components/angular-sanitize/angular-sanitize.min.js.map %%WWWDIR%%/libs/bower_components/angular-sanitize/bower.json +%%WWWDIR%%/libs/bower_components/angular-sanitize/index.js %%WWWDIR%%/libs/bower_components/angular-sanitize/package.json %%WWWDIR%%/libs/bower_components/angular/README.md %%WWWDIR%%/libs/bower_components/angular/angular-csp.css @@ -853,6 +903,7 @@ %%WWWDIR%%/libs/bower_components/angular/angular.min.js.gzip %%WWWDIR%%/libs/bower_components/angular/angular.min.js.map %%WWWDIR%%/libs/bower_components/angular/bower.json +%%WWWDIR%%/libs/bower_components/angular/index.js %%WWWDIR%%/libs/bower_components/angular/package.json %%WWWDIR%%/libs/bower_components/chroma-js/LICENSE %%WWWDIR%%/libs/bower_components/chroma-js/LICENSE-colors @@ -863,6 +914,7 @@ %%WWWDIR%%/libs/bower_components/chroma-js/package.json %%WWWDIR%%/libs/bower_components/chroma-js/readme.md %%WWWDIR%%/libs/bower_components/html5shiv/Gruntfile.js +%%WWWDIR%%/libs/bower_components/html5shiv/MIT and GPL2 licenses.md %%WWWDIR%%/libs/bower_components/html5shiv/bower.json %%WWWDIR%%/libs/bower_components/html5shiv/dist/html5shiv-printshiv.js %%WWWDIR%%/libs/bower_components/html5shiv/dist/html5shiv-printshiv.min.js @@ -887,11 +939,15 @@ %%WWWDIR%%/libs/bower_components/iframe-resizer/src/iframeResizer.contentWindow.js %%WWWDIR%%/libs/bower_components/iframe-resizer/src/iframeResizer.js %%WWWDIR%%/libs/bower_components/iframe-resizer/test-main.js +%%WWWDIR%%/libs/bower_components/jQuery.dotdotdot/LICENSE.txt %%WWWDIR%%/libs/bower_components/jQuery.dotdotdot/bower.json %%WWWDIR%%/libs/bower_components/jQuery.dotdotdot/src/js/jquery.dotdotdot.js %%WWWDIR%%/libs/bower_components/jQuery.dotdotdot/src/js/jquery.dotdotdot.min.js %%WWWDIR%%/libs/bower_components/jScrollPane/MIT-LICENSE.txt %%WWWDIR%%/libs/bower_components/jScrollPane/README.md +%%WWWDIR%%/libs/bower_components/jScrollPane/bower.json +%%WWWDIR%%/libs/bower_components/jScrollPane/build/Gruntfile.js +%%WWWDIR%%/libs/bower_components/jScrollPane/build/package.json %%WWWDIR%%/libs/bower_components/jScrollPane/image/logo.png %%WWWDIR%%/libs/bower_components/jScrollPane/script/demo.js %%WWWDIR%%/libs/bower_components/jScrollPane/script/jquery.jscrollpane.js @@ -906,8 +962,6 @@ %%WWWDIR%%/libs/bower_components/jquery-mousewheel/bower.json %%WWWDIR%%/libs/bower_components/jquery-mousewheel/jquery.mousewheel.js %%WWWDIR%%/libs/bower_components/jquery-mousewheel/jquery.mousewheel.min.js -%%WWWDIR%%/libs/bower_components/jquery-placeholder/LICENSE-MIT.txt -%%WWWDIR%%/libs/bower_components/jquery-placeholder/README.md %%WWWDIR%%/libs/bower_components/jquery-placeholder/bower.json %%WWWDIR%%/libs/bower_components/jquery-placeholder/jquery.placeholder.js %%WWWDIR%%/libs/bower_components/jquery-ui/AUTHORS.txt @@ -1144,89 +1198,35 @@ %%WWWDIR%%/libs/bower_components/jquery.scrollTo/jquery.scrollTo.min.js %%WWWDIR%%/libs/bower_components/jquery.scrollTo/package.json %%WWWDIR%%/libs/bower_components/jquery.scrollTo/scrollTo.jquery.json +%%WWWDIR%%/libs/bower_components/jquery/AUTHORS.txt +%%WWWDIR%%/libs/bower_components/jquery/LICENSE.txt +%%WWWDIR%%/libs/bower_components/jquery/README.md %%WWWDIR%%/libs/bower_components/jquery/bower.json %%WWWDIR%%/libs/bower_components/jquery/dist/jquery.js %%WWWDIR%%/libs/bower_components/jquery/dist/jquery.min.js %%WWWDIR%%/libs/bower_components/jquery/dist/jquery.min.map -%%WWWDIR%%/libs/bower_components/jquery/src/ajax.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/jsonp.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/load.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/parseJSON.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/parseXML.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/script.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/var/nonce.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/var/rquery.js -%%WWWDIR%%/libs/bower_components/jquery/src/ajax/xhr.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes/attr.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes/classes.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes/prop.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/attributes/val.js -%%WWWDIR%%/libs/bower_components/jquery/src/callbacks.js -%%WWWDIR%%/libs/bower_components/jquery/src/core.js -%%WWWDIR%%/libs/bower_components/jquery/src/core/access.js -%%WWWDIR%%/libs/bower_components/jquery/src/core/init.js -%%WWWDIR%%/libs/bower_components/jquery/src/core/parseHTML.js -%%WWWDIR%%/libs/bower_components/jquery/src/core/ready.js -%%WWWDIR%%/libs/bower_components/jquery/src/core/var/rsingleTag.js -%%WWWDIR%%/libs/bower_components/jquery/src/css.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/addGetHookIf.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/curCSS.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/defaultDisplay.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/hiddenVisibleSelectors.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/var/cssExpand.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/var/isHidden.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/var/rmargin.js -%%WWWDIR%%/libs/bower_components/jquery/src/css/var/rnumnonpx.js -%%WWWDIR%%/libs/bower_components/jquery/src/data.js -%%WWWDIR%%/libs/bower_components/jquery/src/data/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/deferred.js -%%WWWDIR%%/libs/bower_components/jquery/src/deprecated.js -%%WWWDIR%%/libs/bower_components/jquery/src/dimensions.js -%%WWWDIR%%/libs/bower_components/jquery/src/effects.js -%%WWWDIR%%/libs/bower_components/jquery/src/effects/Tween.js -%%WWWDIR%%/libs/bower_components/jquery/src/effects/animatedSelector.js -%%WWWDIR%%/libs/bower_components/jquery/src/effects/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/event.js -%%WWWDIR%%/libs/bower_components/jquery/src/event/alias.js -%%WWWDIR%%/libs/bower_components/jquery/src/event/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/exports/amd.js -%%WWWDIR%%/libs/bower_components/jquery/src/exports/global.js -%%WWWDIR%%/libs/bower_components/jquery/src/intro.js -%%WWWDIR%%/libs/bower_components/jquery/src/jquery.js -%%WWWDIR%%/libs/bower_components/jquery/src/manipulation.js -%%WWWDIR%%/libs/bower_components/jquery/src/manipulation/_evalUrl.js -%%WWWDIR%%/libs/bower_components/jquery/src/manipulation/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/manipulation/var/rcheckableType.js -%%WWWDIR%%/libs/bower_components/jquery/src/offset.js -%%WWWDIR%%/libs/bower_components/jquery/src/outro.js -%%WWWDIR%%/libs/bower_components/jquery/src/queue.js -%%WWWDIR%%/libs/bower_components/jquery/src/queue/delay.js -%%WWWDIR%%/libs/bower_components/jquery/src/selector-sizzle.js -%%WWWDIR%%/libs/bower_components/jquery/src/selector.js -%%WWWDIR%%/libs/bower_components/jquery/src/serialize.js -%%WWWDIR%%/libs/bower_components/jquery/src/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/traversing.js -%%WWWDIR%%/libs/bower_components/jquery/src/traversing/findFilter.js -%%WWWDIR%%/libs/bower_components/jquery/src/traversing/var/rneedsContext.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/class2type.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/concat.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/deletedIds.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/hasOwn.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/indexOf.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/pnum.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/push.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/rnotwhite.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/slice.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/support.js -%%WWWDIR%%/libs/bower_components/jquery/src/var/toString.js -%%WWWDIR%%/libs/bower_components/jquery/src/wrap.js -%%WWWDIR%%/libs/bower_components/jqueryui-touch-punch/README.md -%%WWWDIR%%/libs/bower_components/jqueryui-touch-punch/bower.json -%%WWWDIR%%/libs/bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.js -%%WWWDIR%%/libs/bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +%%WWWDIR%%/libs/bower_components/jquery/dist/jquery.slim.js +%%WWWDIR%%/libs/bower_components/jquery/dist/jquery.slim.min.js +%%WWWDIR%%/libs/bower_components/jquery/dist/jquery.slim.min.map +%%WWWDIR%%/libs/bower_components/jquery/sizzle/LICENSE.txt +%%WWWDIR%%/libs/bower_components/jquery/sizzle/dist/sizzle.js +%%WWWDIR%%/libs/bower_components/jquery/sizzle/dist/sizzle.min.js +%%WWWDIR%%/libs/bower_components/jquery/sizzle/dist/sizzle.min.map +%%WWWDIR%%/libs/bower_components/materialize/.npmignore +%%WWWDIR%%/libs/bower_components/materialize/CHANGELOG.md +%%WWWDIR%%/libs/bower_components/materialize/CONTRIBUTING.md +%%WWWDIR%%/libs/bower_components/materialize/LICENSE +%%WWWDIR%%/libs/bower_components/materialize/bin/materialize.css +%%WWWDIR%%/libs/bower_components/materialize/bin/materialize.js +%%WWWDIR%%/libs/bower_components/materialize/bower.json +%%WWWDIR%%/libs/bower_components/materialize/dist/css/materialize.css +%%WWWDIR%%/libs/bower_components/materialize/dist/css/materialize.min.css +%%WWWDIR%%/libs/bower_components/materialize/dist/js/materialize.js +%%WWWDIR%%/libs/bower_components/materialize/dist/js/materialize.min.js +%%WWWDIR%%/libs/bower_components/materialize/extras/noUiSlider/nouislider.css +%%WWWDIR%%/libs/bower_components/materialize/extras/noUiSlider/nouislider.js +%%WWWDIR%%/libs/bower_components/materialize/extras/noUiSlider/nouislider.min.js +%%WWWDIR%%/libs/bower_components/materialize/package.js %%WWWDIR%%/libs/bower_components/mousetrap/Gruntfile.js %%WWWDIR%%/libs/bower_components/mousetrap/README.md %%WWWDIR%%/libs/bower_components/mousetrap/mousetrap.js @@ -1261,8 +1261,10 @@ %%WWWDIR%%/libs/bower_components/sprintf/bower.json %%WWWDIR%%/libs/bower_components/sprintf/demo/angular.html %%WWWDIR%%/libs/bower_components/sprintf/dist/angular-sprintf.min.js +%%WWWDIR%%/libs/bower_components/sprintf/dist/angular-sprintf.min.js.map %%WWWDIR%%/libs/bower_components/sprintf/dist/angular-sprintf.min.map %%WWWDIR%%/libs/bower_components/sprintf/dist/sprintf.min.js +%%WWWDIR%%/libs/bower_components/sprintf/dist/sprintf.min.js.map %%WWWDIR%%/libs/bower_components/sprintf/dist/sprintf.min.map %%WWWDIR%%/libs/bower_components/sprintf/gruntfile.js %%WWWDIR%%/libs/bower_components/sprintf/package.json @@ -1273,6 +1275,7 @@ %%WWWDIR%%/libs/bower_components/visibilityjs/LICENSE %%WWWDIR%%/libs/bower_components/visibilityjs/README.md %%WWWDIR%%/libs/bower_components/visibilityjs/bower.json +%%WWWDIR%%/libs/bower_components/visibilityjs/component.json %%WWWDIR%%/libs/bower_components/visibilityjs/index.js %%WWWDIR%%/libs/bower_components/visibilityjs/lib/visibility.core.js %%WWWDIR%%/libs/bower_components/visibilityjs/lib/visibility.fallback.js @@ -1397,6 +1400,8 @@ %%WWWDIR%%/plugins/API/Renderer/Xml.php %%WWWDIR%%/plugins/API/Reports/Get.php %%WWWDIR%%/plugins/API/RowEvolution.php +%%WWWDIR%%/plugins/API/SegmentMetadata.php +%%WWWDIR%%/plugins/API/WidgetMetadata.php %%WWWDIR%%/plugins/API/lang/am.json %%WWWDIR%%/plugins/API/lang/ar.json %%WWWDIR%%/plugins/API/lang/be.json @@ -1459,6 +1464,13 @@ %%WWWDIR%%/plugins/Actions/Actions/ActionSiteSearch.php %%WWWDIR%%/plugins/Actions/Archiver.php %%WWWDIR%%/plugins/Actions/ArchivingHelper.php +%%WWWDIR%%/plugins/Actions/Categories/DownloadsSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/EntryPagesSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/ExitPagesSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/OutlinksSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/PageTitlesSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/PagesSubcategory.php +%%WWWDIR%%/plugins/Actions/Categories/SiteSearchSubcategory.php %%WWWDIR%%/plugins/Actions/Columns/ActionType.php %%WWWDIR%%/plugins/Actions/Columns/ActionUrl.php %%WWWDIR%%/plugins/Actions/Columns/ClickedUrl.php @@ -1468,6 +1480,8 @@ %%WWWDIR%%/plugins/Actions/Columns/EntryPageUrl.php %%WWWDIR%%/plugins/Actions/Columns/ExitPageTitle.php %%WWWDIR%%/plugins/Actions/Columns/ExitPageUrl.php +%%WWWDIR%%/plugins/Actions/Columns/IdPageview.php +%%WWWDIR%%/plugins/Actions/Columns/InteractionPosition.php %%WWWDIR%%/plugins/Actions/Columns/Keyword.php %%WWWDIR%%/plugins/Actions/Columns/KeywordwithNoSearchResult.php %%WWWDIR%%/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php @@ -1482,10 +1496,9 @@ %%WWWDIR%%/plugins/Actions/Columns/SearchNoResultKeyword.php %%WWWDIR%%/plugins/Actions/Columns/TimeSpentRefAction.php %%WWWDIR%%/plugins/Actions/Columns/VisitTotalActions.php +%%WWWDIR%%/plugins/Actions/Columns/VisitTotalInteractions.php %%WWWDIR%%/plugins/Actions/Columns/VisitTotalSearches.php -%%WWWDIR%%/plugins/Actions/Controller.php %%WWWDIR%%/plugins/Actions/DataTable/Filter/Actions.php -%%WWWDIR%%/plugins/Actions/Menu.php %%WWWDIR%%/plugins/Actions/Metrics.php %%WWWDIR%%/plugins/Actions/Reports/Base.php %%WWWDIR%%/plugins/Actions/Reports/Get.php @@ -1559,8 +1572,6 @@ %%WWWDIR%%/plugins/Actions/lang/vi.json %%WWWDIR%%/plugins/Actions/lang/zh-cn.json %%WWWDIR%%/plugins/Actions/lang/zh-tw.json -%%WWWDIR%%/plugins/Actions/stylesheets/dataTableActions.less -%%WWWDIR%%/plugins/Actions/templates/indexSiteSearch.twig %%WWWDIR%%/plugins/Annotations/API.php %%WWWDIR%%/plugins/Annotations/AnnotationList.php %%WWWDIR%%/plugins/Annotations/Annotations.php @@ -1623,20 +1634,20 @@ %%WWWDIR%%/plugins/Contents/API.php %%WWWDIR%%/plugins/Contents/Actions/ActionContent.php %%WWWDIR%%/plugins/Contents/Archiver.php +%%WWWDIR%%/plugins/Contents/Categories/ContentsSubcategory.php %%WWWDIR%%/plugins/Contents/Columns/ContentInteraction.php %%WWWDIR%%/plugins/Contents/Columns/ContentName.php %%WWWDIR%%/plugins/Contents/Columns/ContentPiece.php %%WWWDIR%%/plugins/Contents/Columns/ContentTarget.php %%WWWDIR%%/plugins/Contents/Columns/Metrics/InteractionRate.php %%WWWDIR%%/plugins/Contents/Contents.php -%%WWWDIR%%/plugins/Contents/Controller.php %%WWWDIR%%/plugins/Contents/DataArray.php %%WWWDIR%%/plugins/Contents/Dimensions.php -%%WWWDIR%%/plugins/Contents/Menu.php %%WWWDIR%%/plugins/Contents/README.md %%WWWDIR%%/plugins/Contents/Reports/Base.php %%WWWDIR%%/plugins/Contents/Reports/GetContentNames.php %%WWWDIR%%/plugins/Contents/Reports/GetContentPieces.php +%%WWWDIR%%/plugins/Contents/Widgets/ContentsByDimension.php %%WWWDIR%%/plugins/Contents/javascripts/contentsDataTable.js %%WWWDIR%%/plugins/Contents/lang/ar.json %%WWWDIR%%/plugins/Contents/lang/bg.json @@ -1672,7 +1683,7 @@ %%WWWDIR%%/plugins/Contents/lang/uk.json %%WWWDIR%%/plugins/Contents/lang/vi.json %%WWWDIR%%/plugins/Contents/lang/zh-cn.json -%%WWWDIR%%/plugins/Contents/stylesheets/datatable.less +%%WWWDIR%%/plugins/Contents/lang/zh-tw.json %%WWWDIR%%/plugins/CoreAdminHome/API.php %%WWWDIR%%/plugins/CoreAdminHome/Commands/DeleteLogsData.php %%WWWDIR%%/plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php @@ -1690,9 +1701,13 @@ %%WWWDIR%%/plugins/CoreAdminHome/OptOutManager.php %%WWWDIR%%/plugins/CoreAdminHome/Tasks.php %%WWWDIR%%/plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.php -%%WWWDIR%%/plugins/CoreAdminHome/javascripts/generalSettings.js -%%WWWDIR%%/plugins/CoreAdminHome/javascripts/jsTrackingGenerator.js -%%WWWDIR%%/plugins/CoreAdminHome/javascripts/pluginSettings.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/archiving/archiving.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/branding/branding.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/smtp/mail-smtp.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/trackingcode/imagetrackingcode.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/trackingcode/jstrackingcode.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/trustedhosts/trustedhosts.controller.js +%%WWWDIR%%/plugins/CoreAdminHome/angularjs/trustedhosts/trustedhosts.directive.js %%WWWDIR%%/plugins/CoreAdminHome/javascripts/protocolCheck.js %%WWWDIR%%/plugins/CoreAdminHome/lang/ar.json %%WWWDIR%%/plugins/CoreAdminHome/lang/be.json @@ -1746,8 +1761,8 @@ %%WWWDIR%%/plugins/CoreAdminHome/stylesheets/generalSettings.less %%WWWDIR%%/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css %%WWWDIR%%/plugins/CoreAdminHome/templates/generalSettings.twig +%%WWWDIR%%/plugins/CoreAdminHome/templates/home.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/optOut.twig -%%WWWDIR%%/plugins/CoreAdminHome/templates/pluginSettings.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/trackingCodeGenerator.twig %%WWWDIR%%/plugins/CoreConsole/Commands/ClearCaches.php %%WWWDIR%%/plugins/CoreConsole/Commands/CoreArchiver.php @@ -1773,8 +1788,13 @@ %%WWWDIR%%/plugins/CoreConsole/Commands/GitCommit.php %%WWWDIR%%/plugins/CoreConsole/Commands/GitPull.php %%WWWDIR%%/plugins/CoreConsole/Commands/GitPush.php -%%WWWDIR%%/plugins/CoreConsole/Commands/ManagePlugin.php %%WWWDIR%%/plugins/CoreConsole/Commands/WatchLog.php +%%WWWDIR%%/plugins/CoreHome/Categories/ActionsCategory.php +%%WWWDIR%%/plugins/CoreHome/Categories/DevicesSubcategory.php +%%WWWDIR%%/plugins/CoreHome/Categories/EngagementSubcategory.php +%%WWWDIR%%/plugins/CoreHome/Categories/SoftwareSubcategory.php +%%WWWDIR%%/plugins/CoreHome/Categories/VisitorsCategory.php +%%WWWDIR%%/plugins/CoreHome/Categories/VisitorsOverviewSubcategory.php %%WWWDIR%%/plugins/CoreHome/Columns/IdSite.php %%WWWDIR%%/plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php %%WWWDIR%%/plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php @@ -1810,18 +1830,32 @@ %%WWWDIR%%/plugins/CoreHome/Tracker/LogTable/Visit.php %%WWWDIR%%/plugins/CoreHome/Tracker/VisitRequestProcessor.php %%WWWDIR%%/plugins/CoreHome/Visitor.php -%%WWWDIR%%/plugins/CoreHome/Widgets.php +%%WWWDIR%%/plugins/CoreHome/Widgets/GetDonateForm.php +%%WWWDIR%%/plugins/CoreHome/Widgets/GetPromoVideo.php +%%WWWDIR%%/plugins/CoreHome/Widgets/GetSystemSummary.php +%%WWWDIR%%/plugins/CoreHome/angularjs/activity-indicator/activityindicator.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/activity-indicator/activityindicator.html %%WWWDIR%%/plugins/CoreHome/angularjs/ajax-form/ajax-form.controller.js %%WWWDIR%%/plugins/CoreHome/angularjs/ajax-form/ajax-form.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/alert/alert.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/alert/alert.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/alert/alert.directive.less %%WWWDIR%%/plugins/CoreHome/angularjs/anchorLinkFix.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/attributes.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/autocomplete-matched.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/dialog.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/directive.module.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/dropdown-button.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/field-condition.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/focus-anywhere-but-here.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/focusif.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/ignore-click.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/onenter.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/select-on-focus.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/show-sensitive-data.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/side-nav.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/directives/translate.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/escape.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/evolution.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/filter.module.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/htmldecode.js @@ -1832,11 +1866,19 @@ %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/translate.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/trim.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/filters/ucfirst.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/services/global-ajax-queue.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/services/piwik-api.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/services/piwik-api.spec.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/services/piwik-url.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/services/piwik.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/services/piwik.spec.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/services/report-metadata-model.js +%%WWWDIR%%/plugins/CoreHome/angularjs/common/services/reporting-pages-model.js %%WWWDIR%%/plugins/CoreHome/angularjs/common/services/service.module.js +%%WWWDIR%%/plugins/CoreHome/angularjs/content-block/content-block.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/content-block/content-block.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/content-intro/content-intro.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/content-table/content-table.directive.js %%WWWDIR%%/plugins/CoreHome/angularjs/dialogtoggler/dialogtoggler-urllistener.service.js %%WWWDIR%%/plugins/CoreHome/angularjs/dialogtoggler/dialogtoggler.controller.js %%WWWDIR%%/plugins/CoreHome/angularjs/dialogtoggler/dialogtoggler.directive.js @@ -1856,10 +1898,23 @@ %%WWWDIR%%/plugins/CoreHome/angularjs/notification/notification.directive.less %%WWWDIR%%/plugins/CoreHome/angularjs/piwikApp.config.js %%WWWDIR%%/plugins/CoreHome/angularjs/piwikApp.js +%%WWWDIR%%/plugins/CoreHome/angularjs/popover-handler/popover-handler.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/progressbar/progressbar.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/progressbar/progressbar.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/progressbar/progressbar.directive.less %%WWWDIR%%/plugins/CoreHome/angularjs/quick-access/quick-access.controller.js %%WWWDIR%%/plugins/CoreHome/angularjs/quick-access/quick-access.directive.html %%WWWDIR%%/plugins/CoreHome/angularjs/quick-access/quick-access.directive.js %%WWWDIR%%/plugins/CoreHome/angularjs/quick-access/quick-access.directive.less +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-menu/reportingmenu-model.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-menu/reportingmenu.controller.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-menu/reportingmenu.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-menu/reportingmenu.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-page/reportingpage-model.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-page/reportingpage.controller.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-page/reportingpage.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-page/reportingpage.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/reporting-page/reportingpage.directive.less %%WWWDIR%%/plugins/CoreHome/angularjs/selector/selector.directive.js %%WWWDIR%%/plugins/CoreHome/angularjs/selector/selector.directive.less %%WWWDIR%%/plugins/CoreHome/angularjs/siteselector/siteselector-model.service.js @@ -1867,7 +1922,17 @@ %%WWWDIR%%/plugins/CoreHome/angularjs/siteselector/siteselector.directive.html %%WWWDIR%%/plugins/CoreHome/angularjs/siteselector/siteselector.directive.js %%WWWDIR%%/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-container/widgetcontainer.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-container/widgetcontainer.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-loader/widgetloader.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/widget-loader/widgetloader.directive.js +%%WWWDIR%%/plugins/CoreHome/angularjs/widget/widget.directive.html +%%WWWDIR%%/plugins/CoreHome/angularjs/widget/widget.directive.js %%WWWDIR%%/plugins/CoreHome/config/config.php +%%WWWDIR%%/plugins/CoreHome/images/applePinnedTab.svg %%WWWDIR%%/plugins/CoreHome/images/applogo_128.png %%WWWDIR%%/plugins/CoreHome/images/applogo_144.png %%WWWDIR%%/plugins/CoreHome/images/applogo_192.png @@ -1896,9 +1961,8 @@ %%WWWDIR%%/plugins/CoreHome/javascripts/dataTable.js %%WWWDIR%%/plugins/CoreHome/javascripts/dataTable_rowactions.js %%WWWDIR%%/plugins/CoreHome/javascripts/donate.js +%%WWWDIR%%/plugins/CoreHome/javascripts/iframeResizer.min.js %%WWWDIR%%/plugins/CoreHome/javascripts/manifest.json -%%WWWDIR%%/plugins/CoreHome/javascripts/menu.js -%%WWWDIR%%/plugins/CoreHome/javascripts/menu_init.js %%WWWDIR%%/plugins/CoreHome/javascripts/notification.js %%WWWDIR%%/plugins/CoreHome/javascripts/notification_parser.js %%WWWDIR%%/plugins/CoreHome/javascripts/numberFormatter.js @@ -1907,6 +1971,7 @@ %%WWWDIR%%/plugins/CoreHome/javascripts/sparkline.js %%WWWDIR%%/plugins/CoreHome/javascripts/top_controls.js %%WWWDIR%%/plugins/CoreHome/javascripts/uiControl.js +%%WWWDIR%%/plugins/CoreHome/javascripts/zen-mode.js %%WWWDIR%%/plugins/CoreHome/lang/am.json %%WWWDIR%%/plugins/CoreHome/lang/ar.json %%WWWDIR%%/plugins/CoreHome/lang/be.json @@ -1965,6 +2030,7 @@ %%WWWDIR%%/plugins/CoreHome/stylesheets/coreHome.less %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable.less %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_dataTable.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_entityTable.less %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_rowActions.less @@ -1980,9 +2046,10 @@ %%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig %%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportFooter.twig %%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportHeader.twig -%%WWWDIR%%/plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig %%WWWDIR%%/plugins/CoreHome/templates/_adblockDetect.twig +%%WWWDIR%%/plugins/CoreHome/templates/_applePinnedTabIcon.twig %%WWWDIR%%/plugins/CoreHome/templates/_dataTable.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTableActions.twig %%WWWDIR%%/plugins/CoreHome/templates/_dataTableCell.twig %%WWWDIR%%/plugins/CoreHome/templates/_dataTableFooter.twig %%WWWDIR%%/plugins/CoreHome/templates/_dataTableHead.twig @@ -1990,12 +2057,14 @@ %%WWWDIR%%/plugins/CoreHome/templates/_donate.twig %%WWWDIR%%/plugins/CoreHome/templates/_favicon.twig %%WWWDIR%%/plugins/CoreHome/templates/_headerMessage.twig +%%WWWDIR%%/plugins/CoreHome/templates/_indexContent.twig %%WWWDIR%%/plugins/CoreHome/templates/_javaScriptDisabled.twig %%WWWDIR%%/plugins/CoreHome/templates/_logo.twig %%WWWDIR%%/plugins/CoreHome/templates/_menu.twig %%WWWDIR%%/plugins/CoreHome/templates/_notifications.twig %%WWWDIR%%/plugins/CoreHome/templates/_periodSelect.twig %%WWWDIR%%/plugins/CoreHome/templates/_singleReport.twig +%%WWWDIR%%/plugins/CoreHome/templates/_singleWidget.twig %%WWWDIR%%/plugins/CoreHome/templates/_siteSelectHeader.twig %%WWWDIR%%/plugins/CoreHome/templates/_topBar.twig %%WWWDIR%%/plugins/CoreHome/templates/_topScreen.twig @@ -2007,6 +2076,9 @@ %%WWWDIR%%/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig %%WWWDIR%%/plugins/CoreHome/templates/getPromoVideo.twig %%WWWDIR%%/plugins/CoreHome/templates/getRowEvolutionPopover.twig +%%WWWDIR%%/plugins/CoreHome/templates/getSystemSummary.twig +%%WWWDIR%%/plugins/CoreHome/templates/widgetContainer.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/API.php %%WWWDIR%%/plugins/CorePluginsAdmin/Commands/ActivatePlugin.php %%WWWDIR%%/plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php %%WWWDIR%%/plugins/CorePluginsAdmin/Commands/ListPlugins.php @@ -2015,13 +2087,36 @@ %%WWWDIR%%/plugins/CorePluginsAdmin/Menu.php %%WWWDIR%%/plugins/CorePluginsAdmin/PluginInstaller.php %%WWWDIR%%/plugins/CorePluginsAdmin/PluginInstallerException.php +%%WWWDIR%%/plugins/CorePluginsAdmin/SettingsMetadata.php +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/field/field.directive.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/field/field.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-checkbox-array.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-checkbox.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-file.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-hidden.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-multiselect.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-radio.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-select.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-site.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-text-array.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-text.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea-array.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/form-field.directive.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form-field/form-field.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/form/form.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugin-settings/plugin-settings.controller.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugin-settings/plugin-settings.directive.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugin-settings/plugin-settings.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugin-settings/plugin-settings.directive.less +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugins/plugin-filter.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/plugins/plugin-management.directive.js +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/save-button/save-button.directive.html +%%WWWDIR%%/plugins/CorePluginsAdmin/angularjs/save-button/save-button.directive.js %%WWWDIR%%/plugins/CorePluginsAdmin/images/flattr.png %%WWWDIR%%/plugins/CorePluginsAdmin/images/paypal_donate.jpg %%WWWDIR%%/plugins/CorePluginsAdmin/images/plugins.png %%WWWDIR%%/plugins/CorePluginsAdmin/images/themes.png -%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/pluginExtend.js -%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/pluginOverview.js -%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/plugins.js %%WWWDIR%%/plugins/CorePluginsAdmin/lang/am.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/ar.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/be.json @@ -2094,6 +2189,7 @@ %%WWWDIR%%/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php %%WWWDIR%%/plugins/CoreUpdater/ReleaseChannel/LatestBeta.php %%WWWDIR%%/plugins/CoreUpdater/ReleaseChannel/LatestStable.php +%%WWWDIR%%/plugins/CoreUpdater/SystemSettings.php %%WWWDIR%%/plugins/CoreUpdater/Tasks.php %%WWWDIR%%/plugins/CoreUpdater/Test/Fixtures/DbUpdaterTestFixture.php %%WWWDIR%%/plugins/CoreUpdater/Test/Fixtures/FailUpdateHttpsFixture.php @@ -2185,6 +2281,8 @@ %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Sparkline.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Sparklines.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Sparklines/Config.php %%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplot.js %%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplotBarGraph.js %%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js @@ -2194,7 +2292,9 @@ %%WWWDIR%%/plugins/CoreVisualizations/stylesheets/jqplot.css %%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig %%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig +%%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_sparklines.twig %%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig +%%WWWDIR%%/plugins/CoreVisualizations/templates/macros.twig %%WWWDIR%%/plugins/CustomPiwikJs/API.php %%WWWDIR%%/plugins/CustomPiwikJs/Commands/UpdateTracker.php %%WWWDIR%%/plugins/CustomPiwikJs/CustomPiwikJs.php @@ -2213,9 +2313,18 @@ %%WWWDIR%%/plugins/CustomPiwikJs/lang/en.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/es.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/fr.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/it.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/ja.json %%WWWDIR%%/plugins/CustomPiwikJs/lang/nb.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/ru.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/sq.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/sr.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/tr.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/uk.json +%%WWWDIR%%/plugins/CustomPiwikJs/lang/zh-tw.json %%WWWDIR%%/plugins/CustomVariables/API.php %%WWWDIR%%/plugins/CustomVariables/Archiver.php +%%WWWDIR%%/plugins/CustomVariables/Categories/CustomVariablesSubcategory.php %%WWWDIR%%/plugins/CustomVariables/Columns/Base.php %%WWWDIR%%/plugins/CustomVariables/Columns/CustomVariableName.php %%WWWDIR%%/plugins/CustomVariables/Columns/CustomVariableValue.php @@ -2229,6 +2338,7 @@ %%WWWDIR%%/plugins/CustomVariables/Reports/Base.php %%WWWDIR%%/plugins/CustomVariables/Reports/GetCustomVariables.php %%WWWDIR%%/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php +%%WWWDIR%%/plugins/CustomVariables/Segment.php %%WWWDIR%%/plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php %%WWWDIR%%/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.controller.js %%WWWDIR%%/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html @@ -2276,6 +2386,7 @@ %%WWWDIR%%/plugins/CustomVariables/lang/uk.json %%WWWDIR%%/plugins/CustomVariables/lang/vi.json %%WWWDIR%%/plugins/CustomVariables/lang/zh-cn.json +%%WWWDIR%%/plugins/CustomVariables/lang/zh-tw.json %%WWWDIR%%/plugins/CustomVariables/templates/manage.twig %%WWWDIR%%/plugins/DBStats/API.php %%WWWDIR%%/plugins/DBStats/Controller.php @@ -2349,15 +2460,17 @@ %%WWWDIR%%/plugins/DBStats/lang/vi.json %%WWWDIR%%/plugins/DBStats/lang/zh-cn.json %%WWWDIR%%/plugins/DBStats/lang/zh-tw.json -%%WWWDIR%%/plugins/DBStats/stylesheets/dbStatsTable.less %%WWWDIR%%/plugins/DBStats/templates/index.twig %%WWWDIR%%/plugins/Dashboard/API.php +%%WWWDIR%%/plugins/Dashboard/Categories/DashboardCategory.php %%WWWDIR%%/plugins/Dashboard/Controller.php %%WWWDIR%%/plugins/Dashboard/Dashboard.php %%WWWDIR%%/plugins/Dashboard/DashboardManagerControl.php %%WWWDIR%%/plugins/Dashboard/DashboardSettingsControlBase.php %%WWWDIR%%/plugins/Dashboard/Menu.php %%WWWDIR%%/plugins/Dashboard/Model.php +%%WWWDIR%%/plugins/Dashboard/angularjs/common/services/dashboards-model.js +%%WWWDIR%%/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js %%WWWDIR%%/plugins/Dashboard/javascripts/dashboard.js %%WWWDIR%%/plugins/Dashboard/javascripts/dashboardObject.js %%WWWDIR%%/plugins/Dashboard/javascripts/dashboardWidget.js @@ -2442,16 +2555,16 @@ %%WWWDIR%%/plugins/DevicePlugins/Reports/GetPlugin.php %%WWWDIR%%/plugins/DevicePlugins/Visitor.php %%WWWDIR%%/plugins/DevicePlugins/functions.php -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/cookie.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/director.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/flash.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/gears.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/java.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/pdf.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/quicktime.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/realplayer.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/silverlight.gif -%%WWWDIR%%/plugins/DevicePlugins/images/plugins/windowsmedia.gif +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/cookie.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/director.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/flash.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/gears.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/java.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/pdf.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/quicktime.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/realplayer.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/silverlight.png +%%WWWDIR%%/plugins/DevicePlugins/images/plugins/windowsmedia.png %%WWWDIR%%/plugins/DevicePlugins/lang/am.json %%WWWDIR%%/plugins/DevicePlugins/lang/ar.json %%WWWDIR%%/plugins/DevicePlugins/lang/be.json @@ -2668,194 +2781,200 @@ %%WWWDIR%%/plugins/DevicesDetection/images/brand/i-mobile.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/iBerry.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/teXet.ico -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/36.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AG.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AN.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AT.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AV.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/AW.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/B2.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BD.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BJ.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/BX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CC.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CD.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CH.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CK.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CN.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/CX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/DI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/EL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/EP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ES.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FD.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/FN.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/GA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/GE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/HA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/HJ.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IC.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ID.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/IW.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KY.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/KZ.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LG.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/LX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MC.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MU.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/MX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/NS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/ON.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OT.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OV.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/OW.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PU.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PW.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/PX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/QQ.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/RK.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SF.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SH.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SM.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/SS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/TZ.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/UC.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/UN.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/UNK.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/VI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/WE.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/WO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/WP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/browsers/YA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/3DS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/AIX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/AMG.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/AMI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/AND.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/ARL.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BBX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BEO.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BLB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BMP.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BSD.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/BTR.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/CES.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/COS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/DFB.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/DSI.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/FED.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/FOS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/GNT.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/GTV.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/HPX.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/IOS.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/IPA.gif -%%WWWDIR%%/plugins/DevicesDetection/images/os/IPD.gif *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Feb 18 14:24:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6708CE372B; Sat, 18 Feb 2017 14:24:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B21A163B; Sat, 18 Feb 2017 14:24:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IEOILY040675; Sat, 18 Feb 2017 14:24:18 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IEOIwx040673; Sat, 18 Feb 2017 14:24:18 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201702181424.v1IEOIwx040673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 18 Feb 2017 14:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434354 - head/ports-mgmt/portsreinstall X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 14:24:19 -0000 Author: jhale Date: Sat Feb 18 14:24:18 2017 New Revision: 434354 URL: https://svnweb.freebsd.org/changeset/ports/434354 Log: Update to 3.3.2 PR: 217110 Submitted by: Mamoru Sakaue (maintainer) Modified: head/ports-mgmt/portsreinstall/Makefile head/ports-mgmt/portsreinstall/distinfo Modified: head/ports-mgmt/portsreinstall/Makefile ============================================================================== --- head/ports-mgmt/portsreinstall/Makefile Sat Feb 18 13:00:15 2017 (r434353) +++ head/ports-mgmt/portsreinstall/Makefile Sat Feb 18 14:24:18 2017 (r434354) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= portsreinstall -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= ports-mgmt -MASTER_SITES= SFJP/${PORTNAME}/66296/ \ +MASTER_SITES= SFJP/${PORTNAME}/67120/ \ http://www.mwghennndo.com/software/${PORTNAME}/ MAINTAINER= sakaue.mamoru@mwghennndo.com Modified: head/ports-mgmt/portsreinstall/distinfo ============================================================================== --- head/ports-mgmt/portsreinstall/distinfo Sat Feb 18 13:00:15 2017 (r434353) +++ head/ports-mgmt/portsreinstall/distinfo Sat Feb 18 14:24:18 2017 (r434354) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471497711 -SHA256 (portsreinstall-3.3.1.tar.gz) = 19b17a96868914aacd0dc93d587185dc18e1ae21935067e4b69b2e3c9906a596 -SIZE (portsreinstall-3.3.1.tar.gz) = 86512 +TIMESTAMP = 1487133443 +SHA256 (portsreinstall-3.3.2.tar.gz) = c972da1a3bbed8cb01bbcbc2709275b795d11fde22eb56263aef190f78fa6ce5 +SIZE (portsreinstall-3.3.2.tar.gz) = 86578 From owner-svn-ports-all@freebsd.org Sat Feb 18 14:37:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1400CE398B; Sat, 18 Feb 2017 14:37:32 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EF01A4C; Sat, 18 Feb 2017 14:37:32 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IEbVMR044823; Sat, 18 Feb 2017 14:37:31 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IEbVeL044820; Sat, 18 Feb 2017 14:37:31 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201702181437.v1IEbVeL044820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 18 Feb 2017 14:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434355 - head/www/xpi-u2f4moz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 14:37:33 -0000 Author: nivit Date: Sat Feb 18 14:37:31 2017 New Revision: 434355 URL: https://svnweb.freebsd.org/changeset/ports/434355 Log: - Update to v1.0.1 - Add a couple of notes in pkg-message about permissions on the Yubico device and how to bypass the missing signature of this extension in Firefox Changes: https://github.com/prefiks/u2f4moz/releases/tag/v1.0.1 Added: head/www/xpi-u2f4moz/pkg-message (contents, props changed) Modified: head/www/xpi-u2f4moz/Makefile head/www/xpi-u2f4moz/distinfo (contents, props changed) Modified: head/www/xpi-u2f4moz/Makefile ============================================================================== --- head/www/xpi-u2f4moz/Makefile Sat Feb 18 14:24:18 2017 (r434354) +++ head/www/xpi-u2f4moz/Makefile Sat Feb 18 14:37:31 2017 (r434355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= u2f4moz -DISTVERSION= v1.0 +DISTVERSION= v1.0.1 CATEGORIES= www PKGNAMEPREFIX= xpi- Modified: head/www/xpi-u2f4moz/distinfo ============================================================================== --- head/www/xpi-u2f4moz/distinfo Sat Feb 18 14:24:18 2017 (r434354) +++ head/www/xpi-u2f4moz/distinfo Sat Feb 18 14:37:31 2017 (r434355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477842711 -SHA256 (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 479996b410f127dfbe0f33fac670ac8c53fbefcd26ce05357d9206ae5cc5a2fd -SIZE (prefiks-u2f4moz-v1.0_GH0.tar.gz) = 116787 +TIMESTAMP = 1487424448 +SHA256 (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = be134b605eecec49eeb49107dacf190925b716f7bede86f5f583eb3e1bdbe19b +SIZE (prefiks-u2f4moz-v1.0.1_GH0.tar.gz) = 116853 Added: head/www/xpi-u2f4moz/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-u2f4moz/pkg-message Sat Feb 18 14:37:31 2017 (r434355) @@ -0,0 +1,7 @@ +Nota bene + +1) you need Read and Write permissions on Yubico device +2) if you get the message "U2F Support Add-on could not be verified + for use in Firefox and has been disabled", then type about:config + in the address bar and set xpinstall.signatures.required to false + (restart Firefox or reload the page about:addons) From owner-svn-ports-all@freebsd.org Sat Feb 18 14:51:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A92ECE3E5D; Sat, 18 Feb 2017 14:51: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 029C7128B; Sat, 18 Feb 2017 14:51:26 +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 v1IEpQ1m049817; Sat, 18 Feb 2017 14:51:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IEpPmw049813; Sat, 18 Feb 2017 14:51:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702181451.v1IEpPmw049813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Feb 2017 14:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434356 - in head/audio/wavpack: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 14:51:27 -0000 Author: riggs Date: Sat Feb 18 14:51:25 2017 New Revision: 434356 URL: https://svnweb.freebsd.org/changeset/ports/434356 Log: Update to upstream release 5.1.0; fix several invalid memory reads PR: 216847 Submitted by: pkubaj@anongoth.pl Reviewed by: riggs MFH: 2017Q1 Security: CVE-2016-10169 CVE-2016-10170 CVE-2016-10171 CVE-2016-10172 Added: head/audio/wavpack/files/patch-configure (contents, props changed) Deleted: head/audio/wavpack/files/patch-src_wavpack__local.h Modified: head/audio/wavpack/Makefile head/audio/wavpack/distinfo head/audio/wavpack/pkg-plist Modified: head/audio/wavpack/Makefile ============================================================================== --- head/audio/wavpack/Makefile Sat Feb 18 14:37:31 2017 (r434355) +++ head/audio/wavpack/Makefile Sat Feb 18 14:51:25 2017 (r434356) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wavpack -PORTVERSION= 4.60.1 -PORTREVISION= 3 +PORTVERSION= 5.1.0 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ @@ -11,7 +10,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio codec for lossless, lossy, and hybrid compression LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes @@ -20,8 +19,20 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -.if ${MACHINE_CPU:Mmmx} -CONFIGURE_ARGS= --enable-mmx +OPTIONS_DEFINE= ASM +OPTIONS_DEFAULT_amd64= ASM +OPTIONS_DEFAULT_armv6= ASM + +ASM_CONFIGURE_OFF= --disable-asm +ASM_DESC= Optimized assembler routines (requires MMX on x86) + +.include + +# ASM needs clang 3.8+ +# depend on llvm39 since it's more likely to be installed already than 3.8 +.if ${OSVERSION} < 1100101 && ${PORT_OPTIONS:MASM} +BUILD_DEPENDS+= clang39:devel/llvm39 +CC= clang39 .endif .include Modified: head/audio/wavpack/distinfo ============================================================================== --- head/audio/wavpack/distinfo Sat Feb 18 14:37:31 2017 (r434355) +++ head/audio/wavpack/distinfo Sat Feb 18 14:51:25 2017 (r434356) @@ -1,2 +1,3 @@ -SHA256 (wavpack-4.60.1.tar.bz2) = 175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5 -SIZE (wavpack-4.60.1.tar.bz2) = 394434 +TIMESTAMP = 1486392068 +SHA256 (wavpack-5.1.0.tar.bz2) = 1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944 +SIZE (wavpack-5.1.0.tar.bz2) = 824331 Added: head/audio/wavpack/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-configure Sat Feb 18 14:51:25 2017 (r434356) @@ -0,0 +1,11 @@ +--- configure.orig 2017-01-17 04:32:28 UTC ++++ configure +@@ -13715,7 +13715,7 @@ $as_echo_n "checking if assembly optimiz + i386|i486|i586|i686|i786) : + $as_echo "#define OPT_ASM_X86 1" >>confdefs.h + asm_selected=x86 ;; #( +- x86_64) : ++ x86_64|amd64) : + $as_echo "#define OPT_ASM_X64 1" >>confdefs.h + asm_selected=x64 ;; #( + arm*) : Modified: head/audio/wavpack/pkg-plist ============================================================================== --- head/audio/wavpack/pkg-plist Sat Feb 18 14:37:31 2017 (r434355) +++ head/audio/wavpack/pkg-plist Sat Feb 18 14:51:25 2017 (r434356) @@ -1,12 +1,14 @@ bin/wavpack bin/wvgain +bin/wvtag bin/wvunpack include/wavpack/wavpack.h lib/libwavpack.a lib/libwavpack.so lib/libwavpack.so.1 -lib/libwavpack.so.1.1.4 +lib/libwavpack.so.1.2.0 libdata/pkgconfig/wavpack.pc man/man1/wavpack.1.gz man/man1/wvgain.1.gz +man/man1/wvtag.1.gz man/man1/wvunpack.1.gz From owner-svn-ports-all@freebsd.org Sat Feb 18 15:00:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07266CE409A; Sat, 18 Feb 2017 15:00:25 +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 AFBDB1688; Sat, 18 Feb 2017 15:00:24 +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 v1IF0Nla053477; Sat, 18 Feb 2017 15:00:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IF0N8U053476; Sat, 18 Feb 2017 15:00:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702181500.v1IF0N8U053476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Feb 2017 15:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434357 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 15:00:25 -0000 Author: riggs Date: Sat Feb 18 15:00:23 2017 New Revision: 434357 URL: https://svnweb.freebsd.org/changeset/ports/434357 Log: Document multiple vulnerabilities in audio/wavpack PR: 216847 Submitted by: pkubaj@anongoth.pl Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 18 14:51:25 2017 (r434356) +++ head/security/vuxml/vuln.xml Sat Feb 18 15:00:23 2017 (r434357) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wavpack -- multiple invalid memory reads + + + wavpack + 5.1.0 + + + + +

    David Bryant reports:

    +
    +

    global buffer overread in read_code / read_words.c

    +

    heap out of bounds read in WriteCaffHeader / caff.c

    +

    heap out of bounds read in unreorder_channels / wvunpack.c

    +

    heap oob read in read_new_config_info / open_utils.c

    +
    + +
    + + http://www.openwall.com/lists/oss-security/2017/01/23/4 + CVE-2016-10169 + CVE-2016-10170 + CVE-2016-10171 + CVE-2016-10172 + https://github.com/dbry/WavPack/commit/4bc05fc490b66ef2d45b1de26abf1455b486b0dc + + + 2017-01-21 + 2017-02-18 + +
    + optipng -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Sat Feb 18 15:11:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2E64CE42FB; Sat, 18 Feb 2017 15:11:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 644101BEC; Sat, 18 Feb 2017 15:11:38 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IFBbq6058258; Sat, 18 Feb 2017 15:11:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IFBb0Y058257; Sat, 18 Feb 2017 15:11:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201702181511.v1IFBb0Y058257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 18 Feb 2017 15:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434358 - head/multimedia/vlc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 15:11:38 -0000 Author: rakuco Date: Sat Feb 18 15:11:37 2017 New Revision: 434358 URL: https://svnweb.freebsd.org/changeset/ports/434358 Log: Add upstream patch to fix the build with the SKINS option after r434332. PR: 217051 Added: head/multimedia/vlc/files/patch-git_a1e5e64 (contents, props changed) Added: head/multimedia/vlc/files/patch-git_a1e5e64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vlc/files/patch-git_a1e5e64 Sat Feb 18 15:11:37 2017 (r434358) @@ -0,0 +1,27 @@ +Only the skins2 bit is necessary, all other changes are already present in VLC +2.2.4. + +From a1e5e6422d04cd3380bc5b10c86713fef0832aa3 Mon Sep 17 00:00:00 2001 +From: Tristan Matthews +Date: Wed, 2 Jul 2014 17:28:02 -0400 +Subject: [PATCH] Fix build for C++11 + +C++11 requires a space between literal and identifier +--- + modules/gui/qt4/components/extended_panels.cpp | 4 ++-- + modules/gui/skins2/src/dialogs.cpp | 2 +- + modules/video_filter/atmo/AtmoLiveView.cpp | 4 ++-- + modules/video_filter/atmo/atmo.cpp | 2 +- + 4 files changed, 6 insertions(+), 6 deletions(-) + +--- modules/gui/skins2/src/dialogs.cpp ++++ modules/gui/skins2/src/dialogs.cpp +@@ -212,7 +212,7 @@ void Dialogs::showChangeSkin() + void Dialogs::showPlaylistLoad() + { + showFileGeneric( _("Open playlist"), +- _("Playlist Files|"EXTENSIONS_PLAYLIST"|" ++ _("Playlist Files|" EXTENSIONS_PLAYLIST "|" + "All Files|*"), + showPlaylistLoadCB, kOPEN ); + } From owner-svn-ports-all@freebsd.org Sat Feb 18 15:23:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4DEDCE4778; Sat, 18 Feb 2017 15:23:56 +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 66E3814A4; Sat, 18 Feb 2017 15:23:56 +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 v1IFNtws065393; Sat, 18 Feb 2017 15:23:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IFNsF1065378; Sat, 18 Feb 2017 15:23:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702181523.v1IFNsF1065378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Feb 2017 15:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434359 - in head: archivers/unarchiver audio/aqualung audio/deadbeef audio/decibel-audio-player audio/mixxx audio/siren audio/xmms-wavpack multimedia/audacious-plugins multimedia/audac... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 15:23:56 -0000 Author: riggs Date: Sat Feb 18 15:23:53 2017 New Revision: 434359 URL: https://svnweb.freebsd.org/changeset/ports/434359 Log: Chase wavpack update: bump PORTREVISION on ports linking to it by default PR: 216847 Reported by: pkubaj@anongoth.pl MFH: 2017Q1 Modified: head/archivers/unarchiver/Makefile head/audio/aqualung/Makefile head/audio/deadbeef/Makefile head/audio/decibel-audio-player/Makefile head/audio/mixxx/Makefile head/audio/siren/Makefile head/audio/xmms-wavpack/Makefile head/multimedia/audacious-plugins-gtk3/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/gstreamer-plugins/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/qmmp-qt5/Makefile head/multimedia/qmmp/Makefile head/multimedia/quodlibet/Makefile Modified: head/archivers/unarchiver/Makefile ============================================================================== --- head/archivers/unarchiver/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/archivers/unarchiver/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,7 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src Modified: head/audio/aqualung/Makefile ============================================================================== --- head/audio/aqualung/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/aqualung/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,7 +3,7 @@ PORTNAME= aqualung PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/deadbeef/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ Modified: head/audio/decibel-audio-player/Makefile ============================================================================== --- head/audio/decibel-audio-player/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/decibel-audio-player/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,7 +3,7 @@ PORTNAME= decibel-audio-player PORTVERSION= 1.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio multimedia gnome python MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/mixxx/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ Modified: head/audio/siren/Makefile ============================================================================== --- head/audio/siren/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/siren/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,6 +3,7 @@ PORTNAME= siren PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/audio/xmms-wavpack/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -2,7 +2,7 @@ PORTNAME= xmms-wavpack PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ Modified: head/multimedia/audacious-plugins-gtk3/Makefile ============================================================================== --- head/multimedia/audacious-plugins-gtk3/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/audacious-plugins-gtk3/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,6 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gtk3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/audacious-plugins/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,6 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/gstreamer-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/gstreamer-plugins/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 7 +PORTREVISION?= 8 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/gstreamer1-plugins/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -5,7 +5,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ Modified: head/multimedia/qmmp-qt5/Makefile ============================================================================== --- head/multimedia/qmmp-qt5/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/qmmp-qt5/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/qmmp/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ Modified: head/multimedia/quodlibet/Makefile ============================================================================== --- head/multimedia/quodlibet/Makefile Sat Feb 18 15:11:37 2017 (r434358) +++ head/multimedia/quodlibet/Makefile Sat Feb 18 15:23:53 2017 (r434359) @@ -3,6 +3,7 @@ PORTNAME= quodlibet PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/ From owner-svn-ports-all@freebsd.org Sat Feb 18 15:50:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A50FCE4E44; Sat, 18 Feb 2017 15:50:49 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A76141F39; Sat, 18 Feb 2017 15:50:48 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IFolaW073944; Sat, 18 Feb 2017 15:50:47 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IFole7073942; Sat, 18 Feb 2017 15:50:47 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702181550.v1IFole7073942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 18 Feb 2017 15:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434360 - in head/print/frescobaldi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 15:50:49 -0000 Author: olivierd Date: Sat Feb 18 15:50:47 2017 New Revision: 434360 URL: https://svnweb.freebsd.org/changeset/ports/434360 Log: - Update to 2.20.0 [1] - Add LILYPOND option (switch between print/lilypond and print/lilypond-devel) [1], [2] - Remove unneeded patches PR: 217187 Submitted by: [1], [2] Approved by: (maintainer) Deleted: head/print/frescobaldi/files/ Modified: head/print/frescobaldi/Makefile head/print/frescobaldi/distinfo Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Sat Feb 18 15:23:53 2017 (r434359) +++ head/print/frescobaldi/Makefile Sat Feb 18 15:50:47 2017 (r434360) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= frescobaldi -PORTVERSION= 2.19.0 +PORTVERSION= 2.20.0 DISTVERSIONPREFIX= v CATEGORIES= print kde @@ -12,10 +12,14 @@ COMMENT= Music score editor for lilypond LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= lilypond:print/lilypond \ - ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \ ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly +OPTIONS_DEFINE= LILYPOND +LILYPOND_DESC= Use unstable LilyPond (lilypond-devel) +LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel +LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond + USE_GITHUB= yes GH_ACCOUNT= wbsoft Modified: head/print/frescobaldi/distinfo ============================================================================== --- head/print/frescobaldi/distinfo Sat Feb 18 15:23:53 2017 (r434359) +++ head/print/frescobaldi/distinfo Sat Feb 18 15:50:47 2017 (r434360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486329913 -SHA256 (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = a00857f32c77fc5ff364c33f07c4d5b513aa69b76059c4557096469276b2e35b -SIZE (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = 7136513 +TIMESTAMP = 1487410650 +SHA256 (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 4e0bc5f371724b6c409fe5b8cbd61d05c7ca0c740c608806f09a245dae336de6 +SIZE (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 7379468 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0246FCE31D4; Sat, 18 Feb 2017 16:09:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2B7016B5; Sat, 18 Feb 2017 16:09:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9A8f081905; Sat, 18 Feb 2017 16:09:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9AuU081902; Sat, 18 Feb 2017 16:09:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9AuU081902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434361 - head/multimedia/libquvi-scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:12 -0000 Author: sunpoet Date: Sat Feb 18 16:09:10 2017 New Revision: 434361 URL: https://svnweb.freebsd.org/changeset/ports/434361 Log: Update PORTSCOUT and WWW Modified: head/multimedia/libquvi-scripts/Makefile head/multimedia/libquvi-scripts/pkg-descr Modified: head/multimedia/libquvi-scripts/Makefile ============================================================================== --- head/multimedia/libquvi-scripts/Makefile Sat Feb 18 15:50:47 2017 (r434360) +++ head/multimedia/libquvi-scripts/Makefile Sat Feb 18 16:09:10 2017 (r434361) @@ -12,7 +12,7 @@ COMMENT= Embedded lua scripts for libquv LICENSE= LGPL21+ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING -PORTSCOUT= limit:0.4.[0-9]* +PORTSCOUT= limit:^0\.4\. OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes Modified: head/multimedia/libquvi-scripts/pkg-descr ============================================================================== --- head/multimedia/libquvi-scripts/pkg-descr Sat Feb 18 15:50:47 2017 (r434360) +++ head/multimedia/libquvi-scripts/pkg-descr Sat Feb 18 16:09:10 2017 (r434361) @@ -8,4 +8,4 @@ libquvi-scripts contains the embedded lu the media details. Some additional utility scripts are also included. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/libquvi-scripts.git +WWW: https://github.com/legatvs/libquvi-scripts From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD19CE31F9; Sat, 18 Feb 2017 16:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 479EB16C9; Sat, 18 Feb 2017 16:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9Fwm082020; Sat, 18 Feb 2017 16:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9FcA082018; Sat, 18 Feb 2017 16:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9FcA082018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434362 - head/multimedia/libquvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:16 -0000 Author: sunpoet Date: Sat Feb 18 16:09:14 2017 New Revision: 434362 URL: https://svnweb.freebsd.org/changeset/ports/434362 Log: Update PORTSCOUT and WWW Modified: head/multimedia/libquvi/Makefile head/multimedia/libquvi/pkg-descr Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Sat Feb 18 16:09:10 2017 (r434361) +++ head/multimedia/libquvi/Makefile Sat Feb 18 16:09:14 2017 (r434362) @@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS LUAJIT LUAJIT_DESC= Use LuaJIT instead of Lua -PORTSCOUT= limit:0.4.[0-9]* +PORTSCOUT= limit:^0\.4\. GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/multimedia/libquvi/pkg-descr ============================================================================== --- head/multimedia/libquvi/pkg-descr Sat Feb 18 16:09:10 2017 (r434361) +++ head/multimedia/libquvi/pkg-descr Sat Feb 18 16:09:14 2017 (r434362) @@ -12,4 +12,4 @@ having to install or use flash. It is a flash. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/libquvi.git +WWW: https://github.com/legatvs/libquvi From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0CECCE3221; Sat, 18 Feb 2017 16:09:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 903D21726; Sat, 18 Feb 2017 16:09:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9Joi082136; Sat, 18 Feb 2017 16:09:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9JBX082134; Sat, 18 Feb 2017 16:09:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9JBX082134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434363 - head/multimedia/quvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:20 -0000 Author: sunpoet Date: Sat Feb 18 16:09:19 2017 New Revision: 434363 URL: https://svnweb.freebsd.org/changeset/ports/434363 Log: Update PORTSCOUT and WWW Modified: head/multimedia/quvi/Makefile head/multimedia/quvi/pkg-descr Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Sat Feb 18 16:09:14 2017 (r434362) +++ head/multimedia/quvi/Makefile Sat Feb 18 16:09:19 2017 (r434363) @@ -17,7 +17,7 @@ BUILD_DEPENDS= libquvi>=0.4.0:multimedia LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= limit:0.4.[0-9]* +PORTSCOUT= limit:^0\.4\. GNU_CONFIGURE= yes USES= pkgconfig tar:xz Modified: head/multimedia/quvi/pkg-descr ============================================================================== --- head/multimedia/quvi/pkg-descr Sat Feb 18 16:09:14 2017 (r434362) +++ head/multimedia/quvi/pkg-descr Sat Feb 18 16:09:19 2017 (r434363) @@ -5,4 +5,4 @@ Starting from 0.4.0, the quvi distributi libquvi and quvi. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/quvi-tool.git +WWW: https://github.com/legatvs/quvi-tool From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CD56CE325C; Sat, 18 Feb 2017 16:09:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18C42179D; Sat, 18 Feb 2017 16:09:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9OG7082251; Sat, 18 Feb 2017 16:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9Om7082250; Sat, 18 Feb 2017 16:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9Om7082250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434364 - head/multimedia/libquvi-scripts09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:25 -0000 Author: sunpoet Date: Sat Feb 18 16:09:23 2017 New Revision: 434364 URL: https://svnweb.freebsd.org/changeset/ports/434364 Log: Update RUN_DEPENDS - While I'm here, update WWW - Bump PORTREVISION for dependency change PR: 200337 Reported by: olivierd Modified: head/multimedia/libquvi-scripts09/Makefile head/multimedia/libquvi-scripts09/pkg-descr Modified: head/multimedia/libquvi-scripts09/Makefile ============================================================================== --- head/multimedia/libquvi-scripts09/Makefile Sat Feb 18 16:09:19 2017 (r434363) +++ head/multimedia/libquvi-scripts09/Makefile Sat Feb 18 16:09:23 2017 (r434364) @@ -3,6 +3,7 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.9.20131130 +PORTREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ PKGNAMESUFFIX= 09 @@ -13,6 +14,11 @@ COMMENT= Embedded lua scripts for libquv LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:devel/lua-bitop \ + ${LUA_PKGNAMEPREFIX}luaexpat>=1.2.0:textproc/luaexpat \ + ${LUA_PKGNAMEPREFIX}json>=1.1.1:converters/lua-json \ + ${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:net/luasocket + OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes NSFW_DESC= Enable adult website support Modified: head/multimedia/libquvi-scripts09/pkg-descr ============================================================================== --- head/multimedia/libquvi-scripts09/pkg-descr Sat Feb 18 16:09:19 2017 (r434363) +++ head/multimedia/libquvi-scripts09/pkg-descr Sat Feb 18 16:09:23 2017 (r434364) @@ -8,4 +8,4 @@ libquvi-scripts contains the embedded lu the media details. Some additional utility scripts are also included. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/libquvi-scripts.git +WWW: https://github.com/legatvs/libquvi-scripts From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BA05CE32A2; Sat, 18 Feb 2017 16:09:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59BC11822; Sat, 18 Feb 2017 16:09:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9SaV082361; Sat, 18 Feb 2017 16:09:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9SBh082360; Sat, 18 Feb 2017 16:09:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9SBh082360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434365 - head/multimedia/libquvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:29 -0000 Author: sunpoet Date: Sat Feb 18 16:09:28 2017 New Revision: 434365 URL: https://svnweb.freebsd.org/changeset/ports/434365 Log: Update WWW Modified: head/multimedia/libquvi09/pkg-descr Modified: head/multimedia/libquvi09/pkg-descr ============================================================================== --- head/multimedia/libquvi09/pkg-descr Sat Feb 18 16:09:23 2017 (r434364) +++ head/multimedia/libquvi09/pkg-descr Sat Feb 18 16:09:28 2017 (r434365) @@ -12,4 +12,4 @@ having to install or use flash. It is a flash. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/libquvi.git +WWW: https://github.com/legatvs/libquvi From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD27BCE32D2; Sat, 18 Feb 2017 16:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92A47189A; Sat, 18 Feb 2017 16:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9WcY082455; Sat, 18 Feb 2017 16:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9WF0082454; Sat, 18 Feb 2017 16:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9WF0082454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434366 - head/multimedia/quvi09 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:33 -0000 Author: sunpoet Date: Sat Feb 18 16:09:32 2017 New Revision: 434366 URL: https://svnweb.freebsd.org/changeset/ports/434366 Log: Update WWW Modified: head/multimedia/quvi09/pkg-descr Modified: head/multimedia/quvi09/pkg-descr ============================================================================== --- head/multimedia/quvi09/pkg-descr Sat Feb 18 16:09:28 2017 (r434365) +++ head/multimedia/quvi09/pkg-descr Sat Feb 18 16:09:32 2017 (r434366) @@ -5,4 +5,4 @@ Starting from 0.4.0, the quvi distributi libquvi and quvi. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/quvi-tool.git +WWW: https://github.com/legatvs/quvi-tool From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98067CE3305; Sat, 18 Feb 2017 16:09:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F10E1908; Sat, 18 Feb 2017 16:09:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9bSj082590; Sat, 18 Feb 2017 16:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9bif082587; Sat, 18 Feb 2017 16:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9bif082587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434367 - head/devel/p5-CPANPLUS-Dist-Build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:38 -0000 Author: sunpoet Date: Sat Feb 18 16:09:36 2017 New Revision: 434367 URL: https://svnweb.freebsd.org/changeset/ports/434367 Log: Update to 0.82 - Add LICENSE_FILE - Add missing *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CPANPLUS-Dist-Build/Changes Modified: head/devel/p5-CPANPLUS-Dist-Build/Makefile head/devel/p5-CPANPLUS-Dist-Build/distinfo head/devel/p5-CPANPLUS-Dist-Build/pkg-plist Modified: head/devel/p5-CPANPLUS-Dist-Build/Makefile ============================================================================== --- head/devel/p5-CPANPLUS-Dist-Build/Makefile Sat Feb 18 16:09:32 2017 (r434366) +++ head/devel/p5-CPANPLUS-Dist-Build/Makefile Sat Feb 18 16:09:36 2017 (r434367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPANPLUS-Dist-Build -PORTVERSION= 0.80 +PORTVERSION= 0.82 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,13 @@ COMMENT= CPANPLUS plug-in to use Module- LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-CPANPLUS>=0.84:devel/p5-CPANPLUS \ + p5-Module-Build>=0.32:devel/p5-Module-Build +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-CPANPLUS-Dist-Build/distinfo ============================================================================== --- head/devel/p5-CPANPLUS-Dist-Build/distinfo Sat Feb 18 16:09:32 2017 (r434366) +++ head/devel/p5-CPANPLUS-Dist-Build/distinfo Sat Feb 18 16:09:36 2017 (r434367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466510438 -SHA256 (CPANPLUS-Dist-Build-0.80.tar.gz) = 85268f85372ebb571da15295381b36f59ee7ad1f3d75d80927e7eb00bfa7518d -SIZE (CPANPLUS-Dist-Build-0.80.tar.gz) = 48769 +TIMESTAMP = 1487428801 +SHA256 (CPANPLUS-Dist-Build-0.82.tar.gz) = 9607f07dc658eb4c3e8e43ff34f529757e9d8d6b94f2612992407bb2a0168bc1 +SIZE (CPANPLUS-Dist-Build-0.82.tar.gz) = 48825 Modified: head/devel/p5-CPANPLUS-Dist-Build/pkg-plist ============================================================================== --- head/devel/p5-CPANPLUS-Dist-Build/pkg-plist Sat Feb 18 16:09:32 2017 (r434366) +++ head/devel/p5-CPANPLUS-Dist-Build/pkg-plist Sat Feb 18 16:09:36 2017 (r434367) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/CPANPLUS::Dist::Build.3.gz -%%PERL5_MAN3%%/CPANPLUS::Dist::Build::Constants.3.gz %%SITE_PERL%%/CPANPLUS/Dist/Build.pm %%SITE_PERL%%/CPANPLUS/Dist/Build/Constants.pm +%%PERL5_MAN3%%/CPANPLUS::Dist::Build.3.gz +%%PERL5_MAN3%%/CPANPLUS::Dist::Build::Constants.3.gz From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AEE3CE3334; Sat, 18 Feb 2017 16:09:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65601975; Sat, 18 Feb 2017 16:09:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9fLb082707; Sat, 18 Feb 2017 16:09:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9foi082704; Sat, 18 Feb 2017 16:09:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9foi082704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434368 - head/www/p5-Toadfarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:43 -0000 Author: sunpoet Date: Sat Feb 18 16:09:41 2017 New Revision: 434368 URL: https://svnweb.freebsd.org/changeset/ports/434368 Log: Update to 0.76 Changes: http://search.cpan.org/dist/Toadfarm/Changes Modified: head/www/p5-Toadfarm/Makefile head/www/p5-Toadfarm/distinfo Modified: head/www/p5-Toadfarm/Makefile ============================================================================== --- head/www/p5-Toadfarm/Makefile Sat Feb 18 16:09:36 2017 (r434367) +++ head/www/p5-Toadfarm/Makefile Sat Feb 18 16:09:41 2017 (r434368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Toadfarm -PORTVERSION= 0.75 +PORTVERSION= 0.76 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHTHORSEN @@ -14,7 +14,7 @@ COMMENT= One Mojolicious app to rule the LICENSE= ART20 BUILD_DEPENDS= p5-File-Which>=1.00:sysutils/p5-File-Which \ - p5-Mojolicious>=5.00:www/p5-Mojolicious + p5-Mojolicious>=7.18:www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.0801,0.1001,0.1301,0.1601,0.1701,0.2601,0.2602,0.4301 Modified: head/www/p5-Toadfarm/distinfo ============================================================================== --- head/www/p5-Toadfarm/distinfo Sat Feb 18 16:09:36 2017 (r434367) +++ head/www/p5-Toadfarm/distinfo Sat Feb 18 16:09:41 2017 (r434368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476113366 -SHA256 (Toadfarm-0.75.tar.gz) = a975b26fc7a081ddb924aca230f173aeb2ea1277b04389ef75a05b2644ed1ab2 -SIZE (Toadfarm-0.75.tar.gz) = 30035 +TIMESTAMP = 1487428810 +SHA256 (Toadfarm-0.76.tar.gz) = 41cffbcd6e21584aa62fdd925d6f08ec706a6aea77405b3a99de9397e91fe0b3 +SIZE (Toadfarm-0.76.tar.gz) = 30747 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE79CE3375; Sat, 18 Feb 2017 16:09:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66E931A0E; Sat, 18 Feb 2017 16:09:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9kaf082825; Sat, 18 Feb 2017 16:09:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9k9r082823; Sat, 18 Feb 2017 16:09:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9k9r082823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434369 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:47 -0000 Author: sunpoet Date: Sat Feb 18 16:09:46 2017 New Revision: 434369 URL: https://svnweb.freebsd.org/changeset/ports/434369 Log: Update to 2.7.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sat Feb 18 16:09:41 2017 (r434368) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Feb 18 16:09:46 2017 (r434369) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.7.10 +PORTVERSION= 2.7.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat Feb 18 16:09:41 2017 (r434368) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat Feb 18 16:09:46 2017 (r434369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487336898 -SHA256 (rubygem/aws-sdk-core-2.7.10.gem) = fd3e9ba0467384f4100c73afb78c533a18920c530625b77e8cf753bb20e37341 -SIZE (rubygem/aws-sdk-core-2.7.10.gem) = 952832 +TIMESTAMP = 1487428821 +SHA256 (rubygem/aws-sdk-core-2.7.11.gem) = dfd5689c205b48ae7d90189b877236066301f5a5c620404bad3d7281304cd63c +SIZE (rubygem/aws-sdk-core-2.7.11.gem) = 953344 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77AE9CE33AB; Sat, 18 Feb 2017 16:09:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 446ED1ABC; Sat, 18 Feb 2017 16:09:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9pcO082942; Sat, 18 Feb 2017 16:09:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9pmV082940; Sat, 18 Feb 2017 16:09:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9pmV082940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434370 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:52 -0000 Author: sunpoet Date: Sat Feb 18 16:09:51 2017 New Revision: 434370 URL: https://svnweb.freebsd.org/changeset/ports/434370 Log: Update to 2.7.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Sat Feb 18 16:09:46 2017 (r434369) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat Feb 18 16:09:51 2017 (r434370) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.7.10 +PORTVERSION= 2.7.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat Feb 18 16:09:46 2017 (r434369) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat Feb 18 16:09:51 2017 (r434370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487336903 -SHA256 (rubygem/aws-sdk-resources-2.7.10.gem) = 322c930c6cd64f0446f961fbff7006ecee96e6da2a19f1504a06fc8c8430256e -SIZE (rubygem/aws-sdk-resources-2.7.10.gem) = 47104 +TIMESTAMP = 1487428826 +SHA256 (rubygem/aws-sdk-resources-2.7.11.gem) = 82f7a97c253d90d2c0d32ea1dbe36785fc1735eb20dfb047fe4535317c7754a1 +SIZE (rubygem/aws-sdk-resources-2.7.11.gem) = 47104 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:09:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 279E6CE33EC; Sat, 18 Feb 2017 16:09:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E60931B66; Sat, 18 Feb 2017 16:09:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IG9t9H083060; Sat, 18 Feb 2017 16:09:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IG9tJB083058; Sat, 18 Feb 2017 16:09:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181609.v1IG9tJB083058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434371 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:09:57 -0000 Author: sunpoet Date: Sat Feb 18 16:09:55 2017 New Revision: 434371 URL: https://svnweb.freebsd.org/changeset/ports/434371 Log: Update to 2.7.11 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sat Feb 18 16:09:51 2017 (r434370) +++ head/devel/rubygem-aws-sdk/Makefile Sat Feb 18 16:09:55 2017 (r434371) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.7.10 +PORTVERSION= 2.7.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat Feb 18 16:09:51 2017 (r434370) +++ head/devel/rubygem-aws-sdk/distinfo Sat Feb 18 16:09:55 2017 (r434371) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487336907 -SHA256 (rubygem/aws-sdk-2.7.10.gem) = e5414c33fed2cd0b528b9d448db9f521f2907a9e801ed0620dac58e4d188ef0f -SIZE (rubygem/aws-sdk-2.7.10.gem) = 4608 +TIMESTAMP = 1487428831 +SHA256 (rubygem/aws-sdk-2.7.11.gem) = 9d695abca382116c16c85330a278cbd51d202c79b845248edfad601e4d34d175 +SIZE (rubygem/aws-sdk-2.7.11.gem) = 4608 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:10:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852F8CE3441; Sat, 18 Feb 2017 16:10:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6561C0D; Sat, 18 Feb 2017 16:10:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IGA0qu083204; Sat, 18 Feb 2017 16:10:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IGA0cC083203; Sat, 18 Feb 2017 16:10:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702181610.v1IGA0cC083203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Feb 2017 16:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434372 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:10:01 -0000 Author: sunpoet Date: Sat Feb 18 16:10:00 2017 New Revision: 434372 URL: https://svnweb.freebsd.org/changeset/ports/434372 Log: Update to 3.7.2 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Sat Feb 18 16:09:55 2017 (r434371) +++ head/print/py-fonttools/Makefile Sat Feb 18 16:10:00 2017 (r434372) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Sat Feb 18 16:09:55 2017 (r434371) +++ head/print/py-fonttools/distinfo Sat Feb 18 16:10:00 2017 (r434372) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487336863 -SHA256 (behdad-fonttools-3.7.1_GH0.tar.gz) = 34799d4d8c6da567aafecd0f6f07462eb9f98f295187ef4ca54d448b7a1e7462 -SIZE (behdad-fonttools-3.7.1_GH0.tar.gz) = 603708 +TIMESTAMP = 1487428838 +SHA256 (behdad-fonttools-3.7.2_GH0.tar.gz) = 58d441aa77c3deb91015990bbac3c94ebf6eb5f1608855d1916cac62d418af16 +SIZE (behdad-fonttools-3.7.2_GH0.tar.gz) = 606359 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:13:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E6E6CE3815; Sat, 18 Feb 2017 16:13:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4121709; Sat, 18 Feb 2017 16:13:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IGDPk6087218; Sat, 18 Feb 2017 16:13:25 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IGDPcg087216; Sat, 18 Feb 2017 16:13:25 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201702181613.v1IGDPcg087216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 18 Feb 2017 16:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434373 - head/textproc/libsass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:13:26 -0000 Author: nivit Date: Sat Feb 18 16:13:25 2017 New Revision: 434373 URL: https://svnweb.freebsd.org/changeset/ports/434373 Log: - Update to 3.4.3 PR: 217120 Submitted by: Yuri Victorovich Modified: head/textproc/libsass/Makefile head/textproc/libsass/distinfo Modified: head/textproc/libsass/Makefile ============================================================================== --- head/textproc/libsass/Makefile Sat Feb 18 16:10:00 2017 (r434372) +++ head/textproc/libsass/Makefile Sat Feb 18 16:13:25 2017 (r434373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsass -PORTVERSION= 3.3.6 +PORTVERSION= 3.4.3 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org Modified: head/textproc/libsass/distinfo ============================================================================== --- head/textproc/libsass/distinfo Sat Feb 18 16:10:00 2017 (r434372) +++ head/textproc/libsass/distinfo Sat Feb 18 16:13:25 2017 (r434373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466458056 -SHA256 (sass-libsass-3.3.6_GH0.tar.gz) = 4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5 -SIZE (sass-libsass-3.3.6_GH0.tar.gz) = 293752 +TIMESTAMP = 1487432637 +SHA256 (sass-libsass-3.4.3_GH0.tar.gz) = bbeda2e1ec2d21d27fbcbd8f2e18c3f4573cc168bb8b5cd5010715db4b3e5670 +SIZE (sass-libsass-3.4.3_GH0.tar.gz) = 311505 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:14:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6458FCE3866; Sat, 18 Feb 2017 16:14:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33CE51816; Sat, 18 Feb 2017 16:14:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IGEjFd087381; Sat, 18 Feb 2017 16:14:45 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IGEjTl087379; Sat, 18 Feb 2017 16:14:45 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201702181614.v1IGEjTl087379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 18 Feb 2017 16:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434374 - head/textproc/sassc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:14:46 -0000 Author: nivit Date: Sat Feb 18 16:14:45 2017 New Revision: 434374 URL: https://svnweb.freebsd.org/changeset/ports/434374 Log: - Update to 3.4.2 Modified: head/textproc/sassc/Makefile head/textproc/sassc/distinfo Modified: head/textproc/sassc/Makefile ============================================================================== --- head/textproc/sassc/Makefile Sat Feb 18 16:13:25 2017 (r434373) +++ head/textproc/sassc/Makefile Sat Feb 18 16:14:45 2017 (r434374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sassc -PORTVERSION= 3.3.6 +PORTVERSION= 3.4.2 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org Modified: head/textproc/sassc/distinfo ============================================================================== --- head/textproc/sassc/distinfo Sat Feb 18 16:13:25 2017 (r434373) +++ head/textproc/sassc/distinfo Sat Feb 18 16:14:45 2017 (r434374) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466459103 -SHA256 (sass-sassc-3.3.6_GH0.tar.gz) = 3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840 -SIZE (sass-sassc-3.3.6_GH0.tar.gz) = 22100 +TIMESTAMP = 1487432846 +SHA256 (sass-sassc-3.4.2_GH0.tar.gz) = ad805f2d404d17cf2980c8079a7413cd58d2f2085120167997b85420a722e079 +SIZE (sass-sassc-3.4.2_GH0.tar.gz) = 23930 From owner-svn-ports-all@freebsd.org Sat Feb 18 16:29:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADE75CE3B3E; Sat, 18 Feb 2017 16:29:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8831E85; Sat, 18 Feb 2017 16:29:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IGT7Wc091476; Sat, 18 Feb 2017 16:29:07 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IGT7G2091474; Sat, 18 Feb 2017 16:29:07 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702181629.v1IGT7G2091474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 18 Feb 2017 16:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434375 - head/devel/ccache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 16:29:08 -0000 Author: bdrewery Date: Sat Feb 18 16:29:07 2017 New Revision: 434375 URL: https://svnweb.freebsd.org/changeset/ports/434375 Log: Update to 3.3.4 Changelog: https://ccache.samba.org/releasenotes.html#_ccache_3_3_4 Modified: head/devel/ccache/Makefile head/devel/ccache/distinfo Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Sat Feb 18 16:14:45 2017 (r434374) +++ head/devel/ccache/Makefile Sat Feb 18 16:29:07 2017 (r434375) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ccache -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.3.4 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery Modified: head/devel/ccache/distinfo ============================================================================== --- head/devel/ccache/distinfo Sat Feb 18 16:14:45 2017 (r434374) +++ head/devel/ccache/distinfo Sat Feb 18 16:29:07 2017 (r434375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486160144 -SHA256 (ccache-3.3.3.tar.gz) = 87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f -SIZE (ccache-3.3.3.tar.gz) = 445931 +TIMESTAMP = 1487435289 +SHA256 (ccache-3.3.4.tar.gz) = 1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538 +SIZE (ccache-3.3.4.tar.gz) = 449905 From owner-svn-ports-all@freebsd.org Sat Feb 18 18:43:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9C0DCE4110; Sat, 18 Feb 2017 18:43:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 941D81C61; Sat, 18 Feb 2017 18:43:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IIhv3k047290; Sat, 18 Feb 2017 18:43:57 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IIhvfg047287; Sat, 18 Feb 2017 18:43:57 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702181843.v1IIhvfg047287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 18 Feb 2017 18:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434376 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 18:43:59 -0000 Author: demon Date: Sat Feb 18 18:43:57 2017 New Revision: 434376 URL: https://svnweb.freebsd.org/changeset/ports/434376 Log: Update deviceatlas API. Submitted by: David Carlier Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Sat Feb 18 16:29:07 2017 (r434375) +++ head/net/haproxy/Makefile Sat Feb 18 18:43:57 2017 (r434376) @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= haproxy-devel-[0-9]* USES= cpe gmake USE_RC_SUBR= haproxy -DEVICEATLAS_VERSION= 2.1 +DEVICEATLAS_VERSION= 2.1.1 DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module @@ -46,12 +46,12 @@ MAKE_ARGS+= USE_PCRE=1 USE_STATIC_PCRE=1 .endif .if ${PORT_OPTIONS:MDEVICEATLAS} -.if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip) +.if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.tgz) IGNORE?= you must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again .else RESTRICTED= The redistribution of the DeviceAtlas Device Detection C API is not permitted -DISTFILES+= ${DEVICEATLAS_DISTFILE}.zip -MAKE_ARGS+= USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} +DISTFILES+= ${DEVICEATLAS_DISTFILE}.tgz +MAKE_ARGS+= USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION}/Src .endif .if ! ${PORT_OPTIONS:MDPCRE} && ! ${PORT_OPTIONS:MSPCRE} IGNORE?= enable PCRE support to use DeviceAtlas Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Sat Feb 18 16:29:07 2017 (r434375) +++ head/net/haproxy/distinfo Sat Feb 18 18:43:57 2017 (r434376) @@ -1,5 +1,5 @@ -TIMESTAMP = 1484303469 +TIMESTAMP = 1487442989 SHA256 (haproxy-1.7.2.tar.gz) = f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f SIZE (haproxy-1.7.2.tar.gz) = 1735073 -SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 -SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 +SHA256 (deviceatlas-enterprise-c-2.1.1.tgz) = 8613d49eb21f74dac637b7cb9d787782c5f00d50a2bb9f350f6ae5c6afe89a46 +SIZE (deviceatlas-enterprise-c-2.1.1.tgz) = 197944 From owner-svn-ports-all@freebsd.org Sat Feb 18 19:14:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F11AACE46D2; Sat, 18 Feb 2017 19:14:44 +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 B583B17B3; Sat, 18 Feb 2017 19:14:44 +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 v1IJEhR5059486; Sat, 18 Feb 2017 19:14:43 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJEhq6059484; Sat, 18 Feb 2017 19:14:43 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702181914.v1IJEhq6059484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 18 Feb 2017 19:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434377 - head/devel/py-serpent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:14:45 -0000 Author: rm Date: Sat Feb 18 19:14:43 2017 New Revision: 434377 URL: https://svnweb.freebsd.org/changeset/ports/434377 Log: devel/py-serpent: update to 1.17 Modified: head/devel/py-serpent/Makefile head/devel/py-serpent/distinfo Modified: head/devel/py-serpent/Makefile ============================================================================== --- head/devel/py-serpent/Makefile Sat Feb 18 18:43:57 2017 (r434376) +++ head/devel/py-serpent/Makefile Sat Feb 18 19:14:43 2017 (r434377) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= serpent -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-serpent/distinfo ============================================================================== --- head/devel/py-serpent/distinfo Sat Feb 18 18:43:57 2017 (r434376) +++ head/devel/py-serpent/distinfo Sat Feb 18 19:14:43 2017 (r434377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484336237 -SHA256 (serpent-1.16.tar.gz) = c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e -SIZE (serpent-1.16.tar.gz) = 11699 +TIMESTAMP = 1487444508 +SHA256 (serpent-1.17.tar.gz) = 1fa1c0eabc179fa47815beaed1910571f05cdaccaa696ff1e237da751aa2bfd6 +SIZE (serpent-1.17.tar.gz) = 11749 From owner-svn-ports-all@freebsd.org Sat Feb 18 19:15:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60287CE470D; Sat, 18 Feb 2017 19:15:14 +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 2FDCC18B9; Sat, 18 Feb 2017 19:15:14 +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 v1IJFDKW059624; Sat, 18 Feb 2017 19:15:13 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJFDFU059622; Sat, 18 Feb 2017 19:15:13 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201702181915.v1IJFDFU059622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 18 Feb 2017 19:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434378 - head/devel/py-pyro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:15:14 -0000 Author: rm Date: Sat Feb 18 19:15:12 2017 New Revision: 434378 URL: https://svnweb.freebsd.org/changeset/ports/434378 Log: devel/py-pyro: update to 4.55 Modified: head/devel/py-pyro/Makefile head/devel/py-pyro/distinfo Modified: head/devel/py-pyro/Makefile ============================================================================== --- head/devel/py-pyro/Makefile Sat Feb 18 19:14:43 2017 (r434377) +++ head/devel/py-pyro/Makefile Sat Feb 18 19:15:12 2017 (r434378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyro -PORTVERSION= 4.54 +PORTVERSION= 4.55 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Distributed Object Middleware f LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.16:devel/py-serpent +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.17:devel/py-serpent NO_ARCH= yes USES= dos2unix python:2.7+ Modified: head/devel/py-pyro/distinfo ============================================================================== --- head/devel/py-pyro/distinfo Sat Feb 18 19:14:43 2017 (r434377) +++ head/devel/py-pyro/distinfo Sat Feb 18 19:15:12 2017 (r434378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486758959 -SHA256 (Pyro4-4.54.tar.gz) = aede879916c0f6e84e560b38af421c24cb5089b66c8f632aa5ac48b20ecde93a -SIZE (Pyro4-4.54.tar.gz) = 452688 +TIMESTAMP = 1487444737 +SHA256 (Pyro4-4.55.tar.gz) = 49a7a142542d87dde1cecc8d3ee048ec9481ba861d61234d219fadd06e6ced96 +SIZE (Pyro4-4.55.tar.gz) = 449316 From owner-svn-ports-all@freebsd.org Sat Feb 18 19:42:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FC04CE50D8; Sat, 18 Feb 2017 19:42:25 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F6DAD6; Sat, 18 Feb 2017 19:42:25 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IJgO0V071593; Sat, 18 Feb 2017 19:42:24 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJgO11071590; Sat, 18 Feb 2017 19:42:24 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201702181942.v1IJgO11071590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sat, 18 Feb 2017 19:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434379 - head/multimedia/x265 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:42:25 -0000 Author: mi Date: Sat Feb 18 19:42:23 2017 New Revision: 434379 URL: https://svnweb.freebsd.org/changeset/ports/434379 Log: Upgrade from 2.2 to 2.3. Modified: head/multimedia/x265/Makefile head/multimedia/x265/distinfo head/multimedia/x265/pkg-plist Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/Makefile Sat Feb 18 19:42:23 2017 (r434379) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -24,7 +23,7 @@ CFLAGS_mips= -DNO_ATOMICS # cannot use l CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc EXTRACT_AFTER_ARGS+= --exclude "md5*" -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-be14a7e9755e/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-3037c1448549/source do-test: ${WRKSRC}/test/TestBench Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/distinfo Sat Feb 18 19:42:23 2017 (r434379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484685125 -SHA256 (x265/2.2.tar.bz2) = 84fedaf317436e3bcc2298d97225cd782573d340a616c3761991975a8e1bb8e6 -SIZE (x265/2.2.tar.bz2) = 928123 +TIMESTAMP = 1487446516 +SHA256 (x265/2.3.tar.bz2) = 890f52a69c52c344d6469969bc9aca86d0294f9590fda0974338ed4184c46e28 +SIZE (x265/2.3.tar.bz2) = 939895 Modified: head/multimedia/x265/pkg-plist ============================================================================== --- head/multimedia/x265/pkg-plist Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) @@ -3,5 +3,5 @@ include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.102 +lib/libx265.so.110 libdata/pkgconfig/x265.pc From owner-svn-ports-all@freebsd.org Sat Feb 18 19:48:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 526AFCE516D; Sat, 18 Feb 2017 19:48:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E44D3C1E; Sat, 18 Feb 2017 19:48:10 +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 v1IJm95D075689; Sat, 18 Feb 2017 19:48:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJm54i075646; Sat, 18 Feb 2017 19:48:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702181948.v1IJm54i075646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 18 Feb 2017 19:48:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434380 - in head: . Mk accessibility/qt4-accessible astro/xglobe/files audio/qmpdclient cad/klayout/files chinese/qt4-codecs-cn chinese/qt4-codecs-tw comms/hamfax/files comms/qt5-conne... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:48:11 -0000 Author: tcberner Date: Sat Feb 18 19:48:05 2017 New Revision: 434380 URL: https://svnweb.freebsd.org/changeset/ports/434380 Log: Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden . Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Added: head/deskutils/fbreader/files/patch-makefiles_arch_desktop.mk (contents, props changed) head/devel/qt4-dbus/ - copied from r434379, head/devel/dbus-qt4/ head/devel/qt4-qmake/ - copied from r434379, head/devel/qmake4/ head/devel/qt5-core/files/ head/devel/qt5-core/files/patch-git_ea9a8672 (contents, props changed) head/devel/qt5-core/files/patch-src_corelib_corelib.pro (contents, props changed) head/devel/qt5-dbus/ - copied from r434379, head/devel/dbus-qt5/ head/devel/qt5-linguisttools/files/patch-src_linguist_linguist.pro (contents, props changed) head/devel/qt5-qmake/ - copied from r434379, head/devel/qmake5/ head/devel/qt5-qmake/files/patch-mkspecs__common__freebsd.conf (contents, props changed) head/devel/qt5-scxml/ head/devel/qt5-scxml/Makefile (contents, props changed) head/devel/qt5-scxml/pkg-plist (contents, props changed) head/devel/qt5/files/extrapatch-mkspecs_features_create__cmake.prf (contents, props changed) head/devel/universalindentgui/files/patch-UniversalIndentGUI.pro (contents, props changed) head/emulators/virtualbox-ose/files/patch-c++11-qt5 (contents, props changed) head/games/goldencheetah/files/patch-src_src.pro (contents, props changed) head/graphics/lprof-devel/files/patch-src_lprofqt_config.cpp (contents, props changed) head/misc/qtchooser/ head/misc/qtchooser/Makefile (contents, props changed) head/misc/qtchooser/distinfo (contents, props changed) head/misc/qtchooser/pkg-descr (contents, props changed) head/misc/qtchooser/pkg-message (contents, props changed) head/misc/qtchooser/pkg-plist (contents, props changed) head/net/rsplib/files/ head/net/rsplib/files/patch-configure (contents, props changed) head/net/wireshark/files/extrapatch-configure-qt5 (contents, props changed) head/textproc/qt4-clucene/ - copied from r434379, head/textproc/clucene-qt4/ head/www/qt4-webkit/ - copied from r434379, head/www/webkit-qt4/ head/www/qt5-webkit/ - copied from r434379, head/www/webkit-qt5/ head/x11-toolkits/qt5-datavis3d/ head/x11-toolkits/qt5-datavis3d/Makefile (contents, props changed) head/x11-toolkits/qt5-datavis3d/pkg-plist (contents, props changed) head/x11-toolkits/qt5-declarative-render2d/ head/x11-toolkits/qt5-declarative-render2d/Makefile (contents, props changed) head/x11-toolkits/qt5-declarative-render2d/pkg-plist (contents, props changed) head/x11-toolkits/qt5-declarative/files/ head/x11-toolkits/qt5-declarative/files/patch-git_26229cf (contents, props changed) head/x11-toolkits/qt5-gamepad/ head/x11-toolkits/qt5-gamepad/Makefile (contents, props changed) head/x11-toolkits/qt5-gamepad/pkg-plist (contents, props changed) head/x11-toolkits/qt5-virtualkeyboard/ head/x11-toolkits/qt5-virtualkeyboard/Makefile (contents, props changed) head/x11-toolkits/qt5-virtualkeyboard/pkg-plist (contents, props changed) head/x11-wm/qlwm/files/patch-Makefile (contents, props changed) Deleted: head/cad/klayout/files/patch-src-Makefile.rules head/comms/hamfax/files/patch-Makefile.in head/devel/dbus-qt4/ head/devel/dbus-qt5/ head/devel/qmake4/ head/devel/qmake5/ head/devel/qt5-qmake/files/patch-mkspecs__features__qt_functions.prf head/devel/qt5/files/extrapatch-src_corelib_global_qcompilerdetection.h head/graphics/lprof-devel/files/patch-src-lprofqt-config.cpp head/textproc/clucene-qt4/ head/www/qt5-webkit/files/patch-Source_JavaScriptCore_disassembler_udis86_ud_opcode.py head/www/webkit-qt4/ head/www/webkit-qt5/ head/x11-toolkits/qt5-charts/distinfo head/x11-toolkits/qt5-charts/files/ Modified: head/CHANGES head/MOVED head/Mk/bsd.qt.mk head/UPDATING head/accessibility/qt4-accessible/Makefile head/astro/xglobe/files/patch-Makefile head/audio/qmpdclient/Makefile head/cad/klayout/files/patch-build.sh head/chinese/qt4-codecs-cn/Makefile head/chinese/qt4-codecs-tw/Makefile head/comms/qt5-connectivity/pkg-plist head/comms/qt5-sensors/pkg-plist head/comms/qt5-serialbus/pkg-plist head/comms/qt5-serialport/pkg-plist head/comms/xcwcp/Makefile head/databases/qt4-ibase-plugin/Makefile head/databases/qt4-mysql-plugin/Makefile head/databases/qt4-odbc-plugin/Makefile head/databases/qt4-pgsql-plugin/Makefile head/databases/qt4-sql/Makefile head/databases/qt4-sqlite-plugin/Makefile head/databases/qt4-sqlite3-plugin/Makefile head/databases/qt5-sql/pkg-plist head/devel/Makefile head/devel/qscintilla2-qt5/pkg-plist head/devel/qt4-assistant/Makefile head/devel/qt4-assistant/pkg-plist head/devel/qt4-corelib/Makefile head/devel/qt4-dbus/Makefile head/devel/qt4-designer/Makefile head/devel/qt4-designer/pkg-plist head/devel/qt4-help-tools/Makefile head/devel/qt4-help/Makefile head/devel/qt4-linguist/Makefile head/devel/qt4-linguist/pkg-plist head/devel/qt4-linguisttools/Makefile head/devel/qt4-linguisttools/pkg-plist head/devel/qt4-makeqpf/Makefile head/devel/qt4-makeqpf/pkg-plist head/devel/qt4-moc/Makefile head/devel/qt4-moc/pkg-plist head/devel/qt4-porting/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-qdoc3/Makefile head/devel/qt4-qmake/Makefile head/devel/qt4-qmake/pkg-plist head/devel/qt4-qmlviewer/Makefile head/devel/qt4-qt3support/Makefile head/devel/qt4-qvfb/Makefile head/devel/qt4-qvfb/pkg-plist head/devel/qt4-rcc/Makefile head/devel/qt4-script/Makefile head/devel/qt4-scripttools/Makefile head/devel/qt4-testlib/Makefile head/devel/qt4-uic/Makefile head/devel/qt4-uic/pkg-plist head/devel/qt4-uic3/Makefile head/devel/qt5-concurrent/pkg-plist head/devel/qt5-core/Makefile head/devel/qt5-core/pkg-plist head/devel/qt5-dbus/pkg-plist head/devel/qt5-designer/pkg-plist head/devel/qt5-help/Makefile head/devel/qt5-help/files/patch-src__assistant__assistant.pro head/devel/qt5-help/pkg-plist head/devel/qt5-linguisttools/pkg-plist head/devel/qt5-location/pkg-plist head/devel/qt5-qmake/Makefile head/devel/qt5-qmake/files/patch-configure head/devel/qt5-qmake/pkg-plist head/devel/qt5-script/pkg-plist head/devel/qt5-scripttools/pkg-plist head/devel/qt5-testlib/pkg-plist head/devel/qt5-uitools/pkg-plist head/devel/qt5/Makefile.sqldrivers head/devel/qt5/distinfo head/devel/qt5/files/extrapatch-configure head/devel/qt5/files/extrapatch-mkspecs_features_qt__module.prf head/devel/subcommander2/files/patch-configure.ac head/devel/subcommander2/files/patch-subcommander__Makefile.am head/devel/subcommander2/files/patch-sublib__Makefile.am head/devel/subcommander2/files/patch-submerge__Makefile.am head/emulators/swine/Makefile head/emulators/virtualbox-ose/files/patch-configure head/graphics/gle-graphics/Makefile head/graphics/lprof-devel/Makefile head/graphics/poppler/Makefile head/graphics/qt4-iconengines/Makefile head/graphics/qt4-imageformats/Makefile head/graphics/qt4-opengl/Makefile head/graphics/qt4-pixeltool/Makefile head/graphics/qt4-svg/Makefile head/graphics/qt5-3d/Makefile head/graphics/qt5-3d/pkg-plist head/graphics/qt5-graphicaleffects/pkg-plist head/graphics/qt5-imageformats/pkg-plist head/graphics/qt5-opengl/pkg-plist head/graphics/qt5-svg/pkg-plist head/japanese/qt4-codecs-jp/Makefile head/korean/qt4-codecs-kr/Makefile head/lang/qt5-qml/files/patch-src__src.pro head/lang/qt5-qml/pkg-plist head/misc/Makefile head/misc/qt4-doc/Makefile head/misc/qt4-l10n/Makefile head/misc/qt4-qtconfig/Makefile head/misc/qt4-qtconfig/pkg-plist head/misc/qt4-qtdemo/Makefile head/misc/qt5-doc/Makefile head/misc/qt5-doc/distinfo head/misc/qt5-doc/pkg-plist head/misc/qt5-examples/Makefile head/misc/qt5-examples/pkg-plist head/misc/qt5-l10n/pkg-plist head/multimedia/avidemux/Makefile.common head/multimedia/mlt-qt5/Makefile head/multimedia/py-openlp/Makefile head/multimedia/qt4-mobility/Makefile head/multimedia/qt4-mobility/pkg-plist head/multimedia/qt4-multimedia/Makefile head/multimedia/qt5-multimedia/pkg-plist head/net-im/telepathy-logger-qt4/Makefile head/net/qt4-network/Makefile head/net/qt5-network/pkg-plist head/net/wireshark/Makefile head/print/qt5-printsupport/pkg-plist head/sysutils/qpxtool/files/patch-configure head/textproc/Makefile head/textproc/goldendict/files/patch-goldendict.pro head/textproc/qt4-clucene/Makefile head/textproc/qt4-xml/Makefile head/textproc/qt4-xmlpatterns-tool/Makefile head/textproc/qt4-xmlpatterns/Makefile head/textproc/qt5-xml/pkg-plist head/textproc/qt5-xmlpatterns/pkg-plist head/textproc/scim-bridge-qt4/files/patch-client-qt_qt4_Makefile.in head/www/Makefile head/www/qt4-webkit/Makefile head/www/qt5-webchannel/pkg-plist head/www/qt5-webkit/Makefile head/www/qt5-webkit/distinfo head/www/qt5-webkit/pkg-plist head/www/qt5-websockets/pkg-plist head/x11-toolkits/Makefile head/x11-toolkits/qt4-declarative/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11-toolkits/qt5-charts/Makefile head/x11-toolkits/qt5-charts/pkg-plist head/x11-toolkits/qt5-declarative/pkg-plist head/x11-toolkits/qt5-gui/Makefile head/x11-toolkits/qt5-gui/pkg-plist head/x11-toolkits/qt5-quick/pkg-plist head/x11-toolkits/qt5-quickcontrols/pkg-plist head/x11-toolkits/qt5-quickcontrols2/pkg-plist head/x11-toolkits/qt5-uiplugin/pkg-plist head/x11-toolkits/qt5-widgets/Makefile head/x11-toolkits/qt5-widgets/pkg-plist head/x11/qt4-graphicssystems-opengl/Makefile head/x11/qt4-inputmethods/Makefile head/x11/qt5-x11extras/pkg-plist Modified: head/CHANGES ============================================================================== --- head/CHANGES Sat Feb 18 19:42:23 2017 (r434379) +++ head/CHANGES Sat Feb 18 19:48:05 2017 (r434380) @@ -10,6 +10,29 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20170218: +AUTHOR: kde@FreeBSD.org + + * Qt 4's binaries have been moved to lib/qt4/bin to match what is already done + to Qt 5's binaries. Since these binaries are no longer in ${LOCALBASE}/bin, + they also do not have the -qt4 suffix in their names any more. + + * Consequently, there are no Qt 4 or Qt 5 binaries in the default $PATH, and + misc/qtchooser is now used to select the actual Qt binaries. In other + words, calling "qmake" or "moc" now goes through qtchooser, which prefers + Qt 5 binaries by default. + + The ports framework handles this automatically. The UPDATING entry covers + this in more detail. + + * Qt 5.7.1 requires a C++11-capable compiler to be used. qmake and CMake pass + the appropriate flags to the compiler (such as -std=c++11) automatically, + but if your port fetches Qt's build flags via pkg-config (which can be the + case for autotools-based ports), you might need to take care of this + manually by setting USE_CXXSTD in your Makefile: + + USE_CXXSTD= c++11 + 20160116: AUTHOR: mat@FreeBSD.org Modified: head/MOVED ============================================================================== --- head/MOVED Sat Feb 18 19:42:23 2017 (r434379) +++ head/MOVED Sat Feb 18 19:48:05 2017 (r434380) @@ -5329,8 +5329,6 @@ devel/py-gevent-zeromq|devel/py-pyzmq|20 net/erlyvideo||2014-01-06|Has expired: Development of erlyvideo is abandoned upstream. Use flussonic instead devel/qt4-declarative|x11-toolkits/qt4-declarative|2014-01-06|Moved to unify with Qt 5 devel/qt4-qtestlib|devel/qt4-testlib|2014-01-06|Renamed to unify with Qt 5 -textproc/qt4-clucene|textproc/clucene-qt4|2014-01-06|Renamed to unify with Qt 5 -www/qt4-webkit|www/webkit-qt4|2014-01-06|Renamed to unify with Qt 5 x11/qt4-opengl|graphics/qt4-opengl|2014-01-06|Moved to unify with Qt 5 graphics/wings-devel|graphics/wings|2014-01-07|Obsoleted by the main port devel/llvm|devel/llvm32|2014-01-08|Has expired: Migrate to devel/llvm32 or newer @@ -9075,3 +9073,10 @@ lang/libjit||2017-02-14|Has expired: Thi databases/php56-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions databases/php70-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions databases/php71-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions +devel/dbus-qt4|devel/qt4-dbus|2017-02-18|Renamed to match other Qt ports +devel/dbus-qt5|devel/qt5-dbus|2017-02-18|Renamed to match other Qt ports +devel/qmake4|devel/qt4-qmake|2017-02-18|Renamed to match other Qt ports +devel/qmake5|devel/qt5-qmake|2017-02-18|Renamed to match other Qt ports +textproc/clucene-qt4|textproc/qt4-clucene|2017-02-18|Renamed to match other Qt ports +www/webkit-qt4|www/qt4-webkit|2017-02-18|Renamed to match other Qt ports +www/webkit-qt5|www/qt5-webkit|2017-02-18|Renamed to match other Qt ports Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Sat Feb 18 19:42:23 2017 (r434379) +++ head/Mk/bsd.qt.mk Sat Feb 18 19:48:05 2017 (r434380) @@ -27,7 +27,7 @@ Qt_Pre_Include= bsd.qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 4 5 QT4_VERSION?= 4.8.7 -QT5_VERSION?= 5.6.2 +QT5_VERSION?= 5.7.1 _QT_RELNAME= qt${_QT_VERSION:R:R} _QT_VERSION= # empty @@ -51,9 +51,6 @@ IGNORE?= can't be installed: bsd.qt.mk QT_NONSTANDARD= yes MASTER_SITES= ${MASTER_SITE_QT} -# Useless, as it must be defined before including bsd.port.pre.mk (at least -# because of bsd.options.mk). -#PKGNAMEPREFIX?= ${_QT_RELNAME}- DISTINFO_FILE?= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/distinfo LICENSE?= LGPL21 @@ -91,9 +88,12 @@ LDFLAGS+= -Wl,--as-needed # Ensure that the "makesum" target (with its inner "fetch" one) uses # devel/qt*/distinfo for every port. . if ${DISTINFO_FILE:H} == ${.CURDIR:H:H}/devel/${_QT_RELNAME} -QT_DIST= 3d base canvas3d connectivity declarative graphicaleffects imageformats \ - location multimedia quickcontrols quickcontrols2 script sensors serialbus serialport svg tools \ - translations webchannel websockets x11extras xmlpatterns +QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \ + declarative-render2d gamepad graphicaleffects imageformats \ + location multimedia quickcontrols quickcontrols2 script scxml \ + sensors serialbus serialport svg tools translations \ + virtualkeyboard webchannel webkit websockets x11extras \ + xmlpatterns . endif . endif @@ -147,6 +147,7 @@ CONFIGURE_ARGS+=-nomake examples -nomake . if ${ARCH} == i386 && empty(MACHINE_CPU:Msse2) CONFIGURE_ARGS+=-no-sse2 . endif + . endif . if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG) @@ -173,7 +174,7 @@ CONFIGURE_ARGS+=-verbose _EXTRA_PATCHES_QT4= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src-corelib-global-qglobal.h \ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-libtool . else -_EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-src_corelib_global_qcompilerdetection.h \ +_EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_create__cmake.prf \ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf . endif EXTRA_PATCHES?= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-configure \ @@ -205,22 +206,24 @@ QMAKE_ARGS+= QT_CONFIG+="${QT_CONFIG:N-* QMAKE_ARGS+= QT_CONFIG-="${QT_CONFIG:M-*:O:u:C/^-//}" . endif +# Add a RUN_DEPENDS on misc/qtchooser to select the binaries. +# The binaries of both supported Qt versions are installed to +# ${LOCALBASE}/lib/qt[45]/bin. The port misc/qtchooser installs +# wrapper binaries into ${LOCALBASE}/bin, and chooses the correct +# one depending on the value of QT_SELECT (which we pass to both +# CONFIGURE_ENV and MAKE_ENV). Therefore make all QT_DIST ports +# RUN_DEPEND on it. +RUN_DEPENDS+= qtchooser:misc/qtchooser + PLIST_SUB+= SHORTVER=${DISTVERSION:R} \ FULLVER=${DISTVERSION:C/-.*//} .endif # defined(QT_DIST) -.if ${_QT_VERSION:M4*} -QT_BINDIR_REL?= bin -QT_LIBDIR_REL?= lib/${_QT_RELNAME} -QT_PLUGINDIR_REL?= ${QT_LIBDIR_REL}/plugins -QT_IMPORTDIR_REL?= ${QT_LIBDIR_REL}/imports -.endif - # A wrapper (qtchooser) is used to invoke binaries. QT_BINDIR_REL?= ${QT_ARCHDIR_REL}/bin QT_INCDIR_REL?= include/${_QT_RELNAME} -QT_LIBDIR_REL?= lib -QT_ARCHDIR_REL?=${QT_LIBDIR_REL}/${_QT_RELNAME} +QT_LIBDIR_REL?= lib/${_QT_RELNAME} +QT_ARCHDIR_REL?=${QT_LIBDIR_REL} QT_PLUGINDIR_REL?= ${QT_ARCHDIR_REL}/plugins QT_LIBEXECDIR_REL?= libexec/${_QT_RELNAME} QT_IMPORTDIR_REL?= ${QT_ARCHDIR_REL}/imports @@ -231,26 +234,26 @@ QT_L10NDIR_REL?=${QT_DATADIR_REL}/transl QT_ETCDIR_REL?= etc/xdg QT_EXAMPLEDIR_REL?= share/examples/${_QT_RELNAME} QT_TESTDIR_REL?=${QT_DATADIR_REL}/tests +QT_CMAKEDIR_REL?= lib/cmake +QT_QTCHOOSERDIR_REL?= ${QT_ETCDIR_REL}/qtchooser # Not customizable. .if ${_QT_VERSION:M4*} QT_MKSPECDIR_REL= ${QT_DATADIR_REL}/mkspecs _QT_LIBVER= # empty -_QT_BINSUFX= -${_QT_RELNAME} .else QT_MKSPECDIR_REL= ${QT_ARCHDIR_REL}/mkspecs _QT_LIBVER= ${_QT_VERSION:R:R} -_QT_BINSUFX= # empty .endif -LRELEASE?= ${QT_BINDIR}/lrelease${_QT_BINSUFX} -LUPDATE?= ${QT_BINDIR}/lupdate${_QT_BINSUFX} -MOC?= ${QT_BINDIR}/moc${_QT_BINSUFX} +LRELEASE?= ${QT_BINDIR}/lrelease +LUPDATE?= ${QT_BINDIR}/lupdate +MOC?= ${QT_BINDIR}/moc RCC?= ${QT_BINDIR}/rcc -UIC?= ${QT_BINDIR}/uic${_QT_BINSUFX} -QMAKE?= ${QT_BINDIR}/qmake${_QT_BINSUFX} +UIC?= ${QT_BINDIR}/uic +QMAKE?= ${QT_BINDIR}/qmake # Needed to redefine the qmake target for internal Qt configuration. _QMAKE?= ${QMAKE} QMAKESPEC?= ${QT_MKSPECDIR}/freebsd-${QMAKE_COMPILER} @@ -264,19 +267,21 @@ QMAKE_COMPILER= $$(ccver="$$(${CXX} --ve # Import QMAKE_ENV and QMAKE_ARGS definitions. USES+= qmake:_env -.for dir in INC ARCH PLUGIN LIBEXEC IMPORT \ - QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC +.for dir in BIN INC LIB ARCH PLUGIN LIBEXEC IMPORT \ + QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC \ + CMAKE QTCHOOSER QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} +# Export all directories to the plist substituion for QT_DIST ports. +# For the others, exclude QT_CMAKEDIR and QT_ETCDIR. +. if (${dir:NCMAKE} && ${dir:NETC}) || defined(QT_DIST) PLIST_SUB+= QT_${dir}DIR="${QT_${dir}DIR_REL}" -.endfor - -.for dir in BIN LIB -QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} -. if defined(QT_DIST) -PLIST_SUB+= QT_${dir}DIR="${QT_${dir}DIR_REL}" . endif .endfor +# Pass the chosen Qt version to the environment for qtchooser. +CONFIGURE_ENV+= QT_SELECT=${_QT_RELNAME} +MAKE_ENV+= QT_SELECT=${_QT_RELNAME} + .endif # !defined(_POSTMKINCLUDED) && !defined(Qt_Pre_Include) .if defined(_POSTMKINCLUDED) && !defined(Qt_Post_Include) @@ -284,7 +289,7 @@ PLIST_SUB+= QT_${dir}DIR= Qt_Post_Include= bsd.qt.mk .if !defined(QT_NONSTANDARD) -CONFIGURE_ENV+= QTDIR="${PREFIX}" QMAKE="${QMAKE}" \ +CONFIGURE_ENV+= QTDIR="${QT_ARCHDIR}" QMAKE="${QMAKE}" \ MOC="${MOC}" RCC="${RCC}" UIC="${UIC}" \ QMAKESPEC="${QMAKESPEC}" CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \ @@ -306,11 +311,13 @@ _USE_QT4_ONLY= accessible assistant-adp phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \ qtestlib qvfb rcc uic uic3 xmlpatterns-tool -_USE_QT5_ONLY= 3d buildtools canvas3d concurrent connectivity core \ - examples graphicaleffects location paths phonon4 \ - printsupport qdbus qdoc qdoc-data qev qml quick quickcontrols \ - quickcontrols2 sensors serialbus serialport sql-tds \ - uiplugin uitools webchannel websockets widgets x11extras +_USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \ + core datavis3d declarative-render2d examples gamepad \ + graphicaleffects location paths phonon4 printsupport \ + qdbus qdoc qdoc-data qev qml quick quickcontrols \ + quickcontrols2 scxml sensors serialbus serialport \ + sql-tds uiplugin uitools virtualkeyboard webchannel \ + websockets widgets x11extras 3d_PORT= graphics/${_QT_RELNAME}-3d 3d_LIB= libQt${_QT_LIBVER}3DCore.so @@ -319,10 +326,10 @@ accessible_PORT= accessibility/${_QT_REL accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so assistant_PORT= devel/${_QT_RELNAME}-assistant -assistant_PATH= ${QT_BINDIR}/assistant${_QT_BINSUFX} +assistant_PATH= ${QT_BINDIR}/assistant assistant-adp_PORT= devel/${_QT_RELNAME}-assistant-adp -assistant-adp_PATH= ${QT_BINDIR}/assistant_adp +assistant-adp_PATH= ${PREFIX}/bin/assistant_adp assistantclient_PORT= devel/${_QT_RELNAME}-libqtassistantclient assistantclient_LIB= libQt${_QT_LIBVER}AssistantClient.so @@ -333,7 +340,10 @@ buildtools_PATH= ${MOC} canvas3d_PORT= x11-toolkits/${_QT_RELNAME}-canvas3d canvas3d_PATH= ${QT_QMLDIR}/QtCanvas3D/qmldir -clucene_PORT= textproc/clucene-${_QT_RELNAME} +charts_PORT= x11-toolkits/${_QT_RELNAME}-charts +charts_LIB= libQt${_QT_LIBVER}Charts.so + +clucene_PORT= textproc/${_QT_RELNAME}-clucene clucene_LIB= libQt${_QT_LIBVER}CLucene.so codecs-cn_PORT= chinese/${_QT_RELNAME}-codecs-cn @@ -360,17 +370,23 @@ core_LIB= libQt${_QT_LIBVER}Core.so corelib_PORT= devel/${_QT_RELNAME}-corelib corelib_LIB= ${core_LIB} -dbus_PORT= devel/dbus-${_QT_RELNAME} +datavis3d_PORT= x11-toolkits/${_QT_RELNAME}-datavis3d +datavis3d_LIB= libQt${_QT_LIBVER}DataVisualization.so + +dbus_PORT= devel/${_QT_RELNAME}-dbus dbus_LIB= libQt${_QT_LIBVER}DBus.so declarative_PORT= x11-toolkits/${_QT_RELNAME}-declarative declarative_LIB= libQt${_QT_LIBVER}Declarative.so +declarative-render2d_PORT= x11-toolkits/${_QT_RELNAME}-declarative-render2d +declarative-render2d_PATH= ${QT_PLUGINDIR}/scenegraph/libsoftwarecontext.so + demo_PORT= misc/${_QT_RELNAME}-qtdemo demo_PATH= ${QT_BINDIR}/qtdemo designer_PORT= devel/${_QT_RELNAME}-designer -designer_PATH= ${QT_BINDIR}/designer${_QT_BINSUFX} +designer_PATH= ${QT_BINDIR}/designer doc_PORT= misc/${_QT_RELNAME}-doc doc_PATH= ${_QT_RELNAME}-doc>=${_QT_VERSION:R:R} @@ -378,6 +394,9 @@ doc_PATH= ${_QT_RELNAME}-doc>=${_QT_VE examples_PORT= misc/${_QT_RELNAME}-examples examples_PATH= ${_QT_RELNAME}-examples>=${_QT_VERSION:R:R} +gamepad_PORT= x11-toolkits/${_QT_RELNAME}-gamepad +gamepad_LIB= libQt${_QT_LIBVER}Gamepad.so + graphicaleffects_PORT= graphics/${_QT_RELNAME}-graphicaleffects graphicaleffects_PATH= ${QT_QMLDIR}/QtGraphicalEffects/qmldir @@ -403,7 +422,7 @@ inputmethods_PORT= x11/${_QT_RELNAME}-in inputmethods_PATH= ${QT_PLUGINDIR}/inputmethods/libqimsw-multi.so linguist_PORT= devel/${_QT_RELNAME}-linguist -linguist_PATH= ${QT_BINDIR}/linguist${_QT_BINSUFX} +linguist_PATH= ${QT_BINDIR}/linguist linguisttools_PORT= devel/${_QT_RELNAME}-linguisttools linguisttools_PATH= ${LRELEASE} @@ -415,7 +434,7 @@ l10n_PORT= misc/${_QT_RELNAME}-l10n l10n_PATH= ${_QT_RELNAME}-l10n>=${_QT_VERSION:R:R} makeqpf_PORT= devel/${_QT_RELNAME}-makeqpf -makeqpf_PATH= ${QT_BINDIR}/makeqpf${_QT_BINSUFX} +makeqpf_PATH= ${QT_BINDIR}/makeqpf moc_PORT= devel/${_QT_RELNAME}-moc moc_PATH= ${MOC} @@ -468,7 +487,7 @@ qdoc3_PATH= ${QT_BINDIR}/qdoc3 qev_PORT= x11/${_QT_RELNAME}-qev qev_PATH= ${QT_BINDIR}/qev -qmake_PORT= devel/qmake${_QT_VERSION:R:R} +qmake_PORT= devel/${_QT_RELNAME}-qmake qmake_PATH= ${QMAKE} qml_PORT= lang/${_QT_RELNAME}-qml @@ -481,7 +500,7 @@ qt3support_PORT= devel/${_QT_RELNAME}-qt qt3support_LIB= libQt${_QT_LIBVER}3Support.so qtconfig_PORT= misc/${_QT_RELNAME}-qtconfig -qtconfig_PATH= ${QT_BINDIR}/qtconfig${_QT_BINSUFX} +qtconfig_PATH= ${QT_BINDIR}/qtconfig qtestlib_PORT= ${testlib_PORT} qtestlib_LIB= ${testlib_LIB} @@ -493,10 +512,10 @@ quickcontrols_PORT= x11-toolkits/${_QT_R quickcontrols_PATH= ${QT_QMLDIR}/QtQuick/Controls/qmldir quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2 -quickcontrols2_LIB= libQt${_QT_LIBVER}LabsTemplates.so +quickcontrols2_LIB= libQt${_QT_LIBVER}QuickControls2.so qvfb_PORT= devel/${_QT_RELNAME}-qvfb -qvfb_PATH= ${QT_BINDIR}/qvfb${_QT_BINSUFX} +qvfb_PATH= ${QT_BINDIR}/qvfb rcc_PORT= devel/${_QT_RELNAME}-rcc rcc_PATH= ${RCC} @@ -510,6 +529,9 @@ script_LIB= libQt${_QT_LIBVER}Script.so scripttools_PORT= devel/${_QT_RELNAME}-scripttools scripttools_LIB= libQt${_QT_LIBVER}ScriptTools.so +scxml_PORT= devel/${_QT_RELNAME}-scxml +scxml_LIB= libQt${_QT_LIBVER}Scxml.so + serialbus_PORT= comms/${_QT_RELNAME}-serialbus serialbus_LIB= libQt${_QT_LIBVER}SerialBus.so @@ -554,13 +576,16 @@ uiplugin_PATH= ${QT_INCDIR}/QtUiPlugin/ uitools_PORT= devel/${_QT_RELNAME}-uitools uitools_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}UiTools.a +virtualkeyboard_PORT= x11-toolkits/${_QT_RELNAME}-virtualkeyboard +virtualkeyboard_PATH= ${QT_PLUGINDIR}/platforminputcontexts/libqtvirtualkeyboardplugin.so + webchannel_PORT= www/${_QT_RELNAME}-webchannel webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so websockets_PORT= www/${_QT_RELNAME}-websockets websockets_LIB= libQt${_QT_LIBVER}WebSockets.so -webkit_PORT= www/webkit-${_QT_RELNAME} +webkit_PORT= www/${_QT_RELNAME}-webkit webkit_LIB= libQt${_QT_LIBVER}WebKit.so widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets @@ -639,6 +664,10 @@ _QT_TOOLS+= qdbuscpp2xml qdbusxml2cpp _QT_TOOLS+= ${UIC} . endif +# The list of QtBase components that need to be linked into WRKSRC/lib for +# other QtBase ports. See below. +_QT5_BASE= core dbus gui network sql widgets + pre-configure: qtbase-pre-configure qtbase-pre-configure: . for tool in ${_QT_TOOLS} @@ -647,6 +676,28 @@ qtbase-pre-configure: ${TRUE} . endfor +# The following is a fix for the inplace upgrade problem we faced (see +# QTBUG-40825 and ports bugs 194088, 195105 and 198720) previously, +# which previously was adressed by making sure, that ${LOCALBASE}/lib, which +# would often gets added by pkgconf for the dependencies, was passed after +# ${WRKSRC}/lib. +# * We fix the inplace upgrade problem by moving the Qt5 libraries into +# ${LOCALBASE}/lib/qt5. Therefore a -L${LOCALBASE}/lib does no harm anymore. +# * However, this means, that the ports belonging to the split up QtBase package +# now no longer can find their depending QtBase libraries. We fix this by +# linking these into ${CONFIGURE_WRKSRC}/lib if the given QtBase port depends +# on them. +. if ${QT_DIST:Mbase} +. for basedep in ${_QT5_BASE} +. if ${USE_QT5:M${basedep}} + ${LN} -sf ${QT_LIBDIR}/${${basedep}_LIB} ${CONFIGURE_WRKSRC}/lib +. endif +. endfor +. endif + +# +# **** THIS PART IS OBSOLETE FOR THE NEXT QT UPGRADE **** +# # Add ${LOCALBASE}/lib to DEFAULT_LIBDIRS, which we use to filter out # certain paths from pkg-config calls (see the explanation in # devel/qt5/files/patch-configure) as well as for setting @@ -674,6 +725,9 @@ qt5-pre-configure: # value through to the configure script in qtbase). ${MKDIR} ${CONFIGURE_WRKSRC} ${ECHO_CMD} 'CMAKE_MODULE_TESTS = -' > ${CONFIGURE_WRKSRC}/.qmake.cache +# +# **** THIS PART IS OBSOLETE FOR THE NEXT QT UPGRADE **** +# # We piggyback on QMAKE_LIBDIR_FLAGS to make sure -L${WRKSRC}/lib is passed to # the linker before -L/usr/local/lib. By default, the opposite happens, which # is a problem when a Qt port is being upgraded, since an existing library Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Feb 18 19:42:23 2017 (r434379) +++ head/UPDATING Sat Feb 18 19:48:05 2017 (r434380) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170218: + AFFECTS: users of Qt 4 and Qt 5 + AUTHOR: kde@FreeBSD.org + + Following what is already done in Qt 5, the Qt 4 ports no longer install + their binaries into ${LOCALBASE}/bin (which is "/usr/local/bin" in most + cases). Additionally, the "-qt4" suffix has been dropped from the file names + of the binaries that had it, such as "qmake-qt4". + + The new misc/qtchooser port is now used to choose whether a Qt 4 or Qt 5 + version of a binary such as "moc", "qmake" or "designer" will be used. By + default, the Qt 5 versions are preferred, but that can be changed by setting + the QT_SELECT environment variable to "qt4". + + qtchooser also allows one to seamlessly use other Qt installations for those + binaries, which is particularly beneficial to people working on Qt itself or + who need their own checkouts. + + See qtchooser(1) for more information on how to configure qtchooser. + 20170213: AFFECTS: users of www/node* AUTHOR: bradleythughes@fastmail.fm Modified: head/accessibility/qt4-accessible/Makefile ============================================================================== --- head/accessibility/qt4-accessible/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/accessibility/qt4-accessible/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= accessible DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility PKGNAMEPREFIX= qt4- Modified: head/astro/xglobe/files/patch-Makefile ============================================================================== --- head/astro/xglobe/files/patch-Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/astro/xglobe/files/patch-Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -31,7 +31,7 @@ +CXX ?= c++ +CPP = ${CXX} +LINK = ${CXX} -+MOC = moc-qt4 ++MOC = moc INSTALL = install ####### compile and link options Modified: head/audio/qmpdclient/Makefile ============================================================================== --- head/audio/qmpdclient/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/audio/qmpdclient/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -34,8 +34,6 @@ DEBUG_QMAKE_ON= CONFIG+=debug post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ - -e 's|lupdate|lupdate-qt4|' \ - -e 's|lrelease|lrelease-qt4|' \ ${WRKSRC}/${PORTNAME}.pro @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \ ${WRKSRC}/src/notifications_dbus.cpp Modified: head/cad/klayout/files/patch-build.sh ============================================================================== --- head/cad/klayout/files/patch-build.sh Sat Feb 18 19:42:23 2017 (r434379) +++ head/cad/klayout/files/patch-build.sh Sat Feb 18 19:48:05 2017 (r434380) @@ -28,20 +28,6 @@ if [ "$gcc_path" = "" ]; then echo "*** ERROR: unable to locate gcc in path" exit 1 -@@ -398,11 +401,11 @@ mac-*) - ;; - esac - --if [ ! -r $QTBIN/moc ]; then -+if [ ! -r $QTBIN/moc-qt4 ]; then - echo "*** ERROR: unable to locate Qt MOC in $QTBIN" - exit 1 - fi --if [ ! -r $QTBIN/uic ]; then -+if [ ! -r $QTBIN/uic-qt4 ]; then - echo "*** ERROR: unable to locate Qt UIC in $QTBIN" - exit 1 - fi @@ -463,11 +466,7 @@ else cd $CURR_DIR fi Modified: head/chinese/qt4-codecs-cn/Makefile ============================================================================== --- head/chinese/qt4-codecs-cn/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/chinese/qt4-codecs-cn/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= codecs DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= chinese PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -cn Modified: head/chinese/qt4-codecs-tw/Makefile ============================================================================== --- head/chinese/qt4-codecs-tw/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/chinese/qt4-codecs-tw/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= codecs DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= chinese PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -tw Modified: head/comms/qt5-connectivity/pkg-plist ============================================================================== --- head/comms/qt5-connectivity/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/comms/qt5-connectivity/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -4,7 +4,6 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/androidbroadcastreceiver_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/bluez5_helper_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/bluez_data_p.h -%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/corebluetoothwrapper_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/device1_bluez5_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/device_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/devicediscoverybroadcastreceiver_p.h @@ -12,6 +11,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/hcimanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/inputstreamthread_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/jni_android_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/lecmaccalculator_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/localdevicebroadcastreceiver_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/lowenergynotificationhub_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/manager_p.h @@ -23,6 +23,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/obex_transfer1_bluez5_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/obex_transfer_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/objectmanager_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbluetooth_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtcentralmanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtchanneldelegate_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtconnectionmonitor_p.h @@ -55,6 +56,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_osx_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferrequest_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qleadvertiser_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_osx_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h @@ -77,11 +79,17 @@ %%QT_INCDIR%%/QtBluetooth/QBluetoothTransferReply %%QT_INCDIR%%/QtBluetooth/QBluetoothTransferRequest %%QT_INCDIR%%/QtBluetooth/QBluetoothUuid +%%QT_INCDIR%%/QtBluetooth/QLowEnergyAdvertisingData +%%QT_INCDIR%%/QtBluetooth/QLowEnergyAdvertisingParameters %%QT_INCDIR%%/QtBluetooth/QLowEnergyCharacteristic +%%QT_INCDIR%%/QtBluetooth/QLowEnergyCharacteristicData +%%QT_INCDIR%%/QtBluetooth/QLowEnergyConnectionParameters %%QT_INCDIR%%/QtBluetooth/QLowEnergyController %%QT_INCDIR%%/QtBluetooth/QLowEnergyDescriptor +%%QT_INCDIR%%/QtBluetooth/QLowEnergyDescriptorData %%QT_INCDIR%%/QtBluetooth/QLowEnergyHandle %%QT_INCDIR%%/QtBluetooth/QLowEnergyService +%%QT_INCDIR%%/QtBluetooth/QLowEnergyServiceData %%QT_INCDIR%%/QtBluetooth/QtBluetooth %%QT_INCDIR%%/QtBluetooth/QtBluetoothDepends %%QT_INCDIR%%/QtBluetooth/QtBluetoothVersion @@ -100,10 +108,16 @@ %%QT_INCDIR%%/QtBluetooth/qbluetoothtransferreply.h %%QT_INCDIR%%/QtBluetooth/qbluetoothtransferrequest.h %%QT_INCDIR%%/QtBluetooth/qbluetoothuuid.h +%%QT_INCDIR%%/QtBluetooth/qlowenergyadvertisingdata.h +%%QT_INCDIR%%/QtBluetooth/qlowenergyadvertisingparameters.h %%QT_INCDIR%%/QtBluetooth/qlowenergycharacteristic.h +%%QT_INCDIR%%/QtBluetooth/qlowenergycharacteristicdata.h +%%QT_INCDIR%%/QtBluetooth/qlowenergyconnectionparameters.h %%QT_INCDIR%%/QtBluetooth/qlowenergycontroller.h %%QT_INCDIR%%/QtBluetooth/qlowenergydescriptor.h +%%QT_INCDIR%%/QtBluetooth/qlowenergydescriptordata.h %%QT_INCDIR%%/QtBluetooth/qlowenergyservice.h +%%QT_INCDIR%%/QtBluetooth/qlowenergyservicedata.h %%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/adapter_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/agent_p.h @@ -116,18 +130,15 @@ %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpserver_android_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpserver_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpserver_p_p.h -%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpserver_simulator_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpsocket_android_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpsocket_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpsocket_p_p.h -%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qllcpsocket_simulator_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefnfcsmartposterrecord_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefrecord_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanager_android_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanager_emulator_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanager_neard_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanager_p.h -%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanager_simulator_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanagerimpl_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldmanagervirtualbase_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldsharemanager_p.h @@ -173,10 +184,10 @@ %%QT_INCDIR%%/QtNfc/qnfcglobal.h %%QT_INCDIR%%/QtNfc/qqmlndefrecord.h %%QT_INCDIR%%/QtNfc/qtnfcversion.h -%%QT_LIBDIR%%/cmake/Qt5Bluetooth/Qt5BluetoothConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5Bluetooth/Qt5BluetoothConfigVersion.cmake -%%QT_LIBDIR%%/cmake/Qt5Nfc/Qt5NfcConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5Nfc/Qt5NfcConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfig.cmake +%%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5Nfc/Qt5NfcConfig.cmake +%%QT_CMAKEDIR%%/Qt5Nfc/Qt5NfcConfigVersion.cmake %%QT_LIBDIR%%/libQt5Bluetooth.prl %%QT_LIBDIR%%/libQt5Bluetooth.so %%QT_LIBDIR%%/libQt5Bluetooth.so.5 Modified: head/comms/qt5-sensors/pkg-plist ============================================================================== --- head/comms/qt5-sensors/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/comms/qt5-sensors/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -114,11 +114,11 @@ %%QT_INCDIR%%/QtSensors/qtapsensor.h %%QT_INCDIR%%/QtSensors/qtiltsensor.h %%QT_INCDIR%%/QtSensors/qtsensorsversion.h -%%QT_LIBDIR%%/cmake/Qt5Sensors/Qt5SensorsConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5Sensors/Qt5SensorsConfigVersion.cmake -%%QT_LIBDIR%%/cmake/Qt5Sensors/Qt5Sensors_QShakeSensorGesturePlugin.cmake -%%QT_LIBDIR%%/cmake/Qt5Sensors/Qt5Sensors_QtSensorGesturePlugin.cmake -%%QT_LIBDIR%%/cmake/Qt5Sensors/Qt5Sensors_genericSensorPlugin.cmake +%%QT_CMAKEDIR%%/Qt5Sensors/Qt5SensorsConfig.cmake +%%QT_CMAKEDIR%%/Qt5Sensors/Qt5SensorsConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5Sensors/Qt5Sensors_QShakeSensorGesturePlugin.cmake +%%QT_CMAKEDIR%%/Qt5Sensors/Qt5Sensors_QtSensorGesturePlugin.cmake +%%QT_CMAKEDIR%%/Qt5Sensors/Qt5Sensors_genericSensorPlugin.cmake %%QT_LIBDIR%%/libQt5Sensors.prl %%QT_LIBDIR%%/libQt5Sensors.so %%QT_LIBDIR%%/libQt5Sensors.so.5 Modified: head/comms/qt5-serialbus/pkg-plist ============================================================================== --- head/comms/qt5-serialbus/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/comms/qt5-serialbus/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -17,6 +17,7 @@ %%QT_INCDIR%%/QtSerialBus/QModbusDataUnit %%QT_INCDIR%%/QtSerialBus/QModbusDataUnitMap %%QT_INCDIR%%/QtSerialBus/QModbusDevice +%%QT_INCDIR%%/QtSerialBus/QModbusDeviceIdentification %%QT_INCDIR%%/QtSerialBus/QModbusExceptionResponse %%QT_INCDIR%%/QtSerialBus/QModbusPdu %%QT_INCDIR%%/QtSerialBus/QModbusReply @@ -37,6 +38,7 @@ %%QT_INCDIR%%/QtSerialBus/qmodbusclient.h %%QT_INCDIR%%/QtSerialBus/qmodbusdataunit.h %%QT_INCDIR%%/QtSerialBus/qmodbusdevice.h +%%QT_INCDIR%%/QtSerialBus/qmodbusdeviceidentification.h %%QT_INCDIR%%/QtSerialBus/qmodbuspdu.h %%QT_INCDIR%%/QtSerialBus/qmodbusreply.h %%QT_INCDIR%%/QtSerialBus/qmodbusrtuserialmaster.h @@ -46,8 +48,8 @@ %%QT_INCDIR%%/QtSerialBus/qmodbustcpserver.h %%QT_INCDIR%%/QtSerialBus/qserialbusglobal.h %%QT_INCDIR%%/QtSerialBus/qtserialbusversion.h -%%QT_LIBDIR%%/cmake/Qt5SerialBus/Qt5SerialBusConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfig.cmake +%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake %%QT_LIBDIR%%/libQt5SerialBus.prl %%QT_LIBDIR%%/libQt5SerialBus.so %%QT_LIBDIR%%/libQt5SerialBus.so.5 Modified: head/comms/qt5-serialport/pkg-plist ============================================================================== --- head/comms/qt5-serialport/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/comms/qt5-serialport/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -10,8 +10,8 @@ %%QT_INCDIR%%/QtSerialPort/qserialportglobal.h %%QT_INCDIR%%/QtSerialPort/qserialportinfo.h %%QT_INCDIR%%/QtSerialPort/qtserialportversion.h -%%QT_LIBDIR%%/cmake/Qt5SerialPort/Qt5SerialPortConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5SerialPort/Qt5SerialPortConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5SerialPort/Qt5SerialPortConfig.cmake +%%QT_CMAKEDIR%%/Qt5SerialPort/Qt5SerialPortConfigVersion.cmake %%QT_LIBDIR%%/libQt5SerialPort.prl %%QT_LIBDIR%%/libQt5SerialPort.so %%QT_LIBDIR%%/libQt5SerialPort.so.5 Modified: head/comms/xcwcp/Makefile ============================================================================== --- head/comms/xcwcp/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/comms/xcwcp/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -14,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../unixcw PLIST= ${.CURDIR}/pkg-plist USE_QT5= buildtools gui widgets qmake_build USES= gettext +# Qt from 5.7.0 on requires c++11. +USE_CXXSTD= c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xcwcp XCWCP= yes Modified: head/databases/qt4-ibase-plugin/Makefile ============================================================================== --- head/databases/qt4-ibase-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-ibase-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Michael Nottebrock # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Qt InterBase/Firebird database plugin DB= ibase Modified: head/databases/qt4-mysql-plugin/Makefile ============================================================================== --- head/databases/qt4-mysql-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-mysql-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Kay Lehmann # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Qt MySQL database plugin DB= mysql Modified: head/databases/qt4-odbc-plugin/Makefile ============================================================================== --- head/databases/qt4-odbc-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-odbc-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Michael Nottebrock # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 DB= odbc COMMENT= Qt Open Database Connectivity plugin Modified: head/databases/qt4-pgsql-plugin/Makefile ============================================================================== --- head/databases/qt4-pgsql-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-pgsql-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Lauri Watts # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Qt PostgreSQL database plugin DB= psql Modified: head/databases/qt4-sql/Makefile ============================================================================== --- head/databases/qt4-sql/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-sql/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= sql DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= qt4- Modified: head/databases/qt4-sqlite-plugin/Makefile ============================================================================== --- head/databases/qt4-sqlite-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-sqlite-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Michael Nottebrock # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Qt SQLite 2 database plugin DB= sqlite2 Modified: head/databases/qt4-sqlite3-plugin/Makefile ============================================================================== --- head/databases/qt4-sqlite3-plugin/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt4-sqlite3-plugin/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -1,7 +1,7 @@ # Created by: Michael Nottebrock # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Qt SQLite 3 database plugin DB= sqlite Modified: head/databases/qt5-sql/pkg-plist ============================================================================== --- head/databases/qt5-sql/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/databases/qt5-sql/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -48,8 +48,8 @@ %%QT_INCDIR%%/QtSql/qsqlresult.h %%QT_INCDIR%%/QtSql/qsqltablemodel.h %%QT_INCDIR%%/QtSql/qtsqlversion.h -%%QT_LIBDIR%%/cmake/Qt5Sql/Qt5SqlConfig.cmake -%%QT_LIBDIR%%/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5Sql/Qt5SqlConfig.cmake +%%QT_CMAKEDIR%%/Qt5Sql/Qt5SqlConfigVersion.cmake %%QT_LIBDIR%%/libQt5Sql.prl %%QT_LIBDIR%%/libQt5Sql.so %%QT_LIBDIR%%/libQt5Sql.so.5 Added: head/deskutils/fbreader/files/patch-makefiles_arch_desktop.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/fbreader/files/patch-makefiles_arch_desktop.mk Sat Feb 18 19:48:05 2017 (r434380) @@ -0,0 +1,11 @@ +--- makefiles/arch/desktop.mk.orig 2017-01-18 21:42:48 UTC ++++ makefiles/arch/desktop.mk +@@ -17,7 +17,7 @@ ifeq "$(UI_TYPE)" "qt" + MOC = moc-qt3 + QTINCLUDE = -I /usr/include/qt3 + else +- MOC = moc-qt4 ++ MOC = moc + QTINCLUDE = -I /usr/include/qt4 + endif + Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -384,8 +384,6 @@ SUBDIR += dbus SUBDIR += dbus-c++ SUBDIR += dbus-glib - SUBDIR += dbus-qt4 - SUBDIR += dbus-qt5 SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dbus-tcl @@ -4941,8 +4939,6 @@ SUBDIR += qjson SUBDIR += qjson-qt5 SUBDIR += qmake - SUBDIR += qmake4 - SUBDIR += qmake5 SUBDIR += qprog SUBDIR += qross SUBDIR += qscintilla2 @@ -4954,6 +4950,7 @@ SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp SUBDIR += qt4-corelib + SUBDIR += qt4-dbus SUBDIR += qt4-designer SUBDIR += qt4-help SUBDIR += qt4-help-tools @@ -4965,6 +4962,7 @@ SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer SUBDIR += qt4-qdoc3 + SUBDIR += qt4-qmake SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtsolutions-singleapplication @@ -4981,6 +4979,7 @@ SUBDIR += qt5-buildtools SUBDIR += qt5-concurrent SUBDIR += qt5-core + SUBDIR += qt5-dbus SUBDIR += qt5-designer SUBDIR += qt5-help SUBDIR += qt5-linguist @@ -4990,8 +4989,10 @@ SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qdoc SUBDIR += qt5-qdoc-data + SUBDIR += qt5-qmake SUBDIR += qt5-script SUBDIR += qt5-scripttools + SUBDIR += qt5-scxml SUBDIR += qt5-testlib SUBDIR += qt5-uitools SUBDIR += qtcreator Modified: head/devel/qscintilla2-qt5/pkg-plist ============================================================================== --- head/devel/qscintilla2-qt5/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qscintilla2-qt5/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -48,10 +48,10 @@ %%QT_INCDIR%%/Qsci/qsciscintillabase.h %%QT_INCDIR%%/Qsci/qscistyle.h %%QT_INCDIR%%/Qsci/qscistyledtext.h -lib/libqscintilla2-qt5.so -lib/libqscintilla2-qt5.so.12 -lib/libqscintilla2-qt5.so.12.0 -lib/libqscintilla2-qt5.so.12.0.1 +%%QT_LIBDIR%%/libqscintilla2-qt5.so +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12 +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0 +%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf %%QT_DATADIR%%/qsci/api/python/Python-2.4.api %%QT_DATADIR%%/qsci/api/python/Python-2.5.api Modified: head/devel/qt4-assistant/Makefile ============================================================================== --- head/devel/qt4-assistant/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-assistant/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= assistant DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-assistant/pkg-plist ============================================================================== --- head/devel/qt4-assistant/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-assistant/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -1,3 +1,3 @@ -%%QT_BINDIR%%/assistant-qt4 -%%DEBUG%%%%QT_BINDIR%%/assistant-qt4.debug +%%QT_BINDIR%%/assistant +%%DEBUG%%%%QT_BINDIR%%/assistant.debug share/pixmaps/assistant-qt4.png Modified: head/devel/qt4-corelib/Makefile ============================================================================== --- head/devel/qt4-corelib/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-corelib/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,7 +3,7 @@ PORTNAME= corelib DISTVERSION= ${QT4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-dbus/Makefile ============================================================================== --- head/devel/dbus-qt4/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-dbus/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= dbus DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-designer/Makefile ============================================================================== --- head/devel/qt4-designer/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-designer/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= designer DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-designer/pkg-plist ============================================================================== --- head/devel/qt4-designer/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-designer/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -1,5 +1,5 @@ -%%QT_BINDIR%%/designer-qt4 -%%DEBUG%%%%QT_BINDIR%%/designer-qt4.debug +%%QT_BINDIR%%/designer +%%DEBUG%%%%QT_BINDIR%%/designer.debug %%QT_INCDIR%%/QtDesigner/QAbstractExtensionFactory %%QT_INCDIR%%/QtDesigner/QAbstractExtensionManager %%QT_INCDIR%%/QtDesigner/QAbstractFormBuilder Modified: head/devel/qt4-help-tools/Makefile ============================================================================== --- head/devel/qt4-help-tools/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-help-tools/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= help DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -tools Modified: head/devel/qt4-help/Makefile ============================================================================== --- head/devel/qt4-help/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-help/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,6 +3,7 @@ PORTNAME= help DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-linguist/Makefile ============================================================================== --- head/devel/qt4-linguist/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-linguist/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -3,7 +3,7 @@ PORTNAME= linguist DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-linguist/pkg-plist ============================================================================== --- head/devel/qt4-linguist/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-linguist/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -1,5 +1,5 @@ -%%QT_BINDIR%%/linguist-qt4 -%%DEBUG%%%%QT_BINDIR%%/linguist-qt4.debug +%%QT_BINDIR%%/linguist +%%DEBUG%%%%QT_BINDIR%%/linguist.debug share/pixmaps/linguist-qt4.png %%QT_DATADIR%%/phrasebooks/danish.qph %%QT_DATADIR%%/phrasebooks/dutch.qph Modified: head/devel/qt4-linguisttools/Makefile ============================================================================== --- head/devel/qt4-linguisttools/Makefile Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-linguisttools/Makefile Sat Feb 18 19:48:05 2017 (r434380) @@ -2,6 +2,7 @@ PORTNAME= linguisttools DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt4- Modified: head/devel/qt4-linguisttools/pkg-plist ============================================================================== --- head/devel/qt4-linguisttools/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) +++ head/devel/qt4-linguisttools/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) @@ -1,6 +1,6 @@ %%QT_BINDIR%%/lconvert %%DEBUG%%%%QT_BINDIR%%/lconvert.debug -%%QT_BINDIR%%/lrelease-qt4 -%%DEBUG%%%%QT_BINDIR%%/lrelease-qt4.debug -%%QT_BINDIR%%/lupdate-qt4 -%%DEBUG%%%%QT_BINDIR%%/lupdate-qt4.debug +%%QT_BINDIR%%/lrelease +%%DEBUG%%%%QT_BINDIR%%/lrelease.debug +%%QT_BINDIR%%/lupdate +%%DEBUG%%%%QT_BINDIR%%/lupdate.debug Modified: head/devel/qt4-makeqpf/Makefile ============================================================================== --- head/devel/qt4-makeqpf/Makefile Sat Feb 18 19:42:23 2017 (r434379) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Feb 18 19:56:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3342CE531F; Sat, 18 Feb 2017 19:56:19 +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 50F6C1141; Sat, 18 Feb 2017 19:56:19 +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 v1IJuINJ081243; Sat, 18 Feb 2017 19:56:18 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJuCdI081184; Sat, 18 Feb 2017 19:56:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201702181956.v1IJuCdI081184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 18 Feb 2017 19:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434381 - in head: Mk/Uses archivers/kf5-karchive devel/kf5-extra-cmake-modules devel/kf5-kapidox devel/kf5-kauth devel/kf5-kbookmarks devel/kf5-kcmutils devel/kf5-kconfig devel/kf5-kco... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 19:56:19 -0000 Author: tcberner Date: Sat Feb 18 19:56:12 2017 New Revision: 434381 URL: https://svnweb.freebsd.org/changeset/ports/434381 Log: Update KDE Frameworks to 5.31 * New port: x11-toolkits/kirigami2 PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9554 Added: head/x11-toolkits/kirigami2/ head/x11-toolkits/kirigami2/Makefile (contents, props changed) head/x11-toolkits/kirigami2/distinfo (contents, props changed) head/x11-toolkits/kirigami2/pkg-descr (contents, props changed) head/x11-toolkits/kirigami2/pkg-plist (contents, props changed) Modified: head/Mk/Uses/kde.mk head/archivers/kf5-karchive/distinfo head/devel/kf5-extra-cmake-modules/distinfo head/devel/kf5-extra-cmake-modules/pkg-plist head/devel/kf5-kapidox/distinfo head/devel/kf5-kauth/distinfo head/devel/kf5-kbookmarks/distinfo head/devel/kf5-kcmutils/distinfo head/devel/kf5-kconfig/distinfo head/devel/kf5-kcoreaddons/Makefile head/devel/kf5-kcoreaddons/distinfo head/devel/kf5-kcrash/distinfo head/devel/kf5-kdbusaddons/distinfo head/devel/kf5-kdeclarative/distinfo head/devel/kf5-kdoctools/distinfo head/devel/kf5-kdoctools/pkg-plist head/devel/kf5-kfilemetadata/distinfo head/devel/kf5-ki18n/distinfo head/devel/kf5-kidletime/distinfo head/devel/kf5-kio/distinfo head/devel/kf5-kio/pkg-plist head/devel/kf5-kitemmodels/distinfo head/devel/kf5-knewstuff/Makefile head/devel/kf5-knewstuff/distinfo head/devel/kf5-knotifications/distinfo head/devel/kf5-knotifyconfig/distinfo head/devel/kf5-kpackage/distinfo head/devel/kf5-kparts/distinfo head/devel/kf5-kpeople/distinfo head/devel/kf5-kpty/distinfo head/devel/kf5-kservice/distinfo head/devel/kf5-ktexteditor/distinfo head/devel/kf5-kunitconversion/distinfo head/devel/kf5-solid/distinfo head/devel/kf5-threadweaver/distinfo head/dns/kf5-kdnssd/distinfo head/graphics/kf5-kimageformats/distinfo head/graphics/kf5-kplotting/distinfo head/graphics/kf5-prison/distinfo head/lang/kf5-kross/distinfo head/multimedia/kf5-kmediaplayer/distinfo head/net/kf5-kxmlrpcclient/distinfo head/security/kf5-kdesu/distinfo head/sysutils/kf5-baloo/distinfo head/sysutils/kf5-kwallet/distinfo head/textproc/kf5-kcodecs/distinfo head/textproc/kf5-sonnet/distinfo head/textproc/kf5-syntax-highlighting/distinfo head/www/kf5-kdewebkit/distinfo head/www/kf5-khtml/distinfo head/www/kf5-kjs/distinfo head/www/kf5-kjsembed/distinfo head/x11-themes/kf5-breeze-icons/distinfo head/x11-themes/kf5-breeze-icons/pkg-plist head/x11-themes/kf5-kemoticons/distinfo head/x11-themes/kf5-kiconthemes/distinfo head/x11-themes/kf5-oxygen-icons5/distinfo head/x11-toolkits/Makefile head/x11-toolkits/kf5-attica/distinfo head/x11-toolkits/kf5-kcompletion/distinfo head/x11-toolkits/kf5-kconfigwidgets/distinfo head/x11-toolkits/kf5-kdesignerplugin/distinfo head/x11-toolkits/kf5-kguiaddons/distinfo head/x11-toolkits/kf5-kitemviews/distinfo head/x11-toolkits/kf5-kjobwidgets/distinfo head/x11-toolkits/kf5-ktextwidgets/distinfo head/x11-toolkits/kf5-kwidgetsaddons/distinfo head/x11-toolkits/kf5-kwidgetsaddons/pkg-plist head/x11-toolkits/kf5-kxmlgui/distinfo head/x11-toolkits/kirigami/distinfo head/x11/kf5-frameworkintegration/distinfo head/x11/kf5-frameworks/Makefile head/x11/kf5-kactivities/distinfo head/x11/kf5-kded/distinfo head/x11/kf5-kded/pkg-plist head/x11/kf5-kdelibs4support/distinfo head/x11/kf5-kdelibs4support/pkg-plist head/x11/kf5-kglobalaccel/distinfo head/x11/kf5-kinit/distinfo head/x11/kf5-krunner/distinfo head/x11/kf5-kwayland/distinfo head/x11/kf5-kwindowsystem/distinfo head/x11/kf5-plasma-framework/distinfo Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sat Feb 18 19:48:05 2017 (r434380) +++ head/Mk/Uses/kde.mk Sat Feb 18 19:56:12 2017 (r434381) @@ -65,7 +65,7 @@ KDE4_APPLICATIONS_VERSION?= 15.04.3 KDE4_BRANCH?= stable # Current KDE desktop. -KDE_FRAMEWORKS_VERSION?= 5.30.0 +KDE_FRAMEWORKS_VERSION?= 5.31.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. @@ -237,7 +237,7 @@ _USE_FRAMEWORKS_PORTING=js jsembed kdeli # These are weird items: not officially released as Frameworks, but # required by them (and from KDE). # - kirigami https://dot.kde.org/2016/03/30/kde-proudly-presents-kirigami-ui -_USE_FRAMEWORKS_EXTRA= kirigami +_USE_FRAMEWORKS_EXTRA= kirigami kirigami2 _USE_FRAMEWORKS_ALL= ecm \ ${_USE_FRAMEWORKS_TIER1} \ @@ -511,8 +511,11 @@ kimageformats_TYPE= run kio_PORT= devel/kf5-kio kio_LIB= libKF5KIOCore.so -kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so kirigami_PORT= x11-toolkits/kirigami +kirigami_PATH= ${QT_QMLDIR}/org/kde/kirigami/libkirigamiplugin.so + +kirigami2_PORT= x11-toolkits/kirigami2 +kirigami2_PATH= ${QT_QMLDIR}/org/kde/kirigami.2/libkirigamiplugin.so kross_PORT= lang/kf5-kross kross_LIB= libKF5KrossCore.so Modified: head/archivers/kf5-karchive/distinfo ============================================================================== --- head/archivers/kf5-karchive/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/archivers/kf5-karchive/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950366 -SHA256 (KDE/frameworks/5.30.0/karchive-5.30.0.tar.xz) = 18b35d437e7cbf6f00983d0f66372cbd6a0daedaa58e6c092838c20845571f38 -SIZE (KDE/frameworks/5.30.0/karchive-5.30.0.tar.xz) = 111724 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/karchive-5.31.0.tar.xz) = 5ee96cb2b0fa12fa6b0e6e38ffa70e5a5fc2bc9205ee08f5f041265cda9b4ef9 +SIZE (KDE/frameworks/5.31.0/karchive-5.31.0.tar.xz) = 112148 Modified: head/devel/kf5-extra-cmake-modules/distinfo ============================================================================== --- head/devel/kf5-extra-cmake-modules/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-extra-cmake-modules/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950366 -SHA256 (KDE/frameworks/5.30.0/extra-cmake-modules-5.30.0.tar.xz) = 7da9647514e134db5054ab4848d4bfa6054537593a95720a7a9361f8cc71a96c -SIZE (KDE/frameworks/5.30.0/extra-cmake-modules-5.30.0.tar.xz) = 306108 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/extra-cmake-modules-5.31.0.tar.xz) = 84271a59045468ced64823f030d3dc9f157cec16a30387483ec888639fdc2deb +SIZE (KDE/frameworks/5.31.0/extra-cmake-modules-5.31.0.tar.xz) = 310760 Modified: head/devel/kf5-extra-cmake-modules/pkg-plist ============================================================================== --- head/devel/kf5-extra-cmake-modules/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-extra-cmake-modules/pkg-plist Sat Feb 18 19:56:12 2017 (r434381) @@ -15,6 +15,7 @@ share/ECM/find-modules/FindWayland.cmake share/ECM/find-modules/FindWaylandScanner.cmake share/ECM/find-modules/FindX11_XCB.cmake share/ECM/find-modules/FindXCB.cmake +share/ECM/find-modules/GeneratePythonBindingUmbrellaModule.cmake share/ECM/find-modules/Qt5Ruleset.py share/ECM/find-modules/rules_engine.py share/ECM/find-modules/run-sip.py Modified: head/devel/kf5-kapidox/distinfo ============================================================================== --- head/devel/kf5-kapidox/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kapidox/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950366 -SHA256 (KDE/frameworks/5.30.0/kapidox-5.30.0.tar.xz) = 4edae3b3a3d2ede9567533174bb33dd66bde9228c98f4af4f36431c45f5d1723 -SIZE (KDE/frameworks/5.30.0/kapidox-5.30.0.tar.xz) = 395276 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/kapidox-5.31.0.tar.xz) = ea1bf18e79b99d3a1d3a1e02fee3182a3c2a389f6949613f0614f9d6eb63d8d2 +SIZE (KDE/frameworks/5.31.0/kapidox-5.31.0.tar.xz) = 395280 Modified: head/devel/kf5-kauth/distinfo ============================================================================== --- head/devel/kf5-kauth/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kauth/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950367 -SHA256 (KDE/frameworks/5.30.0/kauth-5.30.0.tar.xz) = 6c68db4ee049631c08cadde8f4991764ec03cfab4e6780d3a16c7a15e7e4c061 -SIZE (KDE/frameworks/5.30.0/kauth-5.30.0.tar.xz) = 82924 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/kauth-5.31.0.tar.xz) = 288be84e0babab37cd7b14edb3601f194f2a908b52e057dbcddc8c86ec608f78 +SIZE (KDE/frameworks/5.31.0/kauth-5.31.0.tar.xz) = 83440 Modified: head/devel/kf5-kbookmarks/distinfo ============================================================================== --- head/devel/kf5-kbookmarks/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kbookmarks/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950367 -SHA256 (KDE/frameworks/5.30.0/kbookmarks-5.30.0.tar.xz) = 5fa0cf48bf3eaef337f6368736dd1a978682382680a3739d48365931007f2b32 -SIZE (KDE/frameworks/5.30.0/kbookmarks-5.30.0.tar.xz) = 115904 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/kbookmarks-5.31.0.tar.xz) = 77cff0b006b58ccb1c6187cb0de107bf82aed4e01798215d9e2f2491dfe8b975 +SIZE (KDE/frameworks/5.31.0/kbookmarks-5.31.0.tar.xz) = 115892 Modified: head/devel/kf5-kcmutils/distinfo ============================================================================== --- head/devel/kf5-kcmutils/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kcmutils/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950367 -SHA256 (KDE/frameworks/5.30.0/kcmutils-5.30.0.tar.xz) = 4973b7ac9bde35e2ce75b2fefc81ad9ab697a14a26c8bc0a3d673de4b814a38b -SIZE (KDE/frameworks/5.30.0/kcmutils-5.30.0.tar.xz) = 235612 +TIMESTAMP = 1486301147 +SHA256 (KDE/frameworks/5.31.0/kcmutils-5.31.0.tar.xz) = 697e6c562fb05ede13b996f49d35584b96a9517473170fa1cb5c776d4a81cf02 +SIZE (KDE/frameworks/5.31.0/kcmutils-5.31.0.tar.xz) = 235864 Modified: head/devel/kf5-kconfig/distinfo ============================================================================== --- head/devel/kf5-kconfig/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kconfig/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950367 -SHA256 (KDE/frameworks/5.30.0/kconfig-5.30.0.tar.xz) = a29a3ccb6c9e8124eca488417d602e689dc7240f9b10510f4152e739fdc143dc -SIZE (KDE/frameworks/5.30.0/kconfig-5.30.0.tar.xz) = 228916 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kconfig-5.31.0.tar.xz) = b1431eadb49889ebfce9b912f207bdf405b0c96ef5a390fa6147b61f737132fd +SIZE (KDE/frameworks/5.31.0/kconfig-5.31.0.tar.xz) = 231736 Modified: head/devel/kf5-kcoreaddons/Makefile ============================================================================== --- head/devel/kf5-kcoreaddons/Makefile Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kcoreaddons/Makefile Sat Feb 18 19:56:12 2017 (r434381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kcoreaddons -PORTVERSION= 5.30.1 +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-kcoreaddons/distinfo ============================================================================== --- head/devel/kf5-kcoreaddons/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kcoreaddons/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484429087 -SHA256 (KDE/frameworks/5.30.0/kcoreaddons-5.30.1.tar.xz) = cdd29840c23ab3403eadff578a54e33a2c17b357b59e2ef8a8509ed436c33e70 -SIZE (KDE/frameworks/5.30.0/kcoreaddons-5.30.1.tar.xz) = 333496 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kcoreaddons-5.31.0.tar.xz) = f52c56a3798abe538cb0f1ecb1a0c376003c275d92cab556e8be5014e3dbe504 +SIZE (KDE/frameworks/5.31.0/kcoreaddons-5.31.0.tar.xz) = 342192 Modified: head/devel/kf5-kcrash/distinfo ============================================================================== --- head/devel/kf5-kcrash/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kcrash/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950367 -SHA256 (KDE/frameworks/5.30.0/kcrash-5.30.0.tar.xz) = 04a22615e03dc9db29daccfc437fd6d952e35b3dd39f52d95ea24115037aac42 -SIZE (KDE/frameworks/5.30.0/kcrash-5.30.0.tar.xz) = 21340 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kcrash-5.31.0.tar.xz) = 9234661cb316e6272ed20647035a54a2e23c5aaedb06845a1a7a72aaa06a4656 +SIZE (KDE/frameworks/5.31.0/kcrash-5.31.0.tar.xz) = 21348 Modified: head/devel/kf5-kdbusaddons/distinfo ============================================================================== --- head/devel/kf5-kdbusaddons/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kdbusaddons/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/kdbusaddons-5.30.0.tar.xz) = f7f021286c4a34e06576cc69392b0b357b1a3321fc0bfc545dc023ecbaec85e2 -SIZE (KDE/frameworks/5.30.0/kdbusaddons-5.30.0.tar.xz) = 35000 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kdbusaddons-5.31.0.tar.xz) = d331b26eb2dc0a21cf6a9a810ccdd9401b07f4f479c9273198a189c6e2f769b7 +SIZE (KDE/frameworks/5.31.0/kdbusaddons-5.31.0.tar.xz) = 35016 Modified: head/devel/kf5-kdeclarative/distinfo ============================================================================== --- head/devel/kf5-kdeclarative/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kdeclarative/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/kdeclarative-5.30.0.tar.xz) = 865c0cd147ed79b748c3c9e46a2ad1950b2a73d70f6d1f494bb6ff7860af2821 -SIZE (KDE/frameworks/5.30.0/kdeclarative-5.30.0.tar.xz) = 169140 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kdeclarative-5.31.0.tar.xz) = 813fddb7c4553a6f472feeb6889954dd75748e54176e3e9629401a4eebcc8343 +SIZE (KDE/frameworks/5.31.0/kdeclarative-5.31.0.tar.xz) = 169184 Modified: head/devel/kf5-kdoctools/distinfo ============================================================================== --- head/devel/kf5-kdoctools/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kdoctools/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/kdoctools-5.30.0.tar.xz) = 7e4f16bd55b9de0afbc338dc923bb7c5f4f3b6541ccd72dfc10b624eab732792 -SIZE (KDE/frameworks/5.30.0/kdoctools-5.30.0.tar.xz) = 414264 +TIMESTAMP = 1486301148 +SHA256 (KDE/frameworks/5.31.0/kdoctools-5.31.0.tar.xz) = b37f26b01a4c3c667ff4c5832163d85f07e90ecbe4521d5f66b51c58e622f4d4 +SIZE (KDE/frameworks/5.31.0/kdoctools-5.31.0.tar.xz) = 414456 Modified: head/devel/kf5-kdoctools/pkg-plist ============================================================================== --- head/devel/kf5-kdoctools/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kdoctools/pkg-plist Sat Feb 18 19:56:12 2017 (r434381) @@ -17,6 +17,7 @@ man/de/man7/kf5options.7.gz man/de/man7/qt5options.7.gz man/de/man8/meinproc5.8.gz man/es/man1/checkXML5.1.gz +man/es/man7/kf5options.7.gz man/es/man8/meinproc5.8.gz man/it/man1/checkXML5.1.gz man/it/man7/kf5options.7.gz Modified: head/devel/kf5-kfilemetadata/distinfo ============================================================================== --- head/devel/kf5-kfilemetadata/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kfilemetadata/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/kfilemetadata-5.30.0.tar.xz) = 90c69432d8a85d112ce3dc98f3caeff80b3485330342ea55e6012d6b8b8407d4 -SIZE (KDE/frameworks/5.30.0/kfilemetadata-5.30.0.tar.xz) = 133484 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/kfilemetadata-5.31.0.tar.xz) = edf2c45097503b808f4c00c544bdde384b761034d9c1f2ff2f282ae8868d6c88 +SIZE (KDE/frameworks/5.31.0/kfilemetadata-5.31.0.tar.xz) = 133588 Modified: head/devel/kf5-ki18n/distinfo ============================================================================== --- head/devel/kf5-ki18n/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-ki18n/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/ki18n-5.30.0.tar.xz) = 2dd2d0835570c5e9fcdabd124613131cb4042a4deb3a38e68ed05daf6fcd72f3 -SIZE (KDE/frameworks/5.30.0/ki18n-5.30.0.tar.xz) = 604296 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/ki18n-5.31.0.tar.xz) = 2f7926073587a2b2d428c2b19ea16e0e6a31bb5be65b77bb5b02cfa1483489e0 +SIZE (KDE/frameworks/5.31.0/ki18n-5.31.0.tar.xz) = 605736 Modified: head/devel/kf5-kidletime/distinfo ============================================================================== --- head/devel/kf5-kidletime/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kidletime/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950368 -SHA256 (KDE/frameworks/5.30.0/kidletime-5.30.0.tar.xz) = 0667866bf1a3cdeb976497ef3afe2ee806a48a85a21144448be5c3583cdf72ed -SIZE (KDE/frameworks/5.30.0/kidletime-5.30.0.tar.xz) = 26372 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/kidletime-5.31.0.tar.xz) = 45c0daa7e91ce4f4df2ccd38202113ea12a7d6eb460be0217eaf49b13b6c520d +SIZE (KDE/frameworks/5.31.0/kidletime-5.31.0.tar.xz) = 26372 Modified: head/devel/kf5-kio/distinfo ============================================================================== --- head/devel/kf5-kio/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kio/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950369 -SHA256 (KDE/frameworks/5.30.0/kio-5.30.0.tar.xz) = a15a688395e7c8a22e78b0cf5a8b9c3c4bd679bf667b23f50ae82b36cf5e363a -SIZE (KDE/frameworks/5.30.0/kio-5.30.0.tar.xz) = 3082084 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/kio-5.31.0.tar.xz) = 49173baf4c8687be45514220a4b32626d3a117939d2c42fe846010f1d23e3ee7 +SIZE (KDE/frameworks/5.31.0/kio-5.31.0.tar.xz) = 3085324 Modified: head/devel/kf5-kio/pkg-plist ============================================================================== --- head/devel/kf5-kio/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kio/pkg-plist Sat Feb 18 19:56:12 2017 (r434381) @@ -426,6 +426,8 @@ share/doc/HTML/es/kcontrol5/trash/index. share/doc/HTML/es/kcontrol5/trash/index.docbook share/doc/HTML/es/kcontrol5/useragent/index.cache.bz2 share/doc/HTML/es/kcontrol5/useragent/index.docbook +share/doc/HTML/es/kcontrol5/webshortcuts/index.cache.bz2 +share/doc/HTML/es/kcontrol5/webshortcuts/index.docbook share/doc/HTML/es/kioslave5/data/index.cache.bz2 share/doc/HTML/es/kioslave5/data/index.docbook share/doc/HTML/es/kioslave5/file/index.cache.bz2 Modified: head/devel/kf5-kitemmodels/distinfo ============================================================================== --- head/devel/kf5-kitemmodels/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kitemmodels/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950369 -SHA256 (KDE/frameworks/5.30.0/kitemmodels-5.30.0.tar.xz) = aeb94534470bb581196a3e2eef158694c5b5727a7e9db8ca2d873fdcbf5bc2f9 -SIZE (KDE/frameworks/5.30.0/kitemmodels-5.30.0.tar.xz) = 388912 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/kitemmodels-5.31.0.tar.xz) = 659bc644a14bb9e31398b12808e3ffb154f8a696e3ea42d18398fab14b65697d +SIZE (KDE/frameworks/5.31.0/kitemmodels-5.31.0.tar.xz) = 388816 Modified: head/devel/kf5-knewstuff/Makefile ============================================================================== --- head/devel/kf5-knewstuff/Makefile Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-knewstuff/Makefile Sat Feb 18 19:56:12 2017 (r434381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knewstuff -PORTVERSION= 5.30.1 +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-knewstuff/distinfo ============================================================================== --- head/devel/kf5-knewstuff/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-knewstuff/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484478975 -SHA256 (KDE/frameworks/5.30.0/knewstuff-5.30.1.tar.xz) = 10c08ff82c934bf9b045408cffafe18a3cd4789046d64fccfbaa196c7dbe4aef -SIZE (KDE/frameworks/5.30.0/knewstuff-5.30.1.tar.xz) = 879388 +TIMESTAMP = 1486301149 +SHA256 (KDE/frameworks/5.31.0/knewstuff-5.31.0.tar.xz) = d435de4f674e4b16f2ca363f8c7d5bc5158b00df520581a59facdedcdd7f191b +SIZE (KDE/frameworks/5.31.0/knewstuff-5.31.0.tar.xz) = 881832 Modified: head/devel/kf5-knotifications/distinfo ============================================================================== --- head/devel/kf5-knotifications/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-knotifications/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950369 -SHA256 (KDE/frameworks/5.30.0/knotifications-5.30.0.tar.xz) = 7a26925b16eb4c7df03589950c8b45e3b5656a620ace937e0f8cb71f5f8032a5 -SIZE (KDE/frameworks/5.30.0/knotifications-5.30.0.tar.xz) = 97180 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/knotifications-5.31.0.tar.xz) = 9e72d1240228878142d7c8075ba067041188d9ffc956f134fb95ecf9fe6ce55b +SIZE (KDE/frameworks/5.31.0/knotifications-5.31.0.tar.xz) = 97520 Modified: head/devel/kf5-knotifyconfig/distinfo ============================================================================== --- head/devel/kf5-knotifyconfig/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-knotifyconfig/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950369 -SHA256 (KDE/frameworks/5.30.0/knotifyconfig-5.30.0.tar.xz) = b83a40156ca8d7b9af1e213ae00358b643c41351e8e7fa7cf2e60cd09a848512 -SIZE (KDE/frameworks/5.30.0/knotifyconfig-5.30.0.tar.xz) = 83312 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/knotifyconfig-5.31.0.tar.xz) = f12e86c9ae5e8c9c610e7999a0bb24e0ec43eea05acfbc6269d38bd13076bffd +SIZE (KDE/frameworks/5.31.0/knotifyconfig-5.31.0.tar.xz) = 83332 Modified: head/devel/kf5-kpackage/distinfo ============================================================================== --- head/devel/kf5-kpackage/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kpackage/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/kpackage-5.30.0.tar.xz) = ca3eb1f8ffbe14e0ed99cc1aaa2d2ef2c77dfa1b4817ea9ac6fc185e94e53bc8 -SIZE (KDE/frameworks/5.30.0/kpackage-5.30.0.tar.xz) = 118692 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/kpackage-5.31.0.tar.xz) = d935408066b2149e17e525aec247ea3cbbb71e6f80f00d7b189a7110a270e8c1 +SIZE (KDE/frameworks/5.31.0/kpackage-5.31.0.tar.xz) = 120320 Modified: head/devel/kf5-kparts/distinfo ============================================================================== --- head/devel/kf5-kparts/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kparts/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/kparts-5.30.0.tar.xz) = 0f5d566f6c56e100b7a04f61c5287017dc4155c46fa6946337ad0c6c3df5f8e9 -SIZE (KDE/frameworks/5.30.0/kparts-5.30.0.tar.xz) = 155264 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/kparts-5.31.0.tar.xz) = ca9dad5b4ae3d117fa1996ffcbc7be07a0f6b57f553b95cc4fdd63dcf42f6f24 +SIZE (KDE/frameworks/5.31.0/kparts-5.31.0.tar.xz) = 155336 Modified: head/devel/kf5-kpeople/distinfo ============================================================================== --- head/devel/kf5-kpeople/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kpeople/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/kpeople-5.30.0.tar.xz) = 120a32017815a5442574d627a8a48d7c825088162332051d033c88603277e2c0 -SIZE (KDE/frameworks/5.30.0/kpeople-5.30.0.tar.xz) = 58900 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/kpeople-5.31.0.tar.xz) = 5ebaef125af779ce33ad6a71b7f7fcbab83de17aa0e00bdf30a42685b060e1b8 +SIZE (KDE/frameworks/5.31.0/kpeople-5.31.0.tar.xz) = 58924 Modified: head/devel/kf5-kpty/distinfo ============================================================================== --- head/devel/kf5-kpty/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kpty/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/kpty-5.30.0.tar.xz) = c06ce55010745aedf787005d940241e49963fb06b8c3294411e2d1638142ca36 -SIZE (KDE/frameworks/5.30.0/kpty-5.30.0.tar.xz) = 57952 +TIMESTAMP = 1486301150 +SHA256 (KDE/frameworks/5.31.0/kpty-5.31.0.tar.xz) = 2605ac4242622608985fb77b81347963d04be4482b2955e2540abb10db0bda41 +SIZE (KDE/frameworks/5.31.0/kpty-5.31.0.tar.xz) = 57956 Modified: head/devel/kf5-kservice/distinfo ============================================================================== --- head/devel/kf5-kservice/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kservice/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/kservice-5.30.0.tar.xz) = 1470ce617a4c68b93e709abeec6b3319f40ca9fc417c5e7fae94ce51d1488bc9 -SIZE (KDE/frameworks/5.30.0/kservice-5.30.0.tar.xz) = 247628 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/kservice-5.31.0.tar.xz) = 4f6a58f6fd5916d31db5b548a0487c9d915f1e6a78bb0711bad6a477bd655442 +SIZE (KDE/frameworks/5.31.0/kservice-5.31.0.tar.xz) = 247688 Modified: head/devel/kf5-ktexteditor/distinfo ============================================================================== --- head/devel/kf5-ktexteditor/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-ktexteditor/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950427 -SHA256 (KDE/frameworks/5.30.0/ktexteditor-5.30.0.tar.xz) = dadaa7521e88653468d6d00933e698031e4822b4bd1bc3c72dc9df3a1d660b2e -SIZE (KDE/frameworks/5.30.0/ktexteditor-5.30.0.tar.xz) = 2232128 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/ktexteditor-5.31.0.tar.xz) = 966e1c687b670c07aebe3c773f984a4e9ff70562cce798d9be967c4439eb2a25 +SIZE (KDE/frameworks/5.31.0/ktexteditor-5.31.0.tar.xz) = 2232532 Modified: head/devel/kf5-kunitconversion/distinfo ============================================================================== --- head/devel/kf5-kunitconversion/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-kunitconversion/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/kunitconversion-5.30.0.tar.xz) = 45654fd401afbff1fa12330e5ea1b367c8552bc722883414698ff156caa0533a -SIZE (KDE/frameworks/5.30.0/kunitconversion-5.30.0.tar.xz) = 775456 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/kunitconversion-5.31.0.tar.xz) = dda99b4ace22088e2717d42057434ee57fd20cb9a65589b9788c9dbdc6160da4 +SIZE (KDE/frameworks/5.31.0/kunitconversion-5.31.0.tar.xz) = 775448 Modified: head/devel/kf5-solid/distinfo ============================================================================== --- head/devel/kf5-solid/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-solid/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/solid-5.30.0.tar.xz) = b0da3820036ead46d97826971567e70b1e9ba08f8b3801fefba8219dc6d52e83 -SIZE (KDE/frameworks/5.30.0/solid-5.30.0.tar.xz) = 245992 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/solid-5.31.0.tar.xz) = f5343993a02812ada03e917ae083689ebf1762f9e33fe2e6dfb6dac57ffb2f17 +SIZE (KDE/frameworks/5.31.0/solid-5.31.0.tar.xz) = 246312 Modified: head/devel/kf5-threadweaver/distinfo ============================================================================== --- head/devel/kf5-threadweaver/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/devel/kf5-threadweaver/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/threadweaver-5.30.0.tar.xz) = 7e219f6799d25ed9a6aaa309eafb59edf579602d5628d9f98f597a9cd4cbf18b -SIZE (KDE/frameworks/5.30.0/threadweaver-5.30.0.tar.xz) = 1409300 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/threadweaver-5.31.0.tar.xz) = ee2c085453abdff8321ad2b748da9e6e6b70bf85fca7e73250f3f65a46d84d73 +SIZE (KDE/frameworks/5.31.0/threadweaver-5.31.0.tar.xz) = 1409284 Modified: head/dns/kf5-kdnssd/distinfo ============================================================================== --- head/dns/kf5-kdnssd/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/dns/kf5-kdnssd/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/kdnssd-5.30.0.tar.xz) = a8197ca5b18afb38c393ea9191cf695d49be49bf35822bc6dba5a937bd7ac1c5 -SIZE (KDE/frameworks/5.30.0/kdnssd-5.30.0.tar.xz) = 56568 +TIMESTAMP = 1486301151 +SHA256 (KDE/frameworks/5.31.0/kdnssd-5.31.0.tar.xz) = 730aecc9adc0ab218118cd5b8e6c18c385d2854eb183d7b65c3f91be354e73ad +SIZE (KDE/frameworks/5.31.0/kdnssd-5.31.0.tar.xz) = 56600 Modified: head/graphics/kf5-kimageformats/distinfo ============================================================================== --- head/graphics/kf5-kimageformats/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/graphics/kf5-kimageformats/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/kimageformats-5.30.0.tar.xz) = 513c82bd951224472193e4acaef546b64281fa21d7cb188a1a32604ad54bea14 -SIZE (KDE/frameworks/5.30.0/kimageformats-5.30.0.tar.xz) = 204596 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/kimageformats-5.31.0.tar.xz) = 22e8519cb636c6bd2f0516aac3e3ba4d9dc78cdf0325dcec2ce5955a6b179f9d +SIZE (KDE/frameworks/5.31.0/kimageformats-5.31.0.tar.xz) = 204520 Modified: head/graphics/kf5-kplotting/distinfo ============================================================================== --- head/graphics/kf5-kplotting/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/graphics/kf5-kplotting/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950428 -SHA256 (KDE/frameworks/5.30.0/kplotting-5.30.0.tar.xz) = f009db3cae5329c8e123cd72a3ff185ddfff0606d38d70c008902e524df89903 -SIZE (KDE/frameworks/5.30.0/kplotting-5.30.0.tar.xz) = 29576 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/kplotting-5.31.0.tar.xz) = 95191393291ff96e9d406ac91ab2d0902a3e67c2368222cfd9b0d31d600edb97 +SIZE (KDE/frameworks/5.31.0/kplotting-5.31.0.tar.xz) = 29568 Modified: head/graphics/kf5-prison/distinfo ============================================================================== --- head/graphics/kf5-prison/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/graphics/kf5-prison/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/prison-5.30.0.tar.xz) = ecd68620fd0b1e609de458edd1e5e0fd20de961453794be141f5868d8ff97497 -SIZE (KDE/frameworks/5.30.0/prison-5.30.0.tar.xz) = 13572 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/prison-5.31.0.tar.xz) = 5a4c96209cc9845b5882475048d7012012902b3b26469f7073c4afaf5e915861 +SIZE (KDE/frameworks/5.31.0/prison-5.31.0.tar.xz) = 13576 Modified: head/lang/kf5-kross/distinfo ============================================================================== --- head/lang/kf5-kross/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/lang/kf5-kross/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/kross-5.30.0.tar.xz) = bfab8313f0f1b121e3fd61d0537efe6fa3cd7004121eed1c42eca09c9dfd0eaf -SIZE (KDE/frameworks/5.30.0/kross-5.30.0.tar.xz) = 127364 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/kross-5.31.0.tar.xz) = 17fb17adfc1fb16c73f5554a8488e96401074173426d9a6df2802f60ac8c8951 +SIZE (KDE/frameworks/5.31.0/kross-5.31.0.tar.xz) = 127488 Modified: head/multimedia/kf5-kmediaplayer/distinfo ============================================================================== --- head/multimedia/kf5-kmediaplayer/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/multimedia/kf5-kmediaplayer/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/kmediaplayer-5.30.0.tar.xz) = a8715820b2313d050216165d535dcdeeb8c1289327c3a985ce4d42b7ce23392e -SIZE (KDE/frameworks/5.30.0/kmediaplayer-5.30.0.tar.xz) = 9540 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/kmediaplayer-5.31.0.tar.xz) = a4cbe8567c4191471b0d8d3c6733a4ef2e9db8c7b1f26dc1ed6b149e5fe1bf6f +SIZE (KDE/frameworks/5.31.0/kmediaplayer-5.31.0.tar.xz) = 9544 Modified: head/net/kf5-kxmlrpcclient/distinfo ============================================================================== --- head/net/kf5-kxmlrpcclient/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/net/kf5-kxmlrpcclient/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/kxmlrpcclient-5.30.0.tar.xz) = 1853ace6f175c53425291326158b6f6210f2cadbd027e0a47de959b70b625fa1 -SIZE (KDE/frameworks/5.30.0/kxmlrpcclient-5.30.0.tar.xz) = 28512 +TIMESTAMP = 1486301152 +SHA256 (KDE/frameworks/5.31.0/kxmlrpcclient-5.31.0.tar.xz) = 6b3a121bcdd272b71fb0f1469ddd4796c7e1864e379cb0a0d03a54b73a0e3bd3 +SIZE (KDE/frameworks/5.31.0/kxmlrpcclient-5.31.0.tar.xz) = 28520 Modified: head/security/kf5-kdesu/distinfo ============================================================================== --- head/security/kf5-kdesu/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/security/kf5-kdesu/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/kdesu-5.30.0.tar.xz) = b3a265811f09048f45232af3a75b734c57b38a1b22be97e8d1290d72d535d4b2 -SIZE (KDE/frameworks/5.30.0/kdesu-5.30.0.tar.xz) = 44624 +TIMESTAMP = 1486301153 +SHA256 (KDE/frameworks/5.31.0/kdesu-5.31.0.tar.xz) = 5df9ac9064b85433d392a805f29adcf4f231cb23c58d28c87d1789ff47defb57 +SIZE (KDE/frameworks/5.31.0/kdesu-5.31.0.tar.xz) = 44632 Modified: head/sysutils/kf5-baloo/distinfo ============================================================================== --- head/sysutils/kf5-baloo/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/sysutils/kf5-baloo/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950429 -SHA256 (KDE/frameworks/5.30.0/baloo-5.30.0.tar.xz) = a956c008a220c65dbd42d01a344a3338b6f40706278a6c120987d7e284cd4e08 -SIZE (KDE/frameworks/5.30.0/baloo-5.30.0.tar.xz) = 190248 +TIMESTAMP = 1486301153 +SHA256 (KDE/frameworks/5.31.0/baloo-5.31.0.tar.xz) = 7f399ba51dd85a01491755b36f5e46a32c6164a0bb2474651f33fef40ee66c58 +SIZE (KDE/frameworks/5.31.0/baloo-5.31.0.tar.xz) = 191116 Modified: head/sysutils/kf5-kwallet/distinfo ============================================================================== --- head/sysutils/kf5-kwallet/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/sysutils/kf5-kwallet/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950430 -SHA256 (KDE/frameworks/5.30.0/kwallet-5.30.0.tar.xz) = 93140adf0b48c45d1867ae0927484fda0e0b33c5247fa27fadb2f063d903ccda -SIZE (KDE/frameworks/5.30.0/kwallet-5.30.0.tar.xz) = 302344 +TIMESTAMP = 1486301153 +SHA256 (KDE/frameworks/5.31.0/kwallet-5.31.0.tar.xz) = d608f57313e8667a6a28a23a4fb04c4dd75c898b527b660f7b3e78146322f664 +SIZE (KDE/frameworks/5.31.0/kwallet-5.31.0.tar.xz) = 302420 Modified: head/textproc/kf5-kcodecs/distinfo ============================================================================== --- head/textproc/kf5-kcodecs/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/textproc/kf5-kcodecs/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950430 -SHA256 (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 6eb6935512e01a70d730938c28cb84852e73d4c023deebb5f2946b4c760f2aee -SIZE (KDE/frameworks/5.30.0/kcodecs-5.30.0.tar.xz) = 220112 +TIMESTAMP = 1486301153 +SHA256 (KDE/frameworks/5.31.0/kcodecs-5.31.0.tar.xz) = 23fc45bff07162fb00158587f2a4f1faaabd5a3a7fe0657bd87d551fcc22d6db +SIZE (KDE/frameworks/5.31.0/kcodecs-5.31.0.tar.xz) = 221784 Modified: head/textproc/kf5-sonnet/distinfo ============================================================================== --- head/textproc/kf5-sonnet/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/textproc/kf5-sonnet/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950430 -SHA256 (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 99fd42d919d3350e22ae99fc480a14bc30ebd461b064ef24aed5042c772a91c4 -SIZE (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 281828 +TIMESTAMP = 1486301153 +SHA256 (KDE/frameworks/5.31.0/sonnet-5.31.0.tar.xz) = e3f73e408ee00ed290b051f5abc86789fb46f8664b8c919ddf858b752f6c7f9b +SIZE (KDE/frameworks/5.31.0/sonnet-5.31.0.tar.xz) = 283208 Modified: head/textproc/kf5-syntax-highlighting/distinfo ============================================================================== --- head/textproc/kf5-syntax-highlighting/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/textproc/kf5-syntax-highlighting/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483952997 -SHA256 (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746 -SIZE (KDE/frameworks/5.30.0/syntax-highlighting-5.30.0.tar.xz) = 974816 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/syntax-highlighting-5.31.0.tar.xz) = 2a6c34bcf1195376061062da7cc1197b7526e46b4515fd107d244db6ae34ed45 +SIZE (KDE/frameworks/5.31.0/syntax-highlighting-5.31.0.tar.xz) = 976816 Modified: head/www/kf5-kdewebkit/distinfo ============================================================================== --- head/www/kf5-kdewebkit/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/www/kf5-kdewebkit/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950430 -SHA256 (KDE/frameworks/5.30.0/kdewebkit-5.30.0.tar.xz) = 7373e60d34079019359bb864cf5d0adc4278c310f29926bbfb7b6bc1f5f503e7 -SIZE (KDE/frameworks/5.30.0/kdewebkit-5.30.0.tar.xz) = 29476 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/kdewebkit-5.31.0.tar.xz) = a04585a86060608539cf8bba0fa97cacf682df1536e59ea798715d7546443b75 +SIZE (KDE/frameworks/5.31.0/kdewebkit-5.31.0.tar.xz) = 29532 Modified: head/www/kf5-khtml/distinfo ============================================================================== --- head/www/kf5-khtml/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/www/kf5-khtml/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950431 -SHA256 (KDE/frameworks/5.30.0/khtml-5.30.0.tar.xz) = 702dc24913aa361e021a8e0353174cb9a9f0343de887b800a2eb2f94d99097fc -SIZE (KDE/frameworks/5.30.0/khtml-5.30.0.tar.xz) = 2085180 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/khtml-5.31.0.tar.xz) = f014df0611032db9cd35862b5e5f6fd2d73e071a56830447cf2fa23c721ceea6 +SIZE (KDE/frameworks/5.31.0/khtml-5.31.0.tar.xz) = 2086152 Modified: head/www/kf5-kjs/distinfo ============================================================================== --- head/www/kf5-kjs/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/www/kf5-kjs/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950431 -SHA256 (KDE/frameworks/5.30.0/kjs-5.30.0.tar.xz) = 306ea881ad235b7e1360dd5842ac9da312d1a0d15e16214db3a8af1d30b0077a -SIZE (KDE/frameworks/5.30.0/kjs-5.30.0.tar.xz) = 294116 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/kjs-5.31.0.tar.xz) = e1c157409a732440065bd9743690f37d41126af799bd6e40cdd5cd027714f608 +SIZE (KDE/frameworks/5.31.0/kjs-5.31.0.tar.xz) = 294388 Modified: head/www/kf5-kjsembed/distinfo ============================================================================== --- head/www/kf5-kjsembed/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/www/kf5-kjsembed/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950431 -SHA256 (KDE/frameworks/5.30.0/kjsembed-5.30.0.tar.xz) = 058fa11609a020cd59fc030cd27b827324936569bf219866d7d7989fa729ad47 -SIZE (KDE/frameworks/5.30.0/kjsembed-5.30.0.tar.xz) = 169736 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/kjsembed-5.31.0.tar.xz) = 2470bcf381e72ecf2273e9601f7b96cf14c5b1f56cd9be7c857c7f06153d5ad7 +SIZE (KDE/frameworks/5.31.0/kjsembed-5.31.0.tar.xz) = 169792 Modified: head/x11-themes/kf5-breeze-icons/distinfo ============================================================================== --- head/x11-themes/kf5-breeze-icons/distinfo Sat Feb 18 19:48:05 2017 (r434380) +++ head/x11-themes/kf5-breeze-icons/distinfo Sat Feb 18 19:56:12 2017 (r434381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950431 -SHA256 (KDE/frameworks/5.30.0/breeze-icons-5.30.0.tar.xz) = 53e533d006e0289b969ee37534a71f02b2708cee28cfa829b95a144f75010759 -SIZE (KDE/frameworks/5.30.0/breeze-icons-5.30.0.tar.xz) = 1462648 +TIMESTAMP = 1486301154 +SHA256 (KDE/frameworks/5.31.0/breeze-icons-5.31.0.tar.xz) = 85a00cf7c245b8e1b2f782a8b194a59ea198e6385e06c446999e6759c4d48afa +SIZE (KDE/frameworks/5.31.0/breeze-icons-5.31.0.tar.xz) = 1454804 Modified: head/x11-themes/kf5-breeze-icons/pkg-plist ============================================================================== --- head/x11-themes/kf5-breeze-icons/pkg-plist Sat Feb 18 19:48:05 2017 (r434380) +++ head/x11-themes/kf5-breeze-icons/pkg-plist Sat Feb 18 19:56:12 2017 (r434381) @@ -843,6 +843,7 @@ share/icons/breeze-dark/actions/16/music share/icons/breeze-dark/actions/16/network-connect.svg share/icons/breeze-dark/actions/16/network-disconnect.svg share/icons/breeze-dark/actions/16/new-audio-alarm.svg +share/icons/breeze-dark/actions/16/new-command-alarm.svg share/icons/breeze-dark/actions/16/newer.svg share/icons/breeze-dark/actions/16/news-subscribe.svg share/icons/breeze-dark/actions/16/news-unsubscribe.svg @@ -2349,6 +2350,7 @@ share/icons/breeze-dark/actions/22/music share/icons/breeze-dark/actions/22/network-connect.svg share/icons/breeze-dark/actions/22/network-disconnect.svg share/icons/breeze-dark/actions/22/new-audio-alarm.svg +share/icons/breeze-dark/actions/22/new-command-alarm.svg share/icons/breeze-dark/actions/22/news-subscribe.svg share/icons/breeze-dark/actions/22/news-unsubscribe.svg share/icons/breeze-dark/actions/22/nextfuzzy.svg @@ -3885,6 +3887,7 @@ share/icons/breeze-dark/actions/32/color share/icons/breeze-dark/actions/32/color-picker-grey.svg share/icons/breeze-dark/actions/32/color-picker-white.svg share/icons/breeze-dark/actions/32/color-picker.svg +share/icons/breeze-dark/actions/32/colormanagement.svg share/icons/breeze-dark/actions/32/colors-chromablue.svg share/icons/breeze-dark/actions/32/colors-chromagreen.svg share/icons/breeze-dark/actions/32/colors-chromared.svg @@ -4388,13 +4391,6 @@ share/icons/breeze-dark/apps/16/utilitie share/icons/breeze-dark/apps/22/accessories-text-editor.svg share/icons/breeze-dark/apps/22/akregator.svg share/icons/breeze-dark/apps/22/applications-internet.svg -share/icons/breeze-dark/apps/22/fcitx-googlepinyin.svg -share/icons/breeze-dark/apps/22/fcitx-pinyin-libpinyin.svg -share/icons/breeze-dark/apps/22/fcitx-pinyin.svg -share/icons/breeze-dark/apps/22/fcitx-shuangpin-libpinyin.svg -share/icons/breeze-dark/apps/22/fcitx-shuangpin.svg -share/icons/breeze-dark/apps/22/fcitx-sunpinyin.svg -share/icons/breeze-dark/apps/22/fcitx-wubi.svg share/icons/breeze-dark/apps/22/homerun.svg share/icons/breeze-dark/apps/22/kate.svg share/icons/breeze-dark/apps/22/kde.svg @@ -4413,86 +4409,12 @@ share/icons/breeze-dark/apps/22/umbrello share/icons/breeze-dark/apps/22/utilities-terminal.svg share/icons/breeze-dark/apps/22/vlc.svg share/icons/breeze-dark/apps/32/accessories-text-editor.svg -share/icons/breeze-dark/apps/32/amarok_change_language.svg -share/icons/breeze-dark/apps/32/baloo.svg -share/icons/breeze-dark/apps/32/device-notifier.svg -share/icons/breeze-dark/apps/32/drive-removable-media.svg -share/icons/breeze-dark/apps/32/face-smile.svg -share/icons/breeze-dark/apps/32/gtkconfig.svg -share/icons/breeze-dark/apps/32/help-about.svg -share/icons/breeze-dark/apps/32/kaccess.svg share/icons/breeze-dark/apps/32/kate.svg -share/icons/breeze-dark/apps/32/kde-gtk-config.svg -share/icons/breeze-dark/apps/32/kdeconnect.svg -share/icons/breeze-dark/apps/32/kded5.svg -share/icons/breeze-dark/apps/32/krunner.svg -share/icons/breeze-dark/apps/32/ksmserver.svg share/icons/breeze-dark/apps/32/kwrite.svg -share/icons/breeze-dark/apps/32/mediacontrol.svg -share/icons/breeze-dark/apps/32/nepomuk.svg -share/icons/breeze-dark/apps/32/plasma-search.svg -share/icons/breeze-dark/apps/32/plasma.svg -share/icons/breeze-dark/apps/32/plasmashell.svg -share/icons/breeze-dark/apps/32/podcast-amarok.svg -share/icons/breeze-dark/apps/32/preferences-desktop-accessibility.svg -share/icons/breeze-dark/apps/32/preferences-desktop-baloo.svg -share/icons/breeze-dark/apps/32/preferences-desktop-color.svg -share/icons/breeze-dark/apps/32/preferences-desktop-cryptography.svg -share/icons/breeze-dark/apps/32/preferences-desktop-default-applications.svg -share/icons/breeze-dark/apps/32/preferences-desktop-display-color.svg -share/icons/breeze-dark/apps/32/preferences-desktop-display.svg -share/icons/breeze-dark/apps/32/preferences-desktop-emoticons.svg -share/icons/breeze-dark/apps/32/preferences-desktop-filetype-association.svg -share/icons/breeze-dark/apps/32/preferences-desktop-font.svg -share/icons/breeze-dark/apps/32/preferences-desktop-gaming.svg -share/icons/breeze-dark/apps/32/preferences-desktop-icons.svg -share/icons/breeze-dark/apps/32/preferences-desktop-keyboard.svg -share/icons/breeze-dark/apps/32/preferences-desktop-launch-feedback.svg -share/icons/breeze-dark/apps/32/preferences-desktop-locale.svg -share/icons/breeze-dark/apps/32/preferences-desktop-mouse.svg -share/icons/breeze-dark/apps/32/preferences-desktop-multimedia.svg -share/icons/breeze-dark/apps/32/preferences-desktop-notification-bell.svg -share/icons/breeze-dark/apps/32/preferences-desktop-notification.svg -share/icons/breeze-dark/apps/32/preferences-desktop-peripherals.svg -share/icons/breeze-dark/apps/32/preferences-desktop-plasma.svg -share/icons/breeze-dark/apps/32/preferences-desktop-screensaver.svg -share/icons/breeze-dark/apps/32/preferences-desktop-sound.svg -share/icons/breeze-dark/apps/32/preferences-desktop-text-to-speech.svg -share/icons/breeze-dark/apps/32/preferences-desktop-theme.svg -share/icons/breeze-dark/apps/32/preferences-desktop-user-password.svg -share/icons/breeze-dark/apps/32/preferences-desktop-user.svg -share/icons/breeze-dark/apps/32/preferences-desktop-wallpaper.svg -share/icons/breeze-dark/apps/32/preferences-desktop.svg -share/icons/breeze-dark/apps/32/preferences-gtk-config.svg -share/icons/breeze-dark/apps/32/preferences-kde-connect.svg -share/icons/breeze-dark/apps/32/preferences-other.svg -share/icons/breeze-dark/apps/32/preferences-plugin.svg -share/icons/breeze-dark/apps/32/preferences-system-bluetooth.svg -share/icons/breeze-dark/apps/32/preferences-system-login.svg -share/icons/breeze-dark/apps/32/preferences-system-network-sharing.svg -share/icons/breeze-dark/apps/32/preferences-system-network.svg -share/icons/breeze-dark/apps/32/preferences-system-power-management.svg -share/icons/breeze-dark/apps/32/preferences-system-session-services.svg -share/icons/breeze-dark/apps/32/preferences-system-time.svg -share/icons/breeze-dark/apps/32/preferences-system-windows-actions.svg -share/icons/breeze-dark/apps/32/preferences-system-windows-move.svg -share/icons/breeze-dark/apps/32/preferences-system-windows.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-adblock.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-cache.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-cookies.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-identification.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-shortcuts.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-ssl.svg -share/icons/breeze-dark/apps/32/preferences-web-browser-stylesheets.svg share/icons/breeze-dark/apps/32/system-file-manager.svg -share/icons/breeze-dark/apps/32/system-lock-screen.svg -share/icons/breeze-dark/apps/32/system-run.svg -share/icons/breeze-dark/apps/32/system-users.svg share/icons/breeze-dark/apps/32/umbrello.svg share/icons/breeze-dark/apps/32/utilities-terminal.svg -share/icons/breeze-dark/apps/32/view-media-playlist.svg share/icons/breeze-dark/apps/32/vlc.svg -share/icons/breeze-dark/apps/32/window-duplicate.svg share/icons/breeze-dark/apps/48/CMakeSetup.svg share/icons/breeze-dark/apps/48/QOwnNotes.svg share/icons/breeze-dark/apps/48/QtProject-designer.svg @@ -4518,7 +4440,7 @@ share/icons/breeze-dark/apps/48/atom.svg share/icons/breeze-dark/apps/48/audacity.svg share/icons/breeze-dark/apps/48/author.svg share/icons/breeze-dark/apps/48/bitcoin128.svg -share/icons/breeze-dark/apps/48/bittorent-sync.svg +share/icons/breeze-dark/apps/48/bittorrent-sync.svg share/icons/breeze-dark/apps/48/bleachbit.svg share/icons/breeze-dark/apps/48/blender.svg share/icons/breeze-dark/apps/48/blinken.svg @@ -4531,6 +4453,7 @@ share/icons/breeze-dark/apps/48/bovo.svg share/icons/breeze-dark/apps/48/brackets.svg share/icons/breeze-dark/apps/48/braindump.svg share/icons/breeze-dark/apps/48/breeze-settings.svg +share/icons/breeze-dark/apps/48/btsync-gui.svg share/icons/breeze-dark/apps/48/calamares.svg share/icons/breeze-dark/apps/48/calibre-ebook-edit.svg share/icons/breeze-dark/apps/48/calibre-viewer.svg @@ -4568,6 +4491,7 @@ share/icons/breeze-dark/apps/48/freemind share/icons/breeze-dark/apps/48/frostwire.svg share/icons/breeze-dark/apps/48/gimp.svg share/icons/breeze-dark/apps/48/git-cola.svg +share/icons/breeze-dark/apps/48/git-gui.svg share/icons/breeze-dark/apps/48/gparted.svg share/icons/breeze-dark/apps/48/gpick.svg share/icons/breeze-dark/apps/48/granatier.svg @@ -4579,6 +4503,7 @@ share/icons/breeze-dark/apps/48/haguichi share/icons/breeze-dark/apps/48/handbrake.svg share/icons/breeze-dark/apps/48/help-browser.svg share/icons/breeze-dark/apps/48/homebank.svg +share/icons/breeze-dark/apps/48/homerun.svg share/icons/breeze-dark/apps/48/htop.svg share/icons/breeze-dark/apps/48/hwinfo.svg share/icons/breeze-dark/apps/48/im.vector.svg @@ -4611,12 +4536,17 @@ share/icons/breeze-dark/apps/48/kchart.s share/icons/breeze-dark/apps/48/kcolorchooser.svg share/icons/breeze-dark/apps/48/kde-frameworks.svg share/icons/breeze-dark/apps/48/kde-im-log-viewer.svg +share/icons/breeze-dark/apps/48/kde.svg share/icons/breeze-dark/apps/48/kdeapp.svg share/icons/breeze-dark/apps/48/kdenlive.svg share/icons/breeze-dark/apps/48/kdevelop.svg share/icons/breeze-dark/apps/48/kdiamond.svg share/icons/breeze-dark/apps/48/kdiff3.svg share/icons/breeze-dark/apps/48/kdots.svg +share/icons/breeze-dark/apps/48/keepass.svg +share/icons/breeze-dark/apps/48/keepass2.svg +share/icons/breeze-dark/apps/48/keepassx.svg +share/icons/breeze-dark/apps/48/keepassx2.svg share/icons/breeze-dark/apps/48/kexi.svg share/icons/breeze-dark/apps/48/kfind.svg share/icons/breeze-dark/apps/48/kfloppy.svg @@ -4646,6 +4576,7 @@ share/icons/breeze-dark/apps/48/konquero share/icons/breeze-dark/apps/48/kontact.svg share/icons/breeze-dark/apps/48/konversation.svg share/icons/breeze-dark/apps/48/kopete.svg +share/icons/breeze-dark/apps/48/korg-todo.svg share/icons/breeze-dark/apps/48/korgac.svg share/icons/breeze-dark/apps/48/korganizer.svg share/icons/breeze-dark/apps/48/kpat.svg @@ -4753,6 +4684,7 @@ share/icons/breeze-dark/apps/48/smplayer share/icons/breeze-dark/apps/48/smtube.svg share/icons/breeze-dark/apps/48/spectacle.svg share/icons/breeze-dark/apps/48/stage.svg +share/icons/breeze-dark/apps/48/steam.svg share/icons/breeze-dark/apps/48/step.svg share/icons/breeze-dark/apps/48/sublime.svg share/icons/breeze-dark/apps/48/subtitlecomposer.svg @@ -4805,6 +4737,9 @@ share/icons/breeze-dark/apps/64/umbrello share/icons/breeze-dark/apps/64/utilities-terminal.svg share/icons/breeze-dark/breeze-icons-dark.rcc share/icons/breeze-dark/categories/32/applications-development.svg +share/icons/breeze-dark/categories/32/applications-education-language.svg +share/icons/breeze-dark/categories/32/applications-education-mathematics.svg +share/icons/breeze-dark/categories/32/applications-education-science.svg share/icons/breeze-dark/categories/32/applications-education.svg share/icons/breeze-dark/categories/32/applications-engineering.svg share/icons/breeze-dark/categories/32/applications-games.svg @@ -5038,6 +4973,7 @@ share/icons/breeze-dark/mimetypes/16/app share/icons/breeze-dark/mimetypes/16/application-epub+zip.svg share/icons/breeze-dark/mimetypes/16/application-illustrator.svg share/icons/breeze-dark/mimetypes/16/application-javascript.svg +share/icons/breeze-dark/mimetypes/16/application-json.svg share/icons/breeze-dark/mimetypes/16/application-mac-binhex40.svg share/icons/breeze-dark/mimetypes/16/application-msonenote.svg share/icons/breeze-dark/mimetypes/16/application-msoutlook.svg @@ -5482,6 +5418,7 @@ share/icons/breeze-dark/mimetypes/22/app share/icons/breeze-dark/mimetypes/22/application-epub+zip.svg share/icons/breeze-dark/mimetypes/22/application-illustrator.svg share/icons/breeze-dark/mimetypes/22/application-javascript.svg +share/icons/breeze-dark/mimetypes/22/application-json.svg share/icons/breeze-dark/mimetypes/22/application-mac-binhex40.svg share/icons/breeze-dark/mimetypes/22/application-msonenote.svg share/icons/breeze-dark/mimetypes/22/application-msoutlook.svg @@ -5925,6 +5862,7 @@ share/icons/breeze-dark/mimetypes/32/app share/icons/breeze-dark/mimetypes/32/application-epub+zip.svg share/icons/breeze-dark/mimetypes/32/application-illustrator.svg share/icons/breeze-dark/mimetypes/32/application-javascript.svg +share/icons/breeze-dark/mimetypes/32/application-json.svg share/icons/breeze-dark/mimetypes/32/application-mac-binhex40.svg share/icons/breeze-dark/mimetypes/32/application-msonenote.svg share/icons/breeze-dark/mimetypes/32/application-msoutlook.svg @@ -6368,6 +6306,7 @@ share/icons/breeze-dark/mimetypes/64/app share/icons/breeze-dark/mimetypes/64/application-epub+zip.svg share/icons/breeze-dark/mimetypes/64/application-illustrator.svg share/icons/breeze-dark/mimetypes/64/application-javascript.svg +share/icons/breeze-dark/mimetypes/64/application-json.svg share/icons/breeze-dark/mimetypes/64/application-mac-binhex40.svg share/icons/breeze-dark/mimetypes/64/application-msonenote.svg share/icons/breeze-dark/mimetypes/64/application-msoutlook.svg @@ -6856,6 +6795,7 @@ share/icons/breeze-dark/places/16/folder share/icons/breeze-dark/places/16/folder-templates.svg share/icons/breeze-dark/places/16/folder-text.svg share/icons/breeze-dark/places/16/folder-txt.svg +share/icons/breeze-dark/places/16/folder-unlocked.svg share/icons/breeze-dark/places/16/folder-video.svg share/icons/breeze-dark/places/16/folder-videos.svg share/icons/breeze-dark/places/16/folder-violet.svg @@ -6928,6 +6868,7 @@ share/icons/breeze-dark/places/22/folder share/icons/breeze-dark/places/22/folder-templates.svg share/icons/breeze-dark/places/22/folder-text.svg share/icons/breeze-dark/places/22/folder-txt.svg +share/icons/breeze-dark/places/22/folder-unlocked.svg share/icons/breeze-dark/places/22/folder-video.svg share/icons/breeze-dark/places/22/folder-videos.svg share/icons/breeze-dark/places/22/folder-violet.svg @@ -6998,6 +6939,7 @@ share/icons/breeze-dark/places/32/folder share/icons/breeze-dark/places/32/folder-templates.svg share/icons/breeze-dark/places/32/folder-text.svg share/icons/breeze-dark/places/32/folder-txt.svg +share/icons/breeze-dark/places/32/folder-unlocked.svg share/icons/breeze-dark/places/32/folder-video.svg share/icons/breeze-dark/places/32/folder-videos.svg share/icons/breeze-dark/places/32/folder-violet.svg @@ -7023,11 +6965,13 @@ share/icons/breeze-dark/places/64/folder share/icons/breeze-dark/places/64/folder-brown.svg share/icons/breeze-dark/places/64/folder-cloud.svg share/icons/breeze-dark/places/64/folder-cyan.svg +share/icons/breeze-dark/places/64/folder-decrypt.svg share/icons/breeze-dark/places/64/folder-development.svg share/icons/breeze-dark/places/64/folder-documents.svg share/icons/breeze-dark/places/64/folder-download.svg share/icons/breeze-dark/places/64/folder-downloads.svg share/icons/breeze-dark/places/64/folder-dropbox.svg +share/icons/breeze-dark/places/64/folder-encrypt.svg share/icons/breeze-dark/places/64/folder-favorites.svg share/icons/breeze-dark/places/64/folder-gdrive.svg share/icons/breeze-dark/places/64/folder-green.svg @@ -7060,6 +7004,7 @@ share/icons/breeze-dark/places/64/folder share/icons/breeze-dark/places/64/folder-templates.svg share/icons/breeze-dark/places/64/folder-text.svg share/icons/breeze-dark/places/64/folder-txt.svg +share/icons/breeze-dark/places/64/folder-unlocked.svg share/icons/breeze-dark/places/64/folder-video.svg share/icons/breeze-dark/places/64/folder-videos.svg share/icons/breeze-dark/places/64/folder-violet.svg @@ -7092,6 +7037,81 @@ share/icons/breeze-dark/places/symbolic/ share/icons/breeze-dark/places/symbolic/user-desktop-symbolic.svg share/icons/breeze-dark/places/symbolic/user-home-symbolic.svg share/icons/breeze-dark/places/symbolic/user-trash-symbolic.svg +share/icons/breeze-dark/preferences/32/amarok_change_language.svg +share/icons/breeze-dark/preferences/32/applications-internet.svg +share/icons/breeze-dark/preferences/32/baloo.svg +share/icons/breeze-dark/preferences/32/device-notifier.svg +share/icons/breeze-dark/preferences/32/drive-removable-media.svg +share/icons/breeze-dark/preferences/32/face-smile.svg +share/icons/breeze-dark/preferences/32/gtkconfig.svg +share/icons/breeze-dark/preferences/32/help-about.svg +share/icons/breeze-dark/preferences/32/kaccess.svg +share/icons/breeze-dark/preferences/32/kde-gtk-config.svg +share/icons/breeze-dark/preferences/32/kdeconnect.svg +share/icons/breeze-dark/preferences/32/kded5.svg +share/icons/breeze-dark/preferences/32/krunner.svg +share/icons/breeze-dark/preferences/32/ksmserver.svg +share/icons/breeze-dark/preferences/32/mediacontrol.svg +share/icons/breeze-dark/preferences/32/nepomuk.svg +share/icons/breeze-dark/preferences/32/plasma-search.svg +share/icons/breeze-dark/preferences/32/plasma.svg +share/icons/breeze-dark/preferences/32/plasmashell.svg +share/icons/breeze-dark/preferences/32/podcast-amarok.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-accessibility.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-baloo.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-color.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-cryptography.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-default-applications.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-display-color.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-display.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-emoticons.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-filetype-association.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-font.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-gaming.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-icons.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-keyboard.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-launch-feedback.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-locale.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-mouse.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-multimedia.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-notification-bell.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-notification.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-peripherals.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-plasma.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-screensaver.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-sound.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-text-to-speech.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-theme.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-user-password.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-user.svg +share/icons/breeze-dark/preferences/32/preferences-desktop-wallpaper.svg +share/icons/breeze-dark/preferences/32/preferences-desktop.svg +share/icons/breeze-dark/preferences/32/preferences-gtk-config.svg +share/icons/breeze-dark/preferences/32/preferences-kde-connect.svg +share/icons/breeze-dark/preferences/32/preferences-other.svg +share/icons/breeze-dark/preferences/32/preferences-plugin.svg +share/icons/breeze-dark/preferences/32/preferences-system-bluetooth.svg +share/icons/breeze-dark/preferences/32/preferences-system-login.svg +share/icons/breeze-dark/preferences/32/preferences-system-network-sharing.svg +share/icons/breeze-dark/preferences/32/preferences-system-network.svg +share/icons/breeze-dark/preferences/32/preferences-system-power-management.svg +share/icons/breeze-dark/preferences/32/preferences-system-session-services.svg +share/icons/breeze-dark/preferences/32/preferences-system-time.svg +share/icons/breeze-dark/preferences/32/preferences-system-windows-actions.svg +share/icons/breeze-dark/preferences/32/preferences-system-windows-move.svg +share/icons/breeze-dark/preferences/32/preferences-system-windows.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-adblock.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-cache.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-cookies.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-identification.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-shortcuts.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-ssl.svg +share/icons/breeze-dark/preferences/32/preferences-web-browser-stylesheets.svg +share/icons/breeze-dark/preferences/32/system-lock-screen.svg +share/icons/breeze-dark/preferences/32/system-run.svg +share/icons/breeze-dark/preferences/32/system-users.svg +share/icons/breeze-dark/preferences/32/view-media-playlist.svg +share/icons/breeze-dark/preferences/32/window-duplicate.svg share/icons/breeze-dark/status/16/audio-off.svg share/icons/breeze-dark/status/16/audio-on.svg share/icons/breeze-dark/status/16/audio-ready.svg @@ -7161,6 +7181,13 @@ share/icons/breeze-dark/status/22/dropbo share/icons/breeze-dark/status/22/dropboxstatus-idle.svg share/icons/breeze-dark/status/22/dropboxstatus-logo.svg share/icons/breeze-dark/status/22/dropboxstatus-x.svg +share/icons/breeze-dark/status/22/fcitx-googlepinyin.svg +share/icons/breeze-dark/status/22/fcitx-pinyin-libpinyin.svg +share/icons/breeze-dark/status/22/fcitx-pinyin.svg +share/icons/breeze-dark/status/22/fcitx-shuangpin-libpinyin.svg +share/icons/breeze-dark/status/22/fcitx-shuangpin.svg +share/icons/breeze-dark/status/22/fcitx-sunpinyin.svg +share/icons/breeze-dark/status/22/fcitx-wubi.svg share/icons/breeze-dark/status/22/haguichi-connected.svg share/icons/breeze-dark/status/22/haguichi-connecting-1.svg share/icons/breeze-dark/status/22/haguichi-connecting-2.svg @@ -7182,6 +7209,8 @@ share/icons/breeze-dark/status/22/microp share/icons/breeze-dark/status/22/microphone-sensitivity-medium.svg share/icons/breeze-dark/status/22/microphone-sensitivity-muted.svg share/icons/breeze-dark/status/22/process-working.svg +share/icons/breeze-dark/status/22/redshift-status-off.svg +share/icons/breeze-dark/status/22/redshift-status-on.svg share/icons/breeze-dark/status/22/script-error.svg share/icons/breeze-dark/status/22/security-high.svg share/icons/breeze-dark/status/22/security-low.svg @@ -7358,8 +7387,15 @@ share/icons/breeze/actions/16/artifact.s share/icons/breeze/actions/16/artistictext-tool.svg share/icons/breeze/actions/16/association.svg share/icons/breeze/actions/16/atmosphere.svg +share/icons/breeze/actions/16/auto-scale-all.svg +share/icons/breeze/actions/16/auto-scale-x.svg +share/icons/breeze/actions/16/auto-scale-y.svg share/icons/breeze/actions/16/autocorrection.svg share/icons/breeze/actions/16/automated-tasks.svg +share/icons/breeze/actions/16/beamerblock.svg +share/icons/breeze/actions/16/beamerframe.svg +share/icons/breeze/actions/16/bibtex.svg +share/icons/breeze/actions/16/bigskip.svg share/icons/breeze/actions/16/bitmap-trace.svg share/icons/breeze/actions/16/black_sum.svg share/icons/breeze/actions/16/bookmark-add-folder.svg @@ -7434,8 +7470,12 @@ share/icons/breeze/actions/16/compositio share/icons/breeze/actions/16/configure-shortcuts.svg share/icons/breeze/actions/16/configure-toolbars.svg share/icons/breeze/actions/16/configure.svg +share/icons/breeze/actions/16/configure_kile.svg +share/icons/breeze/actions/16/configure_project.svg share/icons/breeze/actions/16/contact-new.svg share/icons/breeze/actions/16/containment.svg +share/icons/breeze/actions/16/contents.svg +share/icons/breeze/actions/16/convert.svg share/icons/breeze/actions/16/createpath.svg share/icons/breeze/actions/16/cross-shape.svg share/icons/breeze/actions/16/crosshairs.svg @@ -7444,6 +7484,7 @@ share/icons/breeze/actions/16/curve-conn share/icons/breeze/actions/16/dashboard-show.svg share/icons/breeze/actions/16/database-index.svg share/icons/breeze/actions/16/datatype.svg +share/icons/breeze/actions/16/dblatex.svg share/icons/breeze/actions/16/debug-execute-from-cursor.svg share/icons/breeze/actions/16/debug-execute-to-cursor.svg share/icons/breeze/actions/16/debug-run-cursor.svg @@ -7456,10 +7497,13 @@ share/icons/breeze/actions/16/debug-step share/icons/breeze/actions/16/deep-history.svg share/icons/breeze/actions/16/delete-comment.svg share/icons/breeze/actions/16/delete-table-row.svg +share/icons/breeze/actions/16/delete.svg share/icons/breeze/actions/16/delete_table.svg share/icons/breeze/actions/16/deletecell.svg share/icons/breeze/actions/16/dependency.svg +share/icons/breeze/actions/16/diag_activity.svg share/icons/breeze/actions/16/diag_class.svg +share/icons/breeze/actions/16/diag_component.svg share/icons/breeze/actions/16/dialog-align-and-distribute.svg share/icons/breeze/actions/16/dialog-cancel.svg share/icons/breeze/actions/16/dialog-close.svg @@ -7480,7 +7524,9 @@ share/icons/breeze/actions/16/dialog-til share/icons/breeze/actions/16/dialog-transform.svg share/icons/breeze/actions/16/dialog-xml-editor.svg share/icons/breeze/actions/16/dirsync.svg +share/icons/breeze/actions/16/displaymathmode.svg share/icons/breeze/actions/16/dissociatecell.svg +share/icons/breeze/actions/16/distortionfx.svg share/icons/breeze/actions/16/distribute-horizontal-baseline.svg share/icons/breeze/actions/16/distribute-horizontal-center.svg share/icons/breeze/actions/16/distribute-horizontal-equal.svg @@ -7583,6 +7629,9 @@ share/icons/breeze/actions/16/draw-trian share/icons/breeze/actions/16/draw-triangle3.svg share/icons/breeze/actions/16/draw-triangle4.svg share/icons/breeze/actions/16/draw-watercolor.svg +share/icons/breeze/actions/16/dvipdf.svg +share/icons/breeze/actions/16/dvipng.svg +share/icons/breeze/actions/16/dvips.svg share/icons/breeze/actions/16/dynamic-amarok.svg share/icons/breeze/actions/16/edit-bomb.svg share/icons/breeze/actions/16/edit-clear-history.svg @@ -7641,6 +7690,7 @@ share/icons/breeze/actions/16/editor.svg share/icons/breeze/actions/16/editpath.svg share/icons/breeze/actions/16/edittext.svg share/icons/breeze/actions/16/ellipse-shape.svg +share/icons/breeze/actions/16/emph.svg share/icons/breeze/actions/16/end_of_life.svg share/icons/breeze/actions/16/end_state.svg share/icons/breeze/actions/16/entity.svg @@ -7648,6 +7698,7 @@ share/icons/breeze/actions/16/entry-clon share/icons/breeze/actions/16/entry-delete.svg share/icons/breeze/actions/16/entry-edit.svg share/icons/breeze/actions/16/enum.svg +share/icons/breeze/actions/16/enumerate.svg share/icons/breeze/actions/16/error.svg share/icons/breeze/actions/16/escape-direction-all.svg share/icons/breeze/actions/16/escape-direction-down.svg @@ -7662,8 +7713,10 @@ share/icons/breeze/actions/16/favorite-g share/icons/breeze/actions/16/feed-subscribe.svg share/icons/breeze/actions/16/file-zoom-in.svg share/icons/breeze/actions/16/file-zoom-out.svg +share/icons/breeze/actions/16/filegrep.svg share/icons/breeze/actions/16/filename-album-amarok.svg share/icons/breeze/actions/16/filename-and-amarok.svg +share/icons/breeze/actions/16/filename-artist-amarok.svg share/icons/breeze/actions/16/filename-bpm-amarok.svg share/icons/breeze/actions/16/filename-comment-amarok.svg share/icons/breeze/actions/16/filename-composer-amarok.svg @@ -7766,6 +7819,7 @@ share/icons/breeze/actions/16/format-tex share/icons/breeze/actions/16/format-text-underline.svg share/icons/breeze/actions/16/format-text-uppercase.svg share/icons/breeze/actions/16/formula.svg +share/icons/breeze/actions/16/freerotation.svg share/icons/breeze/actions/16/games-achievements.svg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Feb 18 20:14:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1992ECE572B; Sat, 18 Feb 2017 20:14:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8FF91B8B; Sat, 18 Feb 2017 20:14:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IKDxuN089366; Sat, 18 Feb 2017 20:13:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IKDxrN089364; Sat, 18 Feb 2017 20:13:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702182013.v1IKDxrN089364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 18 Feb 2017 20:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434382 - head/databases/py-Pyrseas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 20:14:01 -0000 Author: mat Date: Sat Feb 18 20:13:59 2017 New Revision: 434382 URL: https://svnweb.freebsd.org/changeset/ports/434382 Log: Update to 0.7.3. PR: 217194 Submitted by: mat Approved by: maintainer Changes: https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst Sponsored by: Absolight Modified: head/databases/py-Pyrseas/Makefile (contents, props changed) head/databases/py-Pyrseas/distinfo (contents, props changed) Modified: head/databases/py-Pyrseas/Makefile ============================================================================== --- head/databases/py-Pyrseas/Makefile Sat Feb 18 19:56:12 2017 (r434381) +++ head/databases/py-Pyrseas/Makefile Sat Feb 18 20:13:59 2017 (r434382) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Pyrseas -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.3 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Framework and utilities to upgr LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.2:databases/py-psycopg2 \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2 \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USES= python Modified: head/databases/py-Pyrseas/distinfo ============================================================================== --- head/databases/py-Pyrseas/distinfo Sat Feb 18 19:56:12 2017 (r434381) +++ head/databases/py-Pyrseas/distinfo Sat Feb 18 20:13:59 2017 (r434382) @@ -1,2 +1,3 @@ -SHA256 (perseas-Pyrseas-v0.7.1_GH0.tar.gz) = 913c3ab3453d12dafb4f8180166a600489b398dcbfa22f830449a21bf26b3796 -SIZE (perseas-Pyrseas-v0.7.1_GH0.tar.gz) = 164471 +TIMESTAMP = 1487409276 +SHA256 (perseas-Pyrseas-v0.7.3_GH0.tar.gz) = 61a44f590f44dac475c9a83de8a66691508c1576777fee51708a6ad6af15566a +SIZE (perseas-Pyrseas-v0.7.3_GH0.tar.gz) = 168094 From owner-svn-ports-all@freebsd.org Sat Feb 18 21:05:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D2ECCE38B3; Sat, 18 Feb 2017 21:05:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31694165D; Sat, 18 Feb 2017 21:05:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 82AA915F6; Sat, 18 Feb 2017 21:05:41 +0000 (UTC) To: mi@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434379 - head/multimedia/x265 In-Reply-To: <201702181942.v1IJgO11071590@repo.freebsd.org> Message-Id: <20170218210541.82AA915F6@freefall.freebsd.org> Date: Sat, 18 Feb 2017 21:05:41 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 21:05:42 -0000 Mikhail Teterin writes: > Author: mi > Date: Sat Feb 18 19:42:23 2017 > New Revision: 434379 > URL: https://svnweb.freebsd.org/changeset/ports/434379 > > Log: > Upgrade from 2.2 to 2.3. [...] > +++ head/multimedia/x265/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) > @@ -3,5 +3,5 @@ include/x265.h > include/x265_config.h > lib/libx265.a > lib/libx265.so > -lib/libx265.so.102 > +lib/libx265.so.110 Can you bump PORTREVISION in consumers? multimedia/ffmpeg recently enabled X265 by default but tools relying on "pkg version" may not notice the change which would leave users with an error e.g., $ mpv --no-config /path/to/foo.mp4 Shared object "libx265.so.102" not found, required by "libavcodec.so.57" According to https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html#makefile-portrevision Examples of when PORTREVISION must be bumped: Version bump of a port's shared library dependency (in this case, someone trying to install the old package after installing a newer version of the dependency will fail since it will look for the old libfoo.x instead of libfoo.(x+1)). From owner-svn-ports-all@freebsd.org Sat Feb 18 21:30:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A050ACE3E9C; Sat, 18 Feb 2017 21:30:16 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 511637A2; Sat, 18 Feb 2017 21:30:16 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ILUF3K017654; Sat, 18 Feb 2017 21:30:15 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ILUFSZ017651; Sat, 18 Feb 2017 21:30:15 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201702182130.v1ILUFSZ017651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Sat, 18 Feb 2017 21:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434383 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 21:30:16 -0000 Author: jlaffaye Date: Sat Feb 18 21:30:15 2017 New Revision: 434383 URL: https://svnweb.freebsd.org/changeset/ports/434383 Log: - Update to 1.8 - Add option to disable SSE2 [1] - Remove CC when calling make.bash [2] PR: 210612, 209465 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Sat Feb 18 20:13:59 2017 (r434382) +++ head/lang/go/Makefile Sat Feb 18 21:30:15 2017 (r434383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.7.5 +PORTVERSION= 1.8 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ @@ -26,6 +26,9 @@ sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go ONLY_FOR_ARCHS= i386 amd64 armv6 +OPTIONS_DEFINE= GO387 +GO387_DESC= Do not generate code with SSE2 (for old x86 CPU) + .include .if ${ARCH} == "i386" @@ -38,6 +41,11 @@ GOARCH=arm IGNORE= unknown arch ${ARCH} .endif +.if ${PORT_OPTIONS:MGO387} +.error wat +GO386=387 +.endif + PLIST_SUB+= opsys_ARCH=${OPSYS:tl}_${GOARCH} post-patch: @@ -45,11 +53,10 @@ post-patch: do-build: cd ${WRKSRC}/src && \ - CC=${CC} \ GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ - GO386=387 \ + GO386=${GO386} \ ${SH} make.bash do-install: Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Sat Feb 18 20:13:59 2017 (r434382) +++ head/lang/go/distinfo Sat Feb 18 21:30:15 2017 (r434383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485613241 -SHA256 (go1.7.5.src.tar.gz) = 4e834513a2079f8cbbd357502cccaac9507fd00a1efe672375798858ff291815 -SIZE (go1.7.5.src.tar.gz) = 14204325 +TIMESTAMP = 1487448855 +SHA256 (go1.8.src.tar.gz) = 406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596 +SIZE (go1.8.src.tar.gz) = 15320083 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Sat Feb 18 20:13:59 2017 (r434382) +++ head/lang/go/pkg-plist Sat Feb 18 21:30:15 2017 (r434383) @@ -16,6 +16,7 @@ go/api/go1.4.txt go/api/go1.5.txt go/api/go1.6.txt go/api/go1.7.txt +go/api/go1.8.txt go/api/go1.txt go/api/next.txt go/bin/go @@ -79,6 +80,8 @@ go/doc/go1.4.html go/doc/go1.5.html go/doc/go1.6.html go/doc/go1.7.html +go/doc/go1.8.html +go/doc/go1.8.txt go/doc/go1.html go/doc/go1compat.html go/doc/go_faq.html @@ -185,8 +188,10 @@ go/misc/cgo/errors/issue13635.go go/misc/cgo/errors/issue13830.go go/misc/cgo/errors/issue14669.go go/misc/cgo/errors/issue16116.go +go/misc/cgo/errors/issue16591.go go/misc/cgo/errors/issue7757.go go/misc/cgo/errors/issue8442.go +go/misc/cgo/errors/malloc.go go/misc/cgo/errors/ptr.go go/misc/cgo/errors/test.bash go/misc/cgo/fortran/answer.f90 @@ -226,7 +231,10 @@ go/misc/cgo/test/cflags.go go/misc/cgo/test/cgo_linux_test.go go/misc/cgo/test/cgo_stubs_android_test.go go/misc/cgo/test/cgo_test.go +go/misc/cgo/test/cgo_thread_lock.go go/misc/cgo/test/cgo_unix_test.go +go/misc/cgo/test/checkconst.go +go/misc/cgo/test/complex.go go/misc/cgo/test/cthread.go go/misc/cgo/test/cthread_unix.c go/misc/cgo/test/cthread_windows.c @@ -249,6 +257,10 @@ go/misc/cgo/test/issue13930.go go/misc/cgo/test/issue14838.go go/misc/cgo/test/issue1560.go go/misc/cgo/test/issue1635.go +go/misc/cgo/test/issue17065.go +go/misc/cgo/test/issue17537.go +go/misc/cgo/test/issue18126.go +go/misc/cgo/test/issue18146.go go/misc/cgo/test/issue2462.go go/misc/cgo/test/issue3250.go go/misc/cgo/test/issue3250w.go @@ -306,6 +318,8 @@ go/misc/cgo/test/issue8517.go go/misc/cgo/test/issue8517_windows.c go/misc/cgo/test/issue8517_windows.go go/misc/cgo/test/issue8694.go +go/misc/cgo/test/issue8756.go +go/misc/cgo/test/issue8756/issue8756.go go/misc/cgo/test/issue8811.c go/misc/cgo/test/issue8811.go go/misc/cgo/test/issue8828.go @@ -319,6 +333,7 @@ go/misc/cgo/test/issue9400/asm_amd64x.s go/misc/cgo/test/issue9400/asm_arm.s go/misc/cgo/test/issue9400/asm_arm64.s go/misc/cgo/test/issue9400/asm_mips64x.s +go/misc/cgo/test/issue9400/asm_mipsx.s go/misc/cgo/test/issue9400/asm_ppc64x.s go/misc/cgo/test/issue9400/asm_s390x.s go/misc/cgo/test/issue9400/gccgo.go @@ -364,11 +379,30 @@ go/misc/cgo/testgodefs/anonunion.go go/misc/cgo/testgodefs/issue8478.go go/misc/cgo/testgodefs/main.go go/misc/cgo/testgodefs/test.bash +go/misc/cgo/testplugin/altpath/src/common/common.go +go/misc/cgo/testplugin/altpath/src/plugin-mismatch/main.go +go/misc/cgo/testplugin/src/common/common.go +go/misc/cgo/testplugin/src/host/host.go +go/misc/cgo/testplugin/src/iface/main.go +go/misc/cgo/testplugin/src/iface_a/a.go +go/misc/cgo/testplugin/src/iface_b/b.go +go/misc/cgo/testplugin/src/iface_i/i.go +go/misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go +go/misc/cgo/testplugin/src/issue18676/main.go +go/misc/cgo/testplugin/src/issue18676/plugin.go +go/misc/cgo/testplugin/src/plugin1/plugin1.go +go/misc/cgo/testplugin/src/plugin2/plugin2.go +go/misc/cgo/testplugin/src/sub/plugin1/plugin1.go +go/misc/cgo/testplugin/test.bash +go/misc/cgo/testplugin/unnamed1.go +go/misc/cgo/testplugin/unnamed2.go go/misc/cgo/testsanitizers/msan.go go/misc/cgo/testsanitizers/msan2.go go/misc/cgo/testsanitizers/msan3.go go/misc/cgo/testsanitizers/msan4.go +go/misc/cgo/testsanitizers/msan5.go go/misc/cgo/testsanitizers/msan_fail.go +go/misc/cgo/testsanitizers/msan_shared.go go/misc/cgo/testsanitizers/test.bash go/misc/cgo/testsanitizers/tsan.go go/misc/cgo/testsanitizers/tsan2.go @@ -376,6 +410,9 @@ go/misc/cgo/testsanitizers/tsan3.go go/misc/cgo/testsanitizers/tsan4.go go/misc/cgo/testsanitizers/tsan5.go go/misc/cgo/testsanitizers/tsan6.go +go/misc/cgo/testsanitizers/tsan7.go +go/misc/cgo/testsanitizers/tsan8.go +go/misc/cgo/testsanitizers/tsan9.go go/misc/cgo/testshared/shared_test.go go/misc/cgo/testshared/src/dep2/dep2.go go/misc/cgo/testshared/src/dep3/dep3.go @@ -388,6 +425,10 @@ go/misc/cgo/testshared/src/exe2/exe2.go go/misc/cgo/testshared/src/exe3/exe3.go go/misc/cgo/testshared/src/execgo/exe.go go/misc/cgo/testshared/src/explicit/explicit.go +go/misc/cgo/testshared/src/iface/main.go +go/misc/cgo/testshared/src/iface_a/a.go +go/misc/cgo/testshared/src/iface_b/b.go +go/misc/cgo/testshared/src/iface_i/i.go go/misc/cgo/testshared/src/implicit/implicit.go go/misc/cgo/testshared/src/implicitcmd/implicitcmd.go go/misc/cgo/testshared/src/trivial/trivial.go @@ -440,397 +481,6 @@ go/misc/swig/stdio/file.swig go/misc/swig/stdio/file_test.go go/misc/trace/README.md go/misc/trace/trace_viewer_lean.html -go/pkg/bootstrap/bin/asm -go/pkg/bootstrap/bin/compile -go/pkg/bootstrap/bin/link -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/asm/internal/arch.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/asm/internal/asm.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/asm/internal/flags.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/asm/internal/lex.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/amd64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/arm.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/arm64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/big.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/gc.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/mips64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/ppc64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/s390x.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/ssa.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/compile/internal/x86.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/bio.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/gcprog.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/arm.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/arm64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/mips.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/ppc64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/s390x.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/obj/x86.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/internal/sys.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/amd64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/arm.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/arm64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/ld.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/mips64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/ppc64.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/s390x.a -go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/link/internal/x86.a -go/pkg/bootstrap/src/bootstrap/asm/doc.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/amd64.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/mips64.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go -go/pkg/bootstrap/src/bootstrap/asm/internal/arch/s390x.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go -go/pkg/bootstrap/src/bootstrap/asm/internal/asm/pseudo_test.go -go/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go -go/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go -go/pkg/bootstrap/src/bootstrap/asm/main.go -go/pkg/bootstrap/src/bootstrap/compile/doc.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ssa.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm/ssa.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/example_rat_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/floatmarsh.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/floatmarsh_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/intmarsh.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/intmarsh_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/ratmarsh.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/ratmarsh_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go -go/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/alg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/asm_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/bexport.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/bimport.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/constFold_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/fixedbugs_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/float_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/global_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/logic_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/magic.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/main.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/mpfloat.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/mpint.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/parser.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/shift_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/sizeof_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/sparselocatephifunctions.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/ssa.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/ssa_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/type.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/universe.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go -go/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/mips64/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/s390x/reg.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/TODO -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/block.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/check.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/checkbce.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/compile.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/config.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/copyelim.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/copyelim_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/critical.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/cse.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/cse_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/deadcode.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/deadcode_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/deadstore.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/deadstore_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/decompose.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/dom.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/dom_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/export_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/flagalloc.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/func.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/func_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/fuse.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/fuse_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/html.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/id.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/layout.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/likelyadjust.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/location.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/loopbce.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/lower.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/magic.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/nilcheck.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/nilcheck_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/op.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/opGen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/opt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/passbm_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/phielim.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/phiopt.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/print.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/prove.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/redblack32.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/redblack32_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/regalloc.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/regalloc_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewrite.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewriteAMD64.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewriteARM.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewrite_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewritedec.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/rewritegeneric.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/schedule.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/schedule_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/shift_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/shortcircuit.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/shortcircuit_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/sizeof_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/sparsemap.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/sparseset.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/sparsetree.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/sparsetreemap.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/stackalloc.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/tighten.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/trim.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/type.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/type_test.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/value.go -go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/zcse.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go -go/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go -go/pkg/bootstrap/src/bootstrap/compile/main.go -go/pkg/bootstrap/src/bootstrap/internal/bio/buf.go -go/pkg/bootstrap/src/bootstrap/internal/bio/must.go -go/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go -go/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go -go/pkg/bootstrap/src/bootstrap/internal/obj/data.go -go/pkg/bootstrap/src/bootstrap/internal/obj/flag.go -go/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go -go/pkg/bootstrap/src/bootstrap/internal/obj/go.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ld.go -go/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go -go/pkg/bootstrap/src/bootstrap/internal/obj/link.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/anames0.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/asm0.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/list0.go -go/pkg/bootstrap/src/bootstrap/internal/obj/mips/obj0.go -go/pkg/bootstrap/src/bootstrap/internal/obj/obj.go -go/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go -go/pkg/bootstrap/src/bootstrap/internal/obj/pass.go -go/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go -go/pkg/bootstrap/src/bootstrap/internal/obj/plist.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go -go/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/anamesz.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/asmz.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/listz.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/objz.go -go/pkg/bootstrap/src/bootstrap/internal/obj/s390x/vector.go -go/pkg/bootstrap/src/bootstrap/internal/obj/sizeof_test.go -go/pkg/bootstrap/src/bootstrap/internal/obj/stack.go -go/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go -go/pkg/bootstrap/src/bootstrap/internal/obj/sym.go -go/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go -go/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go -go/pkg/bootstrap/src/bootstrap/internal/obj/util.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go -go/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go -go/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go -go/pkg/bootstrap/src/bootstrap/internal/sys/arch.go -go/pkg/bootstrap/src/bootstrap/link/doc.go -go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/amd64/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/amd64/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/deadcode.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go -go/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go -go/pkg/bootstrap/src/bootstrap/link/internal/mips64/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/mips64/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/mips64/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/s390x/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/s390x/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/s390x/obj.go -go/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go -go/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go -go/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go -go/pkg/bootstrap/src/bootstrap/link/link_test.go -go/pkg/bootstrap/src/bootstrap/link/main.go go/pkg/%%opsys_ARCH%%/archive/tar.a go/pkg/%%opsys_ARCH%%/archive/zip.a go/pkg/%%opsys_ARCH%%/bufio.a @@ -842,15 +492,18 @@ go/pkg/%%opsys_ARCH%%/cmd/asm/internal/l go/pkg/%%opsys_ARCH%%/cmd/compile/internal/amd64.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/arm.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/arm64.a -go/pkg/%%opsys_ARCH%%/cmd/compile/internal/big.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/gc.a +go/pkg/%%opsys_ARCH%%/cmd/compile/internal/mips.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/mips64.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/ppc64.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/s390x.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/ssa.a +go/pkg/%%opsys_ARCH%%/cmd/compile/internal/syntax.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/test.a go/pkg/%%opsys_ARCH%%/cmd/compile/internal/x86.a go/pkg/%%opsys_ARCH%%/cmd/internal/bio.a +go/pkg/%%opsys_ARCH%%/cmd/internal/browser.a +go/pkg/%%opsys_ARCH%%/cmd/internal/dwarf.a go/pkg/%%opsys_ARCH%%/cmd/internal/gcprog.a go/pkg/%%opsys_ARCH%%/cmd/internal/goobj.a go/pkg/%%opsys_ARCH%%/cmd/internal/obj.a @@ -861,26 +514,27 @@ go/pkg/%%opsys_ARCH%%/cmd/internal/obj/p go/pkg/%%opsys_ARCH%%/cmd/internal/obj/s390x.a go/pkg/%%opsys_ARCH%%/cmd/internal/obj/x86.a go/pkg/%%opsys_ARCH%%/cmd/internal/objfile.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/commands.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/driver.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/fetch.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/plugin.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/profile.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/report.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/svg.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/symbolizer.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/symbolz.a -go/pkg/%%opsys_ARCH%%/cmd/internal/pprof/tempfile.a go/pkg/%%opsys_ARCH%%/cmd/internal/sys.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/amd64.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/arm.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/arm64.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/ld.a +go/pkg/%%opsys_ARCH%%/cmd/link/internal/mips.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/mips64.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/ppc64.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/s390x.a go/pkg/%%opsys_ARCH%%/cmd/link/internal/x86.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/commands.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/driver.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/fetch.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/plugin.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/report.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/svg.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/symbolizer.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/symbolz.a +go/pkg/%%opsys_ARCH%%/cmd/pprof/internal/tempfile.a go/pkg/%%opsys_ARCH%%/cmd/vendor/golang.org/x/arch/arm/armasm.a +go/pkg/%%opsys_ARCH%%/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm.a go/pkg/%%opsys_ARCH%%/cmd/vendor/golang.org/x/arch/x86/x86asm.a go/pkg/%%opsys_ARCH%%/cmd/vet/internal/cfg.a go/pkg/%%opsys_ARCH%%/cmd/vet/internal/whitelist.a @@ -901,6 +555,7 @@ go/pkg/%%opsys_ARCH%%/crypto/dsa.a go/pkg/%%opsys_ARCH%%/crypto/ecdsa.a go/pkg/%%opsys_ARCH%%/crypto/elliptic.a go/pkg/%%opsys_ARCH%%/crypto/hmac.a +go/pkg/%%opsys_ARCH%%/crypto/internal/cipherhw.a go/pkg/%%opsys_ARCH%%/crypto/md5.a go/pkg/%%opsys_ARCH%%/crypto/rand.a go/pkg/%%opsys_ARCH%%/crypto/rc4.a @@ -966,8 +621,11 @@ go/pkg/%%opsys_ARCH%%/image/jpeg.a go/pkg/%%opsys_ARCH%%/image/png.a go/pkg/%%opsys_ARCH%%/index/suffixarray.a go/pkg/%%opsys_ARCH%%/internal/nettrace.a +go/pkg/%%opsys_ARCH%%/internal/pprof/profile.a go/pkg/%%opsys_ARCH%%/internal/race.a go/pkg/%%opsys_ARCH%%/internal/singleflight.a +go/pkg/%%opsys_ARCH%%/internal/syscall/windows.a +go/pkg/%%opsys_ARCH%%/internal/syscall/windows/registry.a go/pkg/%%opsys_ARCH%%/internal/syscall/windows/sysdll.a go/pkg/%%opsys_ARCH%%/internal/testenv.a go/pkg/%%opsys_ARCH%%/internal/trace.a @@ -1005,6 +663,7 @@ go/pkg/%%opsys_ARCH%%/os/signal.a go/pkg/%%opsys_ARCH%%/os/user.a go/pkg/%%opsys_ARCH%%/path.a go/pkg/%%opsys_ARCH%%/path/filepath.a +go/pkg/%%opsys_ARCH%%/plugin.a go/pkg/%%opsys_ARCH%%/reflect.a go/pkg/%%opsys_ARCH%%/regexp.a go/pkg/%%opsys_ARCH%%/regexp/syntax.a @@ -1014,6 +673,7 @@ go/pkg/%%opsys_ARCH%%/runtime/debug.a go/pkg/%%opsys_ARCH%%/runtime/internal/atomic.a go/pkg/%%opsys_ARCH%%/runtime/internal/sys.a go/pkg/%%opsys_ARCH%%/runtime/pprof.a +go/pkg/%%opsys_ARCH%%/runtime/pprof/internal/protopprof.a go/pkg/%%opsys_ARCH%%/runtime/race.a go/pkg/%%opsys_ARCH%%/runtime/trace.a go/pkg/%%opsys_ARCH%%/sort.a @@ -1023,6 +683,7 @@ go/pkg/%%opsys_ARCH%%/sync.a go/pkg/%%opsys_ARCH%%/sync/atomic.a go/pkg/%%opsys_ARCH%%/syscall.a go/pkg/%%opsys_ARCH%%/testing.a +go/pkg/%%opsys_ARCH%%/testing/internal/testdeps.a go/pkg/%%opsys_ARCH%%/testing/iotest.a go/pkg/%%opsys_ARCH%%/testing/quick.a go/pkg/%%opsys_ARCH%%/text/scanner.a @@ -1033,9 +694,451 @@ go/pkg/%%opsys_ARCH%%/time.a go/pkg/%%opsys_ARCH%%/unicode.a go/pkg/%%opsys_ARCH%%/unicode/utf16.a go/pkg/%%opsys_ARCH%%/unicode/utf8.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/crypto/chacha20poly1305.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/crypto/curve25519.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/crypto/poly1305.a go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/net/http2/hpack.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/net/idna.a go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/net/lex/httplex.a go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/net/route.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/text/transform.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/text/unicode/norm.a +go/pkg/%%opsys_ARCH%%/vendor/golang_org/x/text/width.a +go/pkg/bootstrap/bin/asm +go/pkg/bootstrap/bin/compile +go/pkg/bootstrap/bin/link +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/asm/internal/arch.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/asm/internal/asm.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/asm/internal/flags.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/asm/internal/lex.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/amd64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/arm.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/arm64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/gc.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/mips.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/mips64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/ppc64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/s390x.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/ssa.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/syntax.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/compile/internal/x86.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/bio.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/dwarf.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/gcprog.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/arm.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/arm64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/mips.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/ppc64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/s390x.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/obj/x86.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/internal/sys.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/amd64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/arm.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/arm64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/ld.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/mips.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/mips64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/ppc64.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/s390x.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/cmd/link/internal/x86.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/debug/pe.a +go/pkg/bootstrap/pkg/%%opsys_ARCH%%/bootstrap/math/big.a +go/pkg/bootstrap/src/bootstrap/cmd/asm/doc.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/amd64.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/arch.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/arm.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/arm64.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/mips.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/ppc64.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/arch/s390x.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/asm.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/endtoend_test.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/expr_test.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/operand_test.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/parse.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/asm/pseudo_test.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/flags/flags.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/input.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/lex.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/lex_test.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/slice.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/stack.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/internal/lex/tokenizer.go +go/pkg/bootstrap/src/bootstrap/cmd/asm/main.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/doc.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/fmt_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/amd64/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/amd64/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/amd64/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/amd64/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm64/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm64/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm64/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/arm64/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/alg.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/align.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/asm_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/bexport.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/bimport.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/builtin.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/builtin_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/bv.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/closure.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/const.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/constFold_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/dcl.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/esc.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/export.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/fixedbugs_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/float_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/fmt.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/gen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/global_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/go.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/gsubr.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/iface_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/init.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/inl.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/lex.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/lex_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/logic_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/magic.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/main.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/mkbuiltin.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/mpfloat.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/mpint.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/noder.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/obj.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/opnames.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/order.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/pgen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/pgen_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/phi.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/plive.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/racewalk.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/range.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/reflect.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/reflect_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/select.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/shift_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/sinit.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/sizeof_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/ssa_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/subr.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/swt.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/swt_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/syntax.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/timings.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/trace.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/type.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/typecheck.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/universe.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/unsafe.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/util.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/gc/walk.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips64/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips64/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips64/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/mips64/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ppc64/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ppc64/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ppc64/opt.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ppc64/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ppc64/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/s390x/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/s390x/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/s390x/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/s390x/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/TODO +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/block.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/check.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/checkbce.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/compile.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/config.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/copyelim.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/copyelim_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/critical.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/cse.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/cse_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/deadcode.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/deadcode_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/deadstore.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/deadstore_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/decompose.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/dom.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/dom_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/export_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/flagalloc.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/func.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/func_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/fuse.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/fuse_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/html.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/id.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/layout.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/lca.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/lca_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/likelyadjust.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/location.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/loopbce.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/loopreschedchecks.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/lower.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/magic.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/nilcheck.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/nilcheck_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/op.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/opGen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/opt.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/passbm_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/phielim.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/phiopt.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/print.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/prove.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/redblack32.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/redblack32_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/regalloc.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/regalloc_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewrite.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewrite386.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteAMD64.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteARM.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteARM64.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteMIPS.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteMIPS64.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewritePPC64.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewriteS390X.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewrite_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewritedec.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewritedec64.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/rewritegeneric.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/schedule.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/schedule_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/shift_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/shortcircuit.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/shortcircuit_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/sizeof_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/sparsemap.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/sparseset.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/sparsetree.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/sparsetreemap.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/stackalloc.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/stackframe.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/tighten.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/trim.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/type.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/type_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/value.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/writebarrier.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/writebarrier_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/zcse.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/dumper.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/dumper_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/nodes.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/parser.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/parser_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/printer.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/printer_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/scanner.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/scanner_test.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/source.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/syntax.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/syntax/tokens.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/x86/387.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/x86/galign.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/x86/ggen.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/x86/prog.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/x86/ssa.go +go/pkg/bootstrap/src/bootstrap/cmd/compile/main.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/bio/buf.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/bio/must.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/dwarf/dwarf.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/dwarf/dwarf_defs.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/gcprog/gcprog.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/addrtype_string.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/a.out.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/anames.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/anames5.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/asm5.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/list5.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm/obj5.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/a.out.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/anames.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/anames7.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/asm7.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/asm_test.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/list7.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/arm64/obj7.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/data.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/flag.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/funcdata.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/go.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ld.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/line.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/line_test.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/link.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/a.out.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/anames.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/anames0.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/asm0.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/list0.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/mips/obj0.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/objfile.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/pass.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/pcln.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/plist.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/a.out.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/anames.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/anames9.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/asm9.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/list9.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/ppc64/obj9.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/reloctype_string.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/a.out.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/anames.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/anamesz.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/asmz.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/listz.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/objz.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/s390x/vector.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/sizeof_test.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/stack.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/obj/stringer.go *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Feb 18 21:35:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5627CE41A1; Sat, 18 Feb 2017 21:35:21 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2597C54; Sat, 18 Feb 2017 21:35:21 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1ILZKku021443; Sat, 18 Feb 2017 21:35:20 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ILZK8l021442; Sat, 18 Feb 2017 21:35:20 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201702182135.v1ILZK8l021442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sat, 18 Feb 2017 21:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434384 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 21:35:21 -0000 Author: mi Date: Sat Feb 18 21:35:20 2017 New Revision: 434384 URL: https://svnweb.freebsd.org/changeset/ports/434384 Log: Upgrade PORTREVISION because, ah, x265 was upgraded and now installs a shared-library with a newer major-number. Requested by: jbeich Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat Feb 18 21:30:15 2017 (r434383) +++ head/multimedia/ffmpeg/Makefile Sat Feb 18 21:35:20 2017 (r434384) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ From owner-svn-ports-all@freebsd.org Sat Feb 18 21:56:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E75C3CE4A36 for ; Sat, 18 Feb 2017 21:56:55 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3B5F188E for ; Sat, 18 Feb 2017 21:56:55 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=C6ir8kH+ c=1 sm=1 tr=0 a=lGUdY1O6J9NpztYPi32J9g==:117 a=lGUdY1O6J9NpztYPi32J9g==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=CQPQxerWaudb6mZHNGYA:9 a=pILNOxqGKmIA:10 a=6I5d2MoRAAAA:8 a=5DjKkigddAFwX6gm7kQA:9 a=AGeIGf_YCz8xMtNf:21 a=_W_S_7VecoQA:10 a=IjZwj45LgO3ly-622nXo:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YW5hdEByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 108.53.87.28 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [108.53.87.28] ([108.53.87.28:50667] helo=aldan.narawntapu) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.23.54417 r(Core:3.6.23.0)) with ESMTPSA (cipher=DHE-RSA-AES128-SHA) id DA/C4-25503-023C8A85; Sat, 18 Feb 2017 16:56:48 -0500 Subject: Misuse of PORTREVISION (Re: svn commit: r434379 - head/multimedia/x265) To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <20170218210541.82AA915F6@freefall.freebsd.org> From: "Mikhail T." Message-ID: Date: Sat, 18 Feb 2017 16:56:46 -0500 MIME-Version: 1.0 In-Reply-To: <20170218210541.82AA915F6@freefall.freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 21:56:56 -0000 On 18.02.2017 16:05, Jan Beich wrote: > Can you bump PORTREVISION in consumers? Just did. But I believe, our usage of PORTREVISION is wrong-headed. > multimedia/ffmpeg recently enabled X265 by default but tools relying on "pkg version" may not > notice the change which would leave users with an error e.g., Such tools are broken -- and our practice of relying on PORTREVISION for such things is wrong. Changes to the value should mean: "this port was modified in some way, even though the upstream's version remained the same". Unfortunately, in addition to the above, changes to the PORTREVISION can also indicate: "something this port depends on has changed". This additional meaning should not be there: * If it can be deduced, it should not need to be explicitly said. * It is misleading -- we aren't /always/ bumping the value, when things change. And changes in dependencies aren't limited to shared library version bumps. For example, nobody sought to bump PORTREVISION of mail/p5-FuzzyOcr-devel when gifinter-executable was removed from graphics/giflib. The OCR plugin for SpamAssassin now complains upon encountering interlaced GIF-attachments in spam... * It is not always warranted -- x265 may be a default, but folks who explicitly disabled its use by the tool do not need to rebuild their ffmpeg now. And yet, they will have such a rebuild, because I just bumped the PORTREVISION. * It makes changes too broad -- x265 is used by few, but jpeg, for example, touches almost everything under graphics/ and multimedia/ * It breaks compartmentalization -- a committer upgrading one port, can bump PORTREVISION for depending ports /in the tree/ -- but not for any privately-maintained ports. Tools need to keep track of this. The new pkg-utility seems to keep track of shared libraries both provided and required by each port. Any tool not taking advantage of this needs fixing -- and we ought to stop attaching this second meaning to the setting. Yours, -mi From owner-svn-ports-all@freebsd.org Sat Feb 18 21:57:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E231CE4A92; Sat, 18 Feb 2017 21:57:42 +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 2AE6D197D; Sat, 18 Feb 2017 21:57:42 +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 v1ILvfDU029913; Sat, 18 Feb 2017 21:57:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1ILvfao029911; Sat, 18 Feb 2017 21:57:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182157.v1ILvfao029911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 21:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434385 - head/security/rubygem-origami X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 21:57:42 -0000 Author: antoine Date: Sat Feb 18 21:57:40 2017 New Revision: 434385 URL: https://svnweb.freebsd.org/changeset/ports/434385 Log: Update to 2.0.1 Modified: head/security/rubygem-origami/Makefile head/security/rubygem-origami/distinfo Modified: head/security/rubygem-origami/Makefile ============================================================================== --- head/security/rubygem-origami/Makefile Sat Feb 18 21:35:20 2017 (r434384) +++ head/security/rubygem-origami/Makefile Sat Feb 18 21:57:40 2017 (r434385) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= origami -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-origami/distinfo ============================================================================== --- head/security/rubygem-origami/distinfo Sat Feb 18 21:35:20 2017 (r434384) +++ head/security/rubygem-origami/distinfo Sat Feb 18 21:57:40 2017 (r434385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472466617 -SHA256 (rubygem/origami-2.0.0.gem) = 7ef8523a5f7e73a189365a30db4b007e12c65d10e9b682ce52f8657fc39169af -SIZE (rubygem/origami-2.0.0.gem) = 256512 +TIMESTAMP = 1487444243 +SHA256 (rubygem/origami-2.0.1.gem) = d0ed2540207d091e39cf82fabf1ea0995e3d734a657bed26bc58d3463dc07ee8 +SIZE (rubygem/origami-2.0.1.gem) = 252928 From owner-svn-ports-all@freebsd.org Sat Feb 18 22:02:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E77ACE4E83; Sat, 18 Feb 2017 22:02:26 +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 D72502B; Sat, 18 Feb 2017 22:02:25 +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 v1IM2OUt033825; Sat, 18 Feb 2017 22:02:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IM2OkG033822; Sat, 18 Feb 2017 22:02:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182202.v1IM2OkG033822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 22:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434386 - head/net/rubygem-packetfu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:02:26 -0000 Author: antoine Date: Sat Feb 18 22:02:24 2017 New Revision: 434386 URL: https://svnweb.freebsd.org/changeset/ports/434386 Log: Update to 1.1.13.pre Modified: head/net/rubygem-packetfu/Makefile head/net/rubygem-packetfu/distinfo head/net/rubygem-packetfu/pkg-descr Modified: head/net/rubygem-packetfu/Makefile ============================================================================== --- head/net/rubygem-packetfu/Makefile Sat Feb 18 21:57:40 2017 (r434385) +++ head/net/rubygem-packetfu/Makefile Sat Feb 18 22:02:24 2017 (r434386) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packetfu -PORTVERSION= 1.1.11 +DISTVERSION= 1.1.13.pre CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,13 +11,11 @@ COMMENT= Mid-level packet manipulation l LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-network_interface>=0:net/rubygem-network_interface \ - rubygem-pcaprub>=0.12:net/rubygem-pcaprub +RUN_DEPENDS= rubygem-pcaprub>=0:net/rubygem-pcaprub NO_ARCH= yes USE_RUBY= yes -USES= gem shebangfix -SHEBANG_FILES= test/func_lldp.rb +USES= gem .include Modified: head/net/rubygem-packetfu/distinfo ============================================================================== --- head/net/rubygem-packetfu/distinfo Sat Feb 18 21:57:40 2017 (r434385) +++ head/net/rubygem-packetfu/distinfo Sat Feb 18 22:02:24 2017 (r434386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463296427 -SHA256 (rubygem/packetfu-1.1.11.gem) = 6ae9398fa707446e856c37f1160f3323695cd8b245732b78f281d9db8d2e2816 -SIZE (rubygem/packetfu-1.1.11.gem) = 751104 +TIMESTAMP = 1487442828 +SHA256 (rubygem/packetfu-1.1.13.pre.gem) = b080ccf65b14e7e36249238529006d7f9acfdbc6c023194017a4f33849768e0f +SIZE (rubygem/packetfu-1.1.13.pre.gem) = 773120 Modified: head/net/rubygem-packetfu/pkg-descr ============================================================================== --- head/net/rubygem-packetfu/pkg-descr Sat Feb 18 21:57:40 2017 (r434385) +++ head/net/rubygem-packetfu/pkg-descr Sat Feb 18 22:02:24 2017 (r434386) @@ -2,4 +2,4 @@ PacketFu is a mid-level packet manipulat can read, parse, and write network packets with the level of ease and fun they expect from Ruby. -WWW: https://github.com/todb/packetfu +WWW: https://github.com/packetfu/packetfu From owner-svn-ports-all@freebsd.org Sat Feb 18 22:04:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2776CE4EBE; Sat, 18 Feb 2017 22:04:24 +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 9F5862C7; Sat, 18 Feb 2017 22:04:24 +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 v1IM4NOT033998; Sat, 18 Feb 2017 22:04:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IM4NQi033996; Sat, 18 Feb 2017 22:04:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182204.v1IM4NQi033996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 22:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434387 - head/security/rubygem-rex-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:04:24 -0000 Author: antoine Date: Sat Feb 18 22:04:23 2017 New Revision: 434387 URL: https://svnweb.freebsd.org/changeset/ports/434387 Log: Update to 0.1.7 Modified: head/security/rubygem-rex-core/Makefile head/security/rubygem-rex-core/distinfo Modified: head/security/rubygem-rex-core/Makefile ============================================================================== --- head/security/rubygem-rex-core/Makefile Sat Feb 18 22:02:24 2017 (r434386) +++ head/security/rubygem-rex-core/Makefile Sat Feb 18 22:04:23 2017 (r434387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-core -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-core/distinfo ============================================================================== --- head/security/rubygem-rex-core/distinfo Sat Feb 18 22:02:24 2017 (r434386) +++ head/security/rubygem-rex-core/distinfo Sat Feb 18 22:04:23 2017 (r434387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485076761 -SHA256 (rubygem/rex-core-0.1.6.gem) = 1e0d18e614b293dd313a2b153376de88c9a4f04c81631d9110e4c4b6486b428c -SIZE (rubygem/rex-core-0.1.6.gem) = 29696 +TIMESTAMP = 1487442678 +SHA256 (rubygem/rex-core-0.1.7.gem) = 5f77cc0fa982f70d8f7ee515367560fd5bf5f194aaa07fbd989de74c779e4598 +SIZE (rubygem/rex-core-0.1.7.gem) = 29696 From owner-svn-ports-all@freebsd.org Sat Feb 18 22:05:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47802CE4F12; Sat, 18 Feb 2017 22:05:44 +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 16A213D2; Sat, 18 Feb 2017 22:05:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IM5hIv034158; Sat, 18 Feb 2017 22:05:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IM5hQR034157; Sat, 18 Feb 2017 22:05:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182205.v1IM5hQR034157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 22:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434388 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:05:44 -0000 Author: antoine Date: Sat Feb 18 22:05:42 2017 New Revision: 434388 URL: https://svnweb.freebsd.org/changeset/ports/434388 Log: Update to 1.2.14 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 Sat Feb 18 22:04:23 2017 (r434387) +++ head/security/rubygem-metasploit-payloads/Makefile Sat Feb 18 22:05:42 2017 (r434388) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.14 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sat Feb 18 22:04:23 2017 (r434387) +++ head/security/rubygem-metasploit-payloads/distinfo Sat Feb 18 22:05:42 2017 (r434388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485686140 -SHA256 (rubygem/metasploit-payloads-1.2.11.gem) = 1f9d769957909651b3c894d07aa86b1c50f194f3ef7deba0fd0780ec490a7020 -SIZE (rubygem/metasploit-payloads-1.2.11.gem) = 12990976 +TIMESTAMP = 1487442612 +SHA256 (rubygem/metasploit-payloads-1.2.14.gem) = cf16b1af9400922ff58be70368782dcc9167839fa7b59738e6445f22c38f48ef +SIZE (rubygem/metasploit-payloads-1.2.14.gem) = 12990976 From owner-svn-ports-all@freebsd.org Sat Feb 18 22:06:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A143CE4F8C; Sat, 18 Feb 2017 22:06:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 215A97DA; Sat, 18 Feb 2017 22:06:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IM6Flm034336; Sat, 18 Feb 2017 22:06:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IM6F53034334; Sat, 18 Feb 2017 22:06:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182206.v1IM6F53034334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 22:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434389 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:06:16 -0000 Author: antoine Date: Sat Feb 18 22:06:14 2017 New Revision: 434389 URL: https://svnweb.freebsd.org/changeset/ports/434389 Log: Update to 4.13.24 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Feb 18 22:05:42 2017 (r434388) +++ head/security/metasploit/Makefile Sat Feb 18 22:06:14 2017 (r434389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.13.19 +PORTVERSION= 4.13.24 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -24,13 +24,13 @@ 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.2.11:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=1.2.14:security/rubygem-metasploit-payloads \ rubygem-metasploit_payloads-mettle>=0.1.7:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-network_interface>=0:net/rubygem-network_interface \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ - rubygem-packetfu>=0:net/rubygem-packetfu \ + rubygem-packetfu>=1.1.13.p:net/rubygem-packetfu \ rubygem-pcaprub>=0:net/rubygem-pcaprub \ rubygem-pg>=0:databases/rubygem-pg \ rubygem-railties4>=4.2.6:www/rubygem-railties4 \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Feb 18 22:05:42 2017 (r434388) +++ head/security/metasploit/distinfo Sat Feb 18 22:06:14 2017 (r434389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486316033 -SHA256 (rapid7-metasploit-framework-4.13.19_GH0.tar.gz) = 95a0faa44cabff6dea380667f090969988e7dbe0a6a147ecca4be95e42152f9b -SIZE (rapid7-metasploit-framework-4.13.19_GH0.tar.gz) = 23498502 +TIMESTAMP = 1487442503 +SHA256 (rapid7-metasploit-framework-4.13.24_GH0.tar.gz) = eb87dbc9b63a7d053ac9f7ea68fede6fc9c624a5c4cdc5865ab61c02f374274f +SIZE (rapid7-metasploit-framework-4.13.24_GH0.tar.gz) = 23535605 From owner-svn-ports-all@freebsd.org Sat Feb 18 22:07:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B54CE5025; Sat, 18 Feb 2017 22:07:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D18979; Sat, 18 Feb 2017 22:07:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IM7cet034522; Sat, 18 Feb 2017 22:07:38 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IM7bIm034518; Sat, 18 Feb 2017 22:07:37 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702182207.v1IM7bIm034518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 18 Feb 2017 22:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434390 - in head: . devel devel/m6811-binutils www www/rt40 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:07:39 -0000 Author: rene Date: Sat Feb 18 22:07:37 2017 New Revision: 434390 URL: https://svnweb.freebsd.org/changeset/ports/434390 Log: Remove expired ports: 2017-02-15 www/rt40: Upstream support EoL, please migrate to rt44 2017-02-17 devel/m6811-binutils: multiple vulnerabilities, version is years behind upstream Deleted: head/devel/m6811-binutils/ head/www/rt40/ Modified: head/MOVED head/devel/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Feb 18 22:06:14 2017 (r434389) +++ head/MOVED Sat Feb 18 22:07:37 2017 (r434390) @@ -9080,3 +9080,5 @@ devel/qmake5|devel/qt5-qmake|2017-02-18| textproc/clucene-qt4|textproc/qt4-clucene|2017-02-18|Renamed to match other Qt ports www/webkit-qt4|www/qt4-webkit|2017-02-18|Renamed to match other Qt ports www/webkit-qt5|www/qt5-webkit|2017-02-18|Renamed to match other Qt ports +www/rt40|www/rt44|2017-02-18|Has expired: Upstream support EoL, please migrate to rt44 +devel/m6811-binutils||2017-02-18|Has expired: multiple vulnerabilities, version is years behind upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 18 22:06:14 2017 (r434389) +++ head/devel/Makefile Sat Feb 18 22:07:37 2017 (r434390) @@ -1577,7 +1577,6 @@ SUBDIR += m17n-docs SUBDIR += m17n-lib SUBDIR += m4 - SUBDIR += m6811-binutils SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 18 22:06:14 2017 (r434389) +++ head/www/Makefile Sat Feb 18 22:07:37 2017 (r434390) @@ -1910,7 +1910,6 @@ SUBDIR += rssroll SUBDIR += rsstail SUBDIR += rsstool - SUBDIR += rt40 SUBDIR += rt42 SUBDIR += rt44 SUBDIR += rtv From owner-svn-ports-all@freebsd.org Sat Feb 18 22:28:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 303B0CE5371; Sat, 18 Feb 2017 22:28: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 CAF881143; Sat, 18 Feb 2017 22:28: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 v1IMSng6042753; Sat, 18 Feb 2017 22:28:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IMSnmp042749; Sat, 18 Feb 2017 22:28:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702182228.v1IMSnmp042749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Feb 2017 22:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434391 - in head: net-im/prosody textproc textproc/luaexpat textproc/luaexpat-51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2017 22:28:51 -0000 Author: antoine Date: Sat Feb 18 22:28:49 2017 New Revision: 434391 URL: https://svnweb.freebsd.org/changeset/ports/434391 Log: - Switch textproc/luaexpat to default version of lua - Introduce textproc/luaexpat-51 that uses lua 5.1 - Use textproc/luaexpat-51 in net-im/prosody This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped, including gnome3) With hat: portmgr Added: head/textproc/luaexpat-51/ head/textproc/luaexpat-51/Makefile (contents, props changed) Modified: head/net-im/prosody/Makefile head/textproc/Makefile head/textproc/luaexpat/Makefile Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Sat Feb 18 22:07:37 2017 (r434390) +++ head/net-im/prosody/Makefile Sat Feb 18 22:28:49 2017 (r434391) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ - ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \ + ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51 LIB_DEPENDS= libidn.so:dns/libidn Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Feb 18 22:07:37 2017 (r434390) +++ head/textproc/Makefile Sat Feb 18 22:28:49 2017 (r434391) @@ -459,6 +459,7 @@ SUBDIR += lttoolbox SUBDIR += ltxml SUBDIR += luaexpat + SUBDIR += luaexpat-51 SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lucene5 Added: head/textproc/luaexpat-51/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/luaexpat-51/Makefile Sat Feb 18 22:28:49 2017 (r434391) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../luaexpat +USES= lua:51 + +.include "${MASTERDIR}/Makefile" Modified: head/textproc/luaexpat/Makefile ============================================================================== --- head/textproc/luaexpat/Makefile Sat Feb 18 22:07:37 2017 (r434390) +++ head/textproc/luaexpat/Makefile Sat Feb 18 22:28:49 2017 (r434391) @@ -3,7 +3,7 @@ PORTNAME= luaexpat PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \ http://redundancy.redundancy.org/mirror/ @@ -14,7 +14,8 @@ COMMENT= LuaExpat is a SAX XML parser ba LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake lua:51 +USES?= lua +USES+= gmake ALL_TARGET= lib CFLAGS+= -DLUA_INT_LONG