From owner-svn-ports-all@freebsd.org Sun Nov 6 01:06:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E720CC1DE6A; Sun, 6 Nov 2016 01:06:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC9F1B8; Sun, 6 Nov 2016 01:06:48 +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 uA616lix079228; Sun, 6 Nov 2016 01:06:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA616lZe079225; Sun, 6 Nov 2016 01:06:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611060106.uA616lZe079225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 01:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425458 - in head/graphics/libetonyek01: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 01:06:49 -0000 Author: bapt Date: Sun Nov 6 01:06:47 2016 New Revision: 425458 URL: https://svnweb.freebsd.org/changeset/ports/425458 Log: Add missing LIB_DEPENDS Regen patches using make makepatch Pointyhat to: bapt Submitted by: jrm Differential Revision: https://reviews.freebsd.org/D8452 Added: head/graphics/libetonyek01/files/patch-configure.ac (contents, props changed) Deleted: head/graphics/libetonyek01/files/patch-mdds1.2 Modified: head/graphics/libetonyek01/Makefile Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Sat Nov 5 23:36:21 2016 (r425457) +++ head/graphics/libetonyek01/Makefile Sun Nov 6 01:06:47 2016 (r425458) @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ + liblangtag.so:devel/liblangtag \ libxml2.so:textproc/libxml2 OPTIONS_DEFINE= TEST Added: head/graphics/libetonyek01/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek01/files/patch-configure.ac Sun Nov 6 01:06:47 2016 (r425458) @@ -0,0 +1,33 @@ +--- configure.ac.orig 2016-01-12 18:21:19 UTC ++++ configure.ac +@@ -24,8 +24,8 @@ AC_LANG([C++]) + # Configure options + # ================= + AC_ARG_WITH([mdds], +- AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of mdds to use (1.0 is the default)]), +- [], [with_mdds="1.0"]) ++ AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of mdds to use (1.2 is the default)]), ++ [], [with_mdds="1.2"]) + + # =========================== + # Find required base packages +@@ -47,7 +47,7 @@ AC_PROG_SED + + AM_MISSING_PROG([GPERF], [gperf]) + +-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])]) ++AS_IF([test "$with_mdds" = "1.2"], [AX_CXX_COMPILE_STDCXX_11([noext])]) + + # =============== + # Find librevenge +@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS]) + # ========= + # Find mdds + # ========= +-AS_IF([test "$with_mdds" = "1.0"], [ +- PKG_CHECK_MODULES([MDDS], [mdds-1.0]) ++AS_IF([test "$with_mdds" = "1.2"], [ ++ PKG_CHECK_MODULES([MDDS], [mdds-1.2]) + ], [ + PKG_CHECK_MODULES([MDDS], [mdds]) + AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) From owner-svn-ports-all@freebsd.org Sun Nov 6 01:21:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F45BC308E6; Sun, 6 Nov 2016 01:21:04 +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 55F75C48; Sun, 6 Nov 2016 01:21:04 +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 uA61L3Sk083227; Sun, 6 Nov 2016 01:21:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA61L3gV083223; Sun, 6 Nov 2016 01:21:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060121.uA61L3gV083223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 01:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425459 - in head: editors/scite x11-toolkits/scintilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 01:21:04 -0000 Author: jbeich Date: Sun Nov 6 01:21:02 2016 New Revision: 425459 URL: https://svnweb.freebsd.org/changeset/ports/425459 Log: x11-toolkits/scintilla, editors/scite: update to 3.7.0 Changes: http://www.scintilla.org/ScintillaHistory.html PR: 213556 Submitted by: Naram Qashat (maintainer) Modified: head/editors/scite/Makefile (contents, props changed) head/editors/scite/distinfo (contents, props changed) head/x11-toolkits/scintilla/Makefile (contents, props changed) head/x11-toolkits/scintilla/distinfo (contents, props changed) Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Sun Nov 6 01:06:47 2016 (r425458) +++ head/editors/scite/Makefile Sun Nov 6 01:21:02 2016 (r425459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.6.7 +PORTVERSION= 3.7.0 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Sun Nov 6 01:06:47 2016 (r425458) +++ head/editors/scite/distinfo Sun Nov 6 01:21:02 2016 (r425459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472947347 -SHA256 (scite367.tgz) = 851a681d2fefe02770d318c4c25401f423b6ea686f6cae3eed5257e27c86c49f -SIZE (scite367.tgz) = 2331985 +TIMESTAMP = 1476648202 +SHA256 (scite370.tgz) = 034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b +SIZE (scite370.tgz) = 2352677 Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sun Nov 6 01:06:47 2016 (r425458) +++ head/x11-toolkits/scintilla/Makefile Sun Nov 6 01:21:02 2016 (r425459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.6.7 +PORTVERSION= 3.7.0 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sun Nov 6 01:06:47 2016 (r425458) +++ head/x11-toolkits/scintilla/distinfo Sun Nov 6 01:21:02 2016 (r425459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472947347 -SHA256 (scite367.tgz) = 851a681d2fefe02770d318c4c25401f423b6ea686f6cae3eed5257e27c86c49f -SIZE (scite367.tgz) = 2331985 +TIMESTAMP = 1476648092 +SHA256 (scite370.tgz) = 034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b +SIZE (scite370.tgz) = 2352677 From owner-svn-ports-all@freebsd.org Sun Nov 6 03:51:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 923ACC30ECF; Sun, 6 Nov 2016 03:51:25 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 625A7C39; Sun, 6 Nov 2016 03:51:25 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA63pOP0043442; Sun, 6 Nov 2016 03:51:24 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA63pOfV043441; Sun, 6 Nov 2016 03:51:24 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611060351.uA63pOfV043441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 03:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425460 - head/japanese/kterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 03:51:25 -0000 Author: hrs Date: Sun Nov 6 03:51:24 2016 New Revision: 425460 URL: https://svnweb.freebsd.org/changeset/ports/425460 Log: Fix build. Modified: head/japanese/kterm/Makefile Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Sun Nov 6 01:21:02 2016 (r425459) +++ head/japanese/kterm/Makefile Sun Nov 6 03:51:24 2016 (r425460) @@ -88,7 +88,7 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} \ ${WRKSRC}/README.kt \ - ${DISTDIR}/${DIST_SUBDIR}/README.wallpaper.ja \ + ${WRKSRC}/README.wallpaper.ja \ ${FILESDIR}/dot.termcap \ ${STAGEDIR}${DOCSDIR} post-install-VGAFONT-on: From owner-svn-ports-all@freebsd.org Sun Nov 6 03:58:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A578C1D29B; Sun, 6 Nov 2016 03:58: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 AE653F7C; Sun, 6 Nov 2016 03:58: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 uA63wbV9044610; Sun, 6 Nov 2016 03:58:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA63wbGc044607; Sun, 6 Nov 2016 03:58:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060358.uA63wbGc044607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 03:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425461 - in head/devel/openmp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 03:58:39 -0000 Author: jbeich Date: Sun Nov 6 03:58:37 2016 New Revision: 425461 URL: https://svnweb.freebsd.org/changeset/ports/425461 Log: devel/openmp: minor cleanup - Unbreak on 9.x: needs lang/gcc for - Define LICENSE_FILE - Simplify SOVERSION fix - Move ONLY_FOR_ARCHS to be more visible - Sort USES Approved by: portmgr blanket Added: head/devel/openmp/files/ head/devel/openmp/files/patch-runtime_src_CMakeLists.txt (contents, props changed) Modified: head/devel/openmp/Makefile (contents, props changed) Modified: head/devel/openmp/Makefile ============================================================================== --- head/devel/openmp/Makefile Sun Nov 6 03:51:24 2016 (r425460) +++ head/devel/openmp/Makefile Sun Nov 6 03:58:37 2016 (r425461) @@ -10,22 +10,17 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Support for the OpenMP language LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_FreeBSD_9= does not build +ONLY_FOR_ARCHS= amd64 # i386 -USES= tar:xz cmake perl5 compiler:c11 +USES= cmake compiler:c++11-lib perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes -CMAKE_ARGS= -DLIBOMP_LIBFLAGS:STRING="-Wl,-soname,libomp.so.0" -ONLY_FOR_ARCHS= amd64 # i386 PLIST_FILES= include/omp.h \ lib/libgomp.so \ lib/libiomp5.so \ lib/libomp.so.0 \ lib/libomp.so -post-install: - ${MV} ${STAGEDIR}${PREFIX}/lib/libomp.so ${STAGEDIR}${PREFIX}/lib/libomp.so.0 - ${LN} -sf libomp.so.0 ${STAGEDIR}${PREFIX}/lib/libomp.so - .include Added: head/devel/openmp/files/patch-runtime_src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/openmp/files/patch-runtime_src_CMakeLists.txt Sun Nov 6 03:58:37 2016 (r425461) @@ -0,0 +1,11 @@ +--- runtime/src/CMakeLists.txt.orig 2016-06-28 19:25:13 UTC ++++ runtime/src/CMakeLists.txt +@@ -235,6 +235,8 @@ if(WIN32) + -o ${LIBOMP_LIB_NAME}.def ${CMAKE_CURRENT_SOURCE_DIR}/dllexports + DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dllexports ${LIBOMP_TOOLS_DIR}/generate-def.pl + ) ++else() ++ set_target_properties(omp PROPERTIES SOVERSION 0) + endif() + + # Building the Fortran module files From owner-svn-ports-all@freebsd.org Sun Nov 6 04:32:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2F15C32A8D; Sun, 6 Nov 2016 04:32:56 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A21C128D; Sun, 6 Nov 2016 04:32:56 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA64Wt1E059719; Sun, 6 Nov 2016 04:32:55 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA64WtdU059716; Sun, 6 Nov 2016 04:32:55 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201611060432.uA64WtdU059716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Sun, 6 Nov 2016 04:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425462 - head/textproc/translate-toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 04:32:56 -0000 Author: jpaetzel Date: Sun Nov 6 04:32:55 2016 New Revision: 425462 URL: https://svnweb.freebsd.org/changeset/ports/425462 Log: Update to 2.0.0b7 Modified: head/textproc/translate-toolkit/Makefile head/textproc/translate-toolkit/distinfo Modified: head/textproc/translate-toolkit/Makefile ============================================================================== --- head/textproc/translate-toolkit/Makefile Sun Nov 6 03:58:37 2016 (r425461) +++ head/textproc/translate-toolkit/Makefile Sun Nov 6 04:32:55 2016 (r425462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= translate-toolkit -PORTVERSION= 2.0.0b6 +PORTVERSION= 2.0.0b7 CATEGORIES= textproc MASTER_SITES= CHEESESHOP Modified: head/textproc/translate-toolkit/distinfo ============================================================================== --- head/textproc/translate-toolkit/distinfo Sun Nov 6 03:58:37 2016 (r425461) +++ head/textproc/translate-toolkit/distinfo Sun Nov 6 04:32:55 2016 (r425462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475517396 -SHA256 (translate-toolkit-2.0.0b6.tar.bz2) = b9915466b97c51864acd3a95c2b94ade8606f1b2f0beacb7e92089fcc9da90dd -SIZE (translate-toolkit-2.0.0b6.tar.bz2) = 4777676 +TIMESTAMP = 1478405870 +SHA256 (translate-toolkit-2.0.0b7.tar.bz2) = 0bc4fc211a8c7809e4e575cf6369c9fa90a39f5620a5182d210731942f45383e +SIZE (translate-toolkit-2.0.0b7.tar.bz2) = 4794559 From owner-svn-ports-all@freebsd.org Sun Nov 6 05:19:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA0DBC30540; Sun, 6 Nov 2016 05:19:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96426B05; Sun, 6 Nov 2016 05:19:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA65JhI2075367; Sun, 6 Nov 2016 05:19:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA65JhvF075366; Sun, 6 Nov 2016 05:19:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060519.uA65JhvF075366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 05:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425463 - in branches/2016Q4/devel/openmp: . 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: Sun, 06 Nov 2016 05:19:44 -0000 Author: jbeich Date: Sun Nov 6 05:19:43 2016 New Revision: 425463 URL: https://svnweb.freebsd.org/changeset/ports/425463 Log: MFH: r424391 r425461 devel/openmp: minor cleanup - Unbreak on 9.x: needs lang/gcc for - Define LICENSE_FILE - Simplify SOVERSION fix - Move ONLY_FOR_ARCHS to be more visible - Sort USES Approved by: portmgr blanket Approved by: ports-secteam blanket Added: branches/2016Q4/devel/openmp/files/ - copied from r425461, head/devel/openmp/files/ Modified: branches/2016Q4/devel/openmp/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/openmp/Makefile ============================================================================== --- branches/2016Q4/devel/openmp/Makefile Sun Nov 6 04:32:55 2016 (r425462) +++ branches/2016Q4/devel/openmp/Makefile Sun Nov 6 05:19:43 2016 (r425463) @@ -10,20 +10,17 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Support for the OpenMP language LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= tar:xz cmake perl5 compiler:c11 +ONLY_FOR_ARCHS= amd64 # i386 + +USES= cmake compiler:c++11-lib perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes -CMAKE_ARGS= -DLIBOMP_LIBFLAGS:STRING="-Wl,-soname,libomp.so.0" -ONLY_FOR_ARCHS= amd64 # i386 PLIST_FILES= include/omp.h \ lib/libgomp.so \ lib/libiomp5.so \ lib/libomp.so.0 \ lib/libomp.so -post-install: - ${MV} ${STAGEDIR}${PREFIX}/lib/libomp.so ${STAGEDIR}${PREFIX}/lib/libomp.so.0 - ${LN} -sf libomp.so.0 ${STAGEDIR}${PREFIX}/lib/libomp.so - .include From owner-svn-ports-all@freebsd.org Sun Nov 6 05:42:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ECF2C32CFA; Sun, 6 Nov 2016 05:42:33 +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 5F1EEF58; Sun, 6 Nov 2016 05:42:33 +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 uA65gWEj086286; Sun, 6 Nov 2016 05:42:32 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA65gW0D086284; Sun, 6 Nov 2016 05:42:32 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611060542.uA65gW0D086284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 6 Nov 2016 05:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425464 - 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, 06 Nov 2016 05:42:33 -0000 Author: jrm Date: Sun Nov 6 05:42:32 2016 New Revision: 425464 URL: https://svnweb.freebsd.org/changeset/ports/425464 Log: biology/diamond: Update to version 0.8.26 Release notes: https://github.com/bbuchfink/diamond/releases/tag/v0.8.26 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8447 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sun Nov 6 05:19:43 2016 (r425463) +++ head/biology/diamond/Makefile Sun Nov 6 05:42:32 2016 (r425464) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.24 +PORTVERSION= 0.8.26 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Sun Nov 6 05:19:43 2016 (r425463) +++ head/biology/diamond/distinfo Sun Nov 6 05:42:32 2016 (r425464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476712843 -SHA256 (bbuchfink-diamond-v0.8.24_GH0.tar.gz) = 7d8047dca0cc62f5d429b09bfb65e742deca9d5fed3be93b17146b15e4c771e0 -SIZE (bbuchfink-diamond-v0.8.24_GH0.tar.gz) = 686158 +TIMESTAMP = 1478356493 +SHA256 (bbuchfink-diamond-v0.8.26_GH0.tar.gz) = 00d2be32dad76511a767ab8e917962c0ecc572bc808080be60dec028df45439f +SIZE (bbuchfink-diamond-v0.8.26_GH0.tar.gz) = 684848 From owner-svn-ports-all@freebsd.org Sun Nov 6 07:54:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C19C33EE6; Sun, 6 Nov 2016 07:54:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 763402DB; Sun, 6 Nov 2016 07:54:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA67stuT035398; Sun, 6 Nov 2016 07:54:55 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA67stS6035396; Sun, 6 Nov 2016 07:54:55 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611060754.uA67stS6035396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Nov 2016 07:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425465 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 07:54:56 -0000 Author: novel Date: Sun Nov 6 07:54:55 2016 New Revision: 425465 URL: https://svnweb.freebsd.org/changeset/ports/425465 Log: devel/libvirt: update to 2.4.0 - update to 2.4.0 - add an explicit dependency on readline via READLINE option, enabled by default - explicitly disable dbus as it's used for firewalld and polkit, that are not supported by the port Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Nov 6 05:42:32 2016 (r425464) +++ head/devel/libvirt/Makefile Sun Nov 6 07:54:55 2016 (r425465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -21,8 +21,8 @@ BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ RUN_DEPENDS= dnsmasq:dns/dnsmasq \ dmidecode:sysutils/dmidecode -OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU SASL -OPTIONS_DEFAULT= GNUTLS +OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL +OPTIONS_DEFAULT= GNUTLS READLINE OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE @@ -57,6 +57,9 @@ NLS_CONFIGURE_ON= --with-libintl-prefix= NSS_CONFIGURE_WITH= nss-plugin +READLINE_CONFIGURE_WITH= readline +READLINE_USES= readline + SASL_CONFIGURE_WITH= sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 @@ -70,6 +73,7 @@ USE_RC_SUBR= libvirtd virtlogd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-avahi \ + --without-dbus \ --without-polkit \ --without-hal \ --without-udev \ Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun Nov 6 05:42:32 2016 (r425464) +++ head/devel/libvirt/distinfo Sun Nov 6 07:54:55 2016 (r425465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475687370 -SHA256 (libvirt-2.3.0.tar.xz) = e430e69b27d3f6c97255e638617b59b179618d531d81ac7dfe0783a1c1eeafd1 -SIZE (libvirt-2.3.0.tar.xz) = 13224384 +TIMESTAMP = 1478323826 +SHA256 (libvirt-2.4.0.tar.xz) = b727c5f43ed3d7337ec2c2f2031ebd4207507978f68d00ad13d4f0f84aad6224 +SIZE (libvirt-2.4.0.tar.xz) = 13237652 From owner-svn-ports-all@freebsd.org Sun Nov 6 07:55:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F50C33F61; Sun, 6 Nov 2016 07:55:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7230673; Sun, 6 Nov 2016 07:55:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA67tIuW035551; Sun, 6 Nov 2016 07:55:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA67tIPE035549; Sun, 6 Nov 2016 07:55:18 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611060755.uA67tIPE035549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Nov 2016 07:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425466 - head/devel/py-libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 07:55:20 -0000 Author: novel Date: Sun Nov 6 07:55:18 2016 New Revision: 425466 URL: https://svnweb.freebsd.org/changeset/ports/425466 Log: devel/py-libvirt: update to 2.4.0 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Sun Nov 6 07:54:55 2016 (r425465) +++ head/devel/py-libvirt/Makefile Sun Nov 6 07:55:18 2016 (r425466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Sun Nov 6 07:54:55 2016 (r425465) +++ head/devel/py-libvirt/distinfo Sun Nov 6 07:55:18 2016 (r425466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475688704 -SHA256 (libvirt-python-2.3.0.tar.gz) = ad25a98c2508a6c81d65cc8bc5f3e0b4c506247cf544a7d54c41526a99caef48 -SIZE (libvirt-python-2.3.0.tar.gz) = 171858 +TIMESTAMP = 1478325315 +SHA256 (libvirt-python-2.4.0.tar.gz) = aa087cca41f50296306baa13366948339b875fd722fc4b92a484484cd881120c +SIZE (libvirt-python-2.4.0.tar.gz) = 171816 From owner-svn-ports-all@freebsd.org Sun Nov 6 07:56:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 236C2C320A3; Sun, 6 Nov 2016 07:56:43 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D948A80C; Sun, 6 Nov 2016 07:56:42 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA67ug2d035720; Sun, 6 Nov 2016 07:56:42 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA67ufOx035717; Sun, 6 Nov 2016 07:56:41 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611060756.uA67ufOx035717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Nov 2016 07:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425467 - head/devel/libvirt-glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 07:56:43 -0000 Author: novel Date: Sun Nov 6 07:56:41 2016 New Revision: 425467 URL: https://svnweb.freebsd.org/changeset/ports/425467 Log: devel/libvirt-glib: update to 1.0.0 - update to 1.0.0 - add an option for vala bindings: VALA, disabled by default - add an explicit libxml2 dependency Modified: head/devel/libvirt-glib/Makefile head/devel/libvirt-glib/distinfo head/devel/libvirt-glib/pkg-plist Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Sun Nov 6 07:55:18 2016 (r425466) +++ head/devel/libvirt-glib/Makefile Sun Nov 6 07:56:41 2016 (r425467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt-glib -PORTVERSION= 0.2.3 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ @@ -13,17 +13,24 @@ LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:devel/libvirt +OPTIONS_DEFINE= VALA +OPTIONS_SUB= yes +VALA_DESC= Vala binding +VALA_CONFIGURE_ENABLE= vala +VALA_BUILD_DEPENDS= valac:lang/vala + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection USES= gettext gmake libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes -USE_GNOME= intlhack introspection +USE_GNOME= intlhack introspection libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -fstack-protector LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +SHLIB_VER= ${PORTVERSION:C/(^[0-9])\./0.\100/} PLIST_SUB= VERSION=1.0 \ - SHLIB_VER=${PORTVERSION} + SHLIB_VER=${SHLIB_VER} .include Modified: head/devel/libvirt-glib/distinfo ============================================================================== --- head/devel/libvirt-glib/distinfo Sun Nov 6 07:55:18 2016 (r425466) +++ head/devel/libvirt-glib/distinfo Sun Nov 6 07:56:41 2016 (r425467) @@ -1,2 +1,3 @@ -SHA256 (libvirt-glib-0.2.3.tar.gz) = c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd -SIZE (libvirt-glib-0.2.3.tar.gz) = 876258 +TIMESTAMP = 1478327193 +SHA256 (libvirt-glib-1.0.0.tar.gz) = ca9158d01cc4d9e0218f94f8c9ee04ae367d8c3b4396daaebca2c4b89a2e8a47 +SIZE (libvirt-glib-1.0.0.tar.gz) = 860450 Modified: head/devel/libvirt-glib/pkg-plist ============================================================================== --- head/devel/libvirt-glib/pkg-plist Sun Nov 6 07:55:18 2016 (r425466) +++ head/devel/libvirt-glib/pkg-plist Sun Nov 6 07:56:41 2016 (r425467) @@ -36,6 +36,8 @@ include/libvirt-gconfig-%%VERSION%%/libv include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-spice.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-vnc.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics.h +include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-hostdev-pci.h +include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-hostdev.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-input.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-bridge.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-filterref-parameter.h @@ -115,8 +117,6 @@ lib/libvirt-glib-%%VERSION%%.so.%%SHLIB_ lib/libvirt-gobject-%%VERSION%%.so lib/libvirt-gobject-%%VERSION%%.so.0 lib/libvirt-gobject-%%VERSION%%.so.%%SHLIB_VER%% -%%PYTHON_SITELIBDIR%%/libvirtglib.py -%%PYTHON_SITELIBDIR%%/libvirtglibmod.so libdata/pkgconfig/libvirt-gconfig-%%VERSION%%.pc libdata/pkgconfig/libvirt-glib-%%VERSION%%.pc libdata/pkgconfig/libvirt-gobject-%%VERSION%%.pc @@ -140,7 +140,6 @@ share/gtk-doc/html/Libvirt-gconfig/api-i share/gtk-doc/html/Libvirt-gconfig/ch01.html share/gtk-doc/html/Libvirt-gconfig/home.png share/gtk-doc/html/Libvirt-gconfig/index.html -share/gtk-doc/html/Libvirt-gconfig/index.sgml share/gtk-doc/html/Libvirt-gconfig/left-insensitive.png share/gtk-doc/html/Libvirt-gconfig/left.png share/gtk-doc/html/Libvirt-gconfig/object-tree.html @@ -158,7 +157,6 @@ share/gtk-doc/html/Libvirt-glib/api-inde share/gtk-doc/html/Libvirt-glib/ch01.html share/gtk-doc/html/Libvirt-glib/home.png share/gtk-doc/html/Libvirt-glib/index.html -share/gtk-doc/html/Libvirt-glib/index.sgml share/gtk-doc/html/Libvirt-glib/left-insensitive.png share/gtk-doc/html/Libvirt-glib/left.png share/gtk-doc/html/Libvirt-glib/object-tree.html @@ -185,7 +183,6 @@ share/gtk-doc/html/Libvirt-gobject/api-i share/gtk-doc/html/Libvirt-gobject/ch01.html share/gtk-doc/html/Libvirt-gobject/home.png share/gtk-doc/html/Libvirt-gobject/index.html -share/gtk-doc/html/Libvirt-gobject/index.sgml share/gtk-doc/html/Libvirt-gobject/left-insensitive.png share/gtk-doc/html/Libvirt-gobject/left.png share/gtk-doc/html/Libvirt-gobject/object-tree.html @@ -289,3 +286,7 @@ share/locale/zh_CN/LC_MESSAGES/libvirt-g share/locale/zh_HK/LC_MESSAGES/libvirt-glib.mo share/locale/zh_TW/LC_MESSAGES/libvirt-glib.mo share/locale/zu/LC_MESSAGES/libvirt-glib.mo +%%VALA%%share/vala/vapi/libvirt-gconfig-%%VERSION%%.vapi +%%VALA%%share/vala/vapi/libvirt-glib-%%VERSION%%.vapi +%%VALA%%share/vala/vapi/libvirt-gobject-%%VERSION%%.deps +%%VALA%%share/vala/vapi/libvirt-gobject-%%VERSION%%.vapi From owner-svn-ports-all@freebsd.org Sun Nov 6 08:02:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA2FAC3265B; Sun, 6 Nov 2016 08:02:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C074C3E; Sun, 6 Nov 2016 08:02:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA682a9p039706; Sun, 6 Nov 2016 08:02:36 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA682at1039704; Sun, 6 Nov 2016 08:02:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201611060802.uA682at1039704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 6 Nov 2016 08:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425468 - head/games/gnuchess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 08:02:37 -0000 Author: johans Date: Sun Nov 6 08:02:36 2016 New Revision: 425468 URL: https://svnweb.freebsd.org/changeset/ports/425468 Log: Update to gnuchess 6.2.4 (bugfix release) Modified: head/games/gnuchess/Makefile head/games/gnuchess/distinfo Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Sun Nov 6 07:56:41 2016 (r425467) +++ head/games/gnuchess/Makefile Sun Nov 6 08:02:36 2016 (r425468) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuchess -PORTVERSION= 6.2.3 +PORTVERSION= 6.2.4 CATEGORIES= games MASTER_SITES= GNU/chess # The DISTFILES here is explicitly needed because it can be extended later. Modified: head/games/gnuchess/distinfo ============================================================================== --- head/games/gnuchess/distinfo Sun Nov 6 07:56:41 2016 (r425467) +++ head/games/gnuchess/distinfo Sun Nov 6 08:02:36 2016 (r425468) @@ -1,5 +1,5 @@ -TIMESTAMP = 1476625342 -SHA256 (gnuchess-6.2.3.tar.gz) = 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 -SIZE (gnuchess-6.2.3.tar.gz) = 757846 +TIMESTAMP = 1478382958 +SHA256 (gnuchess-6.2.4.tar.gz) = 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef +SIZE (gnuchess-6.2.4.tar.gz) = 757985 SHA256 (book_1.02.pgn.gz) = deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44 SIZE (book_1.02.pgn.gz) = 26265281 From owner-svn-ports-all@freebsd.org Sun Nov 6 08:13:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC79C32AA7; Sun, 6 Nov 2016 08:13:32 +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 CE6AABC; Sun, 6 Nov 2016 08:13: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 uA68DVEw043749; Sun, 6 Nov 2016 08:13:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA68DU6V043746; Sun, 6 Nov 2016 08:13:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060813.uA68DU6V043746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 08:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425469 - 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: Sun, 06 Nov 2016 08:13:32 -0000 Author: jbeich Date: Sun Nov 6 08:13:30 2016 New Revision: 425469 URL: https://svnweb.freebsd.org/changeset/ports/425469 Log: print/harfbuzz: update to 1.3.3 Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.3 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2016Q4 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 Sun Nov 6 08:02:36 2016 (r425468) +++ head/print/harfbuzz/Makefile Sun Nov 6 08:13:30 2016 (r425469) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 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.10302.0 +PLIST_SUB+= LIBVER=0.10303.0 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 Sun Nov 6 08:02:36 2016 (r425468) +++ head/print/harfbuzz/distinfo Sun Nov 6 08:13:30 2016 (r425469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473409330 -SHA256 (harfbuzz-1.3.2.tar.bz2) = 8543a6372f08c5987c632dfaa86210c7edb3f43fbacd96095c609bc3539ce027 -SIZE (harfbuzz-1.3.2.tar.bz2) = 1357986 +TIMESTAMP = 1478356493 +SHA256 (harfbuzz-1.3.3.tar.bz2) = 2620987115a4122b47321610dccbcc18f7f121115fd7b88dc8a695c8b66cb3c9 +SIZE (harfbuzz-1.3.3.tar.bz2) = 1402836 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Sun Nov 6 08:02:36 2016 (r425468) +++ head/print/harfbuzz/pkg-plist Sun Nov 6 08:13:30 2016 (r425469) @@ -16,6 +16,7 @@ include/harfbuzz/hb-graphite2.h include/harfbuzz/hb-icu.h include/harfbuzz/hb-ot-font.h 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.h @@ -40,6 +41,7 @@ libdata/pkgconfig/harfbuzz-icu.pc libdata/pkgconfig/harfbuzz.pc share/gir-1.0/HarfBuzz-0.0.gir share/gtk-doc/html/harfbuzz/HarfBuzz.png +share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html share/gtk-doc/html/harfbuzz/annotation-glossary.html share/gtk-doc/html/harfbuzz/api-index-0-9-10.html @@ -60,10 +62,13 @@ share/gtk-doc/html/harfbuzz/api-index-0- share/gtk-doc/html/harfbuzz/api-index-1-0-5.html 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-full.html share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html share/gtk-doc/html/harfbuzz/building.html -share/gtk-doc/html/harfbuzz/ch07.html +share/gtk-doc/html/harfbuzz/ch08.html +share/gtk-doc/html/harfbuzz/clusters.html share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html share/gtk-doc/html/harfbuzz/fonts-and-faces.html @@ -82,6 +87,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb- share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html @@ -98,15 +104,18 @@ share/gtk-doc/html/harfbuzz/index.html share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png +share/gtk-doc/html/harfbuzz/level-2.html share/gtk-doc/html/harfbuzz/object-tree.html share/gtk-doc/html/harfbuzz/plans-and-caching.html share/gtk-doc/html/harfbuzz/pt01.html share/gtk-doc/html/harfbuzz/pt02.html +share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html share/gtk-doc/html/harfbuzz/right-insensitive.png share/gtk-doc/html/harfbuzz/right.png share/gtk-doc/html/harfbuzz/setting-buffer-properties.html share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html share/gtk-doc/html/harfbuzz/style.css +share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html share/gtk-doc/html/harfbuzz/up-insensitive.png share/gtk-doc/html/harfbuzz/up.png share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html From owner-svn-ports-all@freebsd.org Sun Nov 6 08:13:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 930ACC32B39; Sun, 6 Nov 2016 08:13:48 +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 4B0821B7; Sun, 6 Nov 2016 08:13:48 +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 uA68DlkP043908; Sun, 6 Nov 2016 08:13:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA68Dl5S043905; Sun, 6 Nov 2016 08:13:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060813.uA68Dl5S043905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 08:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425470 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 08:13:48 -0000 Author: jbeich Date: Sun Nov 6 08:13:47 2016 New Revision: 425470 URL: https://svnweb.freebsd.org/changeset/ports/425470 Log: www/firefox: update to 50.0 (rc2) Changes: https://www.mozilla.org/firefox/50.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2016-11-01&enddate=2016-11-06 Security: d1853110-07f4-4645-895b-6fd462ad0589 MFH: 2016Q4 (piling up) Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Sun Nov 6 08:13:30 2016 (r425469) +++ head/www/firefox-i18n/Makefile Sun Nov 6 08:13:47 2016 (r425470) @@ -5,7 +5,7 @@ PORTNAME= firefox-i18n PORTVERSION= 50.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Nov 6 08:13:30 2016 (r425469) +++ head/www/firefox/Makefile Sun Nov 6 08:13:47 2016 (r425470) @@ -4,10 +4,11 @@ PORTNAME= firefox DISTVERSION= 50.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sun Nov 6 08:13:30 2016 (r425469) +++ head/www/firefox/distinfo Sun Nov 6 08:13:47 2016 (r425470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477916479 -SHA256 (firefox-50.0.source.tar.xz) = b322309e1021254eb1bb69ed5938d0cebc5e8201d155afe595f3db41e03b6357 -SIZE (firefox-50.0.source.tar.xz) = 196035352 +TIMESTAMP = 1478356493 +SHA256 (firefox-50.0.source.tar.xz) = 5da027350aee148dc62cc1ca897db30510be87ca8eab5e67a7adc7a2479b8616 +SIZE (firefox-50.0.source.tar.xz) = 195792488 From owner-svn-ports-all@freebsd.org Sun Nov 6 08:14:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D14C32B7B; Sun, 6 Nov 2016 08:14: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 0D10F2D2; Sun, 6 Nov 2016 08:14:04 +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 uA68E401044063; Sun, 6 Nov 2016 08:14:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA68E4Cl044060; Sun, 6 Nov 2016 08:14:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611060814.uA68E4Cl044060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Nov 2016 08:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425471 - in head/multimedia/py-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, 06 Nov 2016 08:14:05 -0000 Author: jbeich Date: Sun Nov 6 08:14:03 2016 New Revision: 425471 URL: https://svnweb.freebsd.org/changeset/ports/425471 Log: multimedia/py-ffmpeg: unbreak build with ffmpeg 3.x ffmpeg/_ffmpeg.c:8559:23: error: no member named 'get_buffer' in 'struct AVCodecContext'; did you mean 'get_buffer2'? __pyx_v_codecCtx->get_buffer = __pyx_f_6ffmpeg_7_ffmpeg_our_get_buffer; ^~~~~~~~~~ get_buffer2 /usr/local/include/libavcodec/avcodec.h:2565:11: note: 'get_buffer2' declared here int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); ^ ffmpeg/_ffmpeg.c:8568:23: error: no member named 'release_buffer' in 'struct AVCodecContext' __pyx_v_codecCtx->release_buffer = __pyx_f_6ffmpeg_7_ffmpeg_our_release_buffer; ~~~~~~~~~~~~~~~~ ^ PR: 214247 Approved by: dbn (maintainer) Added: head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi (contents, props changed) head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx (contents, props changed) Modified: head/multimedia/py-ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/py-ffmpeg/Makefile ============================================================================== --- head/multimedia/py-ffmpeg/Makefile Sun Nov 6 08:13:47 2016 (r425470) +++ head/multimedia/py-ffmpeg/Makefile Sun Nov 6 08:14:03 2016 (r425471) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia python MASTER_SITES= GH LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi Sun Nov 6 08:14:03 2016 (r425471) @@ -0,0 +1,29 @@ +--- ffmpeg/_ffmpeg.pxi.orig 2013-10-28 16:04:02 UTC ++++ ffmpeg/_ffmpeg.pxi +@@ -53,8 +53,6 @@ cdef extern from "libavcodec/avcodec.h" + int channels + AVCodec *codec + AVMediaType codec_type +- int (*get_buffer)(AVCodecContext *c, AVFrame *pic) +- void (*release_buffer)(AVCodecContext *c, AVFrame *pic) + AVRational time_base + AVSampleFormat sample_fmt + struct AVPicture: +@@ -83,7 +81,7 @@ cdef extern from "libavcodec/avcodec.h" + ctypedef int (*lockmgr_t)(void **mutex, AVLockOp op) + int av_lockmgr_register(lockmgr_t cb) + +- AVFrame *avcodec_alloc_frame() ++ AVFrame *av_frame_alloc() + int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, + int *got_picture_ptr, AVPacket *avpkt) + int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, int +@@ -100,7 +98,7 @@ cdef extern from "libavcodec/avcodec.h" + int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic) + void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic) + +- void avcodec_get_frame_defaults(AVFrame *) ++ void av_frame_unref(AVFrame *) + + cdef extern from "libavresample/avresample.h" nogil: + struct ResampleContext: Added: head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx Sun Nov 6 08:14:03 2016 (r425471) @@ -0,0 +1,63 @@ +--- ffmpeg/_ffmpeg.pyx.orig 2013-10-28 16:04:02 UTC ++++ ffmpeg/_ffmpeg.pyx +@@ -518,11 +518,11 @@ cdef int audio_decode_frame(VideoState * + got_frame = 0 + + if frame == NULL: +- frame = avcodec_alloc_frame() ++ frame = av_frame_alloc() + if frame == NULL: + return -1 + else: +- avcodec_get_frame_defaults(frame) ++ av_frame_unref(frame) + + len1 = avcodec_decode_audio4(vs.audio_st.codec, + frame, &got_frame, pkt) +@@ -784,7 +784,7 @@ cdef void alloc_picture(void *userdata) + + vp.ff_data_size = avpicture_get_size(PF_RGB24, vp.width, vp.height) + vp.ff_data = av_malloc(vp.ff_data_size * sizeof(unsigned char)) +- vp.bmp = avcodec_alloc_frame() ++ vp.bmp = av_frame_alloc() + avpicture_fill(vp.bmp, vp.ff_data, PF_RGB24, + vp.width, vp.height) + +@@ -886,19 +886,6 @@ cdef double synchronize_video(VideoState + return pts + + +-cdef int our_get_buffer(AVCodecContext *c, AVFrame *pic) nogil: +- cdef int ret = avcodec_default_get_buffer(c, pic) +- cdef uint64_t *pts = av_malloc(sizeof(uint64_t)) +- memcpy(pts, &global_video_pkt_pts, sizeof(uint64_t)) +- pic.opaque = pts +- return ret +- +- +-cdef void our_release_buffer(AVCodecContext *c, AVFrame *pic) nogil: +- if pic != NULL: av_freep(&pic.opaque) +- avcodec_default_release_buffer(c, pic) +- +- + cdef int video_thread(void *arg) nogil: + cdef VideoState *vs = arg + cdef AVPacket pkt1, *packet = &pkt1 +@@ -906,7 +893,7 @@ cdef int video_thread(void *arg) nogil: + cdef AVFrame *pFrame + cdef double pts, ptst = 0 + +- pFrame = avcodec_alloc_frame() ++ pFrame = av_frame_alloc() + + while True: + if packet_queue_get(&vs.videoq, packet, 1) < 0: +@@ -1038,8 +1025,6 @@ cdef int stream_component_open(VideoStat + + packet_queue_init(&vs.videoq) + vs.video_tid = SDL_CreateThread(video_thread, vs) +- codecCtx.get_buffer = our_get_buffer +- codecCtx.release_buffer = our_release_buffer + + else: + pass From owner-svn-ports-all@freebsd.org Sun Nov 6 08:55:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F67C304D0; Sun, 6 Nov 2016 08:55:11 +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 A49A2AB0; Sun, 6 Nov 2016 08:55:11 +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 uA68tAxE059607; Sun, 6 Nov 2016 08:55:10 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA68tAlF059604; Sun, 6 Nov 2016 08:55:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611060855.uA68tAlF059604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 6 Nov 2016 08:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425472 - head/cad/freecad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 08:55:12 -0000 Author: riggs Date: Sun Nov 6 08:55:10 2016 New Revision: 425472 URL: https://svnweb.freebsd.org/changeset/ports/425472 Log: Update to 20161104 snapshot; drop maintainership PR: 213815 Submitted by: pfg (maintainer) Modified: head/cad/freecad/Makefile head/cad/freecad/distinfo head/cad/freecad/pkg-plist Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sun Nov 6 08:14:03 2016 (r425471) +++ head/cad/freecad/Makefile Sun Nov 6 08:55:10 2016 (r425472) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= FreeCAD -DISTVERSION= 0.17.g20160927 +DISTVERSION= 0.17.g20161104 CATEGORIES= cad -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= General purpose 3D CAD modeller LICENSE= LGPL20 @@ -29,7 +29,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 libshiboken-${PYTHON_VERSION}.so:devel/shiboken USE_GITHUB= yes -GH_TAGNAME= 958686d +GH_TAGNAME= 0ea7373 USES= compiler:c++11-lib cmake:outsource jpeg python localbase USE_XORG= ice sm x11 xext xt Modified: head/cad/freecad/distinfo ============================================================================== --- head/cad/freecad/distinfo Sun Nov 6 08:14:03 2016 (r425471) +++ head/cad/freecad/distinfo Sun Nov 6 08:55:10 2016 (r425472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475114874 -SHA256 (FreeCAD-FreeCAD-0.17.g20160927-958686d_GH0.tar.gz) = c6be94278a8ce540566ed3970551d05a62e09ad9f9166fb75b083d2775c8c3bf -SIZE (FreeCAD-FreeCAD-0.17.g20160927-958686d_GH0.tar.gz) = 114948326 +TIMESTAMP = 1478289051 +SHA256 (FreeCAD-FreeCAD-0.17.g20161104-0ea7373_GH0.tar.gz) = ac4edbe9dce171f3a57fcde5487fe07dedbfb1b4b083027c270fa338a9e4af36 +SIZE (FreeCAD-FreeCAD-0.17.g20161104-0ea7373_GH0.tar.gz) = 115122637 Modified: head/cad/freecad/pkg-plist ============================================================================== --- head/cad/freecad/pkg-plist Sun Nov 6 08:14:03 2016 (r425471) +++ head/cad/freecad/pkg-plist Sun Nov 6 08:55:10 2016 (r425472) @@ -266,13 +266,16 @@ FreeCAD/Mod/PartDesign/fcgear/involute.p FreeCAD/Mod/PartDesign/fcgear/svggear.py FreeCAD/Mod/Path/Init.py FreeCAD/Mod/Path/InitGui.py -FreeCAD/Mod/Path/PathScripts/DlgSettingsPath.ui +FreeCAD/Mod/Path/PathCommands.py +FreeCAD/Mod/Path/PathScripts/DogboneDressup.py FreeCAD/Mod/Path/PathScripts/DragknifeDressup.py FreeCAD/Mod/Path/PathScripts/PathAreaUtils.py FreeCAD/Mod/Path/PathScripts/PathArray.py +FreeCAD/Mod/Path/PathScripts/PathCommands.py FreeCAD/Mod/Path/PathScripts/PathComment.py FreeCAD/Mod/Path/PathScripts/PathCompoundExtended.py FreeCAD/Mod/Path/PathScripts/PathCopy.py +FreeCAD/Mod/Path/PathScripts/PathContour.py FreeCAD/Mod/Path/PathScripts/PathCustom.py FreeCAD/Mod/Path/PathScripts/PathDressup.py FreeCAD/Mod/Path/PathScripts/PathDrilling.py @@ -283,14 +286,17 @@ FreeCAD/Mod/Path/PathScripts/PathFixture FreeCAD/Mod/Path/PathScripts/PathFromShape.py FreeCAD/Mod/Path/PathScripts/PathHop.py FreeCAD/Mod/Path/PathScripts/PathInspect.py +FreeCAD/Mod/Path/PathScripts/PathJob.py FreeCAD/Mod/Path/PathScripts/PathKurveUtils.py FreeCAD/Mod/Path/PathScripts/PathLoadTool.py -FreeCAD/Mod/Path/PathScripts/PathMachine.py FreeCAD/Mod/Path/PathScripts/PathPlane.py FreeCAD/Mod/Path/PathScripts/PathPocket.py FreeCAD/Mod/Path/PathScripts/PathPost.py +FreeCAD/Mod/Path/PathScripts/PathPostProcessor.py +FreeCAD/Mod/Path/PathScripts/PathPreferences.py +FreeCAD/Mod/Path/PathScripts/PathPreferencesPathJob.py FreeCAD/Mod/Path/PathScripts/PathProfile.py -FreeCAD/Mod/Path/PathScripts/PathProject.py +FreeCAD/Mod/Path/PathScripts/PathProfileEdges.py FreeCAD/Mod/Path/PathScripts/PathRemote.py FreeCAD/Mod/Path/PathScripts/PathSanity.py FreeCAD/Mod/Path/PathScripts/PathSelection.py @@ -299,7 +305,7 @@ FreeCAD/Mod/Path/PathScripts/PathStock.p FreeCAD/Mod/Path/PathScripts/PathStop.py FreeCAD/Mod/Path/PathScripts/PathSurface.py FreeCAD/Mod/Path/PathScripts/PathToolLenOffset.py -FreeCAD/Mod/Path/PathScripts/PathToolTableEdit.py +FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py FreeCAD/Mod/Path/PathScripts/PathUtils.py FreeCAD/Mod/Path/PathScripts/PostUtils.py FreeCAD/Mod/Path/PathScripts/TooltableEditor.py @@ -307,8 +313,10 @@ FreeCAD/Mod/Path/PathScripts/__init__.py FreeCAD/Mod/Path/PathScripts/centroid_post.py FreeCAD/Mod/Path/PathScripts/comparams_post.py FreeCAD/Mod/Path/PathScripts/dumper_post.py +FreeCAD/Mod/Path/PathScripts/dynapath_post.py FreeCAD/Mod/Path/PathScripts/example_post.py FreeCAD/Mod/Path/PathScripts/example_pre.py +FreeCAD/Mod/Path/PathScripts/generic_post.py FreeCAD/Mod/Path/PathScripts/linuxcnc_post.py FreeCAD/Mod/Path/PathScripts/nc/__init__.py FreeCAD/Mod/Path/PathScripts/nc/format.py From owner-svn-ports-all@freebsd.org Sun Nov 6 09:00:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 690DDC3086F; Sun, 6 Nov 2016 09:00: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 356ECBF6; Sun, 6 Nov 2016 09:00: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 uA690AHR060133; Sun, 6 Nov 2016 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA690AR4060131; Sun, 6 Nov 2016 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611060900.uA690AR4060131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 6 Nov 2016 09:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425473 - head/multimedia/libxine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 09:00:11 -0000 Author: amdmi3 Date: Sun Nov 6 09:00:10 2016 New Revision: 425473 URL: https://svnweb.freebsd.org/changeset/ports/425473 Log: - Verbosify build - Fix WWW: Modified: head/multimedia/libxine/Makefile head/multimedia/libxine/pkg-descr Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Sun Nov 6 08:55:10 2016 (r425472) +++ head/multimedia/libxine/Makefile Sun Nov 6 09:00:10 2016 (r425473) @@ -62,6 +62,7 @@ CONFIGURE_ARGS= --with-w32-path=${LOCALB --without-alsa \ --disable-musepack \ --enable-dvb +MAKE_ENV= V=1 DOCSDIR= ${PREFIX}/share/doc/xine-lib # Please sync with XINE_PLUGINSDIR in multimedia/xine Modified: head/multimedia/libxine/pkg-descr ============================================================================== --- head/multimedia/libxine/pkg-descr Sun Nov 6 08:55:10 2016 (r425472) +++ head/multimedia/libxine/pkg-descr Sun Nov 6 09:00:10 2016 (r425473) @@ -5,4 +5,4 @@ of the most common multimedia formats av These are the libraries for the xine. -WWW: http://www.xine-project.org +WWW: http://www.xine-project.org/ From owner-svn-ports-all@freebsd.org Sun Nov 6 09:14:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C617CC30FB9; Sun, 6 Nov 2016 09:14:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 955292DB; Sun, 6 Nov 2016 09:14:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA69EHm0068239; Sun, 6 Nov 2016 09:14:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA69EHTN068237; Sun, 6 Nov 2016 09:14:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611060914.uA69EHTN068237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 6 Nov 2016 09:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425474 - 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: Sun, 06 Nov 2016 09:14:18 -0000 Author: olgeni Date: Sun Nov 6 09:14:17 2016 New Revision: 425474 URL: https://svnweb.freebsd.org/changeset/ports/425474 Log: Update devel/elixir-timex to version 3.1.4. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Sun Nov 6 09:00:10 2016 (r425473) +++ head/devel/elixir-timex/Makefile Sun Nov 6 09:14:17 2016 (r425474) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Sun Nov 6 09:00:10 2016 (r425473) +++ head/devel/elixir-timex/distinfo Sun Nov 6 09:14:17 2016 (r425474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477670440 -SHA256 (bitwalker-timex-3.1.3_GH0.tar.gz) = 1153650028698ae4bd0382d1174d85072645b1a5741986471337d746f1548048 -SIZE (bitwalker-timex-3.1.3_GH0.tar.gz) = 141138 +TIMESTAMP = 1478423183 +SHA256 (bitwalker-timex-3.1.4_GH0.tar.gz) = a7b5f275d24d4c78cc19543b788b55f11183ac0546190822e30fe41274e1441e +SIZE (bitwalker-timex-3.1.4_GH0.tar.gz) = 141147 From owner-svn-ports-all@freebsd.org Sun Nov 6 09:23:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8203BC3242B; Sun, 6 Nov 2016 09:23:42 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39530952; Sun, 6 Nov 2016 09:23:42 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA69NfoJ072744; Sun, 6 Nov 2016 09:23:41 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA69NfYD072742; Sun, 6 Nov 2016 09:23:41 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201611060923.uA69NfYD072742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 6 Nov 2016 09:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425475 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 09:23:42 -0000 Author: ohauer Date: Sun Nov 6 09:23:41 2016 New Revision: 425475 URL: https://svnweb.freebsd.org/changeset/ports/425475 Log: - update to 3.2-20161106 20161105 Bugfix (introduced: Postfix 1.1): the postsuper command did not count a successful rename operation after error recovery. Problem reported by Markus Sch_nhaber. File: postsuper/postsuper.c. Cleanup: error reporting for IDNA (non-ASCII domain name) conversion errors, and enable_idna2003_compatibility configuration. File: util/midna_domain.c. Incompatible changes with snapshot 20161103 =========================================== Postfix 3.2 by default disables the 'transitional' compatibility between IDNA2003 and IDNA2008, when converting UTF-8 domain names to/from the ASCII form that is used in DNS lookups. This makes Postfix behavior consistent with current versions of the Firefox and Chrome web browsers. Specify "enable_idna2003_compatibility = yes" for historical behavior. This affects the conversion of, for example, the German sz and the Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Nov 6 09:14:17 2016 (r425474) +++ head/mail/postfix-current/Makefile Sun Nov 6 09:23:41 2016 (r425475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20161101 +DISTVERSION= 3.2-20161106 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Nov 6 09:14:17 2016 (r425474) +++ head/mail/postfix-current/distinfo Sun Nov 6 09:23:41 2016 (r425475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478019584 -SHA256 (postfix/postfix-3.2-20161101.tar.gz) = 3de717a408e5c2091d1960dc5bdd9b5cfd63babb945eb71da2f32e201138c618 -SIZE (postfix/postfix-3.2-20161101.tar.gz) = 4374281 +TIMESTAMP = 1478386144 +SHA256 (postfix/postfix-3.2-20161106.tar.gz) = 765c0b5a0620a4f9d333bcba3206209da12c25f6b55894b2c05483cba8b940bf +SIZE (postfix/postfix-3.2-20161106.tar.gz) = 4368066 From owner-svn-ports-all@freebsd.org Sun Nov 6 09:24:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0134C32463; Sun, 6 Nov 2016 09:24:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF53CA26; Sun, 6 Nov 2016 09:24:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA69O0ZB072860; Sun, 6 Nov 2016 09:24:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA69O0a7072859; Sun, 6 Nov 2016 09:24:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611060924.uA69O0a7072859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Nov 2016 09:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425476 - head/benchmarks/polygraph/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 09:24:02 -0000 Author: antoine Date: Sun Nov 6 09:24:00 2016 New Revision: 425476 URL: https://svnweb.freebsd.org/changeset/ports/425476 Log: Fix build with gcc 4.9 PR: 196712 Added: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h (contents, props changed) Added: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/polygraph/files/patch-src_xstd_Ring.h Sun Nov 6 09:24:00 2016 (r425476) @@ -0,0 +1,18 @@ +commit a1b938b85e2b9aabb95fb09b9f7137b27135ea72 +Author: Alex Rousskov +Date: Thu Jan 7 08:20:34 2016 -0700 + + lp:1380660: Make failed if gcc 4.9 is used. + + Merged POLY-43-lp1380660-make-failed-if-gcc-49-. + +--- src/xstd/Ring.h.orig 2014-10-22 23:22:22 UTC ++++ src/xstd/Ring.h +@@ -19,6 +19,7 @@ class Ring: protected Array { + + using Array::capacity; + using Array::size; ++ using Array::Value; + + int count() const { return theInOff - theOutOff; } + bool empty() const { return theInOff <= theOutOff; } From owner-svn-ports-all@freebsd.org Sun Nov 6 09:24:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93887C32497; Sun, 6 Nov 2016 09:24: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 6205EAFF; Sun, 6 Nov 2016 09:24: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 uA69OFBd073006; Sun, 6 Nov 2016 09:24:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA69OFR1073004; Sun, 6 Nov 2016 09:24:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611060924.uA69OFR1073004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 6 Nov 2016 09:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425477 - head/www/elixir-httpoison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 09:24:16 -0000 Author: olgeni Date: Sun Nov 6 09:24:15 2016 New Revision: 425477 URL: https://svnweb.freebsd.org/changeset/ports/425477 Log: Update www/elixir-httpoison to version 0.10.0. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Sun Nov 6 09:24:00 2016 (r425476) +++ head/www/elixir-httpoison/Makefile Sun Nov 6 09:24:15 2016 (r425477) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Sun Nov 6 09:24:00 2016 (r425476) +++ head/www/elixir-httpoison/distinfo Sun Nov 6 09:24:15 2016 (r425477) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474962536 -SHA256 (edgurgel-httpoison-v0.9.2_GH0.tar.gz) = 0facd2e51456f06d82c6d397acdbcf8f0ab653f5b1726bef1e55ed8b2798a7c9 -SIZE (edgurgel-httpoison-v0.9.2_GH0.tar.gz) = 15233 +TIMESTAMP = 1478423673 +SHA256 (edgurgel-httpoison-v0.10.0_GH0.tar.gz) = 94b98e1bf56d3e77e04a6aa7d254a045536b7d8852ab3d09086a299e27c6d0cc +SIZE (edgurgel-httpoison-v0.10.0_GH0.tar.gz) = 16300 From owner-svn-ports-all@freebsd.org Sun Nov 6 10:01:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24C2BC3351D; Sun, 6 Nov 2016 10:01:58 +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 E5578C98; Sun, 6 Nov 2016 10:01:57 +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 uA6A1vdC087501; Sun, 6 Nov 2016 10:01:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6A1uJo087499; Sun, 6 Nov 2016 10:01:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611061001.uA6A1uJo087499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 10:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425478 - head/audio/libsamplerate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 10:01:58 -0000 Author: bapt Date: Sun Nov 6 10:01:56 2016 New Revision: 425478 URL: https://svnweb.freebsd.org/changeset/ports/425478 Log: Fix build with gcc 4.2 Added: head/audio/libsamplerate/files/patch-examples_audio__out.c (contents, props changed) Modified: head/audio/libsamplerate/files/patch-src_samplerate.h Added: head/audio/libsamplerate/files/patch-examples_audio__out.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsamplerate/files/patch-examples_audio__out.c Sun Nov 6 10:01:56 2016 (r425478) @@ -0,0 +1,14 @@ +--- examples/audio_out.c.orig 2016-09-13 10:20:20 UTC ++++ examples/audio_out.c +@@ -33,9 +33,9 @@ + #define MAKE_MAGIC(a,b,c,d,e,f,g,h) \ + ((a) + ((b) << 1) + ((c) << 2) + ((d) << 3) + ((e) << 4) + ((f) << 5) + ((g) << 6) + ((h) << 7)) + +-typedef struct AUDIO_OUT_s ++struct AUDIO_OUT_s + { int magic ; +-} AUDIO_OUT ; ++}; + + + /*------------------------------------------------------------------------------ Modified: head/audio/libsamplerate/files/patch-src_samplerate.h ============================================================================== --- head/audio/libsamplerate/files/patch-src_samplerate.h Sun Nov 6 09:24:15 2016 (r425477) +++ head/audio/libsamplerate/files/patch-src_samplerate.h Sun Nov 6 10:01:56 2016 (r425478) @@ -1,6 +1,6 @@ ---- src/samplerate.h.orig 2011-01-19 10:39:21 UTC +--- src/samplerate.h.orig 2016-09-13 10:13:14 UTC +++ src/samplerate.h -@@ -174,7 +174,7 @@ enum +@@ -160,7 +160,7 @@ enum SRC_SINC_MEDIUM_QUALITY = 1, SRC_SINC_FASTEST = 2, SRC_ZERO_ORDER_HOLD = 3, From owner-svn-ports-all@freebsd.org Sun Nov 6 10:05:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C090DC3367C; Sun, 6 Nov 2016 10:05:33 +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 7FF58E3B; Sun, 6 Nov 2016 10:05:33 +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 uA6A5Wdh088376; Sun, 6 Nov 2016 10:05:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6A5W4k088374; Sun, 6 Nov 2016 10:05:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611061005.uA6A5W4k088374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 10:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425479 - head/textproc/p5-xmltv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 10:05:33 -0000 Author: bapt Date: Sun Nov 6 10:05:32 2016 New Revision: 425479 URL: https://svnweb.freebsd.org/changeset/ports/425479 Log: Fix packaging by committing the plist changes forgotten during the update Modified: head/textproc/p5-xmltv/Makefile head/textproc/p5-xmltv/pkg-plist Modified: head/textproc/p5-xmltv/Makefile ============================================================================== --- head/textproc/p5-xmltv/Makefile Sun Nov 6 10:01:56 2016 (r425478) +++ head/textproc/p5-xmltv/Makefile Sun Nov 6 10:05:32 2016 (r425479) @@ -3,6 +3,7 @@ PORTNAME= xmltv PORTVERSION= 0.5.68 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- Modified: head/textproc/p5-xmltv/pkg-plist ============================================================================== --- head/textproc/p5-xmltv/pkg-plist Sun Nov 6 10:01:56 2016 (r425478) +++ head/textproc/p5-xmltv/pkg-plist Sun Nov 6 10:05:32 2016 (r425479) @@ -29,9 +29,9 @@ bin/tv_grab_na_dd bin/tv_grab_na_dtv bin/tv_grab_na_tvmedia bin/tv_grab_nl -bin/tv_grab_no_gfeed bin/tv_grab_pt bin/tv_grab_pt_meo +bin/tv_grab_sd_json bin/tv_grab_se_swedb bin/tv_grab_se_tvzon bin/tv_grab_tr @@ -50,6 +50,42 @@ bin/tv_to_potatoe bin/tv_to_text bin/tv_validate_file bin/tv_validate_grabber +%%SITE_PERL%%/XMLTV.pm +%%SITE_PERL%%/XMLTV/Ask.pm +%%SITE_PERL%%/XMLTV/Ask/Term.pm +%%SITE_PERL%%/XMLTV/Ask/Tk.pm +%%SITE_PERL%%/XMLTV/Augment.pm +%%SITE_PERL%%/XMLTV/Capabilities.pm +%%SITE_PERL%%/XMLTV/Clumps.pm +%%SITE_PERL%%/XMLTV/Config_file.pm +%%SITE_PERL%%/XMLTV/Configure.pm +%%SITE_PERL%%/XMLTV/Configure/Writer.pm +%%SITE_PERL%%/XMLTV/DST.pm +%%SITE_PERL%%/XMLTV/Data/Recursive/Encode.pm +%%SITE_PERL%%/XMLTV/Date.pm +%%SITE_PERL%%/XMLTV/Description.pm +%%SITE_PERL%%/XMLTV/GUI.pm +%%SITE_PERL%%/XMLTV/Get_nice.pm +%%SITE_PERL%%/XMLTV/Grab_XML.pm +%%SITE_PERL%%/XMLTV/Grep.pm +%%SITE_PERL%%/XMLTV/Gunzip.pm +%%SITE_PERL%%/XMLTV/IMDB.pm +%%SITE_PERL%%/XMLTV/Memoize.pm +%%SITE_PERL%%/XMLTV/Mode.pm +%%SITE_PERL%%/XMLTV/Options.pm +%%SITE_PERL%%/XMLTV/PreferredMethod.pm +%%SITE_PERL%%/XMLTV/ProgressBar.pm +%%SITE_PERL%%/XMLTV/ProgressBar/None.pm +%%SITE_PERL%%/XMLTV/ProgressBar/Term.pm +%%SITE_PERL%%/XMLTV/ProgressBar/Tk.pm +%%SITE_PERL%%/XMLTV/Summarize.pm +%%SITE_PERL%%/XMLTV/Supplement.pm +%%SITE_PERL%%/XMLTV/TZ.pm +%%SITE_PERL%%/XMLTV/Usage.pm +%%SITE_PERL%%/XMLTV/ValidateFile.pm +%%SITE_PERL%%/XMLTV/ValidateGrabber.pm +%%SITE_PERL%%/XMLTV/Version.pm +%%SITE_ARCH%%/auto/XMLTV/.packlist %%PERL5_MAN1%%/tv_augment.1.gz %%PERL5_MAN1%%/tv_augment_tz.1.gz %%PERL5_MAN1%%/tv_cat.1.gz @@ -81,9 +117,9 @@ bin/tv_validate_grabber %%PERL5_MAN1%%/tv_grab_na_dtv.1.gz %%PERL5_MAN1%%/tv_grab_na_tvmedia.1.gz %%PERL5_MAN1%%/tv_grab_nl.1.gz -%%PERL5_MAN1%%/tv_grab_no_gfeed.1.gz %%PERL5_MAN1%%/tv_grab_pt.1.gz %%PERL5_MAN1%%/tv_grab_pt_meo.1.gz +%%PERL5_MAN1%%/tv_grab_sd_json.1.gz %%PERL5_MAN1%%/tv_grab_se_swedb.1.gz %%PERL5_MAN1%%/tv_grab_se_tvzon.1.gz %%PERL5_MAN1%%/tv_grab_tr.1.gz @@ -106,8 +142,8 @@ bin/tv_validate_grabber %%PERL5_MAN3%%/XMLTV::Augment.3.gz %%PERL5_MAN3%%/XMLTV::Configure.3.gz %%PERL5_MAN3%%/XMLTV::Configure::Writer.3.gz -%%PERL5_MAN3%%/XMLTV::Date.3.gz %%PERL5_MAN3%%/XMLTV::Data::Recursive::Encode.3.gz +%%PERL5_MAN3%%/XMLTV::Date.3.gz %%PERL5_MAN3%%/XMLTV::GUI.3.gz %%PERL5_MAN3%%/XMLTV::Grab_XML.3.gz %%PERL5_MAN3%%/XMLTV::Gunzip.3.gz @@ -118,41 +154,6 @@ bin/tv_validate_grabber %%PERL5_MAN3%%/XMLTV::ValidateFile.3.gz %%PERL5_MAN3%%/XMLTV::ValidateGrabber.3.gz %%PERL5_MAN3%%/XMLTV::Version.3.gz -%%SITE_PERL%%/XMLTV.pm -%%SITE_PERL%%/XMLTV/Ask.pm -%%SITE_PERL%%/XMLTV/Ask/Term.pm -%%SITE_PERL%%/XMLTV/Ask/Tk.pm -%%SITE_PERL%%/XMLTV/Augment.pm -%%SITE_PERL%%/XMLTV/Capabilities.pm -%%SITE_PERL%%/XMLTV/Clumps.pm -%%SITE_PERL%%/XMLTV/Config_file.pm -%%SITE_PERL%%/XMLTV/Configure.pm -%%SITE_PERL%%/XMLTV/Configure/Writer.pm -%%SITE_PERL%%/XMLTV/DST.pm -%%SITE_PERL%%/XMLTV/Data/Recursive/Encode.pm -%%SITE_PERL%%/XMLTV/Date.pm -%%SITE_PERL%%/XMLTV/Description.pm -%%SITE_PERL%%/XMLTV/GUI.pm -%%SITE_PERL%%/XMLTV/Get_nice.pm -%%SITE_PERL%%/XMLTV/Grab_XML.pm -%%SITE_PERL%%/XMLTV/Grep.pm -%%SITE_PERL%%/XMLTV/Gunzip.pm -%%SITE_PERL%%/XMLTV/IMDB.pm -%%SITE_PERL%%/XMLTV/Memoize.pm -%%SITE_PERL%%/XMLTV/Mode.pm -%%SITE_PERL%%/XMLTV/Options.pm -%%SITE_PERL%%/XMLTV/PreferredMethod.pm -%%SITE_PERL%%/XMLTV/ProgressBar.pm -%%SITE_PERL%%/XMLTV/ProgressBar/None.pm -%%SITE_PERL%%/XMLTV/ProgressBar/Term.pm -%%SITE_PERL%%/XMLTV/ProgressBar/Tk.pm -%%SITE_PERL%%/XMLTV/Summarize.pm -%%SITE_PERL%%/XMLTV/Supplement.pm -%%SITE_PERL%%/XMLTV/TZ.pm -%%SITE_PERL%%/XMLTV/Usage.pm -%%SITE_PERL%%/XMLTV/ValidateFile.pm -%%SITE_PERL%%/XMLTV/ValidateGrabber.pm -%%SITE_PERL%%/XMLTV/Version.pm %%DATADIR%%/tv_augment/augment.conf %%DATADIR%%/tv_augment/augment.rules %%DATADIR%%/tv_grab_eu_epgdata/channel_ids @@ -161,11 +162,11 @@ bin/tv_validate_grabber %%DATADIR%%/tv_grab_huro/catmap.ro %%DATADIR%%/tv_grab_huro/catmap.sk %%DATADIR%%/tv_grab_huro/jobmap +%%DATADIR%%/tv_grab_is/category_map %%DATADIR%%/tv_grab_it/channel_ids %%DATADIR%%/tv_grab_it_dvb/channel_ids %%DATADIR%%/tv_grab_it_dvb/sky_it.dict %%DATADIR%%/tv_grab_it_dvb/sky_it.themes -%%DATADIR%%/tv_grab_is/category_map %%DATADIR%%/tv_grab_uk_atlas/cgi-bin/getatlas.pl %%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.map.channels.conf %%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.map.genres.conf From owner-svn-ports-all@freebsd.org Sun Nov 6 10:41:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4D5CC3244E; Sun, 6 Nov 2016 10:41:40 +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 A1866F2A; Sun, 6 Nov 2016 10:41:40 +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 uA6AfdwM001636; Sun, 6 Nov 2016 10:41:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Afds9001634; Sun, 6 Nov 2016 10:41:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611061041.uA6Afds9001634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 10:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425480 - head/textproc/minixmlto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 10:41:40 -0000 Author: bapt Date: Sun Nov 6 10:41:39 2016 New Revision: 425480 URL: https://svnweb.freebsd.org/changeset/ports/425480 Log: Update to 0.0.2 Modified: head/textproc/minixmlto/Makefile head/textproc/minixmlto/distinfo Modified: head/textproc/minixmlto/Makefile ============================================================================== --- head/textproc/minixmlto/Makefile Sun Nov 6 10:05:32 2016 (r425479) +++ head/textproc/minixmlto/Makefile Sun Nov 6 10:41:39 2016 (r425480) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= minixmlto -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.2 CATEGORIES= textproc MAINTAINER= bapt@FreeBSD.org Modified: head/textproc/minixmlto/distinfo ============================================================================== --- head/textproc/minixmlto/distinfo Sun Nov 6 10:05:32 2016 (r425479) +++ head/textproc/minixmlto/distinfo Sun Nov 6 10:41:39 2016 (r425480) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478364938 -SHA256 (bapt-minixmlto-0.0.1_GH0.tar.gz) = 7349923751fac497daa1ca67f967d3633fb3e2eb83fe87228c88a002895d8639 -SIZE (bapt-minixmlto-0.0.1_GH0.tar.gz) = 1500 +TIMESTAMP = 1478428882 +SHA256 (bapt-minixmlto-0.0.2_GH0.tar.gz) = c9cde1a05cc7c405009604bff5e416ebc9fae8fadfa031ec3d4b44a0d3c26ce9 +SIZE (bapt-minixmlto-0.0.2_GH0.tar.gz) = 1491 From owner-svn-ports-all@freebsd.org Sun Nov 6 10:49:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 499D2C325CF; Sun, 6 Nov 2016 10:49:05 +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 1967F114F; Sun, 6 Nov 2016 10:49:05 +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 uA6An4kX004059; Sun, 6 Nov 2016 10:49:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6An4or004057; Sun, 6 Nov 2016 10:49:04 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611061049.uA6An4or004057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 6 Nov 2016 10:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425481 - in head/news/sabnzbdplus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 10:49:05 -0000 Author: riggs Date: Sun Nov 6 10:49:03 2016 New Revision: 425481 URL: https://svnweb.freebsd.org/changeset/ports/425481 Log: Fix character encoding issues Details: - port now defaults to en_US.UTF-8 for LC_CTYPE - Bump PORTREVISION PR: 212993 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q4 Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/files/sabnzbd.in Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Sun Nov 6 10:41:39 2016 (r425480) +++ head/news/sabnzbdplus/Makefile Sun Nov 6 10:49:03 2016 (r425481) @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src Modified: head/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- head/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 10:41:39 2016 (r425480) +++ head/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 10:49:03 2016 (r425481) @@ -46,7 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf sabnzbd_prestart() { PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin - export LC_CTYPE="UTF-8" + export LC_CTYPE="en_US.UTF-8" for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do if [ ! -d "${sabdir}" ]; then install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir} From owner-svn-ports-all@freebsd.org Sun Nov 6 11:06:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4557C32E5E; Sun, 6 Nov 2016 11:06:46 +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 A13701917; Sun, 6 Nov 2016 11:06:46 +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 uA6B6jGr011980; Sun, 6 Nov 2016 11:06:45 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6B6jVQ011977; Sun, 6 Nov 2016 11:06:45 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611061106.uA6B6jVQ011977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 6 Nov 2016 11:06:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425482 - in head/emulators/gngb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 11:06:46 -0000 Author: jhale Date: Sun Nov 6 11:06:45 2016 New Revision: 425482 URL: https://svnweb.freebsd.org/changeset/ports/425482 Log: Convert knobs to options Convert to USES=localbase Add LICENSE (GPLv2+) Remake/rename patches according to convention Bump PORTREVISION so options are registered Added: head/emulators/gngb/files/patch-src_memory.c - copied, changed from r425481, head/emulators/gngb/files/patch-memory.c head/emulators/gngb/files/patch-src_save.c - copied, changed from r425481, head/emulators/gngb/files/patch-save.c Deleted: head/emulators/gngb/files/patch-memory.c head/emulators/gngb/files/patch-save.c Modified: head/emulators/gngb/Makefile Modified: head/emulators/gngb/Makefile ============================================================================== --- head/emulators/gngb/Makefile Sun Nov 6 10:49:03 2016 (r425481) +++ head/emulators/gngb/Makefile Sun Nov 6 11:06:45 2016 (r425482) @@ -3,37 +3,28 @@ PORTNAME= gngb PORTVERSION= 20060309 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= http://m.peponas.free.fr/gngb/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GameBoy(tm) emulator +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake localbase +USE_CSTD= gnu89 USE_SDL= sdl -USES= gmake GNU_CONFIGURE= yes -USE_CSTD= gnu89 PLIST_FILES= bin/gngb \ man/man1/gngb.1.gz -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - +OPTIONS_DEFINE= OPENGL -.if defined(WITH_GL) -USE_GL= gl -.else -CONFIGURE_ARGS+= --disable-gl -.endif - -pre-everything:: -.if !defined(WITH_GL) - @${ECHO_MSG} - @${ECHO_MSG} "You can enable OpenGL support by defining WITH_GL" - @${ECHO_MSG} -.endif +OPENGL_USE= GL=gl +OPENGL_CONFIGURE_ENABLE=gl post-patch: @${REINPLACE_CMD} -e \ Copied and modified: head/emulators/gngb/files/patch-src_memory.c (from r425481, head/emulators/gngb/files/patch-memory.c) ============================================================================== --- head/emulators/gngb/files/patch-memory.c Sun Nov 6 10:49:03 2016 (r425481, copy source) +++ head/emulators/gngb/files/patch-src_memory.c Sun Nov 6 11:06:45 2016 (r425482) @@ -1,6 +1,6 @@ ---- src/memory.c.orig Sat Apr 29 02:13:47 2006 -+++ src/memory.c Sat Sep 9 18:12:36 2006 -@@ -67,7 +67,7 @@ +--- src/memory.c.orig 2006-04-28 17:13:47 UTC ++++ src/memory.c +@@ -67,7 +67,7 @@ Uint8 ram_mask; MEM_READ_ENTRY mem_read_tab[0x10]; MEM_WRITE_ENTRY mem_write_tab[0x10]; @@ -9,7 +9,7 @@ void (*select_rom_page)(Uint16 adr,Uint8 v); void (*select_ram_page)(Uint16 adr,Uint8 v); -@@ -742,6 +742,13 @@ +@@ -742,6 +742,13 @@ __inline__ void update_gb_pad(void) { if (!conf.play_movie) { if (conf.use_joy) { @@ -23,7 +23,7 @@ if ((joy_but[jmap[PAD_START]]) || (key[kmap[PAD_START]])) gb_pad|=0x08; /* Start */ if ((joy_but[jmap[PAD_SELECT]]) || (key[kmap[PAD_SELECT]])) gb_pad|=0x04; /* Select */ if ((joy_but[jmap[PAD_A]]) || (key[kmap[PAD_A]])) gb_pad|=0x01; /* A */ -@@ -752,18 +759,10 @@ +@@ -752,19 +759,11 @@ __inline__ void update_gb_pad(void) { if ((joy_axis[jmap[PAD_UP]]<-10000) || (key[kmap[PAD_UP]])) gb_pad|=0x40; if ((joy_axis[jmap[PAD_DOWN]]>10000) || (key[kmap[PAD_DOWN]])) gb_pad|=0x80;*/ @@ -34,11 +34,12 @@ if (joy_x_posjoy_y_max) joy_y_max=joy_y_pos; if (joy_y_pos(joy_x_mid+joy_x_qua)) || (key[kmap[PAD_RIGHT]])) gb_pad|=0x10; + if ((joy_y_pos<(joy_y_mid-joy_y_qua)) || (key[kmap[PAD_UP]])) gb_pad|=0x40; Copied and modified: head/emulators/gngb/files/patch-src_save.c (from r425481, head/emulators/gngb/files/patch-save.c) ============================================================================== --- head/emulators/gngb/files/patch-save.c Sun Nov 6 10:49:03 2016 (r425481, copy source) +++ head/emulators/gngb/files/patch-src_save.c Sun Nov 6 11:06:45 2016 (r425482) @@ -1,5 +1,5 @@ ---- src/save.c.orig Sun Aug 15 19:46:58 2004 -+++ src/save.c Sun Aug 15 19:47:44 2004 +--- src/save.c.orig 2003-04-03 13:27:29 UTC ++++ src/save.c @@ -8,6 +8,7 @@ #define FILENAME_LEN 1024 From owner-svn-ports-all@freebsd.org Sun Nov 6 11:35:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71036C33CA5; Sun, 6 Nov 2016 11:35:37 +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 40411A86; Sun, 6 Nov 2016 11:35:37 +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 uA6BZaGA023504; Sun, 6 Nov 2016 11:35:36 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6BZass023503; Sun, 6 Nov 2016 11:35:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611061135.uA6BZass023503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 6 Nov 2016 11:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425483 - head/textproc/py-diff-match-patch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 11:35:37 -0000 Author: rene Date: Sun Nov 6 11:35:36 2016 New Revision: 425483 URL: https://svnweb.freebsd.org/changeset/ports/425483 Log: Fix invocation for "make test" Modified: head/textproc/py-diff-match-patch/Makefile Modified: head/textproc/py-diff-match-patch/Makefile ============================================================================== --- head/textproc/py-diff-match-patch/Makefile Sun Nov 6 11:06:45 2016 (r425482) +++ head/textproc/py-diff-match-patch/Makefile Sun Nov 6 11:35:36 2016 (r425483) @@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -regression-test: build +do-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include From owner-svn-ports-all@freebsd.org Sun Nov 6 11:42:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05377C33F03; Sun, 6 Nov 2016 11:42:14 +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 D2869E29; Sun, 6 Nov 2016 11:42:13 +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 uA6BgDco025436; Sun, 6 Nov 2016 11:42:13 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6BgCn5025432; Sun, 6 Nov 2016 11:42:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611061142.uA6BgCn5025432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 6 Nov 2016 11:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425484 - in head/comms/openobex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 11:42:14 -0000 Author: madpilot Date: Sun Nov 6 11:42:12 2016 New Revision: 425484 URL: https://svnweb.freebsd.org/changeset/ports/425484 Log: - Update openobex to 1.7.2 - Remove obsolete master site - Regenrate patches Deleted: head/comms/openobex/files/patch-CMakeLists.txt Modified: head/comms/openobex/Makefile head/comms/openobex/distinfo head/comms/openobex/files/patch-lib_cloexec.h head/comms/openobex/pkg-plist Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Sun Nov 6 11:35:36 2016 (r425483) +++ head/comms/openobex/Makefile Sun Nov 6 11:42:12 2016 (r425484) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= openobex -PORTVERSION= 1.7.1 -PORTREVISION= 3 +PORTVERSION= 1.7.2 CATEGORIES= comms net -MASTER_SITES= SF \ - http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= madpilot@FreeBSD.org Modified: head/comms/openobex/distinfo ============================================================================== --- head/comms/openobex/distinfo Sun Nov 6 11:35:36 2016 (r425483) +++ head/comms/openobex/distinfo Sun Nov 6 11:42:12 2016 (r425484) @@ -1,2 +1,3 @@ -SHA256 (openobex-1.7.1-Source.tar.gz) = 3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57 -SIZE (openobex-1.7.1-Source.tar.gz) = 131091 +TIMESTAMP = 1478269747 +SHA256 (openobex-1.7.2-Source.tar.gz) = 158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc +SIZE (openobex-1.7.2-Source.tar.gz) = 127248 Modified: head/comms/openobex/files/patch-lib_cloexec.h ============================================================================== --- head/comms/openobex/files/patch-lib_cloexec.h Sun Nov 6 11:35:36 2016 (r425483) +++ head/comms/openobex/files/patch-lib_cloexec.h Sun Nov 6 11:42:12 2016 (r425484) @@ -1,5 +1,5 @@ ---- lib/cloexec.h.orig 2012-03-26 20:25:19.000000000 +0200 -+++ lib/cloexec.h 2013-05-06 23:36:45.087537539 +0200 +--- lib/cloexec.h.orig 2012-03-26 18:25:19 UTC ++++ lib/cloexec.h @@ -22,6 +22,7 @@ #ifndef _WIN32 #include @@ -8,7 +8,7 @@ #include static __inline void fcntl_cloexec(socket_t fd) { -@@ -55,7 +56,7 @@ +@@ -55,7 +56,7 @@ static __inline int accept4(int s, struc static __inline socket_t accept_cloexec(socket_t sockfd, struct sockaddr *addr, socklen_t *addrlen) { Modified: head/comms/openobex/pkg-plist ============================================================================== --- head/comms/openobex/pkg-plist Sun Nov 6 11:35:36 2016 (r425483) +++ head/comms/openobex/pkg-plist Sun Nov 6 11:42:12 2016 (r425484) @@ -1,12 +1,12 @@ include/openobex/obex.h include/openobex/obex_const.h include/openobex/version.h -lib/cmake/OpenObex-1.7.1/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/OpenObex-1.7.1/openobex-config-version.cmake -lib/cmake/OpenObex-1.7.1/openobex-target.cmake -lib/cmake/OpenObex-1.7.1/openobex-config.cmake +lib/cmake/OpenObex-1.7.2/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/OpenObex-1.7.2/openobex-config-version.cmake +lib/cmake/OpenObex-1.7.2/openobex-target.cmake +lib/cmake/OpenObex-1.7.2/openobex-config.cmake lib/libopenobex.so -lib/libopenobex.so.1.7.1 +lib/libopenobex.so.1.7.2 lib/libopenobex.so.2 libdata/pkgconfig/openobex.pc %%DOXYGEN%%%%DOCSDIR%%/html/annotated.html From owner-svn-ports-all@freebsd.org Sun Nov 6 11:44:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28535C320AF; Sun, 6 Nov 2016 11:44:21 +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 D1C36F89; Sun, 6 Nov 2016 11:44:20 +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 uA6BiKug027694; Sun, 6 Nov 2016 11:44:20 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6BiJWF027691; Sun, 6 Nov 2016 11:44:19 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611061144.uA6BiJWF027691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 6 Nov 2016 11:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425485 - head/mail/postgrey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 11:44:21 -0000 Author: madpilot Date: Sun Nov 6 11:44:19 2016 New Revision: 425485 URL: https://svnweb.freebsd.org/changeset/ports/425485 Log: - Upgrade postgrey to 1.37 PR: 213139 Submitted by: Melissa Pilgrim (maintainer) Modified: head/mail/postgrey/Makefile head/mail/postgrey/distinfo head/mail/postgrey/pkg-message Modified: head/mail/postgrey/Makefile ============================================================================== --- head/mail/postgrey/Makefile Sun Nov 6 11:42:12 2016 (r425484) +++ head/mail/postgrey/Makefile Sun Nov 6 11:44:19 2016 (r425485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgrey -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ http://postgrey.schweikert.ch/pub/old/ @@ -19,10 +19,13 @@ RUN_DEPENDS= p5-BerkeleyDB>=0:databases/ p5-Net-Server>=0:net/p5-Net-Server \ p5-NetAddr-IP>=0:net-mgmt/p5-NetAddr-IP +USES= perl5 shebangfix USE_PERL5= run USE_RC_SUBR= ${PORTNAME} -NO_BUILD= yes + NO_ARCH= yes +NO_BUILD= yes + POD2MAN?= pod2man PORTDOCS= README Changes README.exim @@ -45,9 +48,6 @@ GROUPS= ${PG_GROUP} MANPAGES= postgrey.1 policy-test.1 postgreyreport.1 ETCFILES= whitelist_clients whitelist_recipients -USE_RC_SUBR= postgrey - -USES= perl5 shebangfix SHEBANG_FILES= postgrey policy-test contrib/postgreyreport OPTIONS_DEFINE= DOCS Modified: head/mail/postgrey/distinfo ============================================================================== --- head/mail/postgrey/distinfo Sun Nov 6 11:42:12 2016 (r425484) +++ head/mail/postgrey/distinfo Sun Nov 6 11:44:19 2016 (r425485) @@ -1,2 +1,3 @@ -SHA256 (postgrey-1.36.tar.gz) = a22bf8c42518d802a32b070332b7ca3aed985ff4f9a59cd04028c56988585f26 -SIZE (postgrey-1.36.tar.gz) = 38797 +TIMESTAMP = 1475320190 +SHA256 (postgrey-1.37.tar.gz) = ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7 +SIZE (postgrey-1.37.tar.gz) = 41815 Modified: head/mail/postgrey/pkg-message ============================================================================== --- head/mail/postgrey/pkg-message Sun Nov 6 11:42:12 2016 (r425484) +++ head/mail/postgrey/pkg-message Sun Nov 6 11:44:19 2016 (r425485) @@ -1,4 +1,3 @@ - NETWORK LISTENER WARNING ------------------------ @@ -30,4 +29,3 @@ would be --greylist-text='4.7.1 Greylist Please see the "Greylist Text" section of the postgrey(1) man page for more information. - From owner-svn-ports-all@freebsd.org Sun Nov 6 11:45:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A89E3C32172; Sun, 6 Nov 2016 11:45:40 +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 7385CE4; Sun, 6 Nov 2016 11:45:40 +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 uA6BjdMA027880; Sun, 6 Nov 2016 11:45:39 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6BjdAD027878; Sun, 6 Nov 2016 11:45:39 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611061145.uA6BjdAD027878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 6 Nov 2016 11:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425486 - 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: Sun, 06 Nov 2016 11:45:40 -0000 Author: madpilot Date: Sun Nov 6 11:45:39 2016 New Revision: 425486 URL: https://svnweb.freebsd.org/changeset/ports/425486 Log: - Upgrade fet to 5.30.5 PR: 214158 Submitted by: Zsolt Udvari (mainteiner) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sun Nov 6 11:44:19 2016 (r425485) +++ head/deskutils/fet/Makefile Sun Nov 6 11:45:39 2016 (r425486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.30.3 +PORTVERSION= 5.30.5 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Sun Nov 6 11:44:19 2016 (r425485) +++ head/deskutils/fet/distinfo Sun Nov 6 11:45:39 2016 (r425486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472130194 -SHA256 (fet-5.30.3.tar.bz2) = 30a5d2cbc1d1a544b16d661faccd582cba46d79473e283d97844a90ca1dab2a1 -SIZE (fet-5.30.3.tar.bz2) = 10228185 +TIMESTAMP = 1478161870 +SHA256 (fet-5.30.5.tar.bz2) = 107cb04cd3bb8bec31939985459972d11cb8f37133f31188286df6206d43ccae +SIZE (fet-5.30.5.tar.bz2) = 10266512 From owner-svn-ports-all@freebsd.org Sun Nov 6 11:54:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D88C327CF; Sun, 6 Nov 2016 11:54: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 B984F950; Sun, 6 Nov 2016 11:54: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 uA6Bs4hD031687; Sun, 6 Nov 2016 11:54:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Bs4iP031685; Sun, 6 Nov 2016 11:54:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611061154.uA6Bs4iP031685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 6 Nov 2016 11:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425487 - head/www/py-django-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: Sun, 06 Nov 2016 11:54:06 -0000 Author: rene Date: Sun Nov 6 11:54:04 2016 New Revision: 425487 URL: https://svnweb.freebsd.org/changeset/ports/425487 Log: - update to 4.6.0 - add TEST target Reported by: portscout Modified: head/www/py-django-redis/Makefile head/www/py-django-redis/distinfo Modified: head/www/py-django-redis/Makefile ============================================================================== --- head/www/py-django-redis/Makefile Sun Nov 6 11:45:39 2016 (r425486) +++ head/www/py-django-redis/Makefile Sun Nov 6 11:54:04 2016 (r425487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-redis -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,18 @@ COMMENT= Full featured Redis cache/sessi LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}redis>=2.9.0:databases/py-redis +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}redis>=2.10.0:databases/py-redis + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis \ + ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes +do-test: build + @cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py + .include Modified: head/www/py-django-redis/distinfo ============================================================================== --- head/www/py-django-redis/distinfo Sun Nov 6 11:45:39 2016 (r425486) +++ head/www/py-django-redis/distinfo Sun Nov 6 11:54:04 2016 (r425487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474532216 -SHA256 (django-redis-4.5.0.tar.gz) = 57dfc7300fde5a091c63996b0b2bacdd3752fe37678c5a6eafe0b5cac35c0d9c -SIZE (django-redis-4.5.0.tar.gz) = 53568 +TIMESTAMP = 1478383784 +SHA256 (django-redis-4.6.0.tar.gz) = 7b64c8f1efaf426226e9055385ed9e783f1289f2b72a9f6efcc1f602ec6a6dbb +SIZE (django-redis-4.6.0.tar.gz) = 53442 From owner-svn-ports-all@freebsd.org Sun Nov 6 12:54:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3CA0C32C1A; Sun, 6 Nov 2016 12:54:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73AC191D; Sun, 6 Nov 2016 12:54:41 +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 uA6CsegO055091; Sun, 6 Nov 2016 12:54:40 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6CseoK055089; Sun, 6 Nov 2016 12:54:40 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201611061254.uA6CseoK055089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 6 Nov 2016 12:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425488 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 12:54:41 -0000 Author: woodsb02 Date: Sun Nov 6 12:54:40 2016 New Revision: 425488 URL: https://svnweb.freebsd.org/changeset/ports/425488 Log: multimedia/emby-server: Update to 3.0.8500 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.8500 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun Nov 6 11:54:04 2016 (r425487) +++ head/multimedia/emby-server/Makefile Sun Nov 6 12:54:40 2016 (r425488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.8400 +PORTVERSION= 3.0.8500 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun Nov 6 11:54:04 2016 (r425487) +++ head/multimedia/emby-server/distinfo Sun Nov 6 12:54:40 2016 (r425488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477917468 -SHA256 (MediaBrowser-Emby-3.0.8400_GH0.tar.gz) = 46ff1343ecb733cf43155d88ff824b4f9ac6b7a46ee558e5ac3c89ac2a925e61 -SIZE (MediaBrowser-Emby-3.0.8400_GH0.tar.gz) = 53824781 +TIMESTAMP = 1478431577 +SHA256 (MediaBrowser-Emby-3.0.8500_GH0.tar.gz) = 0c6ae2716916f9079300c147bf8b60e7127642fd0d23f2c2b89a6be8f9f6a26e +SIZE (MediaBrowser-Emby-3.0.8500_GH0.tar.gz) = 53824460 From owner-svn-ports-all@freebsd.org Sun Nov 6 13:08:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 833FBC33260; Sun, 6 Nov 2016 13:08:31 +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 50002F72; Sun, 6 Nov 2016 13:08:31 +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 uA6D8Up7059215; Sun, 6 Nov 2016 13:08:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6D8Ua0059213; Sun, 6 Nov 2016 13:08:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611061308.uA6D8Ua0059213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 6 Nov 2016 13:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425489 - in head/x11-toolkits: linux-c6-pango linux-c7-pango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 13:08:31 -0000 Author: tijl Date: Sun Nov 6 13:08:30 2016 New Revision: 425489 URL: https://svnweb.freebsd.org/changeset/ports/425489 Log: Remove expat dependency. Modified: head/x11-toolkits/linux-c6-pango/Makefile head/x11-toolkits/linux-c7-pango/Makefile Modified: head/x11-toolkits/linux-c6-pango/Makefile ============================================================================== --- head/x11-toolkits/linux-c6-pango/Makefile Sun Nov 6 12:54:40 2016 (r425488) +++ head/x11-toolkits/linux-c6-pango/Makefile Sun Nov 6 13:08:30 2016 (r425489) @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.28.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org @@ -15,7 +15,7 @@ CONFLICTS= linux-pango-[0-9]* linux-f10- RPMVERSION= 11.el6 USES= linux:c6 USE_LDCONFIG= yes -USE_LINUX= cairo expat fontconfig libthai xorglibs +USE_LINUX= cairo fontconfig libthai xorglibs USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr Modified: head/x11-toolkits/linux-c7-pango/Makefile ============================================================================== --- head/x11-toolkits/linux-c7-pango/Makefile Sun Nov 6 12:54:40 2016 (r425488) +++ head/x11-toolkits/linux-c7-pango/Makefile Sun Nov 6 13:08:30 2016 (r425489) @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.36.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org @@ -15,7 +15,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= cairo expat fontconfig harfbuzz libthai xorglibs +USE_LINUX= cairo fontconfig harfbuzz libthai xorglibs USE_LINUX_RPM= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr From owner-svn-ports-all@freebsd.org Sun Nov 6 13:27:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBD3BC33A55; Sun, 6 Nov 2016 13:27:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8DA4B67; Sun, 6 Nov 2016 13:27:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6DRHHo067133; Sun, 6 Nov 2016 13:27:17 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6DRGnC067130; Sun, 6 Nov 2016 13:27:16 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611061327.uA6DRGnC067130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 6 Nov 2016 13:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425490 - in head/graphics/goom: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 13:27:18 -0000 Author: jhale Date: Sun Nov 6 13:27:16 2016 New Revision: 425490 URL: https://svnweb.freebsd.org/changeset/ports/425490 Log: Add LICENSE (LGPL20) Convert knobs to options Convert to USES=localbase Specifically disable SDL or it will not build when SDL is installed Simplify BROKEN Add missing file to pkg-plist Regenerate/rename patches Bump PORTREVISION Added: head/graphics/goom/files/patch-src_mmx.h - copied, changed from r425489, head/graphics/goom/files/patch-src-mmx.h Deleted: head/graphics/goom/files/patch-src-mmx.h Modified: head/graphics/goom/Makefile head/graphics/goom/pkg-plist Modified: head/graphics/goom/Makefile ============================================================================== --- head/graphics/goom/Makefile Sun Nov 6 13:08:30 2016 (r425489) +++ head/graphics/goom/Makefile Sun Nov 6 13:27:16 2016 (r425490) @@ -3,7 +3,7 @@ PORTNAME= goom PORTVERSION= 2k4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0 DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src @@ -11,33 +11,26 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.| MAINTAINER= ports@FreeBSD.org COMMENT= Visual effects library +LICENSE= LGPL20 + WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} -USES= pathfix libtool +USES= pathfix libtool localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-sdltest --enable-static +CONFIGURE_ENV= ac_cv_path_SDL_CONFIG="no" INSTALL_TARGET= install-strip USE_LDCONFIG= yes -.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS) -LIB_DEPENDS+= libxmms.so:multimedia/xmms -PLIST_SUB+= XMMS="" -.else -PLIST_SUB+= XMMS="@comment " -.endif - -pre-everything:: -.if !defined(WITH_XMMS) - @${ECHO} "" - @${ECHO} "Define WITH_XMMS to build goom xmms visualization plugin" - @${ECHO} "" -.endif - -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif +BROKEN_powerpc= Does not build + +OPTIONS_DEFINE= XMMS +OPTIONS_SUB= yes + +XMMS_DESC= Build XMMS visualization plugin +XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms +XMMS_USES= gettext-runtime +XMMS_USE= GNOME=glib12,gtk12 \ + XORG=x11,xext,xi +XMMS_CONFIGURE_ENV_OFF= ac_cv_path_XMMS_CONFIG="no" -.include +.include Copied and modified: head/graphics/goom/files/patch-src_mmx.h (from r425489, head/graphics/goom/files/patch-src-mmx.h) ============================================================================== --- head/graphics/goom/files/patch-src-mmx.h Sun Nov 6 13:08:30 2016 (r425489, copy source) +++ head/graphics/goom/files/patch-src_mmx.h Sun Nov 6 13:27:16 2016 (r425490) @@ -1,4 +1,4 @@ ---- src/mmx.h.orig +--- src/mmx.h.orig 2005-02-07 13:46:41 UTC +++ src/mmx.h @@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr { \ Modified: head/graphics/goom/pkg-plist ============================================================================== --- head/graphics/goom/pkg-plist Sun Nov 6 13:08:30 2016 (r425489) +++ head/graphics/goom/pkg-plist Sun Nov 6 13:27:16 2016 (r425490) @@ -15,4 +15,5 @@ lib/libgoom2.so lib/libgoom2.so.0 lib/libgoom2.so.0.0.0 libdata/pkgconfig/libgoom2.pc +%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.a %%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so From owner-svn-ports-all@freebsd.org Sun Nov 6 13:34:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C7C3C33EE2; Sun, 6 Nov 2016 13:34: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 52C72F9D; Sun, 6 Nov 2016 13:34: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 uA6DYHFs071076; Sun, 6 Nov 2016 13:34:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6DYHgF071073; Sun, 6 Nov 2016 13:34:17 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611061334.uA6DYHgF071073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 6 Nov 2016 13:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425491 - 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, 06 Nov 2016 13:34:18 -0000 Author: tijl Date: Sun Nov 6 13:34:17 2016 New Revision: 425491 URL: https://svnweb.freebsd.org/changeset/ports/425491 Log: Undocument linux-*-expat vulnerabilities. linux-*-expat is only used by linux-*-fontconfig to read configuration files written in XML and by dbus-binding-tool(1) from linux-*-dbus-glib, a development tool that generates C code from an Introspection XML file to expose a GObject via D-Bus. These vulnerabilities are therefore not believed to be exploitable on FreeBSD and only cause annoying warnings and prevent installation of linux-*-expat. It also does not look like Red Hat will provide fixes for these any time soon. PR: 210155 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Nov 6 13:27:16 2016 (r425490) +++ head/security/vuxml/vuln.xml Sun Nov 6 13:34:17 2016 (r425491) @@ -8688,11 +8688,6 @@ and CVE-2013-0155.

expat 2.1.1_1 - - linux-c6-expat - linux-f10-expat - 0 - @@ -8716,6 +8711,7 @@ and CVE-2013-0155.

2016-03-18 2016-06-09 + 2016-11-06 @@ -9579,14 +9575,6 @@ and CVE-2013-0155.

expat 2.1.1 - - linux-c6-expat - 2.1.1 - - - linux-f10-expat - 2.1.1 - @@ -9609,7 +9597,7 @@ and CVE-2013-0155.

2016-05-17 2016-05-20 - 2016-06-05 + 2016-11-06 From owner-svn-ports-all@freebsd.org Sun Nov 6 14:16:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 002C8C334D1; Sun, 6 Nov 2016 14:16:13 +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 B253FC7; Sun, 6 Nov 2016 14:16:12 +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 uA6EGBiS086967; Sun, 6 Nov 2016 14:16:11 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6EGBqP086963; Sun, 6 Nov 2016 14:16:11 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611061416.uA6EGBqP086963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 6 Nov 2016 14:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425492 - in head/net/megatools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 14:16:13 -0000 Author: jhale Date: Sun Nov 6 14:16:11 2016 New Revision: 425492 URL: https://svnweb.freebsd.org/changeset/ports/425492 Log: Update to 1.9.98 PR: 214212 Submitted by: Max Kostikov (maintainer) Added: head/net/megatools/files/ head/net/megatools/files/patch-lib_mega.c (contents, props changed) Modified: head/net/megatools/Makefile head/net/megatools/distinfo head/net/megatools/pkg-plist Modified: head/net/megatools/Makefile ============================================================================== --- head/net/megatools/Makefile Sun Nov 6 13:34:17 2016 (r425491) +++ head/net/megatools/Makefile Sun Nov 6 14:16:11 2016 (r425492) @@ -2,35 +2,30 @@ # $FreeBSD$ PORTNAME= megatools -PORTVERSION= 1.9.97 +PORTVERSION= 1.9.98 CATEGORIES= net MASTER_SITES= http://megatools.megous.com/builds/ MAINTAINER= max@kostikov.co -COMMENT= Tools for MEGA.CO.NZ cloud drive +COMMENT= Command line tools for MEGA.NZ cloud drive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl +BUILD_DEPENDS= asciidoc:textproc/asciidoc RUN_DEPENDS= glib-networking>=2.32.0:net/glib-networking CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" -USES= gmake pkgconfig libtool pathfix -USE_LDCONFIG= yes +USES= gettext-runtime gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_OPENSSL= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --enable-introspection=no -OPTIONS_DEFINE= FUSE -OPTIONS_DEFAULT= FUSE -OPTIONS_SUB= yes - -FUSE_USES= fuse -FUSE_CONFIGURE_WITH= fuse +post-patch: +# Unsilence build + ${REINPLACE_CMD} -e '/^export\ MAKEFLAGS/s|^|#|' ${WRKSRC}/Makefile.in .include Modified: head/net/megatools/distinfo ============================================================================== --- head/net/megatools/distinfo Sun Nov 6 13:34:17 2016 (r425491) +++ head/net/megatools/distinfo Sun Nov 6 14:16:11 2016 (r425492) @@ -1,2 +1,3 @@ -SHA256 (megatools-1.9.97.tar.gz) = 3316c56ee55adef0ab113aad41ef95eb28fc15218639f69b1e04362b1c725af3 -SIZE (megatools-1.9.97.tar.gz) = 446801 +TIMESTAMP = 1478256777 +SHA256 (megatools-1.9.98.tar.gz) = 9b0521a4d27dbc417fc8e12610ac1e1da729bf6d6eb5bef927ef3670b372a16f +SIZE (megatools-1.9.98.tar.gz) = 285805 Added: head/net/megatools/files/patch-lib_mega.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/megatools/files/patch-lib_mega.c Sun Nov 6 14:16:11 2016 (r425492) @@ -0,0 +1,33 @@ +Fix build for FreeBSD 9.x base OpenSSL and LibreSSL. Fix for LibreSSL is +already in upstream repository, so this file can be removed once FreeBSD 9.x +support is dropped AND the next version of megatools is released. +--- lib/mega.c.orig 2016-11-03 13:45:42 UTC ++++ lib/mega.c +@@ -29,7 +29,9 @@ + #include + #include + #include ++#if OPENSSL_VERSION_NUMBER >= 0x101000000L && !defined(LIBRESSL_VERSION_NUMBER) + #include ++#endif + #include + #include + #include +@@ -803,7 +805,7 @@ static gboolean rsa_key_gen(rsa_key* k) + return FALSE; + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x101000000L && !defined(LIBRESSL_VERSION_NUMBER) + RSA_get0_key(key, &k->m, &k->e, &k->d); + RSA_get0_factors(key, &k->q, &k->p); + RSA_get0_crt_params(key, NULL, NULL, &k->u); +@@ -2988,7 +2990,7 @@ struct _put_data + GByteArray* buffer; + }; + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x101000000L && !defined(LIBRESSL_VERSION_NUMBER) + void AES_ctr128_encrypt( + const unsigned char *in, + unsigned char *out, Modified: head/net/megatools/pkg-plist ============================================================================== --- head/net/megatools/pkg-plist Sun Nov 6 13:34:17 2016 (r425491) +++ head/net/megatools/pkg-plist Sun Nov 6 14:16:11 2016 (r425492) @@ -1,29 +1,15 @@ bin/megacopy bin/megadf bin/megadl -%%FUSE%%bin/megafs bin/megaget bin/megals bin/megamkdir bin/megaput bin/megareg bin/megarm -include/mega/mega-aes-ctr-encryptor.h -include/mega/mega-aes-key.h -include/mega/mega-chunked-cbc-mac.h -include/mega/mega-enum-types.h -include/mega/mega-rsa-key.h -include/mega/mega.h -include/mega/utils.h -lib/libmega.a -lib/libmega.so -lib/libmega.so.0 -lib/libmega.so.0.0.0 -libdata/pkgconfig/libmega.pc man/man1/megacopy.1.gz man/man1/megadf.1.gz man/man1/megadl.1.gz -%%FUSE%%man/man1/megafs.1.gz man/man1/megaget.1.gz man/man1/megals.1.gz man/man1/megamkdir.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 14:42:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54783C331B1; Sun, 6 Nov 2016 14:42:52 +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 23BA4E4; Sun, 6 Nov 2016 14:42:52 +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 uA6Egpku098526; Sun, 6 Nov 2016 14:42:51 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6EgpGV098524; Sun, 6 Nov 2016 14:42:51 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201611061442.uA6EgpGV098524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sun, 6 Nov 2016 14:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425493 - head/www/libjwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 14:42:52 -0000 Author: kevlo Date: Sun Nov 6 14:42:50 2016 New Revision: 425493 URL: https://svnweb.freebsd.org/changeset/ports/425493 Log: Update to 1.6.2 Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Sun Nov 6 14:16:11 2016 (r425492) +++ head/www/libjwt/Makefile Sun Nov 6 14:42:50 2016 (r425493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v CATEGORIES= www @@ -18,7 +18,7 @@ LIB_DEPENDS= libcheck.so:devel/libcheck USE_GITHUB= yes GH_ACCOUNT= benmcollins -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf gmake libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I/usr/include" \ Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Sun Nov 6 14:16:11 2016 (r425492) +++ head/www/libjwt/distinfo Sun Nov 6 14:42:50 2016 (r425493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477558028 -SHA256 (benmcollins-libjwt-v1.6.0_GH0.tar.gz) = 0044f8188dd1e079f815f78a0db71f75d66631a651e9a4ae36d1a958ddb94e45 -SIZE (benmcollins-libjwt-v1.6.0_GH0.tar.gz) = 78128 +TIMESTAMP = 1478443018 +SHA256 (benmcollins-libjwt-v1.6.2_GH0.tar.gz) = 71dff055367ed52de4297ee492f2090d99dbc386574d131ec20f56f329e47fa4 +SIZE (benmcollins-libjwt-v1.6.2_GH0.tar.gz) = 82178 From owner-svn-ports-all@freebsd.org Sun Nov 6 14:53:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A4BC3364D; Sun, 6 Nov 2016 14:53:47 +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 632D48A6; Sun, 6 Nov 2016 14:53:47 +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 uA6ErkBU002512; Sun, 6 Nov 2016 14:53:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6ErkVk002510; Sun, 6 Nov 2016 14:53:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611061453.uA6ErkVk002510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 6 Nov 2016 14:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425494 - head/x11/p5-X11-XCB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 14:53:47 -0000 Author: pi Date: Sun Nov 6 14:53:46 2016 New Revision: 425494 URL: https://svnweb.freebsd.org/changeset/ports/425494 Log: x11/p5-X11-XCB: update 0.15 -> 0.16 - newer version of _GenerateMyXS.pm inside Modified: head/x11/p5-X11-XCB/Makefile head/x11/p5-X11-XCB/distinfo Modified: head/x11/p5-X11-XCB/Makefile ============================================================================== --- head/x11/p5-X11-XCB/Makefile Sun Nov 6 14:42:50 2016 (r425493) +++ head/x11/p5-X11-XCB/Makefile Sun Nov 6 14:53:46 2016 (r425494) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= X11-XCB -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/x11/p5-X11-XCB/distinfo ============================================================================== --- head/x11/p5-X11-XCB/distinfo Sun Nov 6 14:42:50 2016 (r425493) +++ head/x11/p5-X11-XCB/distinfo Sun Nov 6 14:53:46 2016 (r425494) @@ -1,2 +1,3 @@ -SHA256 (X11-XCB-0.15.tar.gz) = a5521047698a61e08d543c2169ec6c1743055ccb1103a5ea8850d01552a6ce81 -SIZE (X11-XCB-0.15.tar.gz) = 89158 +TIMESTAMP = 1478431202 +SHA256 (X11-XCB-0.16.tar.gz) = fc4385785540e980e6615eb35b9edc9c5ec09547810e62c317fe060042deb692 +SIZE (X11-XCB-0.16.tar.gz) = 89791 From owner-svn-ports-all@freebsd.org Sun Nov 6 15:01:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7833BC33C20; Sun, 6 Nov 2016 15:01:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A223EB7; Sun, 6 Nov 2016 15:01:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6F1hfd004256; Sun, 6 Nov 2016 15:01:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6F1hs9004254; Sun, 6 Nov 2016 15:01:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611061501.uA6F1hs9004254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Nov 2016 15:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425495 - head/devel/p5-Sub-Exporter-Progressive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 15:01:44 -0000 Author: adamw Date: Sun Nov 6 15:01:43 2016 New Revision: 425495 URL: https://svnweb.freebsd.org/changeset/ports/425495 Log: Update to 0.001013. - Avoid possible warnings about special variables only being used once (Graham Knop) - Many small performance improvements (Peter Rabbitson) PR: 213731 Approved by: maintainer timeout Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile head/devel/p5-Sub-Exporter-Progressive/distinfo Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile ============================================================================== --- head/devel/p5-Sub-Exporter-Progressive/Makefile Sun Nov 6 14:53:46 2016 (r425494) +++ head/devel/p5-Sub-Exporter-Progressive/Makefile Sun Nov 6 15:01:43 2016 (r425495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Exporter-Progressive -PORTVERSION= 0.001011 +PORTVERSION= 0.001013 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Sub-Exporter-Progressive/distinfo ============================================================================== --- head/devel/p5-Sub-Exporter-Progressive/distinfo Sun Nov 6 14:53:46 2016 (r425494) +++ head/devel/p5-Sub-Exporter-Progressive/distinfo Sun Nov 6 15:01:43 2016 (r425495) @@ -1,2 +1,3 @@ -SHA256 (Sub-Exporter-Progressive-0.001011.tar.gz) = 0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06 -SIZE (Sub-Exporter-Progressive-0.001011.tar.gz) = 5829 +TIMESTAMP = 1477234374 +SHA256 (Sub-Exporter-Progressive-0.001013.tar.gz) = d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056 +SIZE (Sub-Exporter-Progressive-0.001013.tar.gz) = 13468 From owner-svn-ports-all@freebsd.org Sun Nov 6 15:31:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC95CC32CCF; Sun, 6 Nov 2016 15:31: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 7A5E73DC; Sun, 6 Nov 2016 15:31: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 uA6FVeSC018101; Sun, 6 Nov 2016 15:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6FVerl018099; Sun, 6 Nov 2016 15:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061531.uA6FVerl018099@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, 6 Nov 2016 15:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425496 - branches/2016Q4/ftp/curl 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: Sun, 06 Nov 2016 15:31:41 -0000 Author: sunpoet Date: Sun Nov 6 15:31:40 2016 New Revision: 425496 URL: https://svnweb.freebsd.org/changeset/ports/425496 Log: MFH: r425404 - Fix IDN option - Sort PLIST - Bump PORTREVISION for dependency change Approved by: ports-secteam (feld) Modified: branches/2016Q4/ftp/curl/Makefile branches/2016Q4/ftp/curl/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/ftp/curl/Makefile ============================================================================== --- branches/2016Q4/ftp/curl/Makefile Sun Nov 6 15:01:43 2016 (r425495) +++ branches/2016Q4/ftp/curl/Makefile Sun Nov 6 15:31:40 2016 (r425496) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.51.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -104,8 +105,8 @@ HTTP2_CONFIGURE_WITH= nghttp2 HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2 HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:www/nghttp2 HTTP2_USES= pkgconfig -IDN_CONFIGURE_WITH= libidn -IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_CONFIGURE_WITH= libidn2 +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 LDAP_CONFIGURE_ENABLE= ldap Modified: branches/2016Q4/ftp/curl/pkg-plist ============================================================================== --- branches/2016Q4/ftp/curl/pkg-plist Sun Nov 6 15:01:43 2016 (r425495) +++ branches/2016Q4/ftp/curl/pkg-plist Sun Nov 6 15:31:40 2016 (r425496) @@ -17,6 +17,55 @@ lib/libcurl.so.7 libdata/pkgconfig/libcurl.pc man/man1/curl-config.1.gz man/man1/curl.1.gz +man/man3/curl_easy_cleanup.3.gz +man/man3/curl_easy_duphandle.3.gz +man/man3/curl_easy_escape.3.gz +man/man3/curl_easy_getinfo.3.gz +man/man3/curl_easy_init.3.gz +man/man3/curl_easy_pause.3.gz +man/man3/curl_easy_perform.3.gz +man/man3/curl_easy_recv.3.gz +man/man3/curl_easy_reset.3.gz +man/man3/curl_easy_send.3.gz +man/man3/curl_easy_setopt.3.gz +man/man3/curl_easy_strerror.3.gz +man/man3/curl_easy_unescape.3.gz +man/man3/curl_escape.3.gz +man/man3/curl_formadd.3.gz +man/man3/curl_formfree.3.gz +man/man3/curl_formget.3.gz +man/man3/curl_free.3.gz +man/man3/curl_getdate.3.gz +man/man3/curl_getenv.3.gz +man/man3/curl_global_cleanup.3.gz +man/man3/curl_global_init_mem.3.gz +man/man3/curl_global_init.3.gz +man/man3/curl_mprintf.3.gz +man/man3/curl_multi_add_handle.3.gz +man/man3/curl_multi_assign.3.gz +man/man3/curl_multi_cleanup.3.gz +man/man3/curl_multi_fdset.3.gz +man/man3/curl_multi_info_read.3.gz +man/man3/curl_multi_init.3.gz +man/man3/curl_multi_perform.3.gz +man/man3/curl_multi_remove_handle.3.gz +man/man3/curl_multi_setopt.3.gz +man/man3/curl_multi_socket_action.3.gz +man/man3/curl_multi_socket_all.3.gz +man/man3/curl_multi_socket.3.gz +man/man3/curl_multi_strerror.3.gz +man/man3/curl_multi_timeout.3.gz +man/man3/curl_multi_wait.3.gz +man/man3/curl_share_cleanup.3.gz +man/man3/curl_share_init.3.gz +man/man3/curl_share_setopt.3.gz +man/man3/curl_share_strerror.3.gz +man/man3/curl_slist_append.3.gz +man/man3/curl_slist_free_all.3.gz +man/man3/curl_strequal.3.gz +man/man3/curl_unescape.3.gz +man/man3/curl_version_info.3.gz +man/man3/curl_version.3.gz man/man3/CURLINFO_ACTIVESOCKET.3.gz man/man3/CURLINFO_APPCONNECT_TIME.3.gz man/man3/CURLINFO_CERTINFO.3.gz @@ -30,9 +79,9 @@ man/man3/CURLINFO_EFFECTIVE_URL.3.gz man/man3/CURLINFO_FILETIME.3.gz man/man3/CURLINFO_FTP_ENTRY_PATH.3.gz man/man3/CURLINFO_HEADER_SIZE.3.gz -man/man3/CURLINFO_HTTPAUTH_AVAIL.3.gz man/man3/CURLINFO_HTTP_CONNECTCODE.3.gz man/man3/CURLINFO_HTTP_VERSION.3.gz +man/man3/CURLINFO_HTTPAUTH_AVAIL.3.gz man/man3/CURLINFO_LASTSOCKET.3.gz man/man3/CURLINFO_LOCAL_IP.3.gz man/man3/CURLINFO_LOCAL_PORT.3.gz @@ -65,21 +114,21 @@ man/man3/CURLINFO_TLS_SSL_PTR.3.gz man/man3/CURLINFO_TOTAL_TIME.3.gz man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3.gz man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3.gz -man/man3/CURLMOPT_MAXCONNECTS.3.gz man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3.gz man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3.gz man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3.gz -man/man3/CURLMOPT_PIPELINING.3.gz +man/man3/CURLMOPT_MAXCONNECTS.3.gz man/man3/CURLMOPT_PIPELINING_SERVER_BL.3.gz man/man3/CURLMOPT_PIPELINING_SITE_BL.3.gz +man/man3/CURLMOPT_PIPELINING.3.gz man/man3/CURLMOPT_PUSHDATA.3.gz man/man3/CURLMOPT_PUSHFUNCTION.3.gz man/man3/CURLMOPT_SOCKETDATA.3.gz man/man3/CURLMOPT_SOCKETFUNCTION.3.gz man/man3/CURLMOPT_TIMERDATA.3.gz man/man3/CURLMOPT_TIMERFUNCTION.3.gz -man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3.gz man/man3/CURLOPT_ACCEPT_ENCODING.3.gz +man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3.gz man/man3/CURLOPT_ADDRESS_SCOPE.3.gz man/man3/CURLOPT_APPEND.3.gz man/man3/CURLOPT_AUTOREFERER.3.gz @@ -92,10 +141,10 @@ man/man3/CURLOPT_CHUNK_DATA.3.gz man/man3/CURLOPT_CHUNK_END_FUNCTION.3.gz man/man3/CURLOPT_CLOSESOCKETDATA.3.gz man/man3/CURLOPT_CLOSESOCKETFUNCTION.3.gz -man/man3/CURLOPT_CONNECTTIMEOUT.3.gz -man/man3/CURLOPT_CONNECTTIMEOUT_MS.3.gz man/man3/CURLOPT_CONNECT_ONLY.3.gz man/man3/CURLOPT_CONNECT_TO.3.gz +man/man3/CURLOPT_CONNECTTIMEOUT_MS.3.gz +man/man3/CURLOPT_CONNECTTIMEOUT.3.gz man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3.gz man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3.gz man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3.gz @@ -128,8 +177,6 @@ man/man3/CURLOPT_FNMATCH_FUNCTION.3.gz man/man3/CURLOPT_FOLLOWLOCATION.3.gz man/man3/CURLOPT_FORBID_REUSE.3.gz man/man3/CURLOPT_FRESH_CONNECT.3.gz -man/man3/CURLOPT_FTPPORT.3.gz -man/man3/CURLOPT_FTPSSLAUTH.3.gz man/man3/CURLOPT_FTP_ACCOUNT.3.gz man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3.gz man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3.gz @@ -140,23 +187,25 @@ man/man3/CURLOPT_FTP_SSL_CCC.3.gz man/man3/CURLOPT_FTP_USE_EPRT.3.gz man/man3/CURLOPT_FTP_USE_EPSV.3.gz man/man3/CURLOPT_FTP_USE_PRET.3.gz +man/man3/CURLOPT_FTPPORT.3.gz +man/man3/CURLOPT_FTPSSLAUTH.3.gz man/man3/CURLOPT_GSSAPI_DELEGATION.3.gz man/man3/CURLOPT_HEADER.3.gz man/man3/CURLOPT_HEADERDATA.3.gz man/man3/CURLOPT_HEADERFUNCTION.3.gz man/man3/CURLOPT_HEADEROPT.3.gz +man/man3/CURLOPT_HTTP_CONTENT_DECODING.3.gz +man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3.gz +man/man3/CURLOPT_HTTP_VERSION.3.gz man/man3/CURLOPT_HTTP200ALIASES.3.gz man/man3/CURLOPT_HTTPAUTH.3.gz man/man3/CURLOPT_HTTPGET.3.gz man/man3/CURLOPT_HTTPHEADER.3.gz man/man3/CURLOPT_HTTPPOST.3.gz man/man3/CURLOPT_HTTPPROXYTUNNEL.3.gz -man/man3/CURLOPT_HTTP_CONTENT_DECODING.3.gz -man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3.gz -man/man3/CURLOPT_HTTP_VERSION.3.gz man/man3/CURLOPT_IGNORE_CONTENT_LENGTH.3.gz -man/man3/CURLOPT_INFILESIZE.3.gz man/man3/CURLOPT_INFILESIZE_LARGE.3.gz +man/man3/CURLOPT_INFILESIZE.3.gz man/man3/CURLOPT_INTERFACE.3.gz man/man3/CURLOPT_INTERLEAVEDATA.3.gz man/man3/CURLOPT_INTERLEAVEFUNCTION.3.gz @@ -164,8 +213,8 @@ man/man3/CURLOPT_IOCTLDATA.3.gz man/man3/CURLOPT_IOCTLFUNCTION.3.gz man/man3/CURLOPT_IPRESOLVE.3.gz man/man3/CURLOPT_ISSUERCERT.3.gz -man/man3/CURLOPT_KEYPASSWD.3.gz man/man3/CURLOPT_KEEP_SENDING_ON_ERROR.3.gz +man/man3/CURLOPT_KEYPASSWD.3.gz man/man3/CURLOPT_KRBLEVEL.3.gz man/man3/CURLOPT_LOCALPORT.3.gz man/man3/CURLOPT_LOCALPORTRANGE.3.gz @@ -175,14 +224,14 @@ man/man3/CURLOPT_LOW_SPEED_TIME.3.gz man/man3/CURLOPT_MAIL_AUTH.3.gz man/man3/CURLOPT_MAIL_FROM.3.gz man/man3/CURLOPT_MAIL_RCPT.3.gz +man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz +man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz man/man3/CURLOPT_MAXCONNECTS.3.gz -man/man3/CURLOPT_MAXFILESIZE.3.gz man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz +man/man3/CURLOPT_MAXFILESIZE.3.gz man/man3/CURLOPT_MAXREDIRS.3.gz -man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz -man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz -man/man3/CURLOPT_NETRC.3.gz man/man3/CURLOPT_NETRC_FILE.3.gz +man/man3/CURLOPT_NETRC.3.gz man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3.gz man/man3/CURLOPT_NEW_FILE_PERMS.3.gz man/man3/CURLOPT_NOBODY.3.gz @@ -198,8 +247,8 @@ man/man3/CURLOPT_PIPEWAIT.3.gz man/man3/CURLOPT_PORT.3.gz man/man3/CURLOPT_POST.3.gz man/man3/CURLOPT_POSTFIELDS.3.gz -man/man3/CURLOPT_POSTFIELDSIZE.3.gz man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3.gz +man/man3/CURLOPT_POSTFIELDSIZE.3.gz man/man3/CURLOPT_POSTQUOTE.3.gz man/man3/CURLOPT_POSTREDIR.3.gz man/man3/CURLOPT_PREQUOTE.3.gz @@ -207,6 +256,8 @@ man/man3/CURLOPT_PRIVATE.3.gz man/man3/CURLOPT_PROGRESSDATA.3.gz man/man3/CURLOPT_PROGRESSFUNCTION.3.gz man/man3/CURLOPT_PROTOCOLS.3.gz +man/man3/CURLOPT_PROXY_SERVICE_NAME.3.gz +man/man3/CURLOPT_PROXY_TRANSFER_MODE.3.gz man/man3/CURLOPT_PROXY.3.gz man/man3/CURLOPT_PROXYAUTH.3.gz man/man3/CURLOPT_PROXYHEADER.3.gz @@ -215,8 +266,6 @@ man/man3/CURLOPT_PROXYPORT.3.gz man/man3/CURLOPT_PROXYTYPE.3.gz man/man3/CURLOPT_PROXYUSERNAME.3.gz man/man3/CURLOPT_PROXYUSERPWD.3.gz -man/man3/CURLOPT_PROXY_SERVICE_NAME.3.gz -man/man3/CURLOPT_PROXY_TRANSFER_MODE.3.gz man/man3/CURLOPT_PUT.3.gz man/man3/CURLOPT_QUOTE.3.gz man/man3/CURLOPT_RANDOM_FILE.3.gz @@ -226,8 +275,8 @@ man/man3/CURLOPT_READFUNCTION.3.gz man/man3/CURLOPT_REDIR_PROTOCOLS.3.gz man/man3/CURLOPT_REFERER.3.gz man/man3/CURLOPT_RESOLVE.3.gz -man/man3/CURLOPT_RESUME_FROM.3.gz man/man3/CURLOPT_RESUME_FROM_LARGE.3.gz +man/man3/CURLOPT_RESUME_FROM.3.gz man/man3/CURLOPT_RTSP_CLIENT_CSEQ.3.gz man/man3/CURLOPT_RTSP_REQUEST.3.gz man/man3/CURLOPT_RTSP_SERVER_CSEQ.3.gz @@ -250,13 +299,6 @@ man/man3/CURLOPT_SSH_KEYFUNCTION.3.gz man/man3/CURLOPT_SSH_KNOWNHOSTS.3.gz man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3.gz man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3.gz -man/man3/CURLOPT_SSLCERT.3.gz -man/man3/CURLOPT_SSLCERTTYPE.3.gz -man/man3/CURLOPT_SSLENGINE.3.gz -man/man3/CURLOPT_SSLENGINE_DEFAULT.3.gz -man/man3/CURLOPT_SSLKEY.3.gz -man/man3/CURLOPT_SSLKEYTYPE.3.gz -man/man3/CURLOPT_SSLVERSION.3.gz man/man3/CURLOPT_SSL_CIPHER_LIST.3.gz man/man3/CURLOPT_SSL_CTX_DATA.3.gz man/man3/CURLOPT_SSL_CTX_FUNCTION.3.gz @@ -268,9 +310,16 @@ man/man3/CURLOPT_SSL_SESSIONID_CACHE.3.g man/man3/CURLOPT_SSL_VERIFYHOST.3.gz man/man3/CURLOPT_SSL_VERIFYPEER.3.gz man/man3/CURLOPT_SSL_VERIFYSTATUS.3.gz +man/man3/CURLOPT_SSLCERT.3.gz +man/man3/CURLOPT_SSLCERTTYPE.3.gz +man/man3/CURLOPT_SSLENGINE_DEFAULT.3.gz +man/man3/CURLOPT_SSLENGINE.3.gz +man/man3/CURLOPT_SSLKEY.3.gz +man/man3/CURLOPT_SSLKEYTYPE.3.gz +man/man3/CURLOPT_SSLVERSION.3.gz man/man3/CURLOPT_STDERR.3.gz -man/man3/CURLOPT_STREAM_DEPENDS.3.gz man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz +man/man3/CURLOPT_STREAM_DEPENDS.3.gz man/man3/CURLOPT_STREAM_WEIGHT.3.gz man/man3/CURLOPT_TCP_FASTOPEN.3.gz man/man3/CURLOPT_TCP_KEEPALIVE.3.gz @@ -281,22 +330,22 @@ man/man3/CURLOPT_TELNETOPTIONS.3.gz man/man3/CURLOPT_TFTP_BLKSIZE.3.gz man/man3/CURLOPT_TFTP_NO_OPTIONS.3.gz man/man3/CURLOPT_TIMECONDITION.3.gz -man/man3/CURLOPT_TIMEOUT.3.gz man/man3/CURLOPT_TIMEOUT_MS.3.gz +man/man3/CURLOPT_TIMEOUT.3.gz man/man3/CURLOPT_TIMEVALUE.3.gz man/man3/CURLOPT_TLSAUTH_PASSWORD.3.gz man/man3/CURLOPT_TLSAUTH_TYPE.3.gz man/man3/CURLOPT_TLSAUTH_USERNAME.3.gz -man/man3/CURLOPT_TRANSFERTEXT.3.gz man/man3/CURLOPT_TRANSFER_ENCODING.3.gz +man/man3/CURLOPT_TRANSFERTEXT.3.gz man/man3/CURLOPT_UNIX_SOCKET_PATH.3.gz man/man3/CURLOPT_UNRESTRICTED_AUTH.3.gz man/man3/CURLOPT_UPLOAD.3.gz man/man3/CURLOPT_URL.3.gz +man/man3/CURLOPT_USE_SSL.3.gz man/man3/CURLOPT_USERAGENT.3.gz man/man3/CURLOPT_USERNAME.3.gz man/man3/CURLOPT_USERPWD.3.gz -man/man3/CURLOPT_USE_SSL.3.gz man/man3/CURLOPT_VERBOSE.3.gz man/man3/CURLOPT_WILDCARDMATCH.3.gz man/man3/CURLOPT_WRITEDATA.3.gz @@ -304,55 +353,6 @@ man/man3/CURLOPT_WRITEFUNCTION.3.gz man/man3/CURLOPT_XFERINFODATA.3.gz man/man3/CURLOPT_XFERINFOFUNCTION.3.gz man/man3/CURLOPT_XOAUTH2_BEARER.3.gz -man/man3/curl_easy_cleanup.3.gz -man/man3/curl_easy_duphandle.3.gz -man/man3/curl_easy_escape.3.gz -man/man3/curl_easy_getinfo.3.gz -man/man3/curl_easy_init.3.gz -man/man3/curl_easy_pause.3.gz -man/man3/curl_easy_perform.3.gz -man/man3/curl_easy_recv.3.gz -man/man3/curl_easy_reset.3.gz -man/man3/curl_easy_send.3.gz -man/man3/curl_easy_setopt.3.gz -man/man3/curl_easy_strerror.3.gz -man/man3/curl_easy_unescape.3.gz -man/man3/curl_escape.3.gz -man/man3/curl_formadd.3.gz -man/man3/curl_formfree.3.gz -man/man3/curl_formget.3.gz -man/man3/curl_free.3.gz -man/man3/curl_getdate.3.gz -man/man3/curl_getenv.3.gz -man/man3/curl_global_cleanup.3.gz -man/man3/curl_global_init.3.gz -man/man3/curl_global_init_mem.3.gz -man/man3/curl_mprintf.3.gz -man/man3/curl_multi_add_handle.3.gz -man/man3/curl_multi_assign.3.gz -man/man3/curl_multi_cleanup.3.gz -man/man3/curl_multi_fdset.3.gz -man/man3/curl_multi_info_read.3.gz -man/man3/curl_multi_init.3.gz -man/man3/curl_multi_perform.3.gz -man/man3/curl_multi_remove_handle.3.gz -man/man3/curl_multi_setopt.3.gz -man/man3/curl_multi_socket.3.gz -man/man3/curl_multi_socket_action.3.gz -man/man3/curl_multi_socket_all.3.gz -man/man3/curl_multi_strerror.3.gz -man/man3/curl_multi_timeout.3.gz -man/man3/curl_multi_wait.3.gz -man/man3/curl_share_cleanup.3.gz -man/man3/curl_share_init.3.gz -man/man3/curl_share_setopt.3.gz -man/man3/curl_share_strerror.3.gz -man/man3/curl_slist_append.3.gz -man/man3/curl_slist_free_all.3.gz -man/man3/curl_strequal.3.gz -man/man3/curl_unescape.3.gz -man/man3/curl_version.3.gz -man/man3/curl_version_info.3.gz man/man3/libcurl-easy.3.gz man/man3/libcurl-errors.3.gz man/man3/libcurl-multi.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 15:38:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C71C32FF9; Sun, 6 Nov 2016 15:38:56 +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 4492A970; Sun, 6 Nov 2016 15:38:56 +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 uA6Fct8u018537; Sun, 6 Nov 2016 15:38:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6FctD0018533; Sun, 6 Nov 2016 15:38:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611061538.uA6FctD0018533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Nov 2016 15:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425497 - in head/mail/spamassassin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 15:38:56 -0000 Author: adamw Date: Sun Nov 6 15:38:55 2016 New Revision: 425497 URL: https://svnweb.freebsd.org/changeset/ports/425497 Log: For quite a while now, the only update server for SpamAssassin hasn't had a valid DNS entry. People have asked about it on the mailing list as far back as August, but literally nobody has replied to any of those posts, and no commits or wiki updates have been made regarding this, making it reasonably appear that nobody on the SpamAssassin team has noticed or cares that SpamAssassin no longer updates. For now, just add a patch that turns sa-update(1) into a no-op. While here, add a couple simple Makefile tweaks and bump PORTREVISION. Added: head/mail/spamassassin/files/patch-sa-update.raw (contents, props changed) Modified: head/mail/spamassassin/Makefile head/mail/spamassassin/pkg-plist Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Sun Nov 6 15:31:40 2016 (r425496) +++ head/mail/spamassassin/Makefile Sun Nov 6 15:38:55 2016 (r425497) @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.1 -PORTREVISION?= 7 # also bump japanese/spamassassin +PORTREVISION?= 8 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= APACHE/spamassassin/source CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -29,7 +29,7 @@ CONFLICTS?= ja-spamassassin-[0-9]* CPE_VENDOR= apache -USES= perl5 cpe +USES= cpe perl5 USE_PERL5= configure USE_LDCONFIG= yes @@ -78,6 +78,8 @@ SUB_LIST+= SPAMD_OWN="${USERS}:${GROUPS} PLIST_SUB+= USER=${USERS} GROUP=${GROUPS} OPTIONS_SUB= yes +AS_ROOT_SUB_LIST= RUN_AS_USER="-u ${USERS} -H /var/spool/spamd" +AS_ROOT_SUB_LIST_OFF= RUN_AS_USER= DCC_RUN_DEPENDS= dcc-dccd>=1.3.111:mail/dcc-dccd DKIM_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-Mail-DKIM>=0.37:mail/p5-Mail-DKIM \ @@ -91,7 +93,7 @@ RAZOR_RUN_DEPENDS= razor-agents>=2.84:ma RELAY_COUNTRY_RUN_DEPENDS= p5-Geo-IP>=0:net/p5-Geo-IP SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:mail/p5-Mail-SPF -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL SSL_CONFIGURE_ON= ENABLE_SSL=yes SSL_CONFIGURE_OFF= ENABLE_SSL=no @@ -128,12 +130,6 @@ SUB_LIST+= SQL_FLAG="-Q" SUB_LIST+= SQL_FLAG="" .endif -.if empty(PORT_OPTIONS:MAS_ROOT) -SUB_LIST+= RUN_AS_USER="-u ${USERS} -H /var/spool/spamd" -.else -SUB_LIST+= RUN_AS_USER="" -.endif - .if ${PORT_OPTIONS:MUPDATE_AND_COMPILE} && empty(PACKAGE_BUILDING) && empty(BATCH) PLIST_SUB+= UPDATE_ON_INSTALL="yes" .else @@ -162,8 +158,6 @@ post-patch:: . endif .endfor - ${FIND} ${WRKSRC} -name '*.orig' -or -name '*.bak' -delete - pre-su-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_LIB} ${WRKSRC}/spamc/libspamc.so ${STAGEDIR}${PREFIX}/lib/libspamc.so.0 Added: head/mail/spamassassin/files/patch-sa-update.raw ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/spamassassin/files/patch-sa-update.raw Sun Nov 6 15:38:55 2016 (r425497) @@ -0,0 +1,12 @@ +--- sa-update.raw.orig 2016-11-06 15:26:19 UTC ++++ sa-update.raw +@@ -162,7 +162,8 @@ my %valid_GPG = ( + + # Default list of channels to update against + # +-my @channels = ( 'updates.spamassassin.org' ); ++#my @channels = ( 'updates.spamassassin.org' ); ++my @channels = (); + + my $IGNORE_MIRBY_OLDER_THAN = (24 * 60 * 60 * 7); # 1 week + Modified: head/mail/spamassassin/pkg-plist ============================================================================== --- head/mail/spamassassin/pkg-plist Sun Nov 6 15:31:40 2016 (r425496) +++ head/mail/spamassassin/pkg-plist Sun Nov 6 15:38:55 2016 (r425497) @@ -1,4 +1,4 @@ -@unexec if service sa-spamd status | grep -q "spamd is running"; then service sa-spamd stop; fi +@preunexec if service sa-spamd status | grep -q "spamd is running"; then service sa-spamd stop; fi bin/sa-awl bin/sa-check_spamd bin/sa-compile From owner-svn-ports-all@freebsd.org Sun Nov 6 15:39:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9CB6C3302E; Sun, 6 Nov 2016 15:39:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BCE5A4E; Sun, 6 Nov 2016 15:39:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6FdJi5018656; Sun, 6 Nov 2016 15:39:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6FdJWo018655; Sun, 6 Nov 2016 15:39:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611061539.uA6FdJWo018655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Nov 2016 15:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425498 - head/japanese/spamassassin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 15:39:20 -0000 Author: adamw Date: Sun Nov 6 15:39:19 2016 New Revision: 425498 URL: https://svnweb.freebsd.org/changeset/ports/425498 Log: Bump PORTREVISION after r425497. Modified: head/japanese/spamassassin/Makefile Modified: head/japanese/spamassassin/Makefile ============================================================================== --- head/japanese/spamassassin/Makefile Sun Nov 6 15:38:55 2016 (r425497) +++ head/japanese/spamassassin/Makefile Sun Nov 6 15:39:19 2016 (r425498) @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- From owner-svn-ports-all@freebsd.org Sun Nov 6 15:39:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE784C33093; Sun, 6 Nov 2016 15:39:55 +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 7DA31B34; Sun, 6 Nov 2016 15:39:55 +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 uA6FdsHs018800; Sun, 6 Nov 2016 15:39:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6FdsBq018798; Sun, 6 Nov 2016 15:39:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611061539.uA6FdsBq018798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 6 Nov 2016 15:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425499 - in branches/2016Q4/news/sabnzbdplus: . 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: Sun, 06 Nov 2016 15:39:55 -0000 Author: riggs Date: Sun Nov 6 15:39:54 2016 New Revision: 425499 URL: https://svnweb.freebsd.org/changeset/ports/425499 Log: MFH: r425481 Fix character encoding issues Details: - port now defaults to en_US.UTF-8 for LC_CTYPE - Bump PORTREVISION PR: 212993 Submitted by: joshruehlig@gmail.com (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q4/news/sabnzbdplus/Makefile branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/news/sabnzbdplus/Makefile ============================================================================== --- branches/2016Q4/news/sabnzbdplus/Makefile Sun Nov 6 15:39:19 2016 (r425498) +++ branches/2016Q4/news/sabnzbdplus/Makefile Sun Nov 6 15:39:54 2016 (r425499) @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src Modified: branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in ============================================================================== --- branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 15:39:19 2016 (r425498) +++ branches/2016Q4/news/sabnzbdplus/files/sabnzbd.in Sun Nov 6 15:39:54 2016 (r425499) @@ -46,7 +46,7 @@ command_args="--daemon -f ${sabnzbd_conf sabnzbd_prestart() { PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin - export LC_CTYPE="UTF-8" + export LC_CTYPE="en_US.UTF-8" for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do if [ ! -d "${sabdir}" ]; then install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir} From owner-svn-ports-all@freebsd.org Sun Nov 6 15:50:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6ABD2C334AD; Sun, 6 Nov 2016 15:50:27 +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 3744BE3; Sun, 6 Nov 2016 15:50:27 +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 uA6FoQ4J022682; Sun, 6 Nov 2016 15:50:26 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6FoQZp022681; Sun, 6 Nov 2016 15:50:26 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611061550.uA6FoQZp022681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 6 Nov 2016 15:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425500 - 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: Sun, 06 Nov 2016 15:50:27 -0000 Author: dinoex Date: Sun Nov 6 15:50:26 2016 New Revision: 425500 URL: https://svnweb.freebsd.org/changeset/ports/425500 Log: - disable build on arm PR: 213864 Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Nov 6 15:39:54 2016 (r425499) +++ head/graphics/graphviz/Makefile Sun Nov 6 15:50:26 2016 (r425500) @@ -17,6 +17,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libexpat.so:textproc/expat2 \ libgd.so:${GD_PORT} +NOT_FOR_ARCHS= arm + USES= bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@freebsd.org Sun Nov 6 16:05:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44941C33C7A; Sun, 6 Nov 2016 16:05:18 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-lf0-x22e.google.com (mail-lf0-x22e.google.com [IPv6:2a00:1450:4010:c07::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAD74CBE; Sun, 6 Nov 2016 16:05:17 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: by mail-lf0-x22e.google.com with SMTP id o141so24565738lff.1; Sun, 06 Nov 2016 08:05:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gDK73cMaPgqPjx9OMkbuW2LOkP3MC5ZBRz0vJc8+BG8=; b=UzD3F52qzjXxat5h0V63ff5xBg9iS33Aot2mYiHK+Wy8BRDGMNvM8VKUfZjpApUWo6 qBeUoWffuXqRSfGNw/74wDBz6Q7OahoBBCknZrTxbZwWtPlfXX5RvT4epw/v9aePTJI5 i66eGQCc2e2489fq2EbgNg3IwlKgh81T8GZIza1weB7CKlmKeTPik3Lj9vwKtvd1HwbJ RejNYGn2AbkmEkrqyX+xIwMgK7289BXXXufI0D8JDKDgOvyRis3i03BJIQEhL9uQhYUm 2y8H7Tk0u81/YMjmRE9wWFBL9CmOdZyBvWlRis7T+uQHV76hUKlIX6Aq4lCfgdV0wMHg 2Fbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gDK73cMaPgqPjx9OMkbuW2LOkP3MC5ZBRz0vJc8+BG8=; b=IyJaVZxyqd+2TyNeTg50OlWZdfYvU9CVfs0RlUfzfWD42FrfSpvqmX//eyM03CO2TO PVADPxiBVUQLKhyKHe16NVcDQCkTXATys3KyLOD1GLAsemO9AhuFwFVG9jub5G9p5AvT QRxWm4AVfGERjHOwcK88Knfi48FTxkcmsdOtInyV1A/5OL0vtD2neyt5A3u/tvyr4XoP VNGcwt+1MLDks8SkH2RqplTqrNbrulDXD14+9ET9aexV0VKW9yuIP6UFNu8jcxE1uDAH EdjUDdICoN7hZHtmp2n9N/KybV0ve+RQgX9mqwwigH2QlwpZJz3OYeWH6IufxRS4kHw9 wLxA== X-Gm-Message-State: ABUngvcbBV5LXdiHlLL3AeI6y3dCAUfmlQSX8VHpYB6XkHm00Iyvp0EL5Ml5pQKZ8l/REp6tndxlXmrf7fT80g== X-Received: by 10.25.206.2 with SMTP id e2mr1052223lfg.64.1478448315373; Sun, 06 Nov 2016 08:05:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.154.145 with HTTP; Sun, 6 Nov 2016 08:05:13 -0800 (PST) Received: by 10.25.154.145 with HTTP; Sun, 6 Nov 2016 08:05:13 -0800 (PST) In-Reply-To: <201611061538.uA6FctD0018533@repo.freebsd.org> References: <201611061538.uA6FctD0018533@repo.freebsd.org> From: Andrej Zverev Date: Sun, 6 Nov 2016 19:05:13 +0300 Message-ID: Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Sun, 06 Nov 2016 16:05:18 -0000 Well. LOL. Thank you for take care. 6 =D0=BD=D0=BE=D1=8F=D0=B1. 2016 =D0=B3. 18:39 =D0=BF=D0=BE=D0=BB=D1=8C=D0= =B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C "Adam Weinberger" =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > Author: adamw > Date: Sun Nov 6 15:38:55 2016 > New Revision: 425497 > URL: https://svnweb.freebsd.org/changeset/ports/425497 > > Log: > For quite a while now, the only update server for SpamAssassin hasn't > had a valid DNS entry. People have asked about it on the mailing list > as far back as August, but literally nobody has replied to any of those > posts, and no commits or wiki updates have been made regarding this, > making it reasonably appear that nobody on the SpamAssassin team has > noticed or cares that SpamAssassin no longer updates. > > For now, just add a patch that turns sa-update(1) into a no-op. > > While here, add a couple simple Makefile tweaks and bump PORTREVISION. > > Added: > head/mail/spamassassin/files/patch-sa-update.raw (contents, props > changed) > Modified: > head/mail/spamassassin/Makefile > head/mail/spamassassin/pkg-plist > > Modified: head/mail/spamassassin/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/mail/spamassassin/Makefile Sun Nov 6 15:31:40 2016 > (r425496) > +++ head/mail/spamassassin/Makefile Sun Nov 6 15:38:55 2016 > (r425497) > @@ -3,7 +3,7 @@ > > PORTNAME=3D spamassassin > PORTVERSION=3D 3.4.1 > -PORTREVISION?=3D 7 # also bump japanese/spamassassin > +PORTREVISION?=3D 8 # also bump japanese/spamassassin > CATEGORIES?=3D mail perl5 > MASTER_SITES=3D APACHE/spamassassin/source CPAN/Mail > DISTNAME=3D Mail-SpamAssassin-${PORTVERSION} > @@ -29,7 +29,7 @@ CONFLICTS?=3D ja-spamassassin-[0-9]* > > CPE_VENDOR=3D apache > > -USES=3D perl5 cpe > +USES=3D cpe perl5 > USE_PERL5=3D configure > USE_LDCONFIG=3D yes > > @@ -78,6 +78,8 @@ SUB_LIST+=3D SPAMD_OWN=3D"${USERS}:${GROUPS} > PLIST_SUB+=3D USER=3D${USERS} GROUP=3D${GROUPS} > OPTIONS_SUB=3D yes > > +AS_ROOT_SUB_LIST=3D RUN_AS_USER=3D"-u ${USERS} -H /var/spool/spamd" > +AS_ROOT_SUB_LIST_OFF=3D RUN_AS_USER=3D > DCC_RUN_DEPENDS=3D dcc-dccd>=3D1.3.111:mail/dcc-dccd > DKIM_RUN_DEPENDS=3D p5-IO-Socket-SSL>=3D0:security/p5-IO-Socket-SSL= \ > p5-Mail-DKIM>=3D0.37:mail/p5-Mail-DKIM \ > @@ -91,7 +93,7 @@ RAZOR_RUN_DEPENDS=3D razor-agents>=3D2.84:ma > RELAY_COUNTRY_RUN_DEPENDS=3D p5-Geo-IP>=3D0:net/p5-Geo-IP > SPF_QUERY_RUN_DEPENDS=3D p5-Mail-SPF>=3D0:mail/p5-Mail-SPF > > -SSL_USE=3D OPENSSL=3Dyes > +SSL_USES=3D ssl > SSL_RUN_DEPENDS=3D p5-IO-Socket-SSL>=3D0:security/p5-IO-Socket-SSL > SSL_CONFIGURE_ON=3D ENABLE_SSL=3Dyes > SSL_CONFIGURE_OFF=3D ENABLE_SSL=3Dno > @@ -128,12 +130,6 @@ SUB_LIST+=3D SQL_FLAG=3D"-Q" > SUB_LIST+=3D SQL_FLAG=3D"" > .endif > > -.if empty(PORT_OPTIONS:MAS_ROOT) > -SUB_LIST+=3D RUN_AS_USER=3D"-u ${USERS} -H /var/spool/spamd" > -.else > -SUB_LIST+=3D RUN_AS_USER=3D"" > -.endif > - > .if ${PORT_OPTIONS:MUPDATE_AND_COMPILE} && empty(PACKAGE_BUILDING) && > empty(BATCH) > PLIST_SUB+=3D UPDATE_ON_INSTALL=3D"yes" > .else > @@ -162,8 +158,6 @@ post-patch:: > . endif > .endfor > > - ${FIND} ${WRKSRC} -name '*.orig' -or -name '*.bak' -delete > - > pre-su-install: > @${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_LIB} ${WRKSRC}/spamc/libspamc.so > ${STAGEDIR}${PREFIX}/lib/libspamc.so.0 > > Added: head/mail/spamassassin/files/patch-sa-update.raw > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/mail/spamassassin/files/patch-sa-update.raw Sun Nov 6 > 15:38:55 2016 (r425497) > @@ -0,0 +1,12 @@ > +--- sa-update.raw.orig 2016-11-06 15:26:19 UTC > ++++ sa-update.raw > +@@ -162,7 +162,8 @@ my %valid_GPG =3D ( > + > + # Default list of channels to update against > + # > +-my @channels =3D ( 'updates.spamassassin.org' ); > ++#my @channels =3D ( 'updates.spamassassin.org' ); > ++my @channels =3D (); > + > + my $IGNORE_MIRBY_OLDER_THAN =3D (24 * 60 * 60 * 7); # 1 week > + > > Modified: head/mail/spamassassin/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/mail/spamassassin/pkg-plist Sun Nov 6 15:31:40 2016 > (r425496) > +++ head/mail/spamassassin/pkg-plist Sun Nov 6 15:38:55 2016 > (r425497) > @@ -1,4 +1,4 @@ > -@unexec if service sa-spamd status | grep -q "spamd is running"; then > service sa-spamd stop; fi > +@preunexec if service sa-spamd status | grep -q "spamd is running"; then > service sa-spamd stop; fi > bin/sa-awl > bin/sa-check_spamd > bin/sa-compile > > From owner-svn-ports-all@freebsd.org Sun Nov 6 16:07:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CD0C33E70; Sun, 6 Nov 2016 16:07:36 +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 DAAAEE5C; Sun, 6 Nov 2016 16:07:35 +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 uA6G7ZCr030414; Sun, 6 Nov 2016 16:07:35 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6G7Y1V030413; Sun, 6 Nov 2016 16:07:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611061607.uA6G7Y1V030413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 6 Nov 2016 16:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425501 - 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: Sun, 06 Nov 2016 16:07:36 -0000 Author: jrm Date: Sun Nov 6 16:07:34 2016 New Revision: 425501 URL: https://svnweb.freebsd.org/changeset/ports/425501 Log: Do not create the unnecessary home directory (/home/slurm) for the slurm user. PR: 214268 Reported by: monwarez@mailoo.org Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8457 Modified: head/UIDs Modified: head/UIDs ============================================================================== --- head/UIDs Sun Nov 6 15:50:26 2016 (r425500) +++ head/UIDs Sun Nov 6 16:07:34 2016 (r425501) @@ -414,7 +414,7 @@ ecartis:*:450:450::0:0:Ecartis Listserve courier:*:465:465::0:0:Courier Mail Server:/nonexistent:/usr/sbin/nologin condor:*:466:466::0:0:& user:/home/condor:/usr/sbin/nologin netmon:*:467:467::0:0:Network monitor account:/var/netmon:/usr/sbin/nologin -slurm:*:468:468::0:0:SLURM Daemon:/home/slurm:/usr/sbin/nologin +slurm:*:468:468::0:0:SLURM Daemon:/nonexistent:/usr/sbin/nologin consul:*:469:469::0:0:Consul Daemon:/var/tmp/consul:/usr/sbin/nologin serf:*:470:470::0:0:Serf Daemon:/nonexistent:/usr/sbin/nologin vault:*:471:471::0:0:Vault Daemon:/nonexistent:/usr/sbin/nologin From owner-svn-ports-all@freebsd.org Sun Nov 6 16:11:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 291E3C3020E; Sun, 6 Nov 2016 16:11:44 +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 038F4164; Sun, 6 Nov 2016 16:11:43 +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 uA6GBhvM032779; Sun, 6 Nov 2016 16:11:43 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GBgBF032776; Sun, 6 Nov 2016 16:11:42 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611061611.uA6GBgBF032776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Nov 2016 16:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425502 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:11:44 -0000 Author: gerald Date: Sun Nov 6 16:11:42 2016 New Revision: 425502 URL: https://svnweb.freebsd.org/changeset/ports/425502 Log: Update to Wine 1.9.22. This includes the following changes: - Initial implementation of bitmap rendering in Direct2D. - More WebServices implementation. - A few more steps towards HID support. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Nov 6 16:07:34 2016 (r425501) +++ head/emulators/wine-devel/Makefile Sun Nov 6 16:11:42 2016 (r425502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.21 +DISTVERSION= 1.9.22 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Nov 6 16:07:34 2016 (r425501) +++ head/emulators/wine-devel/distinfo Sun Nov 6 16:11:42 2016 (r425502) @@ -1,5 +1,5 @@ -TIMESTAMP = 1476886139 -SHA256 (wine-1.9.21.tar.bz2) = 8b6dd027021be9dd646d65bd19c0334c36dcf9403d8ed4a6e9460b6703efade1 -SIZE (wine-1.9.21.tar.bz2) = 23561191 -SHA256 (v1.9.21.tar.gz) = 88fd8263ba3c13c18423298c49a83d8922e5b45b4797edcd8723aa5d855ce84f -SIZE (v1.9.21.tar.gz) = 10007408 +TIMESTAMP = 1478098580 +SHA256 (wine-1.9.22.tar.bz2) = a3bf8e1ac7c7a742601e4215687c8374dda4050ea64c0fc90fb196645a41ec41 +SIZE (wine-1.9.22.tar.bz2) = 23616095 +SHA256 (v1.9.22.tar.gz) = 1bd7a9a01aec4f2887bbb6df53883a44b9ff39afcaa36b4206c17bf985c245e0 +SIZE (v1.9.22.tar.gz) = 10034259 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Nov 6 16:07:34 2016 (r425501) +++ head/emulators/wine-devel/pkg-plist Sun Nov 6 16:11:42 2016 (r425502) @@ -959,6 +959,7 @@ lib/wine/api-ms-win-core-processthreads- lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so lib/wine/api-ms-win-core-profile-l1-1-0.dll.so lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so +lib/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so %%STAGING%%lib/wine/api-ms-win-core-quirks-l1-1-0.dll.so lib/wine/api-ms-win-core-realtime-l1-1-0.dll.so lib/wine/api-ms-win-core-registry-l1-1-0.dll.so @@ -1210,9 +1211,13 @@ lib/wine/expand.exe.so lib/wine/explorer.exe.so lib/wine/explorerframe.dll.so %%STAGING%%lib/wine/ext-ms-win-appmodel-usercontext-l1-1-0.dll.so +lib/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so lib/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so %%STAGING%%lib/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so +lib/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so %%STAGING%%lib/wine/ext-ms-win-ntuser-mouse-l1-1-0.dll.so +lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so +lib/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so %%STAGING%%lib/wine/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll.so %%STAGING%%lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so %%STAGING%%lib/wine/ext-ms-win-uxtheme-themes-l1-1-0.dll.so @@ -1294,6 +1299,7 @@ lib/wine/fakedlls/api-ms-win-core-proces lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-2.dll lib/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-psapi-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-core-quirks-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-registry-l1-1-0.dll @@ -1545,9 +1551,13 @@ lib/wine/fakedlls/expand.exe lib/wine/fakedlls/explorer.exe lib/wine/fakedlls/explorerframe.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-appmodel-usercontext-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll lib/wine/fakedlls/ext-ms-win-gdi-devcaps-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-ntuser-mouse-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-uxtheme-themes-l1-1-0.dll From owner-svn-ports-all@freebsd.org Sun Nov 6 16:32:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D4EC3215E; Sun, 6 Nov 2016 16:32:19 +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 E222915C; Sun, 6 Nov 2016 16:32:18 +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 uA6GWIMm042352; Sun, 6 Nov 2016 16:32:18 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GWH5Y042348; Sun, 6 Nov 2016 16:32:17 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611061632.uA6GWH5Y042348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 6 Nov 2016 16:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425503 - in branches/2016Q4/sysutils: ansible ansible/files ansible1 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: Sun, 06 Nov 2016 16:32:19 -0000 Author: matthew Date: Sun Nov 6 16:32:17 2016 New Revision: 425503 URL: https://svnweb.freebsd.org/changeset/ports/425503 Log: MFH: r425063 r425072 Declare this slave port only uses python:2 now that the master port can use python-3. No change to generated package, so no portrevision bump. Upgrade to 2.2.0.0 Changelog: https://raw.githubusercontent.com/ansible/ansible/v2.2.0.0-1/CHANGELOG.md PR: 213974 PR: 214176 Submitted by: lifanov@mail.lifanov.com (maintainer) Submitted by: joe@thrallingpenguin.com Approved by: ports-secteam (feld, eadler) Modified: branches/2016Q4/sysutils/ansible/Makefile branches/2016Q4/sysutils/ansible/distinfo branches/2016Q4/sysutils/ansible/files/pkg-message.in branches/2016Q4/sysutils/ansible1/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/ansible/Makefile ============================================================================== --- branches/2016Q4/sysutils/ansible/Makefile Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/Makefile Sun Nov 6 16:32:17 2016 (r425503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.1.2.0 +PORTVERSION?= 2.2.0.0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 NO_ARCH= yes -USES= cpe python:2 shebangfix +USES?= cpe python shebangfix USE_PYTHON= autoplist distutils python_CMD= ${LOCALBASE}/bin/python SHEBANG_FILES+= lib/ansible/modules/core/*/*.py \ Modified: branches/2016Q4/sysutils/ansible/distinfo ============================================================================== --- branches/2016Q4/sysutils/ansible/distinfo Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/distinfo Sun Nov 6 16:32:17 2016 (r425503) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475167399 -SHA256 (ansible-2.1.2.0.tar.gz) = 9c37a7bd397c05ab8ca3fcc49417649ea49b9133d4cd9500408235617d1621eb -SIZE (ansible-2.1.2.0.tar.gz) = 1881113 +TIMESTAMP = 1478009653 +SHA256 (ansible-2.2.0.0.tar.gz) = d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586 +SIZE (ansible-2.2.0.0.tar.gz) = 2441851 Modified: branches/2016Q4/sysutils/ansible/files/pkg-message.in ============================================================================== --- branches/2016Q4/sysutils/ansible/files/pkg-message.in Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/files/pkg-message.in Sun Nov 6 16:32:17 2016 (r425503) @@ -27,10 +27,12 @@ that system. Example: Python notes: -If you have Python 3.x as the default, please set +Python 3.x support is BETA. Most modules should work +and important ones have been audited and tested. +If you have issues with Python 3, please set ansible_python_interpreter=%%LOCALBASE%%/bin/python2 -Ansible 2 requires that lang/python27 port is built +Ansible 2 requires that lang/python port is built with SEM option enabled, which is the default =============================================================================== Modified: branches/2016Q4/sysutils/ansible1/Makefile ============================================================================== --- branches/2016Q4/sysutils/ansible1/Makefile Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible1/Makefile Sun Nov 6 16:32:17 2016 (r425503) @@ -10,6 +10,8 @@ CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +USES= cpe python:2 shebangfix + SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py EXTRA_PATCHES= From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1020AC32A2A; Sun, 6 Nov 2016 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 B97E7C71; Sun, 6 Nov 2016 16:46: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 uA6GkApN046813; Sun, 6 Nov 2016 16:46:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkAIV046811; Sun, 6 Nov 2016 16:46:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkAIV046811@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, 6 Nov 2016 16:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425504 - head/security/p5-App-Genpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:12 -0000 Author: sunpoet Date: Sun Nov 6 16:46:10 2016 New Revision: 425504 URL: https://svnweb.freebsd.org/changeset/ports/425504 Log: - Update to 2.401 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/App-Genpass/Changes Modified: head/security/p5-App-Genpass/Makefile head/security/p5-App-Genpass/distinfo Modified: head/security/p5-App-Genpass/Makefile ============================================================================== --- head/security/p5-App-Genpass/Makefile Sun Nov 6 16:32:17 2016 (r425503) +++ head/security/p5-App-Genpass/Makefile Sun Nov 6 16:46:10 2016 (r425504) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= App-Genpass -PORTVERSION= 2.34 -PORTREVISION= 1 +PORTVERSION= 2.401 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XSAWYERX @@ -14,10 +13,12 @@ COMMENT= Quickly and easily create secur LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Config-Any>=0:devel/p5-Config-Any \ p5-File-HomeDir>=0:devel/p5-File-HomeDir \ p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-Math-Random-Secure>=0.06:math/p5-Math-Random-Secure \ p5-Moo>=0:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \ p5-namespace-clean>=0.20:devel/p5-namespace-clean Modified: head/security/p5-App-Genpass/distinfo ============================================================================== --- head/security/p5-App-Genpass/distinfo Sun Nov 6 16:32:17 2016 (r425503) +++ head/security/p5-App-Genpass/distinfo Sun Nov 6 16:46:10 2016 (r425504) @@ -1,2 +1,3 @@ -SHA256 (App-Genpass-2.34.tar.gz) = b5f5867430e00621aa6141f26154ce39278e23f87bc21923b30bdcf55d0e2bc2 -SIZE (App-Genpass-2.34.tar.gz) = 19696 +TIMESTAMP = 1478370290 +SHA256 (App-Genpass-2.401.tar.gz) = 3ac983652b24994a77e890a6f1b3360daa11e69606f4122d54bcbe7529dcf0f3 +SIZE (App-Genpass-2.401.tar.gz) = 22076 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5A16C32A63; Sun, 6 Nov 2016 16:46: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 811DEC9F; Sun, 6 Nov 2016 16:46: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 uA6GkFwt046943; Sun, 6 Nov 2016 16:46:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkFD6046941; Sun, 6 Nov 2016 16:46:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkFD6046941@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, 6 Nov 2016 16:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425505 - head/devel/p5-Carp-Always-Color X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:16 -0000 Author: sunpoet Date: Sun Nov 6 16:46:15 2016 New Revision: 425505 URL: https://svnweb.freebsd.org/changeset/ports/425505 Log: - Update to 0.08 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Carp-Always-Color/Changes Modified: head/devel/p5-Carp-Always-Color/Makefile head/devel/p5-Carp-Always-Color/distinfo Modified: head/devel/p5-Carp-Always-Color/Makefile ============================================================================== --- head/devel/p5-Carp-Always-Color/Makefile Sun Nov 6 16:46:10 2016 (r425504) +++ head/devel/p5-Carp-Always-Color/Makefile Sun Nov 6 16:46:15 2016 (r425505) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Carp-Always-Color -PORTVERSION= 0.07 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Carp::Always, but with color LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Carp-Always>=0.10:devel/p5-Carp-Always RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Carp-Always-Color/distinfo ============================================================================== --- head/devel/p5-Carp-Always-Color/distinfo Sun Nov 6 16:46:10 2016 (r425504) +++ head/devel/p5-Carp-Always-Color/distinfo Sun Nov 6 16:46:15 2016 (r425505) @@ -1,2 +1,3 @@ -SHA256 (Carp-Always-Color-0.07.tar.gz) = 8b6c97346fa6d3ab5c288b5d421537b183e9649e920ceffa8adf5571f466e7e1 -SIZE (Carp-Always-Color-0.07.tar.gz) = 13354 +TIMESTAMP = 1478369974 +SHA256 (Carp-Always-Color-0.08.tar.gz) = 6666dd0b9233a250bf91fbd0d3f4e56f225d5689bf5100033d1aeea6b04afd18 +SIZE (Carp-Always-Color-0.08.tar.gz) = 15469 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A208EC32ABD; Sun, 6 Nov 2016 16:46: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 405EBDA7; Sun, 6 Nov 2016 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 uA6GkKxS047068; Sun, 6 Nov 2016 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 uA6GkKFP047066; Sun, 6 Nov 2016 16:46:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkKFP047066@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, 6 Nov 2016 16:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425506 - 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: Sun, 06 Nov 2016 16:46:21 -0000 Author: sunpoet Date: Sun Nov 6 16:46:20 2016 New Revision: 425506 URL: https://svnweb.freebsd.org/changeset/ports/425506 Log: - Update to 2.057 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 Sun Nov 6 16:46:15 2016 (r425505) +++ head/devel/p5-Config-Model-Tester/Makefile Sun Nov 6 16:46:20 2016 (r425506) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.055 +PORTVERSION= 2.057 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Sun Nov 6 16:46:15 2016 (r425505) +++ head/devel/p5-Config-Model-Tester/distinfo Sun Nov 6 16:46:20 2016 (r425506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464356568 -SHA256 (Config-Model-Tester-2.055.tar.gz) = 8fea0f2bad415e74da02ed120a69ea8a4c8f11a16be81b25d71bb2ba9507a813 -SIZE (Config-Model-Tester-2.055.tar.gz) = 22316 +TIMESTAMP = 1478369984 +SHA256 (Config-Model-Tester-2.057.tar.gz) = 6ef4af4ec4b72da1e25965f4752fbcd76e5f0260c049e2e22ff1a5f81e7af618 +SIZE (Config-Model-Tester-2.057.tar.gz) = 22722 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4494AC32B40; Sun, 6 Nov 2016 16:46:27 +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 E56D7EB9; Sun, 6 Nov 2016 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 uA6GkQwO047254; Sun, 6 Nov 2016 16:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkPgZ047249; Sun, 6 Nov 2016 16:46:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkPgZ047249@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, 6 Nov 2016 16:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425507 - in head/devel: . p5-Const-Exporter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:27 -0000 Author: sunpoet Date: Sun Nov 6 16:46:25 2016 New Revision: 425507 URL: https://svnweb.freebsd.org/changeset/ports/425507 Log: - Add p5-Const-Exporter 0.2.4 Const::Exporter allows you to declare constants that can be exported to other modules. WWW: http://search.cpan.org/dist/Const-Exporter/ Added: head/devel/p5-Const-Exporter/ head/devel/p5-Const-Exporter/Makefile (contents, props changed) head/devel/p5-Const-Exporter/distinfo (contents, props changed) head/devel/p5-Const-Exporter/pkg-descr (contents, props changed) head/devel/p5-Const-Exporter/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 6 16:46:20 2016 (r425506) +++ head/devel/Makefile Sun Nov 6 16:46:25 2016 (r425507) @@ -2012,6 +2012,7 @@ SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector + SUBDIR += p5-Const-Exporter SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return Added: head/devel/p5-Const-Exporter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/Makefile Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Const-Exporter +PORTVERSION= 0.2.4 +DISTVERSIONPREFIX= v +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RRWO +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Declare constants for export + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Const-Fast>=0.014:devel/p5-Const-Fast \ + p5-Package-Stash>=0:devel/p5-Package-Stash +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Const-Exporter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/distinfo Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478374421 +SHA256 (Const-Exporter-v0.2.4.tar.gz) = f46d28224d59eb3fa56a2048bfe3d03b291248e392d97c22ff6ca25807d342cd +SIZE (Const-Exporter-v0.2.4.tar.gz) = 32683 Added: head/devel/p5-Const-Exporter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/pkg-descr Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,4 @@ +Const::Exporter allows you to declare constants that can be exported to other +modules. + +WWW: http://search.cpan.org/dist/Const-Exporter/ Added: head/devel/p5-Const-Exporter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Const-Exporter/pkg-plist Sun Nov 6 16:46:25 2016 (r425507) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Const/Exporter.pm +%%PERL5_MAN3%%/Const::Exporter.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAFFFC32B78; Sun, 6 Nov 2016 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 9820DF25; Sun, 6 Nov 2016 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 uA6GkUUw047380; Sun, 6 Nov 2016 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 uA6GkUtT047378; Sun, 6 Nov 2016 16:46:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkUtT047378@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, 6 Nov 2016 16:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425508 - 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, 06 Nov 2016 16:46:31 -0000 Author: sunpoet Date: Sun Nov 6 16:46:30 2016 New Revision: 425508 URL: https://svnweb.freebsd.org/changeset/ports/425508 Log: - Update to 3.0222 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 Nov 6 16:46:25 2016 (r425507) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Sun Nov 6 16:46:30 2016 (r425508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0217 +PORTVERSION= 3.0222 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 Nov 6 16:46:25 2016 (r425507) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Sun Nov 6 16:46:30 2016 (r425508) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466891951 -SHA256 (Cpanel-JSON-XS-3.0217.tar.gz) = 0454607a2f215e1cb3f1f0acce73b46c9b970fab928dc174ec832459f300a060 -SIZE (Cpanel-JSON-XS-3.0217.tar.gz) = 170481 +TIMESTAMP = 1478369915 +SHA256 (Cpanel-JSON-XS-3.0222.tar.gz) = 141be59a4d1788737e1dbe0cbc339a964ee6a0428db940184a12121c22864e93 +SIZE (Cpanel-JSON-XS-3.0222.tar.gz) = 213179 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E693C32BD6; Sun, 6 Nov 2016 16:46:36 +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 4A86CFF5; Sun, 6 Nov 2016 16:46:36 +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 uA6GkZe0047505; Sun, 6 Nov 2016 16:46:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkZYK047503; Sun, 6 Nov 2016 16:46:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkZYK047503@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, 6 Nov 2016 16:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425509 - head/databases/p5-Dancer-Plugin-Database-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: Sun, 06 Nov 2016 16:46:36 -0000 Author: sunpoet Date: Sun Nov 6 16:46:35 2016 New Revision: 425509 URL: https://svnweb.freebsd.org/changeset/ports/425509 Log: - Update to 0.20 Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes Modified: head/databases/p5-Dancer-Plugin-Database-Core/Makefile head/databases/p5-Dancer-Plugin-Database-Core/distinfo Modified: head/databases/p5-Dancer-Plugin-Database-Core/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Database-Core/Makefile Sun Nov 6 16:46:30 2016 (r425508) +++ head/databases/p5-Dancer-Plugin-Database-Core/Makefile Sun Nov 6 16:46:35 2016 (r425509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-Database-Core -PORTVERSION= 0.16 +PORTVERSION= 0.20 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer-Plugin-Database-Core/distinfo ============================================================================== --- head/databases/p5-Dancer-Plugin-Database-Core/distinfo Sun Nov 6 16:46:30 2016 (r425508) +++ head/databases/p5-Dancer-Plugin-Database-Core/distinfo Sun Nov 6 16:46:35 2016 (r425509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471168207 -SHA256 (Dancer-Plugin-Database-Core-0.16.tar.gz) = bf115a759d343a3b3f5817c9fb9cdf1563a387700dbe4def309be64c0c70e84b -SIZE (Dancer-Plugin-Database-Core-0.16.tar.gz) = 17143 +TIMESTAMP = 1478369959 +SHA256 (Dancer-Plugin-Database-Core-0.20.tar.gz) = 345536603883e2fcc599ef79ead66d97a8ec0c2e31e24f60a55298e8d498150a +SIZE (Dancer-Plugin-Database-Core-0.20.tar.gz) = 17288 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B18EC32C0A; Sun, 6 Nov 2016 16:46: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 E1EFB10C7; Sun, 6 Nov 2016 16:46: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 uA6GkeZR047632; Sun, 6 Nov 2016 16:46:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gkdi6047630; Sun, 6 Nov 2016 16:46:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6Gkdi6047630@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, 6 Nov 2016 16:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425510 - head/databases/p5-DBIx-Admin-TableInfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:41 -0000 Author: sunpoet Date: Sun Nov 6 16:46:39 2016 New Revision: 425510 URL: https://svnweb.freebsd.org/changeset/ports/425510 Log: - Update to 3.03 - Update LICENSE Changes: http://search.cpan.org/dist/DBIx-Admin-TableInfo/Changes Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile head/databases/p5-DBIx-Admin-TableInfo/distinfo Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile ============================================================================== --- head/databases/p5-DBIx-Admin-TableInfo/Makefile Sun Nov 6 16:46:35 2016 (r425509) +++ head/databases/p5-DBIx-Admin-TableInfo/Makefile Sun Nov 6 16:46:39 2016 (r425510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Admin-TableInfo -PORTVERSION= 3.01 +PORTVERSION= 3.03 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,17 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for all of table_info(), column_info(), *_key_info() -LICENSE= ART20 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBIx-Admin-CreateTable>=2.10:databases/p5-DBIx-Admin-CreateTable \ p5-DBIx-Admin-DSNManager>=2.01:databases/p5-DBIx-Admin-DSNManager \ p5-Data-Dumper-Concise>=2.022:devel/p5-Data-Dumper-Concise \ - p5-Lingua-EN-PluralToSingular>=0.14:textproc/p5-Lingua-EN-PluralToSingular \ - p5-Moo>=1.004002:devel/p5-Moo \ - p5-Text-TabularDisplay>=1.38:textproc/p5-Text-TabularDisplay + p5-Lingua-EN-PluralToSingular>=0.18:textproc/p5-Lingua-EN-PluralToSingular \ + p5-Moo>=2.002004:devel/p5-Moo \ + p5-Text-Table-Manifold>=1:${PORTSDIR}/textproc/p5-Text-Table-Manifold RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Version>=1.002003:devel/p5-Test-Version NO_ARCH= yes USE_PERL5= configure Modified: head/databases/p5-DBIx-Admin-TableInfo/distinfo ============================================================================== --- head/databases/p5-DBIx-Admin-TableInfo/distinfo Sun Nov 6 16:46:35 2016 (r425509) +++ head/databases/p5-DBIx-Admin-TableInfo/distinfo Sun Nov 6 16:46:39 2016 (r425510) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Admin-TableInfo-3.01.tgz) = ed1be1a54ab5e00a9e74c93f7fb9d02dcf5399f37127adbf9446cadb4b36dce6 -SIZE (DBIx-Admin-TableInfo-3.01.tgz) = 61337 +TIMESTAMP = 1478369941 +SHA256 (DBIx-Admin-TableInfo-3.03.tgz) = a852530f95957a43aa794f2edf5f3fe4ecec35bd20150c38136d4c23d85328b6 +SIZE (DBIx-Admin-TableInfo-3.03.tgz) = 50317 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 787A2C32C42; Sun, 6 Nov 2016 16:46: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 4801111D1; Sun, 6 Nov 2016 16:46: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 uA6Gkibi047756; Sun, 6 Nov 2016 16:46:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkivK047754; Sun, 6 Nov 2016 16:46:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkivK047754@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, 6 Nov 2016 16:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425511 - head/databases/p5-DBIx-Class-Cursor-Cached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:45 -0000 Author: sunpoet Date: Sun Nov 6 16:46:44 2016 New Revision: 425511 URL: https://svnweb.freebsd.org/changeset/ports/425511 Log: - Update to 1.001004 Changes: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes Modified: head/databases/p5-DBIx-Class-Cursor-Cached/Makefile head/databases/p5-DBIx-Class-Cursor-Cached/distinfo Modified: head/databases/p5-DBIx-Class-Cursor-Cached/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Cursor-Cached/Makefile Sun Nov 6 16:46:39 2016 (r425510) +++ head/databases/p5-DBIx-Class-Cursor-Cached/Makefile Sun Nov 6 16:46:44 2016 (r425511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Cursor-Cached -PORTVERSION= 1.001002 +PORTVERSION= 1.001004 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class-Cursor-Cached/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Cursor-Cached/distinfo Sun Nov 6 16:46:39 2016 (r425510) +++ head/databases/p5-DBIx-Class-Cursor-Cached/distinfo Sun Nov 6 16:46:44 2016 (r425511) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Class-Cursor-Cached-1.001002.tar.gz) = 80c6bd0f3317669be6c3ce6655008fdd9c6c29680ce0e5738eb1db794d9627a7 -SIZE (DBIx-Class-Cursor-Cached-1.001002.tar.gz) = 27050 +TIMESTAMP = 1478369950 +SHA256 (DBIx-Class-Cursor-Cached-1.001004.tar.gz) = 37085232a1230a5aa8754399fb59b0f8fcd5f597a1e2e348c5227461a1926225 +SIZE (DBIx-Class-Cursor-Cached-1.001004.tar.gz) = 28860 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30928C32C95; Sun, 6 Nov 2016 16:46: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 00AC612BF; Sun, 6 Nov 2016 16:46: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 uA6Gkn8D047869; Sun, 6 Nov 2016 16:46:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GknXG047868; Sun, 6 Nov 2016 16:46:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GknXG047868@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, 6 Nov 2016 16:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425512 - head/devel/p5-Debug-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: Sun, 06 Nov 2016 16:46:50 -0000 Author: sunpoet Date: Sun Nov 6 16:46:48 2016 New Revision: 425512 URL: https://svnweb.freebsd.org/changeset/ports/425512 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Debug-Client/Makefile Modified: head/devel/p5-Debug-Client/Makefile ============================================================================== --- head/devel/p5-Debug-Client/Makefile Sun Nov 6 16:46:44 2016 (r425511) +++ head/devel/p5-Debug-Client/Makefile Sun Nov 6 16:46:48 2016 (r425512) @@ -27,11 +27,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.21:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.21:net/p5-IO-Socket-IP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFA34C32CDA; Sun, 6 Nov 2016 16:46: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 A160C13AF; Sun, 6 Nov 2016 16:46: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 uA6GkrUF047981; Sun, 6 Nov 2016 16:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkrD1047980; Sun, 6 Nov 2016 16:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkrD1047980@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, 6 Nov 2016 16:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425513 - head/devel/p5-Devel-MAT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:54 -0000 Author: sunpoet Date: Sun Nov 6 16:46:53 2016 New Revision: 425513 URL: https://svnweb.freebsd.org/changeset/ports/425513 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Devel-MAT/Makefile Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Sun Nov 6 16:46:48 2016 (r425512) +++ head/devel/p5-Devel-MAT/Makefile Sun Nov 6 16:46:53 2016 (r425513) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-List-UtilsBy>=0:devel/p5-List-UtilsBy \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils \ p5-Struct-Dumb>=0.07:devel/p5-Struct-Dumb RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -25,14 +26,8 @@ TEST_DEPENDS= p5-Test-Identity>=0:devel/ USE_PERL5= modbuild USES= perl5 -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -.endif - post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:46:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C086C32D33; Sun, 6 Nov 2016 16:46: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 0C13314BD; Sun, 6 Nov 2016 16:46: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 uA6Gkw7g048103; Sun, 6 Nov 2016 16:46:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GkwF3048101; Sun, 6 Nov 2016 16:46:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061646.uA6GkwF3048101@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, 6 Nov 2016 16:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425514 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:46:59 -0000 Author: sunpoet Date: Sun Nov 6 16:46:57 2016 New Revision: 425514 URL: https://svnweb.freebsd.org/changeset/ports/425514 Log: - Update to 2.87 Changes: http://search.cpan.org/dist/Encode/Changes Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Sun Nov 6 16:46:53 2016 (r425513) +++ head/converters/p5-Encode/Makefile Sun Nov 6 16:46:57 2016 (r425514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.84 +PORTVERSION= 2.87 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Sun Nov 6 16:46:53 2016 (r425513) +++ head/converters/p5-Encode/distinfo Sun Nov 6 16:46:57 2016 (r425514) @@ -1,2 +1,3 @@ -SHA256 (Encode-2.84.tar.gz) = 4b539809fdd3760edf186e43c885b30c98cb9200db0775e923ed6b147bf969ef -SIZE (Encode-2.84.tar.gz) = 1992403 +TIMESTAMP = 1478369924 +SHA256 (Encode-2.87.tar.gz) = 4550ed613c77bde7a24e9936da8ccb19d112c370b77441add4c5079c3f78c289 +SIZE (Encode-2.87.tar.gz) = 2027712 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04C03C32D7B; Sun, 6 Nov 2016 16:47: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 BC31415E4; Sun, 6 Nov 2016 16:47: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 uA6Gl2Q7048235; Sun, 6 Nov 2016 16:47:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gl2Wj048231; Sun, 6 Nov 2016 16:47:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6Gl2Wj048231@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, 6 Nov 2016 16:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425515 - head/devel/p5-ExtUtils-Helpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:04 -0000 Author: sunpoet Date: Sun Nov 6 16:47:02 2016 New Revision: 425515 URL: https://svnweb.freebsd.org/changeset/ports/425515 Log: - Update to 0.026 Changes: http://search.cpan.org/dist/ExtUtils-Helpers/Changes Modified: head/devel/p5-ExtUtils-Helpers/Makefile head/devel/p5-ExtUtils-Helpers/distinfo Modified: head/devel/p5-ExtUtils-Helpers/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Helpers/Makefile Sun Nov 6 16:46:57 2016 (r425514) +++ head/devel/p5-ExtUtils-Helpers/Makefile Sun Nov 6 16:47:02 2016 (r425515) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-Helpers -PORTVERSION= 0.022 -PORTREVISION= 1 +PORTVERSION= 0.026 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +16,4 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 -post-patch: - @${SED} -i '' -e 's|3pm|3|' ${WRKSRC}/lib/ExtUtils/Helpers.pm ${WRKSRC}/t/man_pagename.t - .include Modified: head/devel/p5-ExtUtils-Helpers/distinfo ============================================================================== --- head/devel/p5-ExtUtils-Helpers/distinfo Sun Nov 6 16:46:57 2016 (r425514) +++ head/devel/p5-ExtUtils-Helpers/distinfo Sun Nov 6 16:47:02 2016 (r425515) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-Helpers-0.022.tar.gz) = d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95 -SIZE (ExtUtils-Helpers-0.022.tar.gz) = 17078 +TIMESTAMP = 1478369990 +SHA256 (ExtUtils-Helpers-0.026.tar.gz) = de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416 +SIZE (ExtUtils-Helpers-0.026.tar.gz) = 15099 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C62E6C32DB3; Sun, 6 Nov 2016 16:47: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 97F8E16B3; Sun, 6 Nov 2016 16:47: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 uA6Gl7Zl048364; Sun, 6 Nov 2016 16:47:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gl7XQ048362; Sun, 6 Nov 2016 16:47:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6Gl7XQ048362@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, 6 Nov 2016 16:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425516 - head/devel/p5-File-Write-Rotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:08 -0000 Author: sunpoet Date: Sun Nov 6 16:47:07 2016 New Revision: 425516 URL: https://svnweb.freebsd.org/changeset/ports/425516 Log: - Update to 0.31 Changes: http://search.cpan.org/dist/File-Write-Rotate/Changes Modified: head/devel/p5-File-Write-Rotate/Makefile head/devel/p5-File-Write-Rotate/distinfo Modified: head/devel/p5-File-Write-Rotate/Makefile ============================================================================== --- head/devel/p5-File-Write-Rotate/Makefile Sun Nov 6 16:47:02 2016 (r425515) +++ head/devel/p5-File-Write-Rotate/Makefile Sun Nov 6 16:47:07 2016 (r425516) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Write-Rotate -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-Write-Rotate/distinfo ============================================================================== --- head/devel/p5-File-Write-Rotate/distinfo Sun Nov 6 16:47:02 2016 (r425515) +++ head/devel/p5-File-Write-Rotate/distinfo Sun Nov 6 16:47:07 2016 (r425516) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466892003 -SHA256 (File-Write-Rotate-0.30.tar.gz) = 1ba5526ec6bd835a3e20684740f13a848e6a8be75434213f247d584bb2f98486 -SIZE (File-Write-Rotate-0.30.tar.gz) = 29588 +TIMESTAMP = 1478369999 +SHA256 (File-Write-Rotate-0.31.tar.gz) = df85cb70031a70043b576bb45abc9edce8e328c7f463f43084d7bae24927d033 +SIZE (File-Write-Rotate-0.31.tar.gz) = 28854 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B77C32E02; Sun, 6 Nov 2016 16:47:13 +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 A1FBE1793; Sun, 6 Nov 2016 16:47: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 uA6GlCn9048505; Sun, 6 Nov 2016 16:47:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlCF4048502; Sun, 6 Nov 2016 16:47:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlCF4048502@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, 6 Nov 2016 16:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425517 - head/textproc/p5-FormValidator-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:13 -0000 Author: sunpoet Date: Sun Nov 6 16:47:12 2016 New Revision: 425517 URL: https://svnweb.freebsd.org/changeset/ports/425517 Log: - Update to 0.39 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes Modified: head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-FormValidator-Lite/distinfo head/textproc/p5-FormValidator-Lite/pkg-plist Modified: head/textproc/p5-FormValidator-Lite/Makefile ============================================================================== --- head/textproc/p5-FormValidator-Lite/Makefile Sun Nov 6 16:47:07 2016 (r425516) +++ head/textproc/p5-FormValidator-Lite/Makefile Sun Nov 6 16:47:12 2016 (r425517) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= FormValidator-Lite -PORTVERSION= 0.38 -PORTREVISION= 1 +PORTVERSION= 0.39 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +22,8 @@ TEST_DEPENDS= p5-Test-Requires>=0.05:dev p5-Text-TestBase>=0:textproc/p5-Text-TestBase \ p5-YAML>=0:textproc/p5-YAML -USE_PERL5= modbuild +NO_ARCH= yes +USE_PERL5= modbuildtiny USES= perl5 .include Modified: head/textproc/p5-FormValidator-Lite/distinfo ============================================================================== --- head/textproc/p5-FormValidator-Lite/distinfo Sun Nov 6 16:47:07 2016 (r425516) +++ head/textproc/p5-FormValidator-Lite/distinfo Sun Nov 6 16:47:12 2016 (r425517) @@ -1,2 +1,3 @@ -SHA256 (FormValidator-Lite-0.38.tar.gz) = a9207df45f57a8f8b612397a469c5d16b76ec1171526d8ab528e8a34a8852a6d -SIZE (FormValidator-Lite-0.38.tar.gz) = 33941 +TIMESTAMP = 1478370300 +SHA256 (FormValidator-Lite-0.39.tar.gz) = f0cac745d2a026602cf11e05549676b7eb2f9715e49a1b42f271cce7e19e15f2 +SIZE (FormValidator-Lite-0.39.tar.gz) = 33579 Modified: head/textproc/p5-FormValidator-Lite/pkg-plist ============================================================================== --- head/textproc/p5-FormValidator-Lite/pkg-plist Sun Nov 6 16:47:07 2016 (r425516) +++ head/textproc/p5-FormValidator-Lite/pkg-plist Sun Nov 6 16:47:12 2016 (r425517) @@ -1,15 +1,3 @@ -%%PERL5_MAN3%%/FormValidator::Lite.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Date.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Default.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Email.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::File.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Japanese.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Number.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Time.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Constraint::URL.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Messages::en.3.gz -%%PERL5_MAN3%%/FormValidator::Lite::Messages::ja.3.gz %%SITE_PERL%%/FormValidator/Lite.pm %%SITE_PERL%%/FormValidator/Lite/Constraint.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm @@ -27,3 +15,20 @@ %%SITE_PERL%%/FormValidator/Lite/Upload/CGI.pm %%SITE_PERL%%/FormValidator/Lite/Upload/HTTPEngine.pm %%SITE_PERL%%/FormValidator/Lite/Upload/PlackRequest.pm +%%PERL5_MAN3%%/FormValidator::Lite.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Date.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Default.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Email.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::File.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Japanese.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Number.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Time.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::URL.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Hash.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::en.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::ja.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Upload.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Upload::CGI.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Upload::HTTPEngine.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Upload::PlackRequest.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58097C32E52; Sun, 6 Nov 2016 16:47: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 246C21876; Sun, 6 Nov 2016 16:47: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 uA6GlHGI048622; Sun, 6 Nov 2016 16:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlHVG048621; Sun, 6 Nov 2016 16:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlHVG048621@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, 6 Nov 2016 16:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425518 - head/misc/p5-Geo-Coder-OpenCage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:18 -0000 Author: sunpoet Date: Sun Nov 6 16:47:17 2016 New Revision: 425518 URL: https://svnweb.freebsd.org/changeset/ports/425518 Log: - Remove outdated PERL_LEVEL check Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/Makefile Sun Nov 6 16:47:12 2016 (r425517) +++ head/misc/p5-Geo-Coder-OpenCage/Makefile Sun Nov 6 16:47:17 2016 (r425518) @@ -25,13 +25,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \ - p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc -RUN_DEPENDS+= p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \ - p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE792C32E97; Sun, 6 Nov 2016 16:47: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 AA8931968; Sun, 6 Nov 2016 16:47:22 +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 uA6GlL00048745; Sun, 6 Nov 2016 16:47:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlLgA048743; Sun, 6 Nov 2016 16:47:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlLgA048743@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, 6 Nov 2016 16:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425519 - head/misc/p5-Geo-GeoNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:23 -0000 Author: sunpoet Date: Sun Nov 6 16:47:21 2016 New Revision: 425519 URL: https://svnweb.freebsd.org/changeset/ports/425519 Log: - Update to 1.11 Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes Modified: head/misc/p5-Geo-GeoNames/Makefile head/misc/p5-Geo-GeoNames/distinfo Modified: head/misc/p5-Geo-GeoNames/Makefile ============================================================================== --- head/misc/p5-Geo-GeoNames/Makefile Sun Nov 6 16:47:17 2016 (r425518) +++ head/misc/p5-Geo-GeoNames/Makefile Sun Nov 6 16:47:21 2016 (r425519) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GeoNames -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Geo-GeoNames/distinfo ============================================================================== --- head/misc/p5-Geo-GeoNames/distinfo Sun Nov 6 16:47:17 2016 (r425518) +++ head/misc/p5-Geo-GeoNames/distinfo Sun Nov 6 16:47:21 2016 (r425519) @@ -1,2 +1,3 @@ -SHA256 (Geo-GeoNames-1.09.tar.gz) = 530f65456543611e819770098b9ab87f53bbcbded49d85569d05a3161c0f110c -SIZE (Geo-GeoNames-1.09.tar.gz) = 20674 +TIMESTAMP = 1478370223 +SHA256 (Geo-GeoNames-1.11.tar.gz) = 7a94f96b36eb1a43ccf2782b9993b81bf1544bb30b54571173963fdda76fa57e +SIZE (Geo-GeoNames-1.11.tar.gz) = 20826 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A57C3C32EE0; Sun, 6 Nov 2016 16:47:27 +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 73DD21A33; Sun, 6 Nov 2016 16:47:27 +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 uA6GlQ4G048871; Sun, 6 Nov 2016 16:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlQfI048869; Sun, 6 Nov 2016 16:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlQfI048869@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, 6 Nov 2016 16:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425520 - head/devel/p5-Google-ProtocolBuffers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:27 -0000 Author: sunpoet Date: Sun Nov 6 16:47:26 2016 New Revision: 425520 URL: https://svnweb.freebsd.org/changeset/ports/425520 Log: - Update to 0.12 - Add NO_ARCH Changes: http://search.cpan.org/dist/Google-ProtocolBuffers/Changes Modified: head/devel/p5-Google-ProtocolBuffers/Makefile head/devel/p5-Google-ProtocolBuffers/distinfo Modified: head/devel/p5-Google-ProtocolBuffers/Makefile ============================================================================== --- head/devel/p5-Google-ProtocolBuffers/Makefile Sun Nov 6 16:47:21 2016 (r425519) +++ head/devel/p5-Google-ProtocolBuffers/Makefile Sun Nov 6 16:47:26 2016 (r425520) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Google-ProtocolBuffers -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +17,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:deve p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Google-ProtocolBuffers/distinfo ============================================================================== --- head/devel/p5-Google-ProtocolBuffers/distinfo Sun Nov 6 16:47:21 2016 (r425519) +++ head/devel/p5-Google-ProtocolBuffers/distinfo Sun Nov 6 16:47:26 2016 (r425520) @@ -1,2 +1,3 @@ -SHA256 (Google-ProtocolBuffers-0.11.tar.gz) = 615505aeff0363c2bf697a54a57192b9e037093c84a2205ce04ad8ef169b5a4c -SIZE (Google-ProtocolBuffers-0.11.tar.gz) = 73839 +TIMESTAMP = 1478370008 +SHA256 (Google-ProtocolBuffers-0.12.tar.gz) = b38449c60b9a2712dde481485cc7ab03b2a0ac1c3fd480b3853e4111ac294d71 +SIZE (Google-ProtocolBuffers-0.12.tar.gz) = 46419 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E3E9C32F15; Sun, 6 Nov 2016 16:47:32 +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 1021B1B00; Sun, 6 Nov 2016 16:47: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 uA6GlVl9048996; Sun, 6 Nov 2016 16:47:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlVZa048995; Sun, 6 Nov 2016 16:47:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlVZa048995@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, 6 Nov 2016 16:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425521 - head/textproc/p5-HTML-Entities-Interpolate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:32 -0000 Author: sunpoet Date: Sun Nov 6 16:47:30 2016 New Revision: 425521 URL: https://svnweb.freebsd.org/changeset/ports/425521 Log: - Update to 1.10 - Update LICENSE Changes: http://search.cpan.org/dist/HTML-Entities-Interpolate/Changes Modified: head/textproc/p5-HTML-Entities-Interpolate/Makefile head/textproc/p5-HTML-Entities-Interpolate/distinfo Modified: head/textproc/p5-HTML-Entities-Interpolate/Makefile ============================================================================== --- head/textproc/p5-HTML-Entities-Interpolate/Makefile Sun Nov 6 16:47:26 2016 (r425520) +++ head/textproc/p5-HTML-Entities-Interpolate/Makefile Sun Nov 6 16:47:30 2016 (r425521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Entities-Interpolate -PORTVERSION= 1.09 +PORTVERSION= 1.10 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,13 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string -LICENSE= ART20 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \ p5-Tie-Function>=0.02:devel/p5-Tie-Function RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurper>=0.008:devel/p5-File-Slurper +TEST_DEPENDS= p5-File-Slurper>=0.009:devel/p5-File-Slurper NO_ARCH= yes USE_PERL5= configure Modified: head/textproc/p5-HTML-Entities-Interpolate/distinfo ============================================================================== --- head/textproc/p5-HTML-Entities-Interpolate/distinfo Sun Nov 6 16:47:26 2016 (r425520) +++ head/textproc/p5-HTML-Entities-Interpolate/distinfo Sun Nov 6 16:47:30 2016 (r425521) @@ -1,2 +1,3 @@ -SHA256 (HTML-Entities-Interpolate-1.09.tgz) = 1a78b9f155cf2cdfa5eb26a189858147b14982585cc777f22a949705fbb37ffb -SIZE (HTML-Entities-Interpolate-1.09.tgz) = 8513 +TIMESTAMP = 1478370307 +SHA256 (HTML-Entities-Interpolate-1.10.tgz) = f15a9df92c282419f7010964aca1ada844ddfae7afc735cd2ba1bb20883e955c +SIZE (HTML-Entities-Interpolate-1.10.tgz) = 13344 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D65D4C32F4D; Sun, 6 Nov 2016 16:47:36 +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 A65371BF9; Sun, 6 Nov 2016 16:47:36 +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 uA6GlZCr049117; Sun, 6 Nov 2016 16:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlZqR049115; Sun, 6 Nov 2016 16:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlZqR049115@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, 6 Nov 2016 16:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425522 - head/www/p5-HTTP-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:36 -0000 Author: sunpoet Date: Sun Nov 6 16:47:35 2016 New Revision: 425522 URL: https://svnweb.freebsd.org/changeset/ports/425522 Log: - Update to 0.070 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Modified: head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-Tiny/distinfo Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Sun Nov 6 16:47:30 2016 (r425521) +++ head/www/p5-HTTP-Tiny/Makefile Sun Nov 6 16:47:35 2016 (r425522) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.058 +PORTVERSION= 0.070 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Sun Nov 6 16:47:30 2016 (r425521) +++ head/www/p5-HTTP-Tiny/distinfo Sun Nov 6 16:47:35 2016 (r425522) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Tiny-0.058.tar.gz) = f4df06a48b1469f702b68d3dadd4f5c5d295af2a0e02f06bca592c9486fbb718 -SIZE (HTTP-Tiny-0.058.tar.gz) = 66953 +TIMESTAMP = 1478370336 +SHA256 (HTTP-Tiny-0.070.tar.gz) = 74f385d1e96de887a4df5a222d93afdc7d81ea9ad721a56ff3d8449bb12f7733 +SIZE (HTTP-Tiny-0.070.tar.gz) = 68291 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82166C32F8F; Sun, 6 Nov 2016 16:47: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 500AD1CDA; Sun, 6 Nov 2016 16:47: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 uA6Gle80049246; Sun, 6 Nov 2016 16:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GleQJ049244; Sun, 6 Nov 2016 16:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GleQJ049244@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, 6 Nov 2016 16:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425523 - head/net/p5-IO-Socket-IP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:41 -0000 Author: sunpoet Date: Sun Nov 6 16:47:40 2016 New Revision: 425523 URL: https://svnweb.freebsd.org/changeset/ports/425523 Log: - Update to 0.38 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes Modified: head/net/p5-IO-Socket-IP/Makefile head/net/p5-IO-Socket-IP/distinfo Modified: head/net/p5-IO-Socket-IP/Makefile ============================================================================== --- head/net/p5-IO-Socket-IP/Makefile Sun Nov 6 16:47:35 2016 (r425522) +++ head/net/p5-IO-Socket-IP/Makefile Sun Nov 6 16:47:40 2016 (r425523) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-IP -PORTVERSION= 0.37 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= net ipv6 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +12,11 @@ COMMENT= Drop-in replacement for IO::Soc LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/net/p5-IO-Socket-IP/distinfo ============================================================================== --- head/net/p5-IO-Socket-IP/distinfo Sun Nov 6 16:47:35 2016 (r425522) +++ head/net/p5-IO-Socket-IP/distinfo Sun Nov 6 16:47:40 2016 (r425523) @@ -1,2 +1,3 @@ -SHA256 (IO-Socket-IP-0.37.tar.gz) = 2adc5f0b641d41f662b4d99c0795780c62f9af9119884d053265fc8858ae6f7b -SIZE (IO-Socket-IP-0.37.tar.gz) = 44282 +TIMESTAMP = 1478370231 +SHA256 (IO-Socket-IP-0.38.tar.gz) = 0b7aca58643e821fade4c9da98fa99969c922d0317cca1007ad55bdea1b29a69 +SIZE (IO-Socket-IP-0.38.tar.gz) = 44537 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E18C32FCD; Sun, 6 Nov 2016 16:47: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 9B7911DAE; Sun, 6 Nov 2016 16:47: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 uA6GliBG049369; Sun, 6 Nov 2016 16:47:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GliR2049365; Sun, 6 Nov 2016 16:47:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GliR2049365@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, 6 Nov 2016 16:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425524 - head/converters/p5-JSON-MaybeXS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:45 -0000 Author: sunpoet Date: Sun Nov 6 16:47:44 2016 New Revision: 425524 URL: https://svnweb.freebsd.org/changeset/ports/425524 Log: - Update to 1.003008 - Add NO_ARCH Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes Modified: head/converters/p5-JSON-MaybeXS/Makefile head/converters/p5-JSON-MaybeXS/distinfo Modified: head/converters/p5-JSON-MaybeXS/Makefile ============================================================================== --- head/converters/p5-JSON-MaybeXS/Makefile Sun Nov 6 16:47:40 2016 (r425523) +++ head/converters/p5-JSON-MaybeXS/Makefile Sun Nov 6 16:47:44 2016 (r425524) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-MaybeXS -PORTVERSION= 1.003005 +PORTVERSION= 1.003008 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP +RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP +.endif + +.include Modified: head/converters/p5-JSON-MaybeXS/distinfo ============================================================================== --- head/converters/p5-JSON-MaybeXS/distinfo Sun Nov 6 16:47:40 2016 (r425523) +++ head/converters/p5-JSON-MaybeXS/distinfo Sun Nov 6 16:47:44 2016 (r425524) @@ -1,2 +1,3 @@ -SHA256 (JSON-MaybeXS-1.003005.tar.gz) = bdb4694b564f10459d49b9658693ceb8b91b66db0fc5e9f19cf15f3ce46cc80a -SIZE (JSON-MaybeXS-1.003005.tar.gz) = 10373 +TIMESTAMP = 1478369931 +SHA256 (JSON-MaybeXS-1.003008.tar.gz) = 0964385e021397283de5a9581c524a3a847bb069d63f3ea4ba6f9c4d214c6c82 +SIZE (JSON-MaybeXS-1.003008.tar.gz) = 11647 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B60A4C33000; Sun, 6 Nov 2016 16:47: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 857CC1E9A; Sun, 6 Nov 2016 16:47:50 +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 uA6GlnAF049492; Sun, 6 Nov 2016 16:47:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Glnf7049490; Sun, 6 Nov 2016 16:47:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6Glnf7049490@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, 6 Nov 2016 16:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425525 - head/devel/p5-List-Objects-Types X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:50 -0000 Author: sunpoet Date: Sun Nov 6 16:47:49 2016 New Revision: 425525 URL: https://svnweb.freebsd.org/changeset/ports/425525 Log: - Update to 2.001001 Changes: http://search.cpan.org/dist/List-Objects-Types/Changes Modified: head/devel/p5-List-Objects-Types/Makefile head/devel/p5-List-Objects-Types/distinfo Modified: head/devel/p5-List-Objects-Types/Makefile ============================================================================== --- head/devel/p5-List-Objects-Types/Makefile Sun Nov 6 16:47:44 2016 (r425524) +++ head/devel/p5-List-Objects-Types/Makefile Sun Nov 6 16:47:49 2016 (r425525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-Objects-Types -PORTVERSION= 1.003002 +PORTVERSION= 2.001001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-List-Objects-Types/distinfo ============================================================================== --- head/devel/p5-List-Objects-Types/distinfo Sun Nov 6 16:47:44 2016 (r425524) +++ head/devel/p5-List-Objects-Types/distinfo Sun Nov 6 16:47:49 2016 (r425525) @@ -1,2 +1,3 @@ -SHA256 (List-Objects-Types-1.003002.tar.gz) = 12ed7054eaa67355801665f09586d4483a2ee2d826c6a7386b3d633a15865508 -SIZE (List-Objects-Types-1.003002.tar.gz) = 17290 +TIMESTAMP = 1478370017 +SHA256 (List-Objects-Types-2.001001.tar.gz) = ed404fca448947b90f1d830d1482d044e9459dab3cca132bd3188b37737eb463 +SIZE (List-Objects-Types-2.001001.tar.gz) = 18790 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:47:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 678BCC33040; Sun, 6 Nov 2016 16:47: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 36CB51F85; Sun, 6 Nov 2016 16:47: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 uA6GlssL049599; Sun, 6 Nov 2016 16:47:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GlspN049598; Sun, 6 Nov 2016 16:47:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6GlspN049598@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, 6 Nov 2016 16:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425526 - head/devel/p5-List-Objects-WithUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:47:55 -0000 Author: sunpoet Date: Sun Nov 6 16:47:54 2016 New Revision: 425526 URL: https://svnweb.freebsd.org/changeset/ports/425526 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-List-Objects-WithUtils/Makefile Modified: head/devel/p5-List-Objects-WithUtils/Makefile ============================================================================== --- head/devel/p5-List-Objects-WithUtils/Makefile Sun Nov 6 16:47:49 2016 (r425525) +++ head/devel/p5-List-Objects-WithUtils/Makefile Sun Nov 6 16:47:54 2016 (r425526) @@ -27,11 +27,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EC0C33080; Sun, 6 Nov 2016 16:48:00 +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 2C0DCF0; Sun, 6 Nov 2016 16:48:00 +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 uA6Glxte049730; Sun, 6 Nov 2016 16:47:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Glx3r049728; Sun, 6 Nov 2016 16:47:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061647.uA6Glx3r049728@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, 6 Nov 2016 16:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425527 - head/devel/p5-List-SomeUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:48:00 -0000 Author: sunpoet Date: Sun Nov 6 16:47:58 2016 New Revision: 425527 URL: https://svnweb.freebsd.org/changeset/ports/425527 Log: - Update to 0.53 Changes: http://search.cpan.org/dist/List-SomeUtils/Changes Modified: head/devel/p5-List-SomeUtils/Makefile head/devel/p5-List-SomeUtils/distinfo Modified: head/devel/p5-List-SomeUtils/Makefile ============================================================================== --- head/devel/p5-List-SomeUtils/Makefile Sun Nov 6 16:47:54 2016 (r425526) +++ head/devel/p5-List-SomeUtils/Makefile Sun Nov 6 16:47:58 2016 (r425527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-SomeUtils -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ - p5-List-SomeUtils-XS>=0:devel/p5-List-SomeUtils-XS \ +BUILD_DEPENDS= p5-List-SomeUtils-XS>=0:devel/p5-List-SomeUtils-XS \ p5-Module-Implementation>=0:devel/p5-Module-Implementation RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-List-SomeUtils/distinfo ============================================================================== --- head/devel/p5-List-SomeUtils/distinfo Sun Nov 6 16:47:54 2016 (r425526) +++ head/devel/p5-List-SomeUtils/distinfo Sun Nov 6 16:47:58 2016 (r425527) @@ -1,2 +1,3 @@ -SHA256 (List-SomeUtils-0.52.tar.gz) = 1e8c900332ac08c314b78ca1b0d23aba28c146b6133606a817d828d5bd0485ac -SIZE (List-SomeUtils-0.52.tar.gz) = 61947 +TIMESTAMP = 1478370025 +SHA256 (List-SomeUtils-0.53.tar.gz) = f4103a16f361abd163126872d949806a6b9eadf1d852be359301c9cbdbc1a598 +SIZE (List-SomeUtils-0.53.tar.gz) = 62522 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE7D1C330C0; Sun, 6 Nov 2016 16:48: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 AC5F1194; Sun, 6 Nov 2016 16:48: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 uA6Gm32m049859; Sun, 6 Nov 2016 16:48:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gm3md049857; Sun, 6 Nov 2016 16:48:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6Gm3md049857@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, 6 Nov 2016 16:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425528 - head/devel/p5-Log-Dispatch-FileWriteRotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:48:05 -0000 Author: sunpoet Date: Sun Nov 6 16:48:03 2016 New Revision: 425528 URL: https://svnweb.freebsd.org/changeset/ports/425528 Log: - Update to 0.05 Changes: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/Changes Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Sun Nov 6 16:47:58 2016 (r425527) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Sun Nov 6 16:48:03 2016 (r425528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-FileWriteRotate -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Sun Nov 6 16:47:58 2016 (r425527) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Sun Nov 6 16:48:03 2016 (r425528) @@ -1,2 +1,3 @@ -SHA256 (Log-Dispatch-FileWriteRotate-0.04.tar.gz) = 3c8d38a0a3bfa724361f9cdbfe66254c34be23a3fd3bb895f0a4db4d54cc58f4 -SIZE (Log-Dispatch-FileWriteRotate-0.04.tar.gz) = 13554 +TIMESTAMP = 1478370032 +SHA256 (Log-Dispatch-FileWriteRotate-0.05.tar.gz) = 5b921572d1c8adc9d474680489ba310b93afe64bfcbd6666532aa5cfd8b3d207 +SIZE (Log-Dispatch-FileWriteRotate-0.05.tar.gz) = 14468 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A132C330F0; Sun, 6 Nov 2016 16:48: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 28E3926B; Sun, 6 Nov 2016 16:48: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 uA6Gm8H9049970; Sun, 6 Nov 2016 16:48:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gm8U6049969; Sun, 6 Nov 2016 16:48:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6Gm8U6049969@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, 6 Nov 2016 16:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425529 - head/devel/p5-match-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: Sun, 06 Nov 2016 16:48:09 -0000 Author: sunpoet Date: Sun Nov 6 16:48:08 2016 New Revision: 425529 URL: https://svnweb.freebsd.org/changeset/ports/425529 Log: - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/devel/p5-match-simple/Makefile Modified: head/devel/p5-match-simple/Makefile ============================================================================== --- head/devel/p5-match-simple/Makefile Sun Nov 6 16:48:03 2016 (r425528) +++ head/devel/p5-match-simple/Makefile Sun Nov 6 16:48:08 2016 (r425529) @@ -20,14 +20,8 @@ BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:d RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1F59C33121; Sun, 6 Nov 2016 16:48:13 +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 BC86F392; Sun, 6 Nov 2016 16:48: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 uA6GmCn2050095; Sun, 6 Nov 2016 16:48:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GmC1B050093; Sun, 6 Nov 2016 16:48:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6GmC1B050093@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, 6 Nov 2016 16:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425530 - head/math/p5-Math-GMPq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:48:14 -0000 Author: sunpoet Date: Sun Nov 6 16:48:12 2016 New Revision: 425530 URL: https://svnweb.freebsd.org/changeset/ports/425530 Log: - Update to 0.41 Changes: http://search.cpan.org/dist/Math-GMPq/CHANGES Modified: head/math/p5-Math-GMPq/Makefile head/math/p5-Math-GMPq/distinfo Modified: head/math/p5-Math-GMPq/Makefile ============================================================================== --- head/math/p5-Math-GMPq/Makefile Sun Nov 6 16:48:08 2016 (r425529) +++ head/math/p5-Math-GMPq/Makefile Sun Nov 6 16:48:12 2016 (r425530) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMPq -PORTVERSION= 0.39 +PORTVERSION= 0.41 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GMPq/distinfo ============================================================================== --- head/math/p5-Math-GMPq/distinfo Sun Nov 6 16:48:08 2016 (r425529) +++ head/math/p5-Math-GMPq/distinfo Sun Nov 6 16:48:12 2016 (r425530) @@ -1,2 +1,3 @@ -SHA256 (Math-GMPq-0.39.tar.gz) = 23faa53ce845ad0ce60ed0024cd962f1354bf4d149d9e7a499173f273555ec0a -SIZE (Math-GMPq-0.39.tar.gz) = 34683 +TIMESTAMP = 1478370179 +SHA256 (Math-GMPq-0.41.tar.gz) = f95af40479c2c01a33f42d818e97922577b5386e29edef4f31c2fbd0bc539ad9 +SIZE (Math-GMPq-0.41.tar.gz) = 35093 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D805C33152; Sun, 6 Nov 2016 16:48: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 0D24B669; Sun, 6 Nov 2016 16:48: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 uA6GmHew050220; Sun, 6 Nov 2016 16:48:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GmHTX050218; Sun, 6 Nov 2016 16:48:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6GmHTX050218@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, 6 Nov 2016 16:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425531 - 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: Sun, 06 Nov 2016 16:48:18 -0000 Author: sunpoet Date: Sun Nov 6 16:48:16 2016 New Revision: 425531 URL: https://svnweb.freebsd.org/changeset/ports/425531 Log: - Update to 0.44 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 Sun Nov 6 16:48:12 2016 (r425530) +++ head/math/p5-Math-GMPz/Makefile Sun Nov 6 16:48:16 2016 (r425531) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMPz -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GMPz/distinfo ============================================================================== --- head/math/p5-Math-GMPz/distinfo Sun Nov 6 16:48:12 2016 (r425530) +++ head/math/p5-Math-GMPz/distinfo Sun Nov 6 16:48:16 2016 (r425531) @@ -1,2 +1,3 @@ -SHA256 (Math-GMPz-0.43.tar.gz) = fbdd136c49448d4b1bce692e58c1e6241f0cd768e5db36bb90666e1494dbd58e -SIZE (Math-GMPz-0.43.tar.gz) = 68224 +TIMESTAMP = 1478370188 +SHA256 (Math-GMPz-0.44.tar.gz) = 9d5e44464e75b4d784db08889b0a31a3a131d42a819801d4d21e89d2e1df87a9 +SIZE (Math-GMPz-0.44.tar.gz) = 74388 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38149C33188; Sun, 6 Nov 2016 16:48: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 CFCF17C3; Sun, 6 Nov 2016 16:48:22 +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 uA6GmMCj050363; Sun, 6 Nov 2016 16:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GmLLA050358; Sun, 6 Nov 2016 16:48:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6GmLLA050358@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, 6 Nov 2016 16:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425532 - 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: Sun, 06 Nov 2016 16:48:23 -0000 Author: sunpoet Date: Sun Nov 6 16:48:21 2016 New Revision: 425532 URL: https://svnweb.freebsd.org/changeset/ports/425532 Log: - Update to 0.39 Changes: http://search.cpan.org/dist/Math-GSL/Changes Modified: head/math/p5-Math-GSL/Makefile head/math/p5-Math-GSL/distinfo head/math/p5-Math-GSL/pkg-plist Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Sun Nov 6 16:48:16 2016 (r425531) +++ head/math/p5-Math-GSL/Makefile Sun Nov 6 16:48:21 2016 (r425532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GSL -PORTVERSION= 0.36 +PORTVERSION= 0.39 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GSL/distinfo ============================================================================== --- head/math/p5-Math-GSL/distinfo Sun Nov 6 16:48:16 2016 (r425531) +++ head/math/p5-Math-GSL/distinfo Sun Nov 6 16:48:21 2016 (r425532) @@ -1,2 +1,3 @@ -SHA256 (Math-GSL-0.36.tar.gz) = 07b38e03ece914ce096ec9b88f7c2f64f0ef7d93ce22e711919282c1cd42ece3 -SIZE (Math-GSL-0.36.tar.gz) = 10895220 +TIMESTAMP = 1478370205 +SHA256 (Math-GSL-0.39.tar.gz) = a5656ed3bd267bd5627a28b32039743693c3afa85c278d7a6015a488876fe5d6 +SIZE (Math-GSL-0.39.tar.gz) = 12064561 Modified: head/math/p5-Math-GSL/pkg-plist ============================================================================== --- head/math/p5-Math-GSL/pkg-plist Sun Nov 6 16:48:16 2016 (r425531) +++ head/math/p5-Math-GSL/pkg-plist Sun Nov 6 16:48:21 2016 (r425532) @@ -1,6 +1,3 @@ -bin/smoke_some_mathgsl -bin/smolder_mathgsl -bin/smolder_smoke_signal %%SITE_ARCH%%/Math/GSL.pm %%SITE_ARCH%%/Math/GSL/BLAS.pm %%SITE_ARCH%%/Math/GSL/BSpline.pm @@ -30,6 +27,7 @@ bin/smolder_smoke_signal %%SITE_ARCH%%/Math/GSL/Min.pm %%SITE_ARCH%%/Math/GSL/Monte.pm %%SITE_ARCH%%/Math/GSL/Multifit.pm +%%SITE_ARCH%%/Math/GSL/Multilarge.pm %%SITE_ARCH%%/Math/GSL/Multimin.pm %%SITE_ARCH%%/Math/GSL/Multiroots.pm %%SITE_ARCH%%/Math/GSL/NTuple.pm @@ -81,7 +79,6 @@ bin/smolder_smoke_signal %%SITE_ARCH%%/auto/Math/GSL/MatrixComplex/MatrixComplex.so %%SITE_ARCH%%/auto/Math/GSL/Min/Min.so %%SITE_ARCH%%/auto/Math/GSL/Monte/Monte.so -%%SITE_ARCH%%/auto/Math/GSL/Multifit/Multifit.so %%SITE_ARCH%%/auto/Math/GSL/Multimin/Multimin.so %%SITE_ARCH%%/auto/Math/GSL/Multiroots/Multiroots.so %%SITE_ARCH%%/auto/Math/GSL/NTuple/NTuple.so @@ -105,7 +102,6 @@ bin/smolder_smoke_signal %%SITE_ARCH%%/auto/Math/GSL/Version/Version.so %%SITE_ARCH%%/auto/Math/GSL/Wavelet/Wavelet.so %%SITE_ARCH%%/auto/Math/GSL/Wavelet2D/Wavelet2D.so -%%PERL5_MAN1%%/smolder_smoke_signal.1.gz %%PERL5_MAN3%%/Math::GSL.3.gz %%PERL5_MAN3%%/Math::GSL::BLAS.3.gz %%PERL5_MAN3%%/Math::GSL::BSpline.3.gz @@ -135,6 +131,7 @@ bin/smolder_smoke_signal %%PERL5_MAN3%%/Math::GSL::Min.3.gz %%PERL5_MAN3%%/Math::GSL::Monte.3.gz %%PERL5_MAN3%%/Math::GSL::Multifit.3.gz +%%PERL5_MAN3%%/Math::GSL::Multilarge.3.gz %%PERL5_MAN3%%/Math::GSL::Multimin.3.gz %%PERL5_MAN3%%/Math::GSL::Multiroots.3.gz %%PERL5_MAN3%%/Math::GSL::NTuple.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:48:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FE2CC331AA; Sun, 6 Nov 2016 16:48:27 +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 3000B878; Sun, 6 Nov 2016 16:48:27 +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 uA6GmQJa050486; Sun, 6 Nov 2016 16:48:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GmQ8M050484; Sun, 6 Nov 2016 16:48:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061648.uA6GmQ8M050484@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, 6 Nov 2016 16:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425533 - head/math/p5-Math-Prime-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, 06 Nov 2016 16:48:27 -0000 Author: sunpoet Date: Sun Nov 6 16:48:26 2016 New Revision: 425533 URL: https://svnweb.freebsd.org/changeset/ports/425533 Log: - Update to 0.27 Changes: http://search.cpan.org/dist/Math-Prime-XS/Changes Modified: head/math/p5-Math-Prime-XS/Makefile head/math/p5-Math-Prime-XS/distinfo Modified: head/math/p5-Math-Prime-XS/Makefile ============================================================================== --- head/math/p5-Math-Prime-XS/Makefile Sun Nov 6 16:48:21 2016 (r425532) +++ head/math/p5-Math-Prime-XS/Makefile Sun Nov 6 16:48:26 2016 (r425533) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Prime-XS -PORTVERSION= 0.26 -PORTREVISION= 3 +PORTVERSION= 0.27 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-Prime-XS/distinfo ============================================================================== --- head/math/p5-Math-Prime-XS/distinfo Sun Nov 6 16:48:21 2016 (r425532) +++ head/math/p5-Math-Prime-XS/distinfo Sun Nov 6 16:48:26 2016 (r425533) @@ -1,2 +1,3 @@ -SHA256 (Math-Prime-XS-0.26.tar.gz) = d595728a2a537edb22818f0050e0ff7c99b19f958386585715e777409b57f1e1 -SIZE (Math-Prime-XS-0.26.tar.gz) = 61354 +TIMESTAMP = 1478370215 +SHA256 (Math-Prime-XS-0.27.tar.gz) = 19f7e9b95fbb29e4d103bc454325143674852e38435667dfe998629f40d13af8 +SIZE (Math-Prime-XS-0.27.tar.gz) = 63514 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2946C33227; Sun, 6 Nov 2016 16:49:13 +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 BEC36A2C; Sun, 6 Nov 2016 16:49: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 uA6GnCUc050707; Sun, 6 Nov 2016 16:49:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnCT2050705; Sun, 6 Nov 2016 16:49:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnCT2050705@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, 6 Nov 2016 16:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425534 - head/net/p5-MaxMind-DB-Writer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:14 -0000 Author: sunpoet Date: Sun Nov 6 16:49:12 2016 New Revision: 425534 URL: https://svnweb.freebsd.org/changeset/ports/425534 Log: - Update to 0.201001 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes Modified: head/net/p5-MaxMind-DB-Writer/Makefile head/net/p5-MaxMind-DB-Writer/distinfo Modified: head/net/p5-MaxMind-DB-Writer/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Writer/Makefile Sun Nov 6 16:48:26 2016 (r425533) +++ head/net/p5-MaxMind-DB-Writer/Makefile Sun Nov 6 16:49:12 2016 (r425534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MaxMind-DB-Writer -PORTVERSION= 0.201000 +PORTVERSION= 0.201001 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -13,6 +13,7 @@ COMMENT= Create MaxMind DB database file LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Data-Dumper-Concise>=0:devel/p5-Data-Dumper-Concise \ p5-Data-IEEE754>=0:devel/p5-Data-IEEE754 \ Modified: head/net/p5-MaxMind-DB-Writer/distinfo ============================================================================== --- head/net/p5-MaxMind-DB-Writer/distinfo Sun Nov 6 16:48:26 2016 (r425533) +++ head/net/p5-MaxMind-DB-Writer/distinfo Sun Nov 6 16:49:12 2016 (r425534) @@ -1,2 +1,3 @@ -SHA256 (MaxMind-DB-Writer-0.201000.tar.gz) = a027d1ca5fa9339ab81cd15853b48bc40ec9722d521e6251f878a01b43c42614 -SIZE (MaxMind-DB-Writer-0.201000.tar.gz) = 176144 +TIMESTAMP = 1478370247 +SHA256 (MaxMind-DB-Writer-0.201001.tar.gz) = c9a9467584a174fc63704dc92ea18b0c1752e804430634efa291d398d2489002 +SIZE (MaxMind-DB-Writer-0.201001.tar.gz) = 176956 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A201EC33258; Sun, 6 Nov 2016 16:49: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 6ECEAA5B; Sun, 6 Nov 2016 16:49: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 uA6GnHo0050822; Sun, 6 Nov 2016 16:49:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnHn5050821; Sun, 6 Nov 2016 16:49:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnHn5050821@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, 6 Nov 2016 16:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425535 - head/devel/p5-mem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:18 -0000 Author: sunpoet Date: Sun Nov 6 16:49:17 2016 New Revision: 425535 URL: https://svnweb.freebsd.org/changeset/ports/425535 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-mem/Makefile Modified: head/devel/p5-mem/Makefile ============================================================================== --- head/devel/p5-mem/Makefile Sun Nov 6 16:49:12 2016 (r425534) +++ head/devel/p5-mem/Makefile Sun Nov 6 16:49:17 2016 (r425535) @@ -18,10 +18,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.82:devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A342CC33286; Sun, 6 Nov 2016 16:49: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 667E6B8E; Sun, 6 Nov 2016 16:49: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 uA6GnMIV050949; Sun, 6 Nov 2016 16:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnMan050947; Sun, 6 Nov 2016 16:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnMan050947@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, 6 Nov 2016 16:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425536 - head/devel/p5-Memoize-ExpireLRU X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:23 -0000 Author: sunpoet Date: Sun Nov 6 16:49:22 2016 New Revision: 425536 URL: https://svnweb.freebsd.org/changeset/ports/425536 Log: - Update to 0.56 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Memoize-ExpireLRU/Changes Modified: head/devel/p5-Memoize-ExpireLRU/Makefile head/devel/p5-Memoize-ExpireLRU/distinfo Modified: head/devel/p5-Memoize-ExpireLRU/Makefile ============================================================================== --- head/devel/p5-Memoize-ExpireLRU/Makefile Sun Nov 6 16:49:17 2016 (r425535) +++ head/devel/p5-Memoize-ExpireLRU/Makefile Sun Nov 6 16:49:22 2016 (r425536) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Memoize-ExpireLRU -PORTVERSION= 0.55 -PORTREVISION= 2 +PORTVERSION= 0.56 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +12,9 @@ COMMENT= Expiry plug-in for Memoize that LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Memoize-ExpireLRU/distinfo ============================================================================== --- head/devel/p5-Memoize-ExpireLRU/distinfo Sun Nov 6 16:49:17 2016 (r425535) +++ head/devel/p5-Memoize-ExpireLRU/distinfo Sun Nov 6 16:49:22 2016 (r425536) @@ -1,2 +1,3 @@ -SHA256 (Memoize-ExpireLRU-0.55.tar.gz) = 72fb3a0e9db329e83b5b70c24fae63c2fd8756ec2b876d6b2a225374e406934e -SIZE (Memoize-ExpireLRU-0.55.tar.gz) = 5887 +TIMESTAMP = 1478370038 +SHA256 (Memoize-ExpireLRU-0.56.tar.gz) = ee836301cbbab9a24b05fc657edfa94b7fd8578d9836e566a191d0a5b01cd7f6 +SIZE (Memoize-ExpireLRU-0.56.tar.gz) = 13747 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DF33C332BA; Sun, 6 Nov 2016 16:49: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 2996FC06; Sun, 6 Nov 2016 16:49: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 uA6GnRU6051077; Sun, 6 Nov 2016 16:49:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnRXX051075; Sun, 6 Nov 2016 16:49:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnRXX051075@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, 6 Nov 2016 16:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425537 - head/devel/p5-Module-ScanDeps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:28 -0000 Author: sunpoet Date: Sun Nov 6 16:49:26 2016 New Revision: 425537 URL: https://svnweb.freebsd.org/changeset/ports/425537 Log: - Update to 1.22 Changes: http://search.cpan.org/dist/Module-ScanDeps/Changes Modified: head/devel/p5-Module-ScanDeps/Makefile head/devel/p5-Module-ScanDeps/distinfo Modified: head/devel/p5-Module-ScanDeps/Makefile ============================================================================== --- head/devel/p5-Module-ScanDeps/Makefile Sun Nov 6 16:49:22 2016 (r425536) +++ head/devel/p5-Module-ScanDeps/Makefile Sun Nov 6 16:49:26 2016 (r425537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-ScanDeps -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-ScanDeps/distinfo ============================================================================== --- head/devel/p5-Module-ScanDeps/distinfo Sun Nov 6 16:49:22 2016 (r425536) +++ head/devel/p5-Module-ScanDeps/distinfo Sun Nov 6 16:49:26 2016 (r425537) @@ -1,2 +1,3 @@ -SHA256 (Module-ScanDeps-1.21.tar.gz) = 1fc52addee2d01afd3f9bb86e5684460932c05e6b2a85d70c7d0f91973250794 -SIZE (Module-ScanDeps-1.21.tar.gz) = 64491 +TIMESTAMP = 1478370045 +SHA256 (Module-ScanDeps-1.22.tar.gz) = 4670de213243cd0002838279f4d30c41879ff8d86a5740cd215cdb234f13f799 +SIZE (Module-ScanDeps-1.22.tar.gz) = 68145 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C2E9C33304; Sun, 6 Nov 2016 16:49: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 DF615CDB; Sun, 6 Nov 2016 16:49: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 uA6GnWmO051202; Sun, 6 Nov 2016 16:49:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnWVP051200; Sun, 6 Nov 2016 16:49:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnWVP051200@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, 6 Nov 2016 16:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425538 - head/devel/p5-MooseX-App X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:33 -0000 Author: sunpoet Date: Sun Nov 6 16:49:31 2016 New Revision: 425538 URL: https://svnweb.freebsd.org/changeset/ports/425538 Log: - Update to 1.36 Changes: http://search.cpan.org/dist/MooseX-App/Changes Modified: head/devel/p5-MooseX-App/Makefile head/devel/p5-MooseX-App/distinfo Modified: head/devel/p5-MooseX-App/Makefile ============================================================================== --- head/devel/p5-MooseX-App/Makefile Sun Nov 6 16:49:26 2016 (r425537) +++ head/devel/p5-MooseX-App/Makefile Sun Nov 6 16:49:31 2016 (r425538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-App -PORTVERSION= 1.35 +PORTVERSION= 1.36 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-App/distinfo ============================================================================== --- head/devel/p5-MooseX-App/distinfo Sun Nov 6 16:49:26 2016 (r425537) +++ head/devel/p5-MooseX-App/distinfo Sun Nov 6 16:49:31 2016 (r425538) @@ -1,2 +1,3 @@ -SHA256 (MooseX-App-1.35.tar.gz) = 4ba540438a14f4f18856e7c666607cfcde9e52bb247764191a8ee460f48e7ad2 -SIZE (MooseX-App-1.35.tar.gz) = 86139 +TIMESTAMP = 1478370055 +SHA256 (MooseX-App-1.36.tar.gz) = 5bdf14d30322af036d0bf81e96ae6e7d28dd18a4b8529ad420bb92dd086e947d +SIZE (MooseX-App-1.36.tar.gz) = 86812 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68210C33336; Sun, 6 Nov 2016 16:49:37 +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 3434EDBC; Sun, 6 Nov 2016 16:49:37 +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 uA6GnanT051325; Sun, 6 Nov 2016 16:49:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gnae5051323; Sun, 6 Nov 2016 16:49:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6Gnae5051323@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, 6 Nov 2016 16:49:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425539 - head/dns/p5-Mozilla-PublicSuffix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:37 -0000 Author: sunpoet Date: Sun Nov 6 16:49:36 2016 New Revision: 425539 URL: https://svnweb.freebsd.org/changeset/ports/425539 Log: - Update to 1.0.0 Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/p5-Mozilla-PublicSuffix/distinfo Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Nov 6 16:49:31 2016 (r425538) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Nov 6 16:49:36 2016 (r425539) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix -PORTVERSION= 0.1.19 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/p5-Mozilla-PublicSuffix/distinfo ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/distinfo Sun Nov 6 16:49:31 2016 (r425538) +++ head/dns/p5-Mozilla-PublicSuffix/distinfo Sun Nov 6 16:49:36 2016 (r425539) @@ -1,2 +1,3 @@ -SHA256 (Mozilla-PublicSuffix-v0.1.19.tar.gz) = 17d43dd9ed061e0e4967c1a2469c32021cdd25a5723caacdb97523eedc30f9b9 -SIZE (Mozilla-PublicSuffix-v0.1.19.tar.gz) = 52021 +TIMESTAMP = 1478370164 +SHA256 (Mozilla-PublicSuffix-v1.0.0.tar.gz) = 8185ca687ad1c51e18cb472831f80160d6432376a06a19f864d617147b003dee +SIZE (Mozilla-PublicSuffix-v1.0.0.tar.gz) = 71669 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6FD6C33369; Sun, 6 Nov 2016 16:49: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 98CA5E8B; Sun, 6 Nov 2016 16:49: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 uA6Gnetx051439; Sun, 6 Nov 2016 16:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnetU051438; Sun, 6 Nov 2016 16:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnetU051438@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, 6 Nov 2016 16:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425540 - head/www/p5-Net-Async-HTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:41 -0000 Author: sunpoet Date: Sun Nov 6 16:49:40 2016 New Revision: 425540 URL: https://svnweb.freebsd.org/changeset/ports/425540 Log: - Remove outdated PERL_LEVEL check Modified: head/www/p5-Net-Async-HTTP/Makefile Modified: head/www/p5-Net-Async-HTTP/Makefile ============================================================================== --- head/www/p5-Net-Async-HTTP/Makefile Sun Nov 6 16:49:36 2016 (r425539) +++ head/www/p5-Net-Async-HTTP/Makefile Sun Nov 6 16:49:40 2016 (r425540) @@ -34,11 +34,4 @@ USES= perl5 SSL_BUILD_DEPENDS= p5-IO-Async-SSL>=0.12:security/p5-IO-Async-SSL SSL_RUN_DEPENDS= p5-IO-Async-SSL>=0.12:security/p5-IO-Async-SSL -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.29:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.29:lang/p5-Scalar-List-Utils -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 885A4C33398; Sun, 6 Nov 2016 16:49:46 +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 3816FFA3; Sun, 6 Nov 2016 16:49:46 +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 uA6Gnj9h051563; Sun, 6 Nov 2016 16:49:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnjDL051561; Sun, 6 Nov 2016 16:49:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnjDL051561@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, 6 Nov 2016 16:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425541 - head/net/p5-Net-CLI-Interact X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:46 -0000 Author: sunpoet Date: Sun Nov 6 16:49:45 2016 New Revision: 425541 URL: https://svnweb.freebsd.org/changeset/ports/425541 Log: - Update to 2.200006 Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes Modified: head/net/p5-Net-CLI-Interact/Makefile head/net/p5-Net-CLI-Interact/distinfo Modified: head/net/p5-Net-CLI-Interact/Makefile ============================================================================== --- head/net/p5-Net-CLI-Interact/Makefile Sun Nov 6 16:49:40 2016 (r425540) +++ head/net/p5-Net-CLI-Interact/Makefile Sun Nov 6 16:49:45 2016 (r425541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-CLI-Interact -PORTVERSION= 2.200005 +PORTVERSION= 2.200006 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-CLI-Interact/distinfo ============================================================================== --- head/net/p5-Net-CLI-Interact/distinfo Sun Nov 6 16:49:40 2016 (r425540) +++ head/net/p5-Net-CLI-Interact/distinfo Sun Nov 6 16:49:45 2016 (r425541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680495 -SHA256 (Net-CLI-Interact-2.200005.tar.gz) = 7b522d6496d38837b0d966deb2ea6be28c9238bb81be967e7167aa0f891b61cf -SIZE (Net-CLI-Interact-2.200005.tar.gz) = 47512 +TIMESTAMP = 1478370258 +SHA256 (Net-CLI-Interact-2.200006.tar.gz) = 6f34950ce7c77358be9f11d703433d9c85614af805ab3a57f0a0ec0291d5484c +SIZE (Net-CLI-Interact-2.200006.tar.gz) = 47583 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B0C9C333CB; Sun, 6 Nov 2016 16:49:51 +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 EE6691062; Sun, 6 Nov 2016 16:49:50 +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 uA6GnoD6051689; Sun, 6 Nov 2016 16:49:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnnHQ051687; Sun, 6 Nov 2016 16:49:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnnHQ051687@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, 6 Nov 2016 16:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425542 - head/net/p5-Net-HTTPS-NB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:51 -0000 Author: sunpoet Date: Sun Nov 6 16:49:49 2016 New Revision: 425542 URL: https://svnweb.freebsd.org/changeset/ports/425542 Log: - Update to 0.15 Changes: http://search.cpan.org/dist/Net-HTTPS-NB/Changes Modified: head/net/p5-Net-HTTPS-NB/Makefile head/net/p5-Net-HTTPS-NB/distinfo Modified: head/net/p5-Net-HTTPS-NB/Makefile ============================================================================== --- head/net/p5-Net-HTTPS-NB/Makefile Sun Nov 6 16:49:45 2016 (r425541) +++ head/net/p5-Net-HTTPS-NB/Makefile Sun Nov 6 16:49:49 2016 (r425542) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-HTTPS-NB -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-HTTPS-NB/distinfo ============================================================================== --- head/net/p5-Net-HTTPS-NB/distinfo Sun Nov 6 16:49:45 2016 (r425541) +++ head/net/p5-Net-HTTPS-NB/distinfo Sun Nov 6 16:49:49 2016 (r425542) @@ -1,2 +1,3 @@ -SHA256 (Net-HTTPS-NB-0.14.tar.gz) = e8bb756680e72f783091b835c3fff9fccf324d56c50bd7d159e4b7842de69336 -SIZE (Net-HTTPS-NB-0.14.tar.gz) = 5777 +TIMESTAMP = 1478370265 +SHA256 (Net-HTTPS-NB-0.15.tar.gz) = 6a69cf4fa55fba3bbbd2262ee14282ed8310736d8f5ac94d1a6c597cd1278c4f +SIZE (Net-HTTPS-NB-0.15.tar.gz) = 5914 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:49:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6FDBC3340A; Sun, 6 Nov 2016 16:49: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 8388E1166; Sun, 6 Nov 2016 16:49: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 uA6Gns4C051817; Sun, 6 Nov 2016 16:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnswI051815; Sun, 6 Nov 2016 16:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnswI051815@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, 6 Nov 2016 16:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425543 - head/mail/p5-Net-SMTP-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:49:55 -0000 Author: sunpoet Date: Sun Nov 6 16:49:54 2016 New Revision: 425543 URL: https://svnweb.freebsd.org/changeset/ports/425543 Log: - Update to 1.04 - Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31 Changes: http://search.cpan.org/dist/Net-SMTP-SSL/Changes Modified: head/mail/p5-Net-SMTP-SSL/Makefile head/mail/p5-Net-SMTP-SSL/distinfo Modified: head/mail/p5-Net-SMTP-SSL/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-SSL/Makefile Sun Nov 6 16:49:49 2016 (r425542) +++ head/mail/p5-Net-SMTP-SSL/Makefile Sun Nov 6 16:49:54 2016 (r425543) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-SMTP-SSL -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Deprecated by upstream, use Net::SMTP instead +EXPIRATION_DATE=2017-03-31 + NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/mail/p5-Net-SMTP-SSL/distinfo ============================================================================== --- head/mail/p5-Net-SMTP-SSL/distinfo Sun Nov 6 16:49:49 2016 (r425542) +++ head/mail/p5-Net-SMTP-SSL/distinfo Sun Nov 6 16:49:54 2016 (r425543) @@ -1,2 +1,3 @@ -SHA256 (Net-SMTP-SSL-1.03.tar.gz) = 305d0fdd74bb7339d1928e738b247262c0f708149781c5771583b71d5625c917 -SIZE (Net-SMTP-SSL-1.03.tar.gz) = 2271 +TIMESTAMP = 1478370171 +SHA256 (Net-SMTP-SSL-1.04.tar.gz) = 7b29c45add19d3d5084b751f7ba89a8e40479a446ce21cfd9cc741e558332a00 +SIZE (Net-SMTP-SSL-1.04.tar.gz) = 2457 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A28C33452; Sun, 6 Nov 2016 16:50:00 +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 647D7122F; Sun, 6 Nov 2016 16:50:00 +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 uA6Gnxdx051939; Sun, 6 Nov 2016 16:49:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GnxLx051936; Sun, 6 Nov 2016 16:49:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061649.uA6GnxLx051936@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, 6 Nov 2016 16:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425544 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:00 -0000 Author: sunpoet Date: Sun Nov 6 16:49:59 2016 New Revision: 425544 URL: https://svnweb.freebsd.org/changeset/ports/425544 Log: - Update to 1.035 Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Sun Nov 6 16:49:54 2016 (r425543) +++ head/devel/p5-PAR-Packer/Makefile Sun Nov 6 16:49:59 2016 (r425544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.033 +PORTVERSION= 1.035 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Sun Nov 6 16:49:54 2016 (r425543) +++ head/devel/p5-PAR-Packer/distinfo Sun Nov 6 16:49:59 2016 (r425544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463904169 -SHA256 (PAR-Packer-1.033.tar.gz) = 5fdda6f3018c9075a1820b947858d19315bab5be7adc548b77053839bf08e5b0 -SIZE (PAR-Packer-1.033.tar.gz) = 207688 +TIMESTAMP = 1478370072 +SHA256 (PAR-Packer-1.035.tar.gz) = 2fefd598cfca960796ba0ac8bcb29b4015be1b6d7b0893dfa2ac22dc2c8fc3ae +SIZE (PAR-Packer-1.035.tar.gz) = 208348 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 885AFC33493; Sun, 6 Nov 2016 16:50:05 +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 56775130D; Sun, 6 Nov 2016 16:50:05 +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 uA6Go4Km052090; Sun, 6 Nov 2016 16:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Go4d8052088; Sun, 6 Nov 2016 16:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6Go4d8052088@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, 6 Nov 2016 16:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425545 - head/devel/p5-PAR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:05 -0000 Author: sunpoet Date: Sun Nov 6 16:50:04 2016 New Revision: 425545 URL: https://svnweb.freebsd.org/changeset/ports/425545 Log: - Update to 1.011 Changes: http://search.cpan.org/dist/PAR/Changes Modified: head/devel/p5-PAR/Makefile head/devel/p5-PAR/distinfo Modified: head/devel/p5-PAR/Makefile ============================================================================== --- head/devel/p5-PAR/Makefile Sun Nov 6 16:49:59 2016 (r425544) +++ head/devel/p5-PAR/Makefile Sun Nov 6 16:50:04 2016 (r425545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR -PORTVERSION= 1.010 +PORTVERSION= 1.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-PAR/distinfo ============================================================================== --- head/devel/p5-PAR/distinfo Sun Nov 6 16:49:59 2016 (r425544) +++ head/devel/p5-PAR/distinfo Sun Nov 6 16:50:04 2016 (r425545) @@ -1,2 +1,3 @@ -SHA256 (PAR-1.010.tar.gz) = 78af355e757a55bfec0db4a02d62c402c5c56b31e8d317f70a31fc963b2e7e51 -SIZE (PAR-1.010.tar.gz) = 75412 +TIMESTAMP = 1478370063 +SHA256 (PAR-1.011.tar.gz) = f4bf554acceb0906667f6f404667ca9e8fa2b4866c735dab1d7fb17651b4ed4a +SIZE (PAR-1.011.tar.gz) = 78107 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A72CC334D6; Sun, 6 Nov 2016 16:50: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 F1C7413DD; Sun, 6 Nov 2016 16:50: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 uA6Go9GB052217; Sun, 6 Nov 2016 16:50:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Go9RM052215; Sun, 6 Nov 2016 16:50:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6Go9RM052215@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, 6 Nov 2016 16:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425546 - head/devel/p5-Params-Validate-Dependencies X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:10 -0000 Author: sunpoet Date: Sun Nov 6 16:50:08 2016 New Revision: 425546 URL: https://svnweb.freebsd.org/changeset/ports/425546 Log: - Update to 1.30 - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Params-Validate-Dependencies/CHANGELOG Modified: head/devel/p5-Params-Validate-Dependencies/Makefile head/devel/p5-Params-Validate-Dependencies/distinfo Modified: head/devel/p5-Params-Validate-Dependencies/Makefile ============================================================================== --- head/devel/p5-Params-Validate-Dependencies/Makefile Sun Nov 6 16:50:04 2016 (r425545) +++ head/devel/p5-Params-Validate-Dependencies/Makefile Sun Nov 6 16:50:08 2016 (r425546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate-Dependencies -PORTVERSION= 1.23 +PORTVERSION= 1.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Clone>=0.38:devel/p5-C p5-Params-Validate>=1.07:devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage Modified: head/devel/p5-Params-Validate-Dependencies/distinfo ============================================================================== --- head/devel/p5-Params-Validate-Dependencies/distinfo Sun Nov 6 16:50:04 2016 (r425545) +++ head/devel/p5-Params-Validate-Dependencies/distinfo Sun Nov 6 16:50:08 2016 (r425546) @@ -1,2 +1,3 @@ -SHA256 (Params-Validate-Dependencies-1.23.tar.gz) = ac909b0bd2fdbfcdff79948bc7fdb8172ff3be6870ce7190756e16a8afc5f65a -SIZE (Params-Validate-Dependencies-1.23.tar.gz) = 20346 +TIMESTAMP = 1478370082 +SHA256 (Params-Validate-Dependencies-1.30.tar.gz) = ccd62af8b0264e542b0fd3ed94dbe054fb7596fbb5379f1151059aff2184d157 +SIZE (Params-Validate-Dependencies-1.30.tar.gz) = 21331 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1D84C3351A; Sun, 6 Nov 2016 16:50: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 9C7831539; Sun, 6 Nov 2016 16:50: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 uA6GoDFk052338; Sun, 6 Nov 2016 16:50:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GoDNZ052336; Sun, 6 Nov 2016 16:50:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GoDNZ052336@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, 6 Nov 2016 16:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425547 - head/devel/p5-parent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:15 -0000 Author: sunpoet Date: Sun Nov 6 16:50:13 2016 New Revision: 425547 URL: https://svnweb.freebsd.org/changeset/ports/425547 Log: - Update to 0.236 - Add NO_ARCH Changes: http://search.cpan.org/dist/parent/Changes Modified: head/devel/p5-parent/Makefile head/devel/p5-parent/distinfo Modified: head/devel/p5-parent/Makefile ============================================================================== --- head/devel/p5-parent/Makefile Sun Nov 6 16:50:08 2016 (r425546) +++ head/devel/p5-parent/Makefile Sun Nov 6 16:50:13 2016 (r425547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parent -PORTVERSION= 0.234 +PORTVERSION= 0.236 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION @@ -14,6 +14,7 @@ COMMENT= Establish an ISA relationship w LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-parent/distinfo ============================================================================== --- head/devel/p5-parent/distinfo Sun Nov 6 16:50:08 2016 (r425546) +++ head/devel/p5-parent/distinfo Sun Nov 6 16:50:13 2016 (r425547) @@ -1,2 +1,3 @@ -SHA256 (parent-0.234.tar.gz) = 2abfa5b2b1d9ef04e0ff2fdb170eab0c64cc01231575178af6f20a072dce70ca -SIZE (parent-0.234.tar.gz) = 6878 +TIMESTAMP = 1478370156 +SHA256 (parent-0.236.tar.gz) = 2d837ebd04f6aa4b8634c9fa9d0bead83f1bee4a8072defe862ee6eb82be127a +SIZE (parent-0.236.tar.gz) = 10033 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57ED1C3355C; Sun, 6 Nov 2016 16:50: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 248D91616; Sun, 6 Nov 2016 16:50: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 uA6GoI9v052465; Sun, 6 Nov 2016 16:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GoIhi052462; Sun, 6 Nov 2016 16:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GoIhi052462@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, 6 Nov 2016 16:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425548 - head/www/p5-Protocol-HTTP2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:19 -0000 Author: sunpoet Date: Sun Nov 6 16:50:18 2016 New Revision: 425548 URL: https://svnweb.freebsd.org/changeset/ports/425548 Log: - Update to 1.08 Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes Modified: head/www/p5-Protocol-HTTP2/Makefile head/www/p5-Protocol-HTTP2/distinfo Modified: head/www/p5-Protocol-HTTP2/Makefile ============================================================================== --- head/www/p5-Protocol-HTTP2/Makefile Sun Nov 6 16:50:13 2016 (r425547) +++ head/www/p5-Protocol-HTTP2/Makefile Sun Nov 6 16:50:18 2016 (r425548) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-HTTP2 -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CRUX Modified: head/www/p5-Protocol-HTTP2/distinfo ============================================================================== --- head/www/p5-Protocol-HTTP2/distinfo Sun Nov 6 16:50:13 2016 (r425547) +++ head/www/p5-Protocol-HTTP2/distinfo Sun Nov 6 16:50:18 2016 (r425548) @@ -1,2 +1,3 @@ -SHA256 (Protocol-HTTP2-1.07.tar.gz) = efa7de7d6f7574eb27a24f2dc35b0dfa0212c5a38dd255a1a7bb7080f6d058ed -SIZE (Protocol-HTTP2-1.07.tar.gz) = 50787 +TIMESTAMP = 1478370345 +SHA256 (Protocol-HTTP2-1.08.tar.gz) = 0f1884cb2b24c08ee777c561d1ab9015dddd9038056dd5230464d8f59f6cc11b +SIZE (Protocol-HTTP2-1.08.tar.gz) = 51037 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7661DC3359E; Sun, 6 Nov 2016 16:50: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 2B4CA16FD; Sun, 6 Nov 2016 16:50: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 uA6GoNWU052599; Sun, 6 Nov 2016 16:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GoN6d052596; Sun, 6 Nov 2016 16:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GoN6d052596@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, 6 Nov 2016 16:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425549 - head/devel/p5-Rinci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:24 -0000 Author: sunpoet Date: Sun Nov 6 16:50:22 2016 New Revision: 425549 URL: https://svnweb.freebsd.org/changeset/ports/425549 Log: - Update to 1.1.81 Changes: http://search.cpan.org/dist/Rinci/Changes Modified: head/devel/p5-Rinci/Makefile head/devel/p5-Rinci/distinfo head/devel/p5-Rinci/pkg-plist Modified: head/devel/p5-Rinci/Makefile ============================================================================== --- head/devel/p5-Rinci/Makefile Sun Nov 6 16:50:18 2016 (r425548) +++ head/devel/p5-Rinci/Makefile Sun Nov 6 16:50:22 2016 (r425549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rinci -PORTVERSION= 1.1.80 +PORTVERSION= 1.1.81 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR Modified: head/devel/p5-Rinci/distinfo ============================================================================== --- head/devel/p5-Rinci/distinfo Sun Nov 6 16:50:18 2016 (r425548) +++ head/devel/p5-Rinci/distinfo Sun Nov 6 16:50:22 2016 (r425549) @@ -1,2 +1,3 @@ -SHA256 (Rinci-1.1.80.tar.gz) = d06bf819963850e6103e07093b71c97b47143f6f881a050e1a09f9a99c260628 -SIZE (Rinci-1.1.80.tar.gz) = 58503 +TIMESTAMP = 1478370090 +SHA256 (Rinci-1.1.81.tar.gz) = 0433b975380820aca9f86f43a4986daffbd6a8eb30cc207ebe214c2d0a2d22e5 +SIZE (Rinci-1.1.81.tar.gz) = 57330 Modified: head/devel/p5-Rinci/pkg-plist ============================================================================== --- head/devel/p5-Rinci/pkg-plist Sun Nov 6 16:50:18 2016 (r425548) +++ head/devel/p5-Rinci/pkg-plist Sun Nov 6 16:50:22 2016 (r425549) @@ -8,9 +8,6 @@ %%SITE_PERL%%/Rinci/package.pod %%SITE_PERL%%/Rinci/resmeta.pod %%SITE_PERL%%/Rinci/variable.pod -%%SITE_PERL%%/Sah/Schema/rinci/function_meta.pm -%%SITE_PERL%%/Sah/Schema/rinci/meta.pm -%%SITE_PERL%%/Sah/Schema/rinci/result_meta.pm %%PERL5_MAN3%%/Rinci.3.gz %%PERL5_MAN3%%/Rinci::FAQ.3.gz %%PERL5_MAN3%%/Rinci::Transaction.3.gz @@ -20,6 +17,3 @@ %%PERL5_MAN3%%/Rinci::package.3.gz %%PERL5_MAN3%%/Rinci::resmeta.3.gz %%PERL5_MAN3%%/Rinci::variable.3.gz -%%PERL5_MAN3%%/Sah::Schema::rinci::function_meta.3.gz -%%PERL5_MAN3%%/Sah::Schema::rinci::meta.3.gz -%%PERL5_MAN3%%/Sah::Schema::rinci::result_meta.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4017FC335DF; Sun, 6 Nov 2016 16:50: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 0F7F317E3; Sun, 6 Nov 2016 16:50: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 uA6GoS1c052722; Sun, 6 Nov 2016 16:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GoSwB052720; Sun, 6 Nov 2016 16:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GoSwB052720@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, 6 Nov 2016 16:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425550 - head/devel/p5-Role-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:29 -0000 Author: sunpoet Date: Sun Nov 6 16:50:27 2016 New Revision: 425550 URL: https://svnweb.freebsd.org/changeset/ports/425550 Log: - Update to 2.000005 Changes: http://search.cpan.org/dist/Role-Tiny/Changes Modified: head/devel/p5-Role-Tiny/Makefile head/devel/p5-Role-Tiny/distinfo Modified: head/devel/p5-Role-Tiny/Makefile ============================================================================== --- head/devel/p5-Role-Tiny/Makefile Sun Nov 6 16:50:22 2016 (r425549) +++ head/devel/p5-Role-Tiny/Makefile Sun Nov 6 16:50:27 2016 (r425550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Role-Tiny -PORTVERSION= 2.000003 +PORTVERSION= 2.000005 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Role-Tiny/distinfo ============================================================================== --- head/devel/p5-Role-Tiny/distinfo Sun Nov 6 16:50:22 2016 (r425549) +++ head/devel/p5-Role-Tiny/distinfo Sun Nov 6 16:50:27 2016 (r425550) @@ -1,2 +1,3 @@ -SHA256 (Role-Tiny-2.000003.tar.gz) = 6e6c967e1154f290a40c9c60a762cc3b2ec5438107a4fbadddbe55a55b393434 -SIZE (Role-Tiny-2.000003.tar.gz) = 23171 +TIMESTAMP = 1478370097 +SHA256 (Role-Tiny-2.000005.tar.gz) = 593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115 +SIZE (Role-Tiny-2.000005.tar.gz) = 23119 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D33C3361A; Sun, 6 Nov 2016 16:50: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 C021318EE; Sun, 6 Nov 2016 16:50: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 uA6GoW05052851; Sun, 6 Nov 2016 16:50:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GoWok052849; Sun, 6 Nov 2016 16:50:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GoWok052849@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, 6 Nov 2016 16:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425551 - head/devel/p5-Safe-Isa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:34 -0000 Author: sunpoet Date: Sun Nov 6 16:50:32 2016 New Revision: 425551 URL: https://svnweb.freebsd.org/changeset/ports/425551 Log: - Update to 1.000006 - Add NO_ARCH Changes: http://search.cpan.org/dist/Safe-Isa/Changes Modified: head/devel/p5-Safe-Isa/Makefile head/devel/p5-Safe-Isa/distinfo Modified: head/devel/p5-Safe-Isa/Makefile ============================================================================== --- head/devel/p5-Safe-Isa/Makefile Sun Nov 6 16:50:27 2016 (r425550) +++ head/devel/p5-Safe-Isa/Makefile Sun Nov 6 16:50:32 2016 (r425551) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Safe-Isa -PORTVERSION= 1.000005 -PORTREVISION= 1 +PORTVERSION= 1.000006 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Call isa, can, does and DOES sa LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Safe-Isa/distinfo ============================================================================== --- head/devel/p5-Safe-Isa/distinfo Sun Nov 6 16:50:27 2016 (r425550) +++ head/devel/p5-Safe-Isa/distinfo Sun Nov 6 16:50:32 2016 (r425551) @@ -1,2 +1,3 @@ -SHA256 (Safe-Isa-1.000005.tar.gz) = 9c2d7beba80d1d10f7affde2a4917d84de709b9a7a1c4b581cbe117319292bee -SIZE (Safe-Isa-1.000005.tar.gz) = 5311 +TIMESTAMP = 1478370104 +SHA256 (Safe-Isa-1.000006.tar.gz) = d044d7080700d00c36e404a4ad425b1ed588bc51fdaf744d16b083e07fdf16c5 +SIZE (Safe-Isa-1.000006.tar.gz) = 5221 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22F0C33667; Sun, 6 Nov 2016 16:50: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 98B8019E3; Sun, 6 Nov 2016 16:50: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 uA6GobJd053675; Sun, 6 Nov 2016 16:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GobBA053672; Sun, 6 Nov 2016 16:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GobBA053672@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, 6 Nov 2016 16:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425552 - head/devel/p5-Sah X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:39 -0000 Author: sunpoet Date: Sun Nov 6 16:50:37 2016 New Revision: 425552 URL: https://svnweb.freebsd.org/changeset/ports/425552 Log: - Update to 0.9.44 Changes: http://search.cpan.org/dist/Sah/Changes Modified: head/devel/p5-Sah/Makefile head/devel/p5-Sah/distinfo head/devel/p5-Sah/pkg-plist Modified: head/devel/p5-Sah/Makefile ============================================================================== --- head/devel/p5-Sah/Makefile Sun Nov 6 16:50:32 2016 (r425551) +++ head/devel/p5-Sah/Makefile Sun Nov 6 16:50:37 2016 (r425552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sah -PORTVERSION= 0.9.41 +PORTVERSION= 0.9.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR Modified: head/devel/p5-Sah/distinfo ============================================================================== --- head/devel/p5-Sah/distinfo Sun Nov 6 16:50:32 2016 (r425551) +++ head/devel/p5-Sah/distinfo Sun Nov 6 16:50:37 2016 (r425552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466892062 -SHA256 (Sah-0.9.41.tar.gz) = c7259ccedd7897d64b46efdcc733397fd8dc963e7414ffb2888ea8a34dccda91 -SIZE (Sah-0.9.41.tar.gz) = 79933 +TIMESTAMP = 1478370111 +SHA256 (Sah-0.9.44.tar.gz) = 7e5ca912b698b91424c91cdecdec4fd32cdf0e9cbe4a916be3d6a1a3ec663169 +SIZE (Sah-0.9.44.tar.gz) = 81414 Modified: head/devel/p5-Sah/pkg-plist ============================================================================== --- head/devel/p5-Sah/pkg-plist Sun Nov 6 16:50:32 2016 (r425551) +++ head/devel/p5-Sah/pkg-plist Sun Nov 6 16:50:37 2016 (r425552) @@ -2,25 +2,11 @@ %%SITE_PERL%%/Sah.pod %%SITE_PERL%%/Sah/Examples.pod %%SITE_PERL%%/Sah/FAQ.pod -%%SITE_PERL%%/Sah/Schema/sah/array_schema.pm -%%SITE_PERL%%/Sah/Schema/sah/clause_set.pm -%%SITE_PERL%%/Sah/Schema/sah/extras.pm -%%SITE_PERL%%/Sah/Schema/sah/schema.pm -%%SITE_PERL%%/Sah/Schema/sah/str_schema.pm -%%SITE_PERL%%/Sah/Schema/sah/type_name.pm -%%SITE_PERL%%/Sah/Schemas/Sah.pm %%SITE_PERL%%/Sah/SpecTest.pm %%SITE_PERL%%/Sah/Type.pod %%SITE_PERL%%/auto/share/dist/Sah/shared-files.tar.gz %%PERL5_MAN3%%/Sah.3.gz %%PERL5_MAN3%%/Sah::Examples.3.gz %%PERL5_MAN3%%/Sah::FAQ.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::array_schema.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::clause_set.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::extras.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::schema.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::str_schema.3.gz -%%PERL5_MAN3%%/Sah::Schema::sah::type_name.3.gz -%%PERL5_MAN3%%/Sah::Schemas::Sah.3.gz %%PERL5_MAN3%%/Sah::SpecTest.3.gz %%PERL5_MAN3%%/Sah::Type.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93192C3369F; Sun, 6 Nov 2016 16:50: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 589A71AAD; Sun, 6 Nov 2016 16:50: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 uA6GogEW053803; Sun, 6 Nov 2016 16:50:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GogLf053801; Sun, 6 Nov 2016 16:50:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GogLf053801@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, 6 Nov 2016 16:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425553 - head/net/p5-Socket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:43 -0000 Author: sunpoet Date: Sun Nov 6 16:50:42 2016 New Revision: 425553 URL: https://svnweb.freebsd.org/changeset/ports/425553 Log: - Update to 2.024 Changes: http://search.cpan.org/dist/Socket/Changes Modified: head/net/p5-Socket/Makefile head/net/p5-Socket/distinfo Modified: head/net/p5-Socket/Makefile ============================================================================== --- head/net/p5-Socket/Makefile Sun Nov 6 16:50:37 2016 (r425552) +++ head/net/p5-Socket/Makefile Sun Nov 6 16:50:42 2016 (r425553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.021 +PORTVERSION= 2.024 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/net/p5-Socket/distinfo ============================================================================== --- head/net/p5-Socket/distinfo Sun Nov 6 16:50:37 2016 (r425552) +++ head/net/p5-Socket/distinfo Sun Nov 6 16:50:42 2016 (r425553) @@ -1,2 +1,3 @@ -SHA256 (Socket-2.021.tar.gz) = 1ef59ca106b7ed3b3481266fe8d98ecc94790dd87f35aa09b8a09202eb01a5ec -SIZE (Socket-2.021.tar.gz) = 42485 +TIMESTAMP = 1478370272 +SHA256 (Socket-2.024.tar.gz) = 38d58dcd84ca480615ba5f45a82b97b3c4cc3b7e7b27323e68adbe6daf455e12 +SIZE (Socket-2.024.tar.gz) = 43593 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE066C336D1; Sun, 6 Nov 2016 16:50: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 65A621C03; Sun, 6 Nov 2016 16:50: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 uA6Gol85053942; Sun, 6 Nov 2016 16:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GolLT053939; Sun, 6 Nov 2016 16:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GolLT053939@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, 6 Nov 2016 16:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425554 - 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: Sun, 06 Nov 2016 16:50:48 -0000 Author: sunpoet Date: Sun Nov 6 16:50:47 2016 New Revision: 425554 URL: https://svnweb.freebsd.org/changeset/ports/425554 Log: - Update to 0.30 - Remove outdated PERL_LEVEL check 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 Sun Nov 6 16:50:42 2016 (r425553) +++ head/devel/p5-Specio/Makefile Sun Nov 6 16:50:47 2016 (r425554) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Specio -PORTVERSION= 0.24 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -14,10 +14,10 @@ COMMENT= Type constraints and coercions LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \ +xBUILD_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-Role-Tiny>=0:devel/p5-Role-Tiny + p5-Role-Tiny>=1.003003:devel/p5-Role-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Needs>=0:devel/p5-Test-Needs \ @@ -27,11 +27,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Specio/distinfo ============================================================================== --- head/devel/p5-Specio/distinfo Sun Nov 6 16:50:42 2016 (r425553) +++ head/devel/p5-Specio/distinfo Sun Nov 6 16:50:47 2016 (r425554) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466892075 -SHA256 (Specio-0.24.tar.gz) = 47aa7683b59c37251a457a96af959599f9a20bcfe7f3c9f94cb80e15d9d2b514 -SIZE (Specio-0.24.tar.gz) = 77584 +TIMESTAMP = 1478370121 +SHA256 (Specio-0.30.tar.gz) = 0220dacaa7c4db28dde7444c85a0b04797e9a895f2b2e1f3e1d57a18d0b4d456 +SIZE (Specio-0.30.tar.gz) = 82259 Modified: head/devel/p5-Specio/pkg-plist ============================================================================== --- head/devel/p5-Specio/pkg-plist Sun Nov 6 16:50:42 2016 (r425553) +++ head/devel/p5-Specio/pkg-plist Sun Nov 6 16:50:47 2016 (r425554) @@ -31,6 +31,7 @@ %%SITE_PERL%%/Specio/Role/Inlinable.pm %%SITE_PERL%%/Specio/TypeChecks.pm %%SITE_PERL%%/TODO.pod +%%SITE_PERL%%/Test/Specio.pm %%PERL5_MAN3%%/Specio.3.gz %%PERL5_MAN3%%/Specio::Coercion.3.gz %%PERL5_MAN3%%/Specio::Constraint::AnyCan.3.gz @@ -64,3 +65,4 @@ %%PERL5_MAN3%%/Specio::Role::Inlinable.3.gz %%PERL5_MAN3%%/Specio::TypeChecks.3.gz %%PERL5_MAN3%%/TODO.3.gz +%%PERL5_MAN3%%/Test::Specio.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F3C4C33708; Sun, 6 Nov 2016 16:50: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 D54501C9B; Sun, 6 Nov 2016 16:50: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 uA6GoqGl054071; Sun, 6 Nov 2016 16:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GopaE054067; Sun, 6 Nov 2016 16:50:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GopaE054067@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, 6 Nov 2016 16:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425555 - head/textproc/p5-Sphinx-Manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:53 -0000 Author: sunpoet Date: Sun Nov 6 16:50:51 2016 New Revision: 425555 URL: https://svnweb.freebsd.org/changeset/ports/425555 Log: - Update to 0.08 - Add NO_ARCH Changes: http://search.cpan.org/dist/Sphinx-Manager/Changes Modified: head/textproc/p5-Sphinx-Manager/Makefile head/textproc/p5-Sphinx-Manager/distinfo Modified: head/textproc/p5-Sphinx-Manager/Makefile ============================================================================== --- head/textproc/p5-Sphinx-Manager/Makefile Sun Nov 6 16:50:47 2016 (r425554) +++ head/textproc/p5-Sphinx-Manager/Makefile Sun Nov 6 16:50:51 2016 (r425555) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sphinx-Manager -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +19,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:deve p5-Sphinx-Config>=0.09:textproc/p5-Sphinx-Config RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-Sphinx-Manager/distinfo ============================================================================== --- head/textproc/p5-Sphinx-Manager/distinfo Sun Nov 6 16:50:47 2016 (r425554) +++ head/textproc/p5-Sphinx-Manager/distinfo Sun Nov 6 16:50:51 2016 (r425555) @@ -1,2 +1,3 @@ -SHA256 (Sphinx-Manager-0.06.tar.gz) = fd860c50b7352268bb7481f8d495259e88474118fa5cada74f455bdf8204951b -SIZE (Sphinx-Manager-0.06.tar.gz) = 7749 +TIMESTAMP = 1478370316 +SHA256 (Sphinx-Manager-0.08.tar.gz) = f07e8be8594c70932900852389f8fc7f74bb709f1347f943da6b766001d89120 +SIZE (Sphinx-Manager-0.08.tar.gz) = 8812 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:50:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD76AC33746; Sun, 6 Nov 2016 16:50: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 8BAF71D80; Sun, 6 Nov 2016 16:50: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 uA6GouAd054179; Sun, 6 Nov 2016 16:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GouK4054178; Sun, 6 Nov 2016 16:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061650.uA6GouK4054178@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, 6 Nov 2016 16:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425556 - head/devel/p5-Sub-Exporter-Progressive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:50:57 -0000 Author: sunpoet Date: Sun Nov 6 16:50:56 2016 New Revision: 425556 URL: https://svnweb.freebsd.org/changeset/ports/425556 Log: - Add LICENSE_FILE - Add NO_ARCH Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile ============================================================================== --- head/devel/p5-Sub-Exporter-Progressive/Makefile Sun Nov 6 16:50:51 2016 (r425555) +++ head/devel/p5-Sub-Exporter-Progressive/Makefile Sun Nov 6 16:50:56 2016 (r425556) @@ -12,10 +12,12 @@ COMMENT= Only use Sub::Exporter if you n LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47997C33782; Sun, 6 Nov 2016 16:51: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 17AB91E63; Sun, 6 Nov 2016 16:51: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 uA6Gp12R054296; Sun, 6 Nov 2016 16:51:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gp1vF054295; Sun, 6 Nov 2016 16:51:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6Gp1vF054295@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, 6 Nov 2016 16:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425557 - head/devel/p5-Test-DependentModules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:02 -0000 Author: sunpoet Date: Sun Nov 6 16:51:01 2016 New Revision: 425557 URL: https://svnweb.freebsd.org/changeset/ports/425557 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-DependentModules/Makefile Modified: head/devel/p5-Test-DependentModules/Makefile ============================================================================== --- head/devel/p5-Test-DependentModules/Makefile Sun Nov 6 16:50:56 2016 (r425556) +++ head/devel/p5-Test-DependentModules/Makefile Sun Nov 6 16:51:01 2016 (r425557) @@ -30,10 +30,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} >= 502000 -TEST_DEPENDS+= p5-Module-Build>=0:devel/p5-Module-Build -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB8BCC33826; Sun, 6 Nov 2016 16:51: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 B789D124; Sun, 6 Nov 2016 16:51: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 uA6GpAxK054542; Sun, 6 Nov 2016 16:51:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpA8s054540; Sun, 6 Nov 2016 16:51:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpA8s054540@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, 6 Nov 2016 16:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425559 - head/devel/p5-Test-Requires-Git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:12 -0000 Author: sunpoet Date: Sun Nov 6 16:51:10 2016 New Revision: 425559 URL: https://svnweb.freebsd.org/changeset/ports/425559 Log: - Update to 1.007 Changes: http://search.cpan.org/dist/Test-Requires-Git/Changes Modified: head/devel/p5-Test-Requires-Git/Makefile head/devel/p5-Test-Requires-Git/distinfo Modified: head/devel/p5-Test-Requires-Git/Makefile ============================================================================== --- head/devel/p5-Test-Requires-Git/Makefile Sun Nov 6 16:51:05 2016 (r425558) +++ head/devel/p5-Test-Requires-Git/Makefile Sun Nov 6 16:51:10 2016 (r425559) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Requires-Git -PORTVERSION= 1.006 +PORTVERSION= 1.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Requires-Git/distinfo ============================================================================== --- head/devel/p5-Test-Requires-Git/distinfo Sun Nov 6 16:51:05 2016 (r425558) +++ head/devel/p5-Test-Requires-Git/distinfo Sun Nov 6 16:51:10 2016 (r425559) @@ -1,2 +1,3 @@ -SHA256 (Test-Requires-Git-1.006.tar.gz) = 9092a6ff85936ab684ffba789294e052e27ee6e086d6208cd832e3747a0383f3 -SIZE (Test-Requires-Git-1.006.tar.gz) = 17020 +TIMESTAMP = 1478370141 +SHA256 (Test-Requires-Git-1.007.tar.gz) = 8437a5ab15dc35801cd9d2be7aac590ea5df4ec73e2f0c0ea74fa8c992e54414 +SIZE (Test-Requires-Git-1.007.tar.gz) = 17314 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C278C337DB; Sun, 6 Nov 2016 16:51: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 CC5C81FAD; Sun, 6 Nov 2016 16:51: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 uA6Gp6wK054421; Sun, 6 Nov 2016 16:51:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gp549054419; Sun, 6 Nov 2016 16:51:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6Gp549054419@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, 6 Nov 2016 16:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425558 - head/devel/p5-Test-Needs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:07 -0000 Author: sunpoet Date: Sun Nov 6 16:51:05 2016 New Revision: 425558 URL: https://svnweb.freebsd.org/changeset/ports/425558 Log: - Update to 0.002005 Changes: http://search.cpan.org/dist/Test-Needs/Changes Modified: head/devel/p5-Test-Needs/Makefile head/devel/p5-Test-Needs/distinfo Modified: head/devel/p5-Test-Needs/Makefile ============================================================================== --- head/devel/p5-Test-Needs/Makefile Sun Nov 6 16:51:01 2016 (r425557) +++ head/devel/p5-Test-Needs/Makefile Sun Nov 6 16:51:05 2016 (r425558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Needs -PORTVERSION= 0.002002 +PORTVERSION= 0.002005 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Needs/distinfo ============================================================================== --- head/devel/p5-Test-Needs/distinfo Sun Nov 6 16:51:01 2016 (r425557) +++ head/devel/p5-Test-Needs/distinfo Sun Nov 6 16:51:05 2016 (r425558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466899878 -SHA256 (Test-Needs-0.002002.tar.gz) = 97e9827e1b14a61151509a229b153010811831437fa24db49ea76f73bed05e05 -SIZE (Test-Needs-0.002002.tar.gz) = 8106 +TIMESTAMP = 1478370134 +SHA256 (Test-Needs-0.002005.tar.gz) = 5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399 +SIZE (Test-Needs-0.002005.tar.gz) = 8505 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C76DC33867; Sun, 6 Nov 2016 16:51: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 D5792272; Sun, 6 Nov 2016 16:51: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 uA6GpF5S055278; Sun, 6 Nov 2016 16:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpFI2055276; Sun, 6 Nov 2016 16:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpFI2055276@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, 6 Nov 2016 16:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425560 - head/devel/p5-Test-Sys-Info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:17 -0000 Author: sunpoet Date: Sun Nov 6 16:51:15 2016 New Revision: 425560 URL: https://svnweb.freebsd.org/changeset/ports/425560 Log: - Update to 0.21 - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Sys-Info/Changes Modified: head/devel/p5-Test-Sys-Info/Makefile head/devel/p5-Test-Sys-Info/distinfo Modified: head/devel/p5-Test-Sys-Info/Makefile ============================================================================== --- head/devel/p5-Test-Sys-Info/Makefile Sun Nov 6 16:51:10 2016 (r425559) +++ head/devel/p5-Test-Sys-Info/Makefile Sun Nov 6 16:51:15 2016 (r425560) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Sys-Info -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Centralized test suite for Sys::Info +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Test-Sys-Info/distinfo ============================================================================== --- head/devel/p5-Test-Sys-Info/distinfo Sun Nov 6 16:51:10 2016 (r425559) +++ head/devel/p5-Test-Sys-Info/distinfo Sun Nov 6 16:51:15 2016 (r425560) @@ -1,2 +1,3 @@ -SHA256 (Test-Sys-Info-0.20.tar.gz) = 7b81248196f9a90e7e8abda0041baba052209553918ce55eb99e8a80fe158549 -SIZE (Test-Sys-Info-0.20.tar.gz) = 19218 +TIMESTAMP = 1478370149 +SHA256 (Test-Sys-Info-0.21.tar.gz) = e397d79c5a9c34730df191867cb87b52b5a579fcdc7c6b69183ac86a0f891c3f +SIZE (Test-Sys-Info-0.21.tar.gz) = 22298 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60252C338A6; Sun, 6 Nov 2016 16: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 2F38C313; Sun, 6 Nov 2016 16: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 uA6GpKXE055389; Sun, 6 Nov 2016 16:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpKG0055388; Sun, 6 Nov 2016 16:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpKG0055388@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, 6 Nov 2016 16:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425561 - head/devel/p5-Text-Levenshtein X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:21 -0000 Author: sunpoet Date: Sun Nov 6 16:51:20 2016 New Revision: 425561 URL: https://svnweb.freebsd.org/changeset/ports/425561 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Text-Levenshtein/Makefile Modified: head/devel/p5-Text-Levenshtein/Makefile ============================================================================== --- head/devel/p5-Text-Levenshtein/Makefile Sun Nov 6 16:51:15 2016 (r425560) +++ head/devel/p5-Text-Levenshtein/Makefile Sun Nov 6 16:51:20 2016 (r425561) @@ -17,11 +17,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate -RUN_DEPENDS+= p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58958C338F2; Sun, 6 Nov 2016 16:51: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 31139620; Sun, 6 Nov 2016 16:51: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 uA6GpPeI055570; Sun, 6 Nov 2016 16:51:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpOQr055565; Sun, 6 Nov 2016 16:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpOQr055565@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, 6 Nov 2016 16:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425562 - in head/textproc: . p5-Text-Table-Manifold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:26 -0000 Author: sunpoet Date: Sun Nov 6 16:51:24 2016 New Revision: 425562 URL: https://svnweb.freebsd.org/changeset/ports/425562 Log: - Add p5-Text-Table-Manifold 1.00 Text::Table::Manifold outputs tables in any one of several supported types. WWW: http://search.cpan.org/dist/Text-Table-Manifold/ Added: head/textproc/p5-Text-Table-Manifold/ head/textproc/p5-Text-Table-Manifold/Makefile (contents, props changed) head/textproc/p5-Text-Table-Manifold/distinfo (contents, props changed) head/textproc/p5-Text-Table-Manifold/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-Manifold/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Nov 6 16:51:20 2016 (r425561) +++ head/textproc/Makefile Sun Nov 6 16:51:24 2016 (r425562) @@ -929,6 +929,7 @@ SUBDIR += p5-Text-SpellChecker-GUI SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table + SUBDIR += p5-Text-Table-Manifold SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags Added: head/textproc/p5-Text-Table-Manifold/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/Makefile Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-Manifold +PORTVERSION= 1.00 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Render tables in manifold formats + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Const-Exporter>=0.2.3:devel/p5-Const-Exporter \ + p5-HTML-Entities-Interpolate>=1.05:textproc/p5-HTML-Entities-Interpolate \ + p5-List-AllUtils>=0.08:devel/p5-List-AllUtils \ + p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \ + p5-Moo>=1.006000:devel/p5-Moo \ + p5-Type-Tiny>=1.000004:devel/p5-Type-Tiny \ + p5-Unicode-LineBreak>=2013.10:textproc/p5-Unicode-LineBreak +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 tar:tgz + +.include Added: head/textproc/p5-Text-Table-Manifold/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/distinfo Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478373891 +SHA256 (Text-Table-Manifold-1.00.tgz) = 9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3 +SIZE (Text-Table-Manifold-1.00.tgz) = 23695 Added: head/textproc/p5-Text-Table-Manifold/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/pkg-descr Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,3 @@ +Text::Table::Manifold outputs tables in any one of several supported types. + +WWW: http://search.cpan.org/dist/Text-Table-Manifold/ Added: head/textproc/p5-Text-Table-Manifold/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/pkg-plist Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Manifold.pm +%%PERL5_MAN3%%/Text::Table::Manifold.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 299E5C33A29; Sun, 6 Nov 2016 16:51: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 E9E02790; Sun, 6 Nov 2016 16:51:30 +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 uA6GpUIE057574; Sun, 6 Nov 2016 16:51:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpU8W057562; Sun, 6 Nov 2016 16:51:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpU8W057562@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, 6 Nov 2016 16:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425563 - head/devel/p5-Types-Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:31 -0000 Author: sunpoet Date: Sun Nov 6 16:51:29 2016 New Revision: 425563 URL: https://svnweb.freebsd.org/changeset/ports/425563 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Types-Core/Makefile Modified: head/devel/p5-Types-Core/Makefile ============================================================================== --- head/devel/p5-Types-Core/Makefile Sun Nov 6 16:51:24 2016 (r425562) +++ head/devel/p5-Types-Core/Makefile Sun Nov 6 16:51:29 2016 (r425563) @@ -22,10 +22,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C28C33A83; Sun, 6 Nov 2016 16:51:36 +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 C9C4F886; Sun, 6 Nov 2016 16:51: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 uA6GpZun057851; Sun, 6 Nov 2016 16:51:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpYrA057848; Sun, 6 Nov 2016 16:51:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpYrA057848@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, 6 Nov 2016 16:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425564 - head/textproc/p5-Unicode-Collate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:36 -0000 Author: sunpoet Date: Sun Nov 6 16:51:34 2016 New Revision: 425564 URL: https://svnweb.freebsd.org/changeset/ports/425564 Log: - Update to 1.17 Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Modified: head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-Collate/distinfo head/textproc/p5-Unicode-Collate/pkg-plist Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Sun Nov 6 16:51:29 2016 (r425563) +++ head/textproc/p5-Unicode-Collate/Makefile Sun Nov 6 16:51:34 2016 (r425564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Collate -PORTVERSION= 1.14 +PORTVERSION= 1.17 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Sun Nov 6 16:51:29 2016 (r425563) +++ head/textproc/p5-Unicode-Collate/distinfo Sun Nov 6 16:51:34 2016 (r425564) @@ -1,2 +1,3 @@ -SHA256 (Unicode-Collate-1.14.tar.gz) = 628a5bb3b5e81c1d4cdf680bc882f2296a50892860af1800b31e796ee166767a -SIZE (Unicode-Collate-1.14.tar.gz) = 866047 +TIMESTAMP = 1478370328 +SHA256 (Unicode-Collate-1.17.tar.gz) = f78f98adfa7fb282bbb20669b8b564f124695ea4f20eb78df5af3605dda18fdd +SIZE (Unicode-Collate-1.17.tar.gz) = 885031 Modified: head/textproc/p5-Unicode-Collate/pkg-plist ============================================================================== --- head/textproc/p5-Unicode-Collate/pkg-plist Sun Nov 6 16:51:29 2016 (r425563) +++ head/textproc/p5-Unicode-Collate/pkg-plist Sun Nov 6 16:51:34 2016 (r425564) @@ -12,7 +12,6 @@ %%SITE_ARCH%%/Unicode/Collate/Locale/as.pl %%SITE_ARCH%%/Unicode/Collate/Locale/az.pl %%SITE_ARCH%%/Unicode/Collate/Locale/be.pl -%%SITE_ARCH%%/Unicode/Collate/Locale/bg.pl %%SITE_ARCH%%/Unicode/Collate/Locale/bn.pl %%SITE_ARCH%%/Unicode/Collate/Locale/ca.pl %%SITE_ARCH%%/Unicode/Collate/Locale/cs.pl @@ -60,7 +59,6 @@ %%SITE_ARCH%%/Unicode/Collate/Locale/pa.pl %%SITE_ARCH%%/Unicode/Collate/Locale/pl.pl %%SITE_ARCH%%/Unicode/Collate/Locale/ro.pl -%%SITE_ARCH%%/Unicode/Collate/Locale/ru.pl %%SITE_ARCH%%/Unicode/Collate/Locale/sa.pl %%SITE_ARCH%%/Unicode/Collate/Locale/se.pl %%SITE_ARCH%%/Unicode/Collate/Locale/si.pl @@ -77,6 +75,7 @@ %%SITE_ARCH%%/Unicode/Collate/Locale/tn.pl %%SITE_ARCH%%/Unicode/Collate/Locale/to.pl %%SITE_ARCH%%/Unicode/Collate/Locale/tr.pl +%%SITE_ARCH%%/Unicode/Collate/Locale/ug_cyrl.pl %%SITE_ARCH%%/Unicode/Collate/Locale/uk.pl %%SITE_ARCH%%/Unicode/Collate/Locale/ur.pl %%SITE_ARCH%%/Unicode/Collate/Locale/vi.pl From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9203C33AAB; Sun, 6 Nov 2016 16:51: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 85347944; Sun, 6 Nov 2016 16:51: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 uA6Gpd8E057976; Sun, 6 Nov 2016 16:51:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Gpdex057974; Sun, 6 Nov 2016 16:51:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6Gpdex057974@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, 6 Nov 2016 16:51:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425565 - head/net/p5-URI-Query X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:40 -0000 Author: sunpoet Date: Sun Nov 6 16:51:39 2016 New Revision: 425565 URL: https://svnweb.freebsd.org/changeset/ports/425565 Log: - Update to 0.16 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/URI-Query/ChangeLog Modified: head/net/p5-URI-Query/Makefile head/net/p5-URI-Query/distinfo Modified: head/net/p5-URI-Query/Makefile ============================================================================== --- head/net/p5-URI-Query/Makefile Sun Nov 6 16:51:34 2016 (r425564) +++ head/net/p5-URI-Query/Makefile Sun Nov 6 16:51:39 2016 (r425565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Query -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,10 @@ COMMENT= URI query string manipulation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-URI>=0:net/p5-URI +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/net/p5-URI-Query/distinfo ============================================================================== --- head/net/p5-URI-Query/distinfo Sun Nov 6 16:51:34 2016 (r425564) +++ head/net/p5-URI-Query/distinfo Sun Nov 6 16:51:39 2016 (r425565) @@ -1,2 +1,3 @@ -SHA256 (URI-Query-0.15.tar.gz) = a003039aa90d7cd29ddc648c5053496855840c9a558c0836588f9e355005f9b9 -SIZE (URI-Query-0.15.tar.gz) = 16072 +TIMESTAMP = 1478370279 +SHA256 (URI-Query-0.16.tar.gz) = b4e62de79b468dcd7ee835e4dfd0035c83faf92e6c44b79bcdd9a50287fb8c18 +SIZE (URI-Query-0.16.tar.gz) = 16505 From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5411DC33B03; Sun, 6 Nov 2016 16:51: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 E425EA5E; Sun, 6 Nov 2016 16:51:44 +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 uA6GpivE058080; Sun, 6 Nov 2016 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpiNR058079; Sun, 6 Nov 2016 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpiNR058079@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, 6 Nov 2016 16:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425566 - head/devel/p5-Xporter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 16:51:45 -0000 Author: sunpoet Date: Sun Nov 6 16:51:43 2016 New Revision: 425566 URL: https://svnweb.freebsd.org/changeset/ports/425566 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Xporter/Makefile Modified: head/devel/p5-Xporter/Makefile ============================================================================== --- head/devel/p5-Xporter/Makefile Sun Nov 6 16:51:39 2016 (r425565) +++ head/devel/p5-Xporter/Makefile Sun Nov 6 16:51:43 2016 (r425566) @@ -22,10 +22,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 6 17:07:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A9F2C33250; Sun, 6 Nov 2016 17:07:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 202D8366; Sun, 6 Nov 2016 17:07:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6H7Kud063645; Sun, 6 Nov 2016 17:07:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6H7Kdv063643; Sun, 6 Nov 2016 17:07:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611061707.uA6H7Kdv063643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Nov 2016 17:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425567 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 17:07:21 -0000 Author: adamw Date: Sun Nov 6 17:07:19 2016 New Revision: 425567 URL: https://svnweb.freebsd.org/changeset/ports/425567 Log: Update to 2.002005. - fix accessor extensions that need captured variables for clearers and predicates. (RT#118453) - avoid relying on '.' being in @INC in tests - fix Sub::Quote test when run with perl -C or PERL_UNICODE on perl 5.10 (RT#117844) - improved error messages for invalid sub names in Sub::Quote (RT#116416, RT#117711) - clarify meta method documentation - bump Role::Tiny prereq version to get stub in role fix (RT#116674) Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Sun Nov 6 16:51:43 2016 (r425566) +++ head/devel/p5-Moo/Makefile Sun Nov 6 17:07:19 2016 (r425567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.002004 +PORTVERSION= 2.002005 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -17,9 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Method-Modifiers>=1.10:devel/p5-Class-Method-Modifiers \ p5-Devel-GlobalDestruction>=0.11:devel/p5-Devel-GlobalDestruction \ p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \ - p5-Role-Tiny>=2:devel/p5-Role-Tiny + p5-Role-Tiny>=2.000004:devel/p5-Role-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal \ + ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Sun Nov 6 16:51:43 2016 (r425566) +++ head/devel/p5-Moo/distinfo Sun Nov 6 17:07:19 2016 (r425567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467124359 -SHA256 (Moo-2.002004.tar.gz) = 782d6246f9f5f5d9290c576e5819cd495596abe28f36d192a8c4abf94f5dd2c3 -SIZE (Moo-2.002004.tar.gz) = 105734 +TIMESTAMP = 1478451797 +SHA256 (Moo-2.002005.tar.gz) = 8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 +SIZE (Moo-2.002005.tar.gz) = 106129 From owner-svn-ports-all@freebsd.org Sun Nov 6 17:14:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFD1C335B8; Sun, 6 Nov 2016 17:14: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 B7416BEF; Sun, 6 Nov 2016 17:14: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 uA6HEY6M068622; Sun, 6 Nov 2016 17:14:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HEY2p068617; Sun, 6 Nov 2016 17:14:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061714.uA6HEY2p068617@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, 6 Nov 2016 17:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425568 - in head/devel: . p5-Devel-Declare-Parser p5-Test-Exception-LessClever X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 17:14:36 -0000 Author: sunpoet Date: Sun Nov 6 17:14:34 2016 New Revision: 425568 URL: https://svnweb.freebsd.org/changeset/ports/425568 Log: - Remove p5-Test-Exception-LessClever Deleted: head/devel/p5-Test-Exception-LessClever/ Modified: head/devel/Makefile head/devel/p5-Devel-Declare-Parser/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 6 17:07:19 2016 (r425567) +++ head/devel/Makefile Sun Nov 6 17:14:34 2016 (r425568) @@ -3280,7 +3280,6 @@ SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception - SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD Modified: head/devel/p5-Devel-Declare-Parser/Makefile ============================================================================== --- head/devel/p5-Devel-Declare-Parser/Makefile Sun Nov 6 17:07:19 2016 (r425567) +++ head/devel/p5-Devel-Declare-Parser/Makefile Sun Nov 6 17:14:34 2016 (r425568) @@ -17,7 +17,6 @@ RUN_DEPENDS= \ p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \ p5-Devel-Declare>=0.006:devel/p5-Devel-Declare BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception-LessClever>=0:devel/p5-Test-Exception-LessClever USES= perl5 USE_PERL5= modbuild From owner-svn-ports-all@freebsd.org Sun Nov 6 17:15:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C3A9C336BB; Sun, 6 Nov 2016 17:15: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 CC51FD69; Sun, 6 Nov 2016 17:15: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 uA6HFYxn068856; Sun, 6 Nov 2016 17:15:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HFYYS068855; Sun, 6 Nov 2016 17:15:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061715.uA6HFYYS068855@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, 6 Nov 2016 17:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425569 - 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: Sun, 06 Nov 2016 17:15:35 -0000 Author: sunpoet Date: Sun Nov 6 17:15:33 2016 New Revision: 425569 URL: https://svnweb.freebsd.org/changeset/ports/425569 Log: - Document the removal of devel/p5-Test-Exception-LessClever Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 6 17:14:34 2016 (r425568) +++ head/MOVED Sun Nov 6 17:15:33 2016 (r425569) @@ -8793,3 +8793,4 @@ math/octave-forge-dicom||2016-11-01|Has graphics/linux-c6-libGLU|graphics/linux-c6-dri|2016-11-04|Unused graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused multimedia/libmovtar||2016-11-05|Not used anymore, abandonware +devel/p5-Test-Exception-LessClever||2016-11-06|Deprecated by upstream From owner-svn-ports-all@freebsd.org Sun Nov 6 17:16:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC9DC33724; Sun, 6 Nov 2016 17:16:28 +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 8D78AE7E; Sun, 6 Nov 2016 17:16:28 +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 uA6HGRwo069098; Sun, 6 Nov 2016 17:16:27 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HGR3U069096; Sun, 6 Nov 2016 17:16:27 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611061716.uA6HGR3U069096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 6 Nov 2016 17:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425570 - head/sysutils/file X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 17:16:28 -0000 Author: robak Date: Sun Nov 6 17:16:27 2016 New Revision: 425570 URL: https://svnweb.freebsd.org/changeset/ports/425570 Log: sysutils/file: update 5.28 -> 5.29 PR: 214175 Submitted by: Jason Harris (maintainer) Modified: head/sysutils/file/Makefile head/sysutils/file/distinfo Modified: head/sysutils/file/Makefile ============================================================================== --- head/sysutils/file/Makefile Sun Nov 6 17:15:33 2016 (r425569) +++ head/sysutils/file/Makefile Sun Nov 6 17:16:27 2016 (r425570) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= file -PORTVERSION= 5.28 +PORTVERSION= 5.29 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ Modified: head/sysutils/file/distinfo ============================================================================== --- head/sysutils/file/distinfo Sun Nov 6 17:15:33 2016 (r425569) +++ head/sysutils/file/distinfo Sun Nov 6 17:16:27 2016 (r425570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466985729 -SHA256 (file-5.28.tar.gz) = 0ecb5e146b8655d1fa84159a847ee619fc102575205a0ff9c6cc60fc5ee2e012 -SIZE (file-5.28.tar.gz) = 777859 +TIMESTAMP = 1477544946 +SHA256 (file-5.29.tar.gz) = ea661277cd39bf8f063d3a83ee875432cc3680494169f952787e002bdd3884c0 +SIZE (file-5.29.tar.gz) = 783919 From owner-svn-ports-all@freebsd.org Sun Nov 6 17:18:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF9F7C33802; Sun, 6 Nov 2016 17:18:06 +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 10582119; Sun, 6 Nov 2016 17:18:05 +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 uA6HI50s069508; Sun, 6 Nov 2016 17:18:05 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HI55o069506; Sun, 6 Nov 2016 17:18:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611061718.uA6HI55o069506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Nov 2016 17:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425571 - 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: Sun, 06 Nov 2016 17:18:07 -0000 Author: gerald Date: Sun Nov 6 17:18:04 2016 New Revision: 425571 URL: https://svnweb.freebsd.org/changeset/ports/425571 Log: Update to the 20161103 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 Sun Nov 6 17:16:27 2016 (r425570) +++ head/lang/gcc6-devel/Makefile Sun Nov 6 17:18:04 2016 (r425571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.1.s20161020 +PORTVERSION= 6.2.1.s20161103 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sun Nov 6 17:16:27 2016 (r425570) +++ head/lang/gcc6-devel/distinfo Sun Nov 6 17:18:04 2016 (r425571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477255625 -SHA256 (gcc-6-20161020.tar.bz2) = ffaffb4851e7ca587a363d58cbe70d5a75ecb8f0d80493ad418f7b5f3b91796d -SIZE (gcc-6-20161020.tar.bz2) = 95605363 +TIMESTAMP = 1478448845 +SHA256 (gcc-6-20161103.tar.bz2) = dc1dfbf5085e2b1b1db7e0071bcf7aec39af1e1a93a880029d1e6e8255a8ddbb +SIZE (gcc-6-20161103.tar.bz2) = 95577209 From owner-svn-ports-all@freebsd.org Sun Nov 6 17:23:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30134C33AF9; Sun, 6 Nov 2016 17:23: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 F082693B; Sun, 6 Nov 2016 17:23: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 uA6HNDJG073740; Sun, 6 Nov 2016 17:23:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HNDSF073739; Sun, 6 Nov 2016 17:23:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061723.uA6HNDSF073739@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, 6 Nov 2016 17:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425572 - head/security/p5-Crypt-Curve25519 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 17:23:14 -0000 Author: sunpoet Date: Sun Nov 6 17:23:12 2016 New Revision: 425572 URL: https://svnweb.freebsd.org/changeset/ports/425572 Log: - Mark BROKEN on tier-2 archs PR: 212769 Submitted by: linimon Modified: head/security/p5-Crypt-Curve25519/Makefile Modified: head/security/p5-Crypt-Curve25519/Makefile ============================================================================== --- head/security/p5-Crypt-Curve25519/Makefile Sun Nov 6 17:18:04 2016 (r425571) +++ head/security/p5-Crypt-Curve25519/Makefile Sun Nov 6 17:23:12 2016 (r425572) @@ -14,6 +14,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= Fails to build: -m32 flag is not supported by this configuration +BROKEN_mips64= Fails to build: -m32 flag is not supported by this configuration +BROKEN_powerpc64= Fails to build: architecture of input file is incompatible with powerpc:common64 output +BROKEN_sparc64= Fails to build: -m32 flag is not supported by this configuration + USE_PERL5= configure USES= perl5 ssl From owner-svn-ports-all@freebsd.org Sun Nov 6 17:39:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A35CC330C2; Sun, 6 Nov 2016 17:39:22 +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 CD818FFC; Sun, 6 Nov 2016 17:39:21 +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 uA6HdLo2079649; Sun, 6 Nov 2016 17:39:21 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HdLVI079648; Sun, 6 Nov 2016 17:39:21 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611061739.uA6HdLVI079648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 6 Nov 2016 17:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425573 - head/emulators/vice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 17:39:22 -0000 Author: dinoex Date: Sun Nov 6 17:39:20 2016 New Revision: 425573 URL: https://svnweb.freebsd.org/changeset/ports/425573 Log: - use new ffmpeg ids PR: 214189 Modified: head/emulators/vice/Makefile Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Sun Nov 6 17:23:12 2016 (r425572) +++ head/emulators/vice/Makefile Sun Nov 6 17:39:20 2016 (r425573) @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 2.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ @@ -152,6 +152,9 @@ post-patch: ${REINPLACE_CMD} -e 's|lungif|lgif|g' -e 's|== "x|= "x|' \ -e 's|"DATADIRNAME"/locale|share/locale|' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|CODEC_ID_|AV_CODEC_ID_|' \ + -e 's|PIX_FMT_|AV_PIX_FMT_|' \ + ${WRKSRC}/src/gfxoutputdrv/ffmpegdrv.c .for i in da.po de.po fr.po hu.po it.po nl.po pl.po sv.po tr.po ${MV} "${WRKSRC}/po/${i}" "${WRKSRC}/po/${i}.latin" ${ICONV_CMD} -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}" From owner-svn-ports-all@freebsd.org Sun Nov 6 18:06:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B2A7C33D21; Sun, 6 Nov 2016 18:06:44 +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 68143117; Sun, 6 Nov 2016 18:06:44 +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 uA6I6hPl092185; Sun, 6 Nov 2016 18:06:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6I6hrO092183; Sun, 6 Nov 2016 18:06:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611061806.uA6I6hrO092183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 6 Nov 2016 18:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425574 - in head: . www www/py-django-piston X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 18:06:44 -0000 Author: rene Date: Sun Nov 6 18:06:43 2016 New Revision: 425574 URL: https://svnweb.freebsd.org/changeset/ports/425574 Log: Remove expired port: 2016-11-06 www/py-django-piston: Abandoned upstream. Doesn't work with django>=1.6 Deleted: head/www/py-django-piston/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 6 17:39:20 2016 (r425573) +++ head/MOVED Sun Nov 6 18:06:43 2016 (r425574) @@ -8794,3 +8794,4 @@ graphics/linux-c6-libGLU|graphics/linux- graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused multimedia/libmovtar||2016-11-05|Not used anymore, abandonware devel/p5-Test-Exception-LessClever||2016-11-06|Deprecated by upstream +www/py-django-piston||2016-11-06|Has expired: Abandoned upstream. Doesn't work with django>=1.6 Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Nov 6 17:39:20 2016 (r425573) +++ head/www/Makefile Sun Nov 6 18:06:43 2016 (r425574) @@ -1557,7 +1557,6 @@ SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline13 - SUBDIR += py-django-piston SUBDIR += py-django-post_office SUBDIR += py-django-profiles SUBDIR += py-django-recaptcha From owner-svn-ports-all@freebsd.org Sun Nov 6 18:17:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44176C3336F; Sun, 6 Nov 2016 18:17:31 +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 1169EA34; Sun, 6 Nov 2016 18:17:30 +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 uA6IHUx1096064; Sun, 6 Nov 2016 18:17:30 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6IHU1m096063; Sun, 6 Nov 2016 18:17:30 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611061817.uA6IHU1m096063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 6 Nov 2016 18:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425575 - 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: Sun, 06 Nov 2016 18:17:31 -0000 Author: dinoex Date: Sun Nov 6 18:17:30 2016 New Revision: 425575 URL: https://svnweb.freebsd.org/changeset/ports/425575 Log: - use ONLY_FOR_ARCHS PR: 213864 Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Nov 6 18:06:43 2016 (r425574) +++ head/graphics/graphviz/Makefile Sun Nov 6 18:17:30 2016 (r425575) @@ -17,7 +17,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libexpat.so:textproc/expat2 \ libgd.so:${GD_PORT} -NOT_FOR_ARCHS= arm +ONLY_FOR_ARCHS= amd64 i386 USES= bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sun Nov 6 19:24:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D02DC347DF; Sun, 6 Nov 2016 19:24:29 +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 E131A97E; Sun, 6 Nov 2016 19:24:28 +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 uA6JOSks023506; Sun, 6 Nov 2016 19:24:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6JOSdZ023505; Sun, 6 Nov 2016 19:24:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611061924.uA6JOSdZ023505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Nov 2016 19:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425576 - head/mail/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: Sun, 06 Nov 2016 19:24:29 -0000 Author: adamw Date: Sun Nov 6 19:24:27 2016 New Revision: 425576 URL: https://svnweb.freebsd.org/changeset/ports/425576 Log: Enable the GPGME knob by default and bump PORTREVISION. Submitted by: maintainer (dereks lifeofadishwasher com) Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Sun Nov 6 18:17:30 2016 (r425575) +++ head/mail/mutt/Makefile Sun Nov 6 19:24:27 2016 (r425576) @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.7.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -101,7 +101,7 @@ TOKYOCABINET_DESC= Use tokyocabinet inst URLVIEW_DESC= Use urlview for the URL selector menu XML_DESC= Use XML tools for rebuilding documentation -OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IDN IFDEF_PATCH \ +OPTIONS_DEFAULT= COMPRESSED_FOLDERS GPGME HTML ICONV IDN IFDEF_PATCH \ IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH NLS \ NCURSES PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \ From owner-svn-ports-all@freebsd.org Sun Nov 6 19:37:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14364C3200B; Sun, 6 Nov 2016 19:37: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 C679066D; Sun, 6 Nov 2016 19:37:06 +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 C4D47BDC8B; Sun, 6 Nov 2016 20:37:03 +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 9E312BDC8A; Sun, 6 Nov 2016 20:37:03 +0100 (CET) Subject: Re: svn commit: r425513 - head/devel/p5-Devel-MAT To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611061646.uA6GkrD1047980@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 6 Nov 2016 20:37:02 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611061646.uA6GkrD1047980@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="frW47TDoIvU1Tn5QHOjdFCg0pClCTFsWU" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 19:37:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --frW47TDoIvU1Tn5QHOjdFCg0pClCTFsWU Content-Type: multipart/mixed; boundary="7eaXaBOK5AoDlmSt3AmHeJ77MwbS81Ekh"; protected-headers="v1" From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r425513 - head/devel/p5-Devel-MAT References: <201611061646.uA6GkrD1047980@repo.freebsd.org> In-Reply-To: <201611061646.uA6GkrD1047980@repo.freebsd.org> --7eaXaBOK5AoDlmSt3AmHeJ77MwbS81Ekh Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 06/11/2016 =C3=A0 17:46, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > Log: > - Remove outdated PERL_LEVEL check > =20 > -.include > - > -.if ${PERL_LEVEL} >=3D 502000 > -BUILD_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Pluggable > -RUN_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Pluggable > -.endif > - Why is it outdated ? We still have Perl 5.18 in the tree. --=20 Mathieu Arnold --7eaXaBOK5AoDlmSt3AmHeJ77MwbS81Ekh-- --frW47TDoIvU1Tn5QHOjdFCg0pClCTFsWU 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 iQJ8BAEBCgBmBQJYH4ZfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IWFkP/3EaoLzg+IVrNTr05UZRhnE9 FW3aZHA376Oz8Yj4IfDLOYaYz3hGgdTvFzVTdibrZIj4yZECQxzfK+vS/BlO7QqY +QJTCq3YDzepjoo/Ut2jMstvWyqYeIXr48bBn5fk4FPDUkjEi5Mgj68tkYPmweOQ 7Pq5SfqXolyiSXpHwAq52msHL9+d1ntPYDh+fvSCZkaWGMxwNBMd9+BuZwc2c9kT UKpipMscUW9lcMCdcYiWcv0z0ez/Wo/S2FHC84jbI3LBRrBAOAJezOOf90uwKcH9 E4/eg7RuAZH/Gm7P+J5bxXOoPMbJ+lw6N3A2/J9yQe4AiieqNzHny73L+xKkSO19 l5j5nFwzvcwc4fU9zdnABQDjzdzeO0uktva4sfHqeRokHL1e/OMpyVqhOZWKJzlZ P5Sq7whCt5VMB0iKntF4gBZFE/P9aap2xM2fOmjy0MxFzramCzO91uK1FTPhWJ3l BsH0LsaAJQZbxcQTs9mbm6G3cfyI2F+cRSD0Iw0J2C1skJwBtYMXnjqilHvNrie/ WAz9KGvXU3AKsJgD0RxV5V9uoG51dq9yAjKCApBZffoqbsuH+2mz9VJl4p/8iqUn l/Ug2Mid7FTvzIxxD0RmGqY84aijcLkINeEHzeezsz5HyOoVo1ewBdzGDdcDxZB8 J3IV9hrPhA+4LeD8SBKz =cdWe -----END PGP SIGNATURE----- --frW47TDoIvU1Tn5QHOjdFCg0pClCTFsWU-- From owner-svn-ports-all@freebsd.org Sun Nov 6 19:51:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 721CCC330F3; Sun, 6 Nov 2016 19:51:46 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 265C21085; Sun, 6 Nov 2016 19:51:46 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6JpjGA032377; Sun, 6 Nov 2016 19:51:45 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Jpjls032375; Sun, 6 Nov 2016 19:51:45 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201611061951.uA6Jpjls032375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 6 Nov 2016 19:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425577 - head/news/slrn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 19:51:46 -0000 Author: johans Date: Sun Nov 6 19:51:44 2016 New Revision: 425577 URL: https://svnweb.freebsd.org/changeset/ports/425577 Log: Update slrn to 1.0.3 (bugfix release) Modified: head/news/slrn/Makefile head/news/slrn/distinfo Modified: head/news/slrn/Makefile ============================================================================== --- head/news/slrn/Makefile Sun Nov 6 19:24:27 2016 (r425576) +++ head/news/slrn/Makefile Sun Nov 6 19:51:44 2016 (r425577) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= slrn -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3a CATEGORIES= news ipv6 MASTER_SITES= http://www.jedsoft.org/releases/slrn/ MAINTAINER= johans@FreeBSD.org COMMENT= SLang-based newsreader +LICENSE= GPLv2+ + LIB_DEPENDS= libslang.so:devel/libslang2 CONFLICTS_INSTALL= ja-slrn-[0-9]* @@ -20,6 +22,7 @@ CONFIGURE_ARGS+=--disable-inews --with-s --with-non-gnu-iconv ${ICONV_CONFIGURE_ARG} ALL_TARGET= all +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[a-z]$//} MAKE_JOBS_UNSAFE= yes @@ -28,7 +31,7 @@ OPTIONS_DEFAULT=SSL OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -SSL_USE= OPENSSL +SSL_USES= ssl SSL_CONFIGURE_WITH= ssl DEVIEW_DESC?= UUdecode view support DEVIEW_LIB_DEPENDS= libuu.so:converters/uulib @@ -38,7 +41,5 @@ DOCS_CONFIGURE_OFF= --with-docdir=${WRKS post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ ${WRKSRC}/src/slrnfeat.hin - @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ - ${WRKSRC}/src/jdmacros.h .include Modified: head/news/slrn/distinfo ============================================================================== --- head/news/slrn/distinfo Sun Nov 6 19:24:27 2016 (r425576) +++ head/news/slrn/distinfo Sun Nov 6 19:51:44 2016 (r425577) @@ -1,2 +1,3 @@ -SHA256 (slrn-1.0.2.tar.bz2) = 99acbc51e7212ccc5c39556fa8ec6ada772f0bb5cc45a3bb90dadb8fe764fb59 -SIZE (slrn-1.0.2.tar.bz2) = 995433 +TIMESTAMP = 1478436588 +SHA256 (slrn-1.0.3a.tar.bz2) = 3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac +SIZE (slrn-1.0.3a.tar.bz2) = 997138 From owner-svn-ports-all@freebsd.org Sun Nov 6 20:27:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CC4AC33EF5; Sun, 6 Nov 2016 20:27:07 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA611E34; Sun, 6 Nov 2016 20:27:07 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6KR6b9047154; Sun, 6 Nov 2016 20:27:06 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6KR6np047152; Sun, 6 Nov 2016 20:27:06 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201611062027.uA6KR6np047152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 6 Nov 2016 20:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425578 - head/textproc/gnugrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 20:27:07 -0000 Author: johans Date: Sun Nov 6 20:27:06 2016 New Revision: 425578 URL: https://svnweb.freebsd.org/changeset/ports/425578 Log: Update to GNU grep 2.26 (bugfixes and performance improvements) Modified: head/textproc/gnugrep/Makefile head/textproc/gnugrep/distinfo Modified: head/textproc/gnugrep/Makefile ============================================================================== --- head/textproc/gnugrep/Makefile Sun Nov 6 19:51:44 2016 (r425577) +++ head/textproc/gnugrep/Makefile Sun Nov 6 20:27:06 2016 (r425578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grep -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -11,7 +11,6 @@ MAINTAINER= johans@FreeBSD.org COMMENT= GNU grep LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= bsd-grep-[0-9]* Modified: head/textproc/gnugrep/distinfo ============================================================================== --- head/textproc/gnugrep/distinfo Sun Nov 6 19:51:44 2016 (r425577) +++ head/textproc/gnugrep/distinfo Sun Nov 6 20:27:06 2016 (r425578) @@ -1,2 +1,3 @@ -SHA256 (grep-2.25.tar.xz) = e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830 -SIZE (grep-2.25.tar.xz) = 1327856 +TIMESTAMP = 1478463780 +SHA256 (grep-2.26.tar.xz) = 246a8fb37e82aa33d495b07c22fdab994c039ab0f818538eac81b01e78636870 +SIZE (grep-2.26.tar.xz) = 1356292 From owner-svn-ports-all@freebsd.org Sun Nov 6 20:30:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C9A8C33002; Sun, 6 Nov 2016 20:30:50 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AD39EA; Sun, 6 Nov 2016 20:30:50 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6KUnT3048039; Sun, 6 Nov 2016 20:30:49 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6KUnVb048038; Sun, 6 Nov 2016 20:30:49 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201611062030.uA6KUnVb048038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sun, 6 Nov 2016 20:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425579 - head/comms/uhd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 20:30:50 -0000 Author: mr Date: Sun Nov 6 20:30:49 2016 New Revision: 425579 URL: https://svnweb.freebsd.org/changeset/ports/425579 Log: UHD seems to use SSE2 functions and seems to need the addional compiler spitch for FreeBSD 11+ i386 Modified: head/comms/uhd/Makefile Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Sun Nov 6 20:27:06 2016 (r425578) +++ head/comms/uhd/Makefile Sun Nov 6 20:30:49 2016 (r425579) @@ -28,6 +28,7 @@ USES= compiler:c++0x cmake:outsource g USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes +CXXFLAGS+= -msse2 CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db From owner-svn-ports-all@freebsd.org Sun Nov 6 20:35:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87B35C3350A; Sun, 6 Nov 2016 20:35:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F2766B3; Sun, 6 Nov 2016 20:35:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6KZJNh051244; Sun, 6 Nov 2016 20:35:19 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6KZJTC051241; Sun, 6 Nov 2016 20:35:19 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611062035.uA6KZJTC051241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 6 Nov 2016 20:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425580 - in head/security/sqlmap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 20:35:20 -0000 Author: rm Date: Sun Nov 6 20:35:19 2016 New Revision: 425580 URL: https://svnweb.freebsd.org/changeset/ports/425580 Log: security/sqlmap: update to 1.0.10 - switch to pypi and drastically simplify the port - switch to installing with distutils/autoplist - remove PORTDOCS as no docs is in tarball anymore Deleted: head/security/sqlmap/files/ head/security/sqlmap/pkg-plist Modified: head/security/sqlmap/Makefile head/security/sqlmap/distinfo head/security/sqlmap/pkg-descr Modified: head/security/sqlmap/Makefile ============================================================================== --- head/security/sqlmap/Makefile Sun Nov 6 20:30:49 2016 (r425579) +++ head/security/sqlmap/Makefile Sun Nov 6 20:35:19 2016 (r425580) @@ -2,58 +2,23 @@ # $FreeBSD$ PORTNAME= sqlmap -PORTVERSION= 1.0.4.19 +PORTVERSION= 1.0.10 CATEGORIES= security python +MASTER_SITES= CHEESESHOP MAINTAINER= rm@FreeBSD.org COMMENT= Automatic SQL injection tool LICENSE= GPLv2 -USE_GITHUB= yes -GH_TUPLE= sqlmapproject:sqlmap:aa21550 - NO_ARCH= yes -USES= python:2.7 shebangfix +USES= python:-2.7 shebangfix +USE_PYTHON= autoplist distutils SHEBANG_FILES= *.py -SUB_FILES= sqlmap.sh -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ - PATH=${PYTHONPREFIX_SITELIBDIR}/sqlmap -PORTDOCS= * OPTIONS_DEFINE= MSF MSF_DESC= Enable Metasploit Framework integration MSF_RUN_DEPENDS= msfcli:security/metasploit -do-build: - @${PYTHON_CMD} -m compileall ${WRKSRC} - @${PYTHON_CMD} -O -m compileall ${WRKSRC} - ${MKDIR} ${WRKDIR}/build/extra/ - ${MV} ${WRKSRC}/doc/ ${WRKDIR}/build/ - ${MV} ${WRKSRC}/README.md ${WRKDIR}/build/doc/ - ${MV} ${WRKSRC}/sqlmap.conf ${WRKDIR}/build/ - -# remove development files -.for f in .gitattributes .gitignore .travis.yml - ${RM} ${WRKSRC}/${f} -.endfor - -# move non-python files out of WRKSRC -.for f in runcmd shellcodeexec - ${MV} ${WRKSRC}/extra/${f} ${WRKDIR}/build/extra/${f} -.endfor - ${MV} ${WRKSRC}/udf ${WRKDIR}/build/extra/ - -do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ( cd ${WRKDIR}/build/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ) - - @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sqlmap/extra - ( cd ${WRKDIR}/build/extra/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ) - ( cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sqlmap ) - - ${INSTALL_DATA} ${WRKDIR}/build/sqlmap.conf ${STAGEDIR}${PREFIX}/etc/sqlmap.conf.sample - ${INSTALL_SCRIPT} ${WRKDIR}/sqlmap.sh ${STAGEDIR}${PREFIX}/bin/sqlmap - .include Modified: head/security/sqlmap/distinfo ============================================================================== --- head/security/sqlmap/distinfo Sun Nov 6 20:30:49 2016 (r425579) +++ head/security/sqlmap/distinfo Sun Nov 6 20:35:19 2016 (r425580) @@ -1,2 +1,3 @@ -SHA256 (sqlmapproject-sqlmap-1.0.4.19-aa21550_GH0.tar.gz) = da88388efca67a8aae1da348613df632b6c4528696c3047794c601a193bcbe28 -SIZE (sqlmapproject-sqlmap-1.0.4.19-aa21550_GH0.tar.gz) = 6700105 +TIMESTAMP = 1478463224 +SHA256 (sqlmap-1.0.10.tar.gz) = b6233a42eefef9a90bdee665ebfdecbc838f97ef3f8b9f48fc12fc2fbacf9855 +SIZE (sqlmap-1.0.10.tar.gz) = 6725526 Modified: head/security/sqlmap/pkg-descr ============================================================================== --- head/security/sqlmap/pkg-descr Sun Nov 6 20:30:49 2016 (r425579) +++ head/security/sqlmap/pkg-descr Sun Nov 6 20:35:19 2016 (r425580) @@ -1,8 +1,7 @@ sqlmap is an automatic SQL injection tool entirely developed in Python. It is -capable to perform an extensive database management system back-end -fingerprint, retrieve remote DBMS databases, usernames, tables, columns, -enumerate entire DBMS, read system files and much more taking advantage of web -application programming security flaws that lead to SQL injection -vulnerabilities. +capable to perform an extensive database management system back-end fingerprint, +retrieve remote DBMS databases, usernames, tables, columns, enumerate entire +DBMS, read system files and much more taking advantage of web application +programming security flaws that lead to SQL injection vulnerabilities. WWW: http://sqlmap.org/ From owner-svn-ports-all@freebsd.org Sun Nov 6 20:58:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C177C34000; Sun, 6 Nov 2016 20:58:32 +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 EEB0CDF; Sun, 6 Nov 2016 20:58:31 +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 uA6KwV9b059226; Sun, 6 Nov 2016 20:58:31 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6KwVcE059224; Sun, 6 Nov 2016 20:58:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201611062058.uA6KwVcE059224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 6 Nov 2016 20:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425581 - head/audio/virtual_oss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 20:58:32 -0000 Author: kwm Date: Sun Nov 6 20:58:30 2016 New Revision: 425581 URL: https://svnweb.freebsd.org/changeset/ports/425581 Log: Bump virtual_oss to 1.1.2. * Build fixes for the new libsamplerate. Submitted by: maintainer Reported by: pkg-fallout@ Modified: head/audio/virtual_oss/Makefile head/audio/virtual_oss/distinfo Modified: head/audio/virtual_oss/Makefile ============================================================================== --- head/audio/virtual_oss/Makefile Sun Nov 6 20:35:19 2016 (r425580) +++ head/audio/virtual_oss/Makefile Sun Nov 6 20:58:30 2016 (r425581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/audio/virtual_oss/distinfo ============================================================================== --- head/audio/virtual_oss/distinfo Sun Nov 6 20:35:19 2016 (r425580) +++ head/audio/virtual_oss/distinfo Sun Nov 6 20:58:30 2016 (r425581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477659310 -SHA256 (virtual_oss-1.1.1.tar.bz2) = 69f443a07eeaff1ae2cf248115e901fc55ee0f4e9f567e05cc18e5d4322a91c0 -SIZE (virtual_oss-1.1.1.tar.bz2) = 33476 +TIMESTAMP = 1478465751 +SHA256 (virtual_oss-1.1.2.tar.bz2) = 7eaa3878a8c9c133c4afafb595746a44245b582ae92b0deddcaa8f86977029df +SIZE (virtual_oss-1.1.2.tar.bz2) = 33494 From owner-svn-ports-all@freebsd.org Sun Nov 6 21:08:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B27AC34AB0; Sun, 6 Nov 2016 21:08:30 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 480F319E; Sun, 6 Nov 2016 21:08:30 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6L8TO6063536; Sun, 6 Nov 2016 21:08:29 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6L8TPj063533; Sun, 6 Nov 2016 21:08:29 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611062108.uA6L8TPj063533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 21:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425582 - in head/irc/icbirc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:08:30 -0000 Author: hrs Date: Sun Nov 6 21:08:29 2016 New Revision: 425582 URL: https://svnweb.freebsd.org/changeset/ports/425582 Log: Update to 2.1. PR: 214262 Submitted by: Dmitrij D. Czarkoff Deleted: head/irc/icbirc/files/patch-icbirc.c head/irc/icbirc/files/patch-irc.c Modified: head/irc/icbirc/Makefile head/irc/icbirc/distinfo head/irc/icbirc/files/patch-icb.c Modified: head/irc/icbirc/Makefile ============================================================================== --- head/irc/icbirc/Makefile Sun Nov 6 20:58:30 2016 (r425581) +++ head/irc/icbirc/Makefile Sun Nov 6 21:08:29 2016 (r425582) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= icbirc -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= irc MASTER_SITES= http://www.benzedrine.cx/ @@ -15,9 +14,10 @@ LICENSE_FILE= ${FILESDIR}/COPYING USES= uidfix MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" -WRKSRC= ${WRKDIR}/${PORTNAME} - PLIST_FILES= bin/icbirc \ man/man8/icbirc.8.gz +post-patch: + ${REINPLACE_CMD} -e '/^static const char rcsid/d' ${WRKSRC}/*.c + .include Modified: head/irc/icbirc/distinfo ============================================================================== --- head/irc/icbirc/distinfo Sun Nov 6 20:58:30 2016 (r425581) +++ head/irc/icbirc/distinfo Sun Nov 6 21:08:29 2016 (r425582) @@ -1,2 +1,3 @@ -SHA256 (icbirc-1.8.tar.gz) = ebc4c2482ac531149874ee77c188f6adcf509862ca2b600e9fe5057f555ecd92 -SIZE (icbirc-1.8.tar.gz) = 11061 +TIMESTAMP = 1478423682 +SHA256 (icbirc-2.1.tar.gz) = 6839344d93c004da97ec6bb5d805a1db7e0a79efc3870445788043627162bbb1 +SIZE (icbirc-2.1.tar.gz) = 11257 Modified: head/irc/icbirc/files/patch-icb.c ============================================================================== --- head/irc/icbirc/files/patch-icb.c Sun Nov 6 20:58:30 2016 (r425581) +++ head/irc/icbirc/files/patch-icb.c Sun Nov 6 21:08:29 2016 (r425582) @@ -1,16 +1,14 @@ ---- icb.c.orig 2004-11-19 06:14:28.000000000 +0900 -+++ icb.c 2014-05-17 02:34:25.000000000 +0900 -@@ -30,7 +30,9 @@ +--- icb.c.orig 2015-08-21 19:01:12 UTC ++++ icb.c +@@ -30,7 +30,6 @@ * */ -+#if 0 - static const char rcsid[] = "$Id: icb.c,v 1.15 2004/11/18 21:14:28 dhartmei Exp $"; -+#endif +-static const char rcsid[] = "$Id: icb.c,v 1.3 2015/08/21 19:01:12 dhartmei Exp $"; #include #include -@@ -40,8 +42,8 @@ +@@ -40,8 +39,8 @@ static const char rcsid[] = "$Id: icb.c, extern int sync_write(int, const char *, int); @@ -21,7 +19,7 @@ static void icb_ico(int, const char *); static void icb_iwl(int, const char *, const char *, long, long, const char *, const char *); -@@ -108,7 +110,7 @@ +@@ -109,7 +108,7 @@ static unsigned off; */ void @@ -30,7 +28,7 @@ { while (**s && strchr(skip, **s) != NULL) (*s)++; -@@ -149,7 +151,7 @@ +@@ -164,7 +163,7 @@ icb_recv(const char *buf, unsigned len, } static unsigned char @@ -39,7 +37,7 @@ { unsigned char i = 0, j = 0, k = 0; -@@ -175,10 +177,10 @@ +@@ -190,10 +189,10 @@ icb_args(const char *data, unsigned char } static void @@ -52,7 +50,7 @@ unsigned char i, j; char s[8192]; -@@ -254,7 +256,7 @@ +@@ -269,7 +268,7 @@ icb_cmd(const char *cmd, unsigned char l char old_nick[256], new_nick[256]; scan(&a, old_nick, sizeof(old_nick), " ", " "); @@ -61,7 +59,7 @@ return; a += 21; scan(&a, new_nick, sizeof(new_nick), " ", " "); -@@ -268,7 +270,7 @@ +@@ -283,7 +282,7 @@ icb_cmd(const char *cmd, unsigned char l char nick[256], topic[256]; scan(&a, nick, sizeof(nick), " ", " "); @@ -70,7 +68,7 @@ return; a += 23; scan(&a, topic, sizeof(topic), "", "\""); -@@ -279,13 +281,13 @@ +@@ -294,13 +293,13 @@ icb_cmd(const char *cmd, unsigned char l char old_mod[256], new_mod[256]; scan(&a, old_mod, sizeof(old_mod), " ", " "); @@ -86,7 +84,7 @@ snprintf(s, sizeof(s), ":%s MODE %s +o %s\r\n", icb_hostid, irc_channel, old_mod); -@@ -297,7 +299,7 @@ +@@ -312,7 +311,7 @@ icb_cmd(const char *cmd, unsigned char l char nick[256]; scan(&a, nick, sizeof(nick), " ", " "); @@ -95,7 +93,7 @@ return; snprintf(s, sizeof(s), ":%s KICK %s %s :booted\r\n", icb_moderator, irc_channel, nick); -@@ -508,7 +510,7 @@ +@@ -523,7 +522,7 @@ icb_send_openmsg(int fd, const char *msg cmd[off++] = 0; cmd[0] = off - 1; /* cmd[0] <= MAX_MSG_SIZE */ @@ -104,7 +102,7 @@ } } -@@ -533,7 +535,7 @@ +@@ -548,7 +547,7 @@ icb_send_privmsg(int fd, const char *nic cmd[off++] = 0; cmd[0] = off - 1; /* cmd[0] <= MAX_MSG_SIZE */ From owner-svn-ports-all@freebsd.org Sun Nov 6 21:16:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28E3FC34DEC; Sun, 6 Nov 2016 21:16:39 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC752940; Sun, 6 Nov 2016 21:16:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6LGc1o067389; Sun, 6 Nov 2016 21:16:38 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6LGcNq067387; Sun, 6 Nov 2016 21:16:38 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611062116.uA6LGcNq067387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sun, 6 Nov 2016 21:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425583 - head/sysutils/zfsnap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:16:39 -0000 Author: mm Date: Sun Nov 6 21:16:37 2016 New Revision: 425583 URL: https://svnweb.freebsd.org/changeset/ports/425583 Log: Update zfsnap2 to 2.0.0-beta3 Modified: head/sysutils/zfsnap2/Makefile head/sysutils/zfsnap2/distinfo Modified: head/sysutils/zfsnap2/Makefile ============================================================================== --- head/sysutils/zfsnap2/Makefile Sun Nov 6 21:08:29 2016 (r425582) +++ head/sysutils/zfsnap2/Makefile Sun Nov 6 21:16:37 2016 (r425583) @@ -3,7 +3,7 @@ PORTNAME= zfsnap DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0-beta2 +DISTVERSION= 2.0.0-beta3 CATEGORIES= sysutils PKGNAMESUFFIX= 2 @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_BUILD= yes USE_GITHUB= yes -GH_TAGNAME= af91bd21c848751176ccce0ae314e3c0feb75cc5 +GH_TAGNAME= v${DISTVERSION} OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT= BASH ZSH Modified: head/sysutils/zfsnap2/distinfo ============================================================================== --- head/sysutils/zfsnap2/distinfo Sun Nov 6 21:08:29 2016 (r425582) +++ head/sysutils/zfsnap2/distinfo Sun Nov 6 21:16:37 2016 (r425583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467272284 -SHA256 (zfsnap-zfsnap-v2.0.0-beta2-af91bd21c848751176ccce0ae314e3c0feb75cc5_GH0.tar.gz) = 61bbfce1218790a30af5d6ace5580af14626012cb0c93c1727a766930aeb5e01 -SIZE (zfsnap-zfsnap-v2.0.0-beta2-af91bd21c848751176ccce0ae314e3c0feb75cc5_GH0.tar.gz) = 29976 +TIMESTAMP = 1478466865 +SHA256 (zfsnap-zfsnap-v2.0.0-beta3_GH0.tar.gz) = d73be34b58d94b89010e2be6fc3d34bdc34b9675aaa2bebfe446dffb683e45d3 +SIZE (zfsnap-zfsnap-v2.0.0-beta3_GH0.tar.gz) = 29973 From owner-svn-ports-all@freebsd.org Sun Nov 6 21:19:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1897C34EC8; Sun, 6 Nov 2016 21:19:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7432CA57; Sun, 6 Nov 2016 21:19:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6LJXGR067623; Sun, 6 Nov 2016 21:19:33 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6LJXt0067621; Sun, 6 Nov 2016 21:19:33 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611062119.uA6LJXt0067621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 21:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425584 - in head/security/openssh-askpass: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:19:34 -0000 Author: hrs Date: Sun Nov 6 21:19:33 2016 New Revision: 425584 URL: https://svnweb.freebsd.org/changeset/ports/425584 Log: Add obsolete window size hint information. This solved a problem with i3 window manager which could make the ssh-askpass window too small. Suggested by: Guilherme Salazar Obtained from: https://groups.google.com/forum/#!topic/mailing.openbsd.tech/MKSja1XZzOs Added: head/security/openssh-askpass/files/patch-x11-ssh-askpass.c (contents, props changed) Modified: head/security/openssh-askpass/Makefile Modified: head/security/openssh-askpass/Makefile ============================================================================== --- head/security/openssh-askpass/Makefile Sun Nov 6 21:16:37 2016 (r425583) +++ head/security/openssh-askpass/Makefile Sun Nov 6 21:19:33 2016 (r425584) @@ -3,7 +3,7 @@ PORTNAME= OpenSSH-askpass PORTVERSION= 1.2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.jmknoble.net/software/x11-ssh-askpass/ DISTNAME= x11-ssh-askpass-${PORTVERSION} Added: head/security/openssh-askpass/files/patch-x11-ssh-askpass.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssh-askpass/files/patch-x11-ssh-askpass.c Sun Nov 6 21:19:33 2016 (r425584) @@ -0,0 +1,13 @@ +--- x11-ssh-askpass.c.orig 2016-11-06 16:18:21.595954000 +0900 ++++ x11-ssh-askpass.c 2016-11-06 16:20:39.207609000 +0900 +@@ -764,6 +764,10 @@ + d->sizeHints->flags = 0; + d->sizeHints->flags |= PPosition; + d->sizeHints->flags |= PSize; ++ d->sizeHints->x = d->w3.w.x; ++ d->sizeHints->y = d->w3.w.y; ++ d->sizeHints->width = d->w3.w.width; ++ d->sizeHints->height = d->w3.w.height; + d->sizeHints->min_width = d->w3.w.width; + d->sizeHints->min_height = d->w3.w.height; + d->sizeHints->flags |= PMinSize; From owner-svn-ports-all@freebsd.org Sun Nov 6 21:28:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46211C333AB; Sun, 6 Nov 2016 21:28:53 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 149F9AC; Sun, 6 Nov 2016 21:28:53 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6LSqal071683; Sun, 6 Nov 2016 21:28:52 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6LSqJR071681; Sun, 6 Nov 2016 21:28:52 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611062128.uA6LSqJR071681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 21:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425585 - head/security/opencryptoki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:28:53 -0000 Author: hrs Date: Sun Nov 6 21:28:51 2016 New Revision: 425585 URL: https://svnweb.freebsd.org/changeset/ports/425585 Log: Update to 3.6. Modified: head/security/opencryptoki/Makefile head/security/opencryptoki/distinfo Modified: head/security/opencryptoki/Makefile ============================================================================== --- head/security/opencryptoki/Makefile Sun Nov 6 21:19:33 2016 (r425584) +++ head/security/opencryptoki/Makefile Sun Nov 6 21:28:51 2016 (r425585) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opencryptoki -PORTVERSION= 3.5 -PORTREVISION= 2 +PORTVERSION= 3.6 CATEGORIES= security MASTER_SITES= SF Modified: head/security/opencryptoki/distinfo ============================================================================== --- head/security/opencryptoki/distinfo Sun Nov 6 21:19:33 2016 (r425584) +++ head/security/opencryptoki/distinfo Sun Nov 6 21:28:51 2016 (r425585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463579349 -SHA256 (opencryptoki-3.5.tgz) = 2789e3135196828e2b904faba766aa4c7fd9d1e67664df79bd9a05381a771452 -SIZE (opencryptoki-3.5.tgz) = 1031722 +TIMESTAMP = 1478467347 +SHA256 (opencryptoki-3.6.tgz) = f78a70632e50f6275467e84e95c6fa10dca2078da4e394518280defeb3169d2a +SIZE (opencryptoki-3.6.tgz) = 1067759 From owner-svn-ports-all@freebsd.org Sun Nov 6 21:32:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B54C336A3; Sun, 6 Nov 2016 21:32:23 +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 3E37A691; Sun, 6 Nov 2016 21:32:23 +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 uA6LWMAN075288; Sun, 6 Nov 2016 21:32:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6LWMd2075287; Sun, 6 Nov 2016 21:32:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611062132.uA6LWMd2075287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 21:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425586 - head/devel/dbus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:32:23 -0000 Author: bapt Date: Sun Nov 6 21:32:22 2016 New Revision: 425586 URL: https://svnweb.freebsd.org/changeset/ports/425586 Log: Replace using xmlto by minixmlto This reduces the number of build dependencies for dbus with default set of options as well as preventing a potential circular dependencies due to xmlto bringing ghotscript which can bring dbus Approved by: kwm Differential Revision: https://reviews.freebsd.org/D8446 Modified: head/devel/dbus/Makefile Modified: head/devel/dbus/Makefile ============================================================================== --- head/devel/dbus/Makefile Sun Nov 6 21:28:51 2016 (r425585) +++ head/devel/dbus/Makefile Sun Nov 6 21:32:22 2016 (r425586) @@ -43,7 +43,8 @@ OPTIONS_DEFINE= MANPAGES X11 OPTIONS_DEFAULT=MANPAGES X11 X11_DESC= Support X11 Desktop Environments -MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto +MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto +MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto MANPAGES_CONFIGURE_ENABLE= xml-docs X11_USE= xorg=ice,sm,x11 X11_CONFIGURE_WITH= x From owner-svn-ports-all@freebsd.org Sun Nov 6 21:33:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E41D7C336E8; Sun, 6 Nov 2016 21:33: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 B0A648D9; Sun, 6 Nov 2016 21:33: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 uA6LXHiK075446; Sun, 6 Nov 2016 21:33:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6LXH0h075445; Sun, 6 Nov 2016 21:33:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611062133.uA6LXH0h075445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Nov 2016 21:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425587 - head/devel/xdg-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, 06 Nov 2016 21:33:19 -0000 Author: bapt Date: Sun Nov 6 21:33:17 2016 New Revision: 425587 URL: https://svnweb.freebsd.org/changeset/ports/425587 Log: Reduce the number of build dependencies by using minixmlto Approved by: kwm Differential Revision: https://reviews.freebsd.org/D8449 Modified: head/devel/xdg-utils/Makefile Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sun Nov 6 21:32:22 2016 (r425586) +++ head/devel/xdg-utils/Makefile Sun Nov 6 21:33:17 2016 (r425587) @@ -12,12 +12,13 @@ COMMENT= Tools to allow all applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xmlto:textproc/xmlto +BUILD_DEPENDS= minixmlto:textproc/minixmlto RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ xprop:x11/xprop \ xset:x11/xset USES= gmake +CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto GNU_CONFIGURE= yes NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Nov 6 21:48:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313EDC330A7; Sun, 6 Nov 2016 21:48:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DABD9142; Sun, 6 Nov 2016 21:48:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6Lmtph079891; Sun, 6 Nov 2016 21:48:55 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Lms6G079889; Sun, 6 Nov 2016 21:48:54 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611062148.uA6Lms6G079889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 21:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425588 - in head/cad/sp2sp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 06 Nov 2016 21:48:56 -0000 Author: hrs Date: Sun Nov 6 21:48:54 2016 New Revision: 425588 URL: https://svnweb.freebsd.org/changeset/ports/425588 Log: Fix broken dependencies. Modified: head/cad/sp2sp/Makefile head/cad/sp2sp/files/patch-configure.ac Modified: head/cad/sp2sp/Makefile ============================================================================== --- head/cad/sp2sp/Makefile Sun Nov 6 21:33:17 2016 (r425587) +++ head/cad/sp2sp/Makefile Sun Nov 6 21:48:54 2016 (r425588) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext-runtime +USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/sp2sp Modified: head/cad/sp2sp/files/patch-configure.ac ============================================================================== --- head/cad/sp2sp/files/patch-configure.ac Sun Nov 6 21:33:17 2016 (r425587) +++ head/cad/sp2sp/files/patch-configure.ac Sun Nov 6 21:48:54 2016 (r425588) @@ -1,9 +1,12 @@ --- configure.ac.orig 2009-02-13 14:00:57.000000000 +0900 -+++ configure.ac 2016-11-06 03:36:13.237251000 +0900 -@@ -16,20 +16,6 @@ - AC_PATH_PROGS(PERL, perl perl5, no) - AC_SUBST(PERL) - ++++ configure.ac 2016-11-07 06:46:23.065992000 +0900 +@@ -13,22 +13,6 @@ + AC_PROG_CC + AC_PROG_RANLIB + AC_PROG_LN_S +-AC_PATH_PROGS(PERL, perl perl5, no) +-AC_SUBST(PERL) +- -# this tries to find GNU graph only, not traditional berkeley/sysv graph, -# so we do the right thing on solaris, where an unusable one is in /usr/bin -# and the graph we want is usually in /usr/local/bin or some such. @@ -17,11 +20,10 @@ - AC_DEFINE_UNQUOTED(PROG_GRAPH, "$GRAPH", [If present, the pathname of graph, from GNU plotutils.]) - fi -fi -- + dnl do we need libtool? dnl even though we aren't building shared libraries, it seemed to help on HP-UX - dnl AM_PROG_LIBTOOL -@@ -51,62 +37,8 @@ +@@ -51,62 +35,8 @@ dnl check for gtk/glib features AC_CHECK_LIB(c, g_slice_set_config, AC_DEFINE(HAVE_G_SLICE_SET_CONFIG,1,[Define this if your version of glib2 has the slice allocator and g_slice_set_config]),,[$GTK_LIBS]) From owner-svn-ports-all@freebsd.org Mon Nov 7 00:27:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91E9BC331D3; Mon, 7 Nov 2016 00:27:55 +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 61017FF; Mon, 7 Nov 2016 00:27:55 +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 uA70RsQv041407; Mon, 7 Nov 2016 00:27:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA70RsCO041405; Mon, 7 Nov 2016 00:27:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611070027.uA70RsCO041405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 7 Nov 2016 00:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425589 - head/astro/p5-Astro-satpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 00:27:55 -0000 Author: wen Date: Mon Nov 7 00:27:54 2016 New Revision: 425589 URL: https://svnweb.freebsd.org/changeset/ports/425589 Log: - Update to 0.076 Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.076/Changes Modified: head/astro/p5-Astro-satpass/Makefile head/astro/p5-Astro-satpass/distinfo Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Sun Nov 6 21:48:54 2016 (r425588) +++ head/astro/p5-Astro-satpass/Makefile Mon Nov 7 00:27:54 2016 (r425589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.074 +PORTVERSION= 0.076 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-satpass/distinfo ============================================================================== --- head/astro/p5-Astro-satpass/distinfo Sun Nov 6 21:48:54 2016 (r425588) +++ head/astro/p5-Astro-satpass/distinfo Mon Nov 7 00:27:54 2016 (r425589) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473146187 -SHA256 (Astro-satpass-0.074.tar.gz) = 06c287e7b4d607100df780e5970497e8f488e2c4bc7bb09a250dfa34e684d41e -SIZE (Astro-satpass-0.074.tar.gz) = 530236 +TIMESTAMP = 1478475959 +SHA256 (Astro-satpass-0.076.tar.gz) = 0cd2af722b8c8d5e87611bcfa5220d5038c13bc6aaf639e123949bb7996e0fd9 +SIZE (Astro-satpass-0.076.tar.gz) = 530626 From owner-svn-ports-all@freebsd.org Mon Nov 7 00:36:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBAB8C333DE; Mon, 7 Nov 2016 00:36:03 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADE336C9; Mon, 7 Nov 2016 00:36:03 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3tBtdc2kqkz19k; Sun, 6 Nov 2016 18:30:44 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3tBtdb3Z7xzym; Sun, 6 Nov 2016 18:30:43 -0600 (CST) Date: Sun, 6 Nov 2016 18:30:43 -0600 From: "Matthew D. Fuller" To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files Message-ID: <20161107003043.GI15905@over-yonder.net> References: <201611061538.uA6FctD0018533@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201611061538.uA6FctD0018533@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 00:36:03 -0000 On Sun, Nov 06, 2016 at 03:38:55PM +0000 I heard the voice of Adam Weinberger, and lo! it spake thus: > > Log: > For quite a while now, the only update server for SpamAssassin > hasn't had a valid DNS entry. People have asked about it on the > mailing list as far back as August, but literally nobody has > replied to any of those posts, and no commits or wiki updates have > been made regarding this, making it reasonably appear that nobody > on the SpamAssassin team has noticed or cares that SpamAssassin no > longer updates. ? % host -t txt 1.4.3.updates.spamassassin.org 1.4.3.updates.spamassassin.org is an alias for 2.3.3.updates.spamassassin.org. 2.3.3.updates.spamassassin.org descriptive text "1768163" -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-all@freebsd.org Mon Nov 7 00:59:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D057C338B3; Mon, 7 Nov 2016 00:59:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E422E15; Mon, 7 Nov 2016 00:59:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA70xJJT053144; Mon, 7 Nov 2016 00:59:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA70xJHF053141; Mon, 7 Nov 2016 00:59:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611070059.uA70xJHF053141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 7 Nov 2016 00:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425590 - in head/mail/spamassassin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 00:59:20 -0000 Author: adamw Date: Mon Nov 7 00:59:19 2016 New Revision: 425590 URL: https://svnweb.freebsd.org/changeset/ports/425590 Log: Follow up to r425497. sa-update isn't the problem, it's sa-update in the plist. Remove the UPDATE_ON_INSTALL option entirely, and just add a blurb to the pkg-message instructing people to run sa-update and sa-compile manually. Thanks to Matthew Fuller for prodding a better solution. Deleted: head/mail/spamassassin/files/patch-sa-update.raw Modified: head/mail/spamassassin/Makefile head/mail/spamassassin/files/pkg-message.in head/mail/spamassassin/pkg-plist Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Mon Nov 7 00:27:54 2016 (r425589) +++ head/mail/spamassassin/Makefile Mon Nov 7 00:59:19 2016 (r425590) @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.1 -PORTREVISION?= 8 # also bump japanese/spamassassin +PORTREVISION?= 9 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= APACHE/spamassassin/source CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -46,7 +46,7 @@ CONFIGURE_ARGS= SYSCONFDIR="${PREFIX}/et LOCALSTATEDIR="${DBDIR}/spamassassin" \ BUILD_SPAMC=yes -OPTIONS_DEFINE= AS_ROOT SSL UPDATE_AND_COMPILE +OPTIONS_DEFINE= AS_ROOT SSL OPTIONS_GROUP= DATABASE GPG PLUGINS OPTIONS_GROUP_DATABASE= MYSQL PGSQL OPTIONS_GROUP_PLUGINS= DCC DKIM PYZOR RAZOR RELAY_COUNTRY SPF_QUERY @@ -56,7 +56,6 @@ OPTIONS_DEFAULT= AS_ROOT GNUPG SSL UPDAT AS_ROOT_DESC= Run spamd as root (recommended) SSL_DESC= Build spamd/spamc with SSL support -UPDATE_AND_COMPILE_DESC=Download and compile rulesets (recommended) DATABASE_DESC= Optional user-config/bayes database backends @@ -105,7 +104,6 @@ PYZOR_INITVAR= Pyzor RAZOR_INITVAR= Razor2 RELAY_COUNTRY_INITVAR= RelayCountry SPF_QUERY_INITVAR= SPF -UPDATE_AND_COMPILE_INITVAR= Rule2XSBody DOCS= CREDITS Changes INSTALL NOTICE PACKAGING README TRADEMARK UPGRADE USAGE procmailrc.example DOCSSQL= README README.awl README.bayes awl_mysql.sql awl_pg.sql bayes_mysql.sql bayes_pg.sql userpref_mysql.sql userpref_pg.sql @@ -130,12 +128,6 @@ SUB_LIST+= SQL_FLAG="-Q" SUB_LIST+= SQL_FLAG="" .endif -.if ${PORT_OPTIONS:MUPDATE_AND_COMPILE} && empty(PACKAGE_BUILDING) && empty(BATCH) -PLIST_SUB+= UPDATE_ON_INSTALL="yes" -.else -PLIST_SUB+= UPDATE_ON_INSTALL="no" -.endif - post-patch:: ${REINPLACE_CMD} -e 's,B_CONFDIR)/local.cf,B_CONFDIR)/local.cf.sample,g' \ -e 's,B_CONFDIR)/init.pre,B_CONFDIR)/init.pre.sample,g' \ @@ -150,7 +142,7 @@ post-patch:: ${REINPLACE_CMD} -e '/^CC =/d; \ s|@SSLCFLAGS@|& $${CFLAGS}|g' ${WRKSRC}/spamc/Makefile.in -.for var in ${OPTIONS_GROUP_PLUGINS} UPDATE_AND_COMPILE +.for var in ${OPTIONS_GROUP_PLUGINS} . if ${PORT_OPTIONS:M${var}} ${REINPLACE_CMD} -e '/${${var}_INITVAR}/s/^\#.*loadplugin/loadplugin/' ${WRKSRC}/rules/*.pre . else Modified: head/mail/spamassassin/files/pkg-message.in ============================================================================== --- head/mail/spamassassin/files/pkg-message.in Mon Nov 7 00:27:54 2016 (r425589) +++ head/mail/spamassassin/files/pkg-message.in Mon Nov 7 00:59:19 2016 (r425590) @@ -14,7 +14,12 @@ You should complete the following post-i 3) To run spamd, add the following to /etc/rc.conf: spamd_enable="YES" - 4) Install mail/spamass-rules if you want some third-party + 4) If this is a new installation, you should run sa-update + and sa-compile. If this isn't a new installation, you + should probably run those commands on a regular basis + anyway. + + 5) Install mail/spamass-rules if you want some third-party spam-catching rulesets SECURITY NOTE: Modified: head/mail/spamassassin/pkg-plist ============================================================================== --- head/mail/spamassassin/pkg-plist Mon Nov 7 00:27:54 2016 (r425589) +++ head/mail/spamassassin/pkg-plist Mon Nov 7 00:59:19 2016 (r425590) @@ -221,5 +221,3 @@ lib/libspamc.so.0 @postunexec pw usershow "%%USER%%" 2>/dev/null 1>&2 && echo "To delete %%USER%% permanently, 'rmuser %%USER%%'" @postunexec pw usershow "%%USER%%" 2>/dev/null 1>&2 && [ -d /var/spool/spamd ] && echo " Note that this will remove /var/spool/spamd" @comment ################################################################## -@postexec if [ "%%UPDATE_ON_INSTALL%%" = "yes" ]; then echo "====> Downloading SpamAssassin rulesets"; %%PREFIX%%/bin/spamassassin -x -L --lint; %%PREFIX%%/bin/sa-update || true; fi -@postexec if [ "%%UPDATE_ON_INSTALL%%" = "yes" ]; then echo "====> Compiling SpamAssassin rulesets"; %%PREFIX%%/bin/spamassassin -x -L --lint; %%PREFIX%%/bin/sa-compile || true; fi From owner-svn-ports-all@freebsd.org Mon Nov 7 01:01:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE1C2C33A48; Mon, 7 Nov 2016 01:01:10 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 383C7F64; Mon, 7 Nov 2016 01:01:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 8451157d TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 6 Nov 2016 18:01:07 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files From: Adam Weinberger In-Reply-To: <20161107003043.GI15905@over-yonder.net> Date: Sun, 6 Nov 2016 18:01:06 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2689D6E9-BA2A-486B-BEDA-A7235D768DB1@adamw.org> References: <201611061538.uA6FctD0018533@repo.freebsd.org> <20161107003043.GI15905@over-yonder.net> To: "Matthew D. Fuller" X-Mailer: Apple Mail (2.3251) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 01:01:10 -0000 > On 6 Nov, 2016, at 17:30, Matthew D. Fuller = wrote: >=20 > On Sun, Nov 06, 2016 at 03:38:55PM +0000 I heard the voice of > Adam Weinberger, and lo! it spake thus: >>=20 >> Log: >> For quite a while now, the only update server for SpamAssassin >> hasn't had a valid DNS entry. People have asked about it on the >> mailing list as far back as August, but literally nobody has >> replied to any of those posts, and no commits or wiki updates have >> been made regarding this, making it reasonably appear that nobody >> on the SpamAssassin team has noticed or cares that SpamAssassin no >> longer updates. >=20 > ? >=20 > % host -t txt 1.4.3.updates.spamassassin.org=20 > 1.4.3.updates.spamassassin.org is an alias for = 2.3.3.updates.spamassassin.org. > 2.3.3.updates.spamassassin.org descriptive text "1768163" Ah. Copy that. I see now that it was running sa-update from the plist = that was causing the failures. I've nuked that knob entirely; it made = sense in a pre-poudriere era but isn't functional now. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Mon Nov 7 01:02:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 264ACC33A94 for ; Mon, 7 Nov 2016 01:02:30 +0000 (UTC) (envelope-from dbaio@bsd.com.br) Received: from mail-qk0-x244.google.com (mail-qk0-x244.google.com [IPv6:2607:f8b0:400d: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 D61DC25C for ; Mon, 7 Nov 2016 01:02:29 +0000 (UTC) (envelope-from dbaio@bsd.com.br) Received: by mail-qk0-x244.google.com with SMTP id n204so10420767qke.2 for ; Sun, 06 Nov 2016 17:02:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=I1m/Su7EMQaKsaCucftnN/3RiCQisKOZfXAsSDR5g9s=; b=cVDMmMDErXul2iF3zAfOwEXYQpRNm4wBaEvjiMfIyQ9aHdGaqHZkQg5ka1xa0WRdeb 1djaFzTvZLeRttwc/TQgquwMraF1RdutjZe1OeTlt6NUgvBsDvXt86tmuXi98Y9o7QYj 3vn0sb2wCnrm8mF3ibGg8KMNmyc951OOru2uI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=I1m/Su7EMQaKsaCucftnN/3RiCQisKOZfXAsSDR5g9s=; b=PAUi9rJMu5mqqdyqlog7+R8BQpE8zYwt94e6HfphrS9OELeF98IUdGN+ZAXvOQWAYl vs2jD/8S4jAXPDTUlDLyvQTJCIWEICmgJF33HebLleNp0j2A4uQluJ8WRDMWmHYA6/Ed EdnUDEMDzpq+q2NwZPc47AyobOiY1OSnKvu17CBd6NB+kpestme7xFPixmOzYtFfVPCt +UOdz1lxKx2z29qjmJjTJHn7zDJPKezvRTZWjhWhyc/soFpcizYQd+Ey8aJSDq9ex9Bh bSkYgiM25XbaZyjw8lgUOAD+BtaH3Z4xge+X0EJWheOKmJGoGx8hnP5Ez9bx3Y8PcK0D AujQ== X-Gm-Message-State: ABUngvfKHvlxXfIWcD1lD82GeGxbg6IgS1gjxe5J7rioDwVBx3FyqtfUFh8ikO++zpJ9cA== X-Received: by 10.55.24.7 with SMTP id j7mr4413630qkh.206.1478480548727; Sun, 06 Nov 2016 17:02:28 -0800 (PST) Received: from Danilos-MacBook-Pro-2016.local ([2804:d55:c79:ea00:65d1:6d49:e3c0:1aea]) by smtp.gmail.com with ESMTPSA id y23sm15022668qta.40.2016.11.06.17.02.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 Nov 2016 17:02:28 -0800 (PST) Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611061538.uA6FctD0018533@repo.freebsd.org> From: "Danilo G. Baio (dbaio)" Message-ID: <9bd2e178-2cc0-8f34-8980-eba54a2a9386@bsd.com.br> Date: Sun, 6 Nov 2016 23:02:15 -0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611061538.uA6FctD0018533@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fwXobqlCacON2piv1jLfxwhP8whQrT21e" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 01:02:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fwXobqlCacON2piv1jLfxwhP8whQrT21e Content-Type: multipart/mixed; boundary="ipikNnH7u6EuFVtrwC13n7nCck0oX9Arq"; protected-headers="v1" From: "Danilo G. Baio (dbaio)" To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <9bd2e178-2cc0-8f34-8980-eba54a2a9386@bsd.com.br> Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files References: <201611061538.uA6FctD0018533@repo.freebsd.org> In-Reply-To: <201611061538.uA6FctD0018533@repo.freebsd.org> --ipikNnH7u6EuFVtrwC13n7nCck0oX9Arq Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 06/11/16 13:38, Adam Weinberger wrote: > Author: adamw > Date: Sun Nov 6 15:38:55 2016 > New Revision: 425497 > URL: https://svnweb.freebsd.org/changeset/ports/425497 >=20 > Log: > For quite a while now, the only update server for SpamAssassin hasn't= > had a valid DNS entry. People have asked about it on the mailing list= > as far back as August, but literally nobody has replied to any of tho= se > posts, and no commits or wiki updates have been made regarding this, > making it reasonably appear that nobody on the SpamAssassin team has > noticed or cares that SpamAssassin no longer updates. > =20 > For now, just add a patch that turns sa-update(1) into a no-op. > =20 # /usr/local/bin/sa-update -v Update available for channel updates.spamassassin.org: 1767992 -> 1768163= http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz, success http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz.sha1, succe= ss http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz.asc, succes= s Update was available, and was downloaded and installed successfully dig mirrors.updates.spamassassin.org txt +short "http://spamassassin.apache.org/updates/MIRRORED.BY" --=20 Danilo G. Baio (dbaio) --ipikNnH7u6EuFVtrwC13n7nCck0oX9Arq-- --fwXobqlCacON2piv1jLfxwhP8whQrT21e 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 iF4EAREKAAYFAlgf0psACgkQXWqInMUxNiFE6AEA9ptkZ7ikRVdV9ZgwvFLf90Lo IhYZr8NIwMzM++Zob80BAO6q7POAgWt/GgSU+xeFB/8w4AbZv6TWv2AB/XGV9Bq6 =3ewa -----END PGP SIGNATURE----- --fwXobqlCacON2piv1jLfxwhP8whQrT21e-- From owner-svn-ports-all@freebsd.org Mon Nov 7 01:05:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13153C33B8A; Mon, 7 Nov 2016 01:05:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9909239E; Mon, 7 Nov 2016 01:05:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id d37d60cf TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 6 Nov 2016 18:05:34 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r425497 - in head/mail/spamassassin: . files From: Adam Weinberger In-Reply-To: <9bd2e178-2cc0-8f34-8980-eba54a2a9386@bsd.com.br> Date: Sun, 6 Nov 2016 18:05:33 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <6BED5067-6BF9-4509-8F08-0F2C08070503@adamw.org> References: <201611061538.uA6FctD0018533@repo.freebsd.org> <9bd2e178-2cc0-8f34-8980-eba54a2a9386@bsd.com.br> To: "Danilo G. Baio (dbaio)" X-Mailer: Apple Mail (2.3251) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 01:05:37 -0000 > On 6 Nov, 2016, at 18:02, Danilo G. Baio (dbaio) wrote: > > On 06/11/16 13:38, Adam Weinberger wrote: >> Author: adamw >> Date: Sun Nov 6 15:38:55 2016 >> New Revision: 425497 >> URL: https://svnweb.freebsd.org/changeset/ports/425497 >> >> Log: >> For quite a while now, the only update server for SpamAssassin hasn't >> had a valid DNS entry. People have asked about it on the mailing list >> as far back as August, but literally nobody has replied to any of those >> posts, and no commits or wiki updates have been made regarding this, >> making it reasonably appear that nobody on the SpamAssassin team has >> noticed or cares that SpamAssassin no longer updates. >> >> For now, just add a patch that turns sa-update(1) into a no-op. >> > > > > # /usr/local/bin/sa-update -v > Update available for channel updates.spamassassin.org: 1767992 -> 1768163 > http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz, success > http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz.sha1, success > http: (curl) GET http://sa-update.space-pro.be/1768163.tar.gz.asc, success > Update was available, and was downloaded and installed successfully > > dig mirrors.updates.spamassassin.org txt +short > "http://spamassassin.apache.org/updates/MIRRORED.BY" Agreed, and fixed in r425590. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Mon Nov 7 02:14:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 232F9C2D126; Mon, 7 Nov 2016 02:14:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E62C3FC4; Mon, 7 Nov 2016 02:14:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA72E944083439; Mon, 7 Nov 2016 02:14:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA72E9Sn083438; Mon, 7 Nov 2016 02:14:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611070214.uA72E9Sn083438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 7 Nov 2016 02:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425591 - head/cad/klayout/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 02:14:10 -0000 Author: marino Date: Mon Nov 7 02:14:08 2016 New Revision: 425591 URL: https://svnweb.freebsd.org/changeset/ports/425591 Log: cad/klayout: Include DragonFly with new patch to restore build on DF Approved by: DF support blanket (non-invasive) Modified: head/cad/klayout/files/patch-src-layApplication.cc Modified: head/cad/klayout/files/patch-src-layApplication.cc ============================================================================== --- head/cad/klayout/files/patch-src-layApplication.cc Mon Nov 7 00:59:19 2016 (r425590) +++ head/cad/klayout/files/patch-src-layApplication.cc Mon Nov 7 02:14:08 2016 (r425591) @@ -13,7 +13,7 @@ sigemptyset (&act.sa_mask); act.sa_flags = SA_SIGINFO; -#if !defined(__APPLE__) -+#if !defined(__APPLE__) && !defined(__FreeBSD__) ++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__) act.sa_restorer = 0; #endif From owner-svn-ports-all@freebsd.org Mon Nov 7 03:09:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87CF1C3215F; Mon, 7 Nov 2016 03:09:08 +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 567F1CC8; Mon, 7 Nov 2016 03:09:08 +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 uA7397L5003689; Mon, 7 Nov 2016 03:09:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA73976g003687; Mon, 7 Nov 2016 03:09:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611070309.uA73976g003687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 7 Nov 2016 03:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425592 - 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: Mon, 07 Nov 2016 03:09:08 -0000 Author: olgeni Date: Mon Nov 7 03:09:07 2016 New Revision: 425592 URL: https://svnweb.freebsd.org/changeset/ports/425592 Log: Update devel/elixir-timex to version 3.1.5. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Mon Nov 7 02:14:08 2016 (r425591) +++ head/devel/elixir-timex/Makefile Mon Nov 7 03:09:07 2016 (r425592) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Mon Nov 7 02:14:08 2016 (r425591) +++ head/devel/elixir-timex/distinfo Mon Nov 7 03:09:07 2016 (r425592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478423183 -SHA256 (bitwalker-timex-3.1.4_GH0.tar.gz) = a7b5f275d24d4c78cc19543b788b55f11183ac0546190822e30fe41274e1441e -SIZE (bitwalker-timex-3.1.4_GH0.tar.gz) = 141147 +TIMESTAMP = 1478460592 +SHA256 (bitwalker-timex-3.1.5_GH0.tar.gz) = e2b872497f6df5d6ad87346d7b6a032c701a550ceefa20ea6cf0a0de2a451f06 +SIZE (bitwalker-timex-3.1.5_GH0.tar.gz) = 141254 From owner-svn-ports-all@freebsd.org Mon Nov 7 04:28:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 190E9C338B5; Mon, 7 Nov 2016 04:28:16 +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 DC8F085; Mon, 7 Nov 2016 04:28: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 uA74SFC3034463; Mon, 7 Nov 2016 04:28:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA74SF8R034462; Mon, 7 Nov 2016 04:28:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611070428.uA74SF8R034462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Nov 2016 04:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425593 - head/www/yourls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 04:28:16 -0000 Author: jbeich Date: Mon Nov 7 04:28:14 2016 New Revision: 425593 URL: https://svnweb.freebsd.org/changeset/ports/425593 Log: www/yourls: unbreak with lang/php70 to fix #56 Unknown extension mysql for PHP 70. PR: 214211 Submitted by: @zilon84 (via GitHub) Modified: head/www/yourls/Makefile (contents, props changed) Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Mon Nov 7 03:09:07 2016 (r425592) +++ head/www/yourls/Makefile Mon Nov 7 04:28:14 2016 (r425593) @@ -3,6 +3,7 @@ PORTNAME= yourls PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -19,7 +20,7 @@ NO_BUILD= yes NO_ARCH= yes USES= cpe -USE_PHP= bcmath curl json mysql pcre xml +USE_PHP= bcmath curl json mysqli pcre xml SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message From owner-svn-ports-all@freebsd.org Mon Nov 7 04:34:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4920DC33B41 for ; Mon, 7 Nov 2016 04:34:38 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id A98516D5 for ; Mon, 7 Nov 2016 04:34:37 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 25528 invoked by uid 89); 7 Nov 2016 04:34:29 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.70) by mail.grem.de with ESMTPA; 7 Nov 2016 04:34:29 -0000 Date: Mon, 7 Nov 2016 05:34:28 +0100 From: Michael Gmelin To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Bernard Spil , John Marino Subject: Re: svn commit: r424369 - in head/security/stunnel: . files Message-ID: <20161107053428.38e5c3c1@bsd64.grem.de> In-Reply-To: <201610210217.u9L2HC1H013445@repo.freebsd.org> References: <201610210217.u9L2HC1H013445@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= 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: Mon, 07 Nov 2016 04:34:38 -0000 On Fri, 21 Oct 2016 02:17:12 +0000 (UTC) Ryan Steinmetz wrote: > Author: zi > Date: Fri Oct 21 02:17:12 2016 > New Revision: 424369 > URL: https://svnweb.freebsd.org/changeset/ports/424369 > > Log: > - Update to 5.36 > - Remove unapproved patches that upstream refuses to support > > Deleted: > head/security/stunnel/files/patch-src_common.h > head/security/stunnel/files/patch-src_ctx.c > head/security/stunnel/files/patch-src_prototypes.h > head/security/stunnel/files/patch-src_ssl.c > head/security/stunnel/files/patch-src_sthreads.c > head/security/stunnel/files/patch-src_verify.c > Modified: > head/security/stunnel/Makefile > head/security/stunnel/distinfo > As far as I understand these changes were necessary as LibreSSL reports a version number higher than the latest OpenSSL version and certain features supported by that version number are not available in LibreSSL. These fixes are quite common in the ports tree and are simple, unintrusive ifdef changes like this one[0]: -#if OPENSSL_VERSION_NUMBER>=0x10100000L +#if OPENSSL_VERSION_NUMBER>=0x10100000L \ + && !defined(LIBRESSL_VERSION_NUMBER) I didn't test, but it looks like this commit will break stunnel for users of LibreSSL. -m [0] See also "OpenSSL version checks" here: https://brnrd.eu/libressl/2016-03-06/libressl-in-hardenedbsd-base-part-ii.html "LibreSSL defines the OpenSSL version (OPENSSL_VERSION_NUMBER) as 0x2000000L but was forked from OpenSSL 1.0.1g with version 0x1000107fL. This causes many comparisons to result in problems if it tests for 1.0.2 (0x10002000L) or 1.1.0 (0x10010000L). In 2.3 LibreSSL added a LIBRESSL_VERSION_NUMBER to opensslv.h which can be used to detect that LibreSSL is used." -- Michael Gmelin From owner-svn-ports-all@freebsd.org Mon Nov 7 06:18:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DFECC33163; Mon, 7 Nov 2016 06:18:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C19BCEF7; Mon, 7 Nov 2016 06:18:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA76Il1Q077072; Mon, 7 Nov 2016 06:18:47 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA76Iljo077066; Mon, 7 Nov 2016 06:18:47 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201611070618.uA76Iljo077066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 7 Nov 2016 06:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425594 - in head/chinese: . fandol fandol/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 06:18:49 -0000 Author: delphij Date: Mon Nov 7 06:18:47 2016 New Revision: 425594 URL: https://svnweb.freebsd.org/changeset/ports/425594 Log: fandol - Four basic fonts for Chinese typesetting Fandol fonts designed for Chinese typesetting. The current version contains four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format. Website: http://www.ctan.org/pkg/fandol Submitted by: intron Added: head/chinese/fandol/ head/chinese/fandol/Makefile (contents, props changed) head/chinese/fandol/distinfo (contents, props changed) head/chinese/fandol/files/ head/chinese/fandol/files/pkg-message.in (contents, props changed) head/chinese/fandol/pkg-descr (contents, props changed) head/chinese/fandol/pkg-plist (contents, props changed) Modified: head/chinese/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Mon Nov 7 04:28:14 2016 (r425593) +++ head/chinese/Makefile Mon Nov 7 06:18:47 2016 (r425594) @@ -31,6 +31,7 @@ SUBDIR += enscript SUBDIR += eric6 SUBDIR += eterm + SUBDIR += fandol SUBDIR += fcitx SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin Added: head/chinese/fandol/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fandol/Makefile Mon Nov 7 06:18:47 2016 (r425594) @@ -0,0 +1,52 @@ +# Created by: +# $FreeBSD$ + +PORTNAME= fandol +PORTVERSION= 0.3 +CATEGORIES= chinese +MASTER_SITES= http://mirrors.ctan.org/fonts/ +DISTNAME= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= CTAN Fandol: Four GNU GPLv3-licensed Chinese OpenType fonts + +LICENSE= GPLv3 + +USE_XORG= x11 +USES= zip fonts +NO_WRKSUBDIR= yes +NO_BUILD= yes + +FONTNAME= fandol + +SUB_FILES= pkg-message + +PORTDOCS= README COPYING + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Bold.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Regular.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Regular.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Bold.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolFang-Regular.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolKai-Regular.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Display.otf \ + ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Regular.otf \ + ${STAGEDIR}${FONTSDIR} + + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/fandol/README \ + ${WRKSRC}/fandol/COPYING \ + ${STAGEDIR}${DOCSDIR} + +.include Added: head/chinese/fandol/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fandol/distinfo Mon Nov 7 06:18:47 2016 (r425594) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478478970 +SHA256 (fandol.zip) = 9278f01b417ded5766d98c3937192a1a6a2c73a5e94a3493fdfc932b2a55005a +SIZE (fandol.zip) = 26688406 Added: head/chinese/fandol/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fandol/files/pkg-message.in Mon Nov 7 06:18:47 2016 (r425594) @@ -0,0 +1,18 @@ +************************************************************************** +For old programs that use XLFD, please add %%FONTSDIR%% +to your X server either by: + +# xset fp+ %%FONTSDIR%% +# xset fp rehash + +or by adding the following line to the section "Files" of +your X-server configuration file (usually /etc/X11/xorg.conf) +and restarting the X-server: + +Section "Files" +... + FontPath "%%FONTSDIR%%" +... +EndSection + +************************************************************************** Added: head/chinese/fandol/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fandol/pkg-descr Mon Nov 7 06:18:47 2016 (r425594) @@ -0,0 +1,6 @@ +fandol - Four basic fonts for Chinese typesetting + +Fandol fonts designed for Chinese typesetting. The current version contains +four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format. + +WWW: http://www.ctan.org/pkg/fandol Added: head/chinese/fandol/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/fandol/pkg-plist Mon Nov 7 06:18:47 2016 (r425594) @@ -0,0 +1,9 @@ +%%FONTSDIR%%/FandolBraille-Display.otf +%%FONTSDIR%%/FandolBraille-Regular.otf +%%FONTSDIR%%/FandolFang-Regular.otf +%%FONTSDIR%%/FandolHei-Bold.otf +%%FONTSDIR%%/FandolHei-Regular.otf +%%FONTSDIR%%/FandolKai-Regular.otf +%%FONTSDIR%%/FandolSong-Bold.otf +%%FONTSDIR%%/FandolSong-Regular.otf + From owner-svn-ports-all@freebsd.org Mon Nov 7 06:24:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE6C1C33384; Mon, 7 Nov 2016 06:24: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 A7E2C681; Mon, 7 Nov 2016 06:24: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 uA76ObhW080931; Mon, 7 Nov 2016 06:24:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA76ObMG080929; Mon, 7 Nov 2016 06:24:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611070624.uA76ObMG080929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Nov 2016 06:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425595 - in head/security/tor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 06:24:38 -0000 Author: jbeich Date: Mon Nov 7 06:24:37 2016 New Revision: 425595 URL: https://svnweb.freebsd.org/changeset/ports/425595 Log: security/tor: improve multi-instance support - rc.d commands now accept optional instance argument - `status` command output is no longer ambigous before: $ service tor status tor is running as pid 22222. tor is running as pid 33333. tor is running as pid 11111. after: $ service tor status tor instance inst1: tor is running as pid 22222. tor instance inst2: tor is running as pid 33333. tor main instance: tor is running as pid 11111. $ service tor restart inst1 tor instance inst1: Stopping tor. Waiting for PIDS: 22222. Starting tor. [...] PR: 207129 Submitted by: Yuri Victorovich (maintainer) Modified: head/security/tor/Makefile (contents, props changed) head/security/tor/files/tor.in Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Mon Nov 7 06:18:47 2016 (r425594) +++ head/security/tor/Makefile Mon Nov 7 06:24:37 2016 (r425595) @@ -3,7 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.8.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/files/tor.in ============================================================================== --- head/security/tor/files/tor.in Mon Nov 7 06:18:47 2016 (r425594) +++ head/security/tor/files/tor.in Mon Nov 7 06:24:37 2016 (r425595) @@ -30,6 +30,7 @@ name="tor" rcvar=tor_enable +exit_code=0 load_rc_config ${name} @@ -42,13 +43,14 @@ load_rc_config ${name} : ${tor_datadir="/var/db/tor"} : ${tor_disable_default_instance="NO"} -instance=${2} +instance=${slave_instance} if [ -n "${instance}" ]; then - # extended instance: parameters are set explicitly inst_def=${instance} inst_name=${inst_def%%:*} + [ "${inst_name}" != "main" ] || err 1 "${name} instance can't be named 'main'" inst_def=${inst_def#$inst_name} if [ -n "$inst_def" ]; then + # extended instance: parameters are set explicitly inst_def=${inst_def#:} tor_conf=${inst_def%%:*} inst_def=${inst_def#$tor_conf:} @@ -59,7 +61,7 @@ if [ -n "${instance}" ]; then tor_pidfile=${inst_def%%:*} tor_datadir=${inst_def#$tor_pidfile:} if [ -z "${tor_conf}" -o -z "${tor_user}" -o -z "${tor_group}" -o -z "${tor_pidfile}" -o -z "${tor_datadir}" ]; then - warn "invalid tor instance ${inst_name} settings" + warn "invalid tor instance ${inst_name} settings: ${instance}" exit 1 fi else @@ -82,10 +84,25 @@ if [ -n "${instance}" ]; then fi if [ -z "${instance}" -a -n "${tor_instances}" ]; then + inst_only="$2" + inst_done=0 for i in ${tor_instances}; do - %%PREFIX%%/etc/rc.d/tor $1 ${i} || warn "$1 failed for the tor instance $i" + inst_name=${i%%:*} + if [ -z "${inst_only}" -o "${inst_name}" = "${inst_only}" ]; then + echo -n "${name} instance ${inst_name}: " + if ! slave_instance=${i} %%PREFIX%%/etc/rc.d/tor "$1"; then + exit_code=1 + fi + inst_done=$((inst_done+1)) + fi done - checkyesno tor_disable_default_instance && return 0 + if [ -z "${inst_only}" -o "${inst_only}" = "main" ]; then + checkyesno tor_disable_default_instance && return $exit_code + echo -n "${name} main instance: " + elif [ -n "${inst_only}" ]; then + [ $inst_done -gt 0 ] || err 1 "${name} instance '$inst_only' isn't defined" + return $exit_code + fi fi required_files=${tor_conf} @@ -95,5 +112,8 @@ command="%%PREFIX%%/bin/${name}" command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir}" extra_commands="reload" -run_rc_command "$1" +if ! run_rc_command "$1"; then + exit_code=1 +fi +return $exit_code From owner-svn-ports-all@freebsd.org Mon Nov 7 09:00:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5465C343A9; Mon, 7 Nov 2016 09:00: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 5D1978FF; Mon, 7 Nov 2016 09:00: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 uA790Adq039774; Mon, 7 Nov 2016 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA790AlB039772; Mon, 7 Nov 2016 09:00:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611070900.uA790AlB039772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 09:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425596 - in head/math/py-numeric: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 09:00:11 -0000 Author: amdmi3 Date: Mon Nov 7 09:00:10 2016 New Revision: 425596 URL: https://svnweb.freebsd.org/changeset/ports/425596 Log: - Fix COMMENT - Switch to options helpers - Regenerate patches Modified: head/math/py-numeric/Makefile head/math/py-numeric/files/patch-Src_umathmodule.c Modified: head/math/py-numeric/Makefile ============================================================================== --- head/math/py-numeric/Makefile Mon Nov 7 06:24:37 2016 (r425595) +++ head/math/py-numeric/Makefile Mon Nov 7 09:00:10 2016 (r425596) @@ -13,7 +13,7 @@ DISTFILES= Numeric-${PORTVERSION}${EXTRA EXTRACT_ONLY= Numeric-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= The Numeric Extension to Python +COMMENT= Numeric Extension to Python USES= python USE_PYTHON= distutils autoplist @@ -27,8 +27,6 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-extract: @${CP} ${DISTDIR}/numpy.pdf ${WRKDIR} # @@ -43,13 +41,17 @@ post-extract: ${WRKSRC}/setup.py post-install: - ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Numeric -name "*.so" -exec \ + @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Numeric -name "*.so" -exec \ ${STRIP_CMD} {} \; - @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/numpy.pdf ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/NumTut + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/NumTut ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${STAGEDIR}${EXAMPLESDIR}/NumTut - @${INSTALL} -d ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/numpy.pdf ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/math/py-numeric/files/patch-Src_umathmodule.c ============================================================================== --- head/math/py-numeric/files/patch-Src_umathmodule.c Mon Nov 7 06:24:37 2016 (r425595) +++ head/math/py-numeric/files/patch-Src_umathmodule.c Mon Nov 7 09:00:10 2016 (r425596) @@ -1,5 +1,5 @@ ---- Src/umathmodule.c.orig Wed Jan 12 12:45:18 2005 -+++ Src/umathmodule.c Wed Jan 12 12:45:29 2005 +--- Src/umathmodule.c.orig 2005-04-20 18:48:47 UTC ++++ Src/umathmodule.c @@ -1,9 +1,9 @@ +#include From owner-svn-ports-all@freebsd.org Mon Nov 7 09:32:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 157FDC34E91; Mon, 7 Nov 2016 09:32:04 +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 D5E46E1C; Mon, 7 Nov 2016 09:32:03 +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 uA79W2aD055015; Mon, 7 Nov 2016 09:32:02 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA79W2EB055012; Mon, 7 Nov 2016 09:32:02 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611070932.uA79W2EB055012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 7 Nov 2016 09:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425597 - in head/x11/xcb-proto: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 09:32:04 -0000 Author: rm Date: Mon Nov 7 09:32:02 2016 New Revision: 425597 URL: https://svnweb.freebsd.org/changeset/ports/425597 Log: x11/xcb-proto: fix build with pathon3 Add upstream patches to fix build/packaging with python3 as default after the recent update. python3 is not default, so no PORTREVISION bump is required. PR: 214279 Submitted by: John W. O'Brien Approved by: portmgr (just-fix-it blanket) Added: head/x11/xcb-proto/files/ head/x11/xcb-proto/files/patch-xcbgen_align.py (contents, props changed) head/x11/xcb-proto/files/patch-xcbgen_xtypes.py (contents, props changed) Modified: head/x11/xcb-proto/Makefile Modified: head/x11/xcb-proto/Makefile ============================================================================== --- head/x11/xcb-proto/Makefile Mon Nov 7 09:00:10 2016 (r425596) +++ head/x11/xcb-proto/Makefile Mon Nov 7 09:32:02 2016 (r425597) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= libxml2:build XORG_CAT= proto -USES= python +USES= python:2.7+ USE_PYTHON= py3kplist NO_ARCH= yes Added: head/x11/xcb-proto/files/patch-xcbgen_align.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xcb-proto/files/patch-xcbgen_align.py Mon Nov 7 09:32:02 2016 (r425597) @@ -0,0 +1,197 @@ +Obtained from: + +https://cgit.freedesktop.org/xcb/proto/commit/xcbgen/align.py?id=ea7a3ac6c658164690e0febb55f4467cb9e0bcac + +--- xcbgen/align.py.orig 2016-05-01 07:44:48 UTC ++++ xcbgen/align.py +@@ -16,12 +16,12 @@ class Alignment(object): + return self.align == other.align and self.offset == other.offset + + def __str__(self): +- return "(align=%d, offset=%d)" % (self.align, self.offset) ++ return "(align=%d, offset=%d)" % (self.align, self.offset) + + @staticmethod + def for_primitive_type(size): +- # compute the required start_alignment based on the size of the type +- if size % 8 == 0: ++ # compute the required start_alignment based on the size of the type ++ if size % 8 == 0: + # do 8-byte primitives require 8-byte alignment in X11? + return Alignment(8,0) + elif size % 4 == 0: +@@ -33,7 +33,7 @@ class Alignment(object): + + + def align_after_fixed_size(self, size): +- new_offset = (self.offset + size) % self.align ++ new_offset = (self.offset + size) % self.align + return Alignment(self.align, new_offset) + + +@@ -41,7 +41,7 @@ class Alignment(object): + ''' + Assuming the given external_align, checks whether + self is fulfilled for all cases. +- Returns True if yes, False otherwise. ++ Returns True if yes, False otherwise. + ''' + if self.align == 1 and self.offset == 0: + # alignment 1 with offset 0 is always fulfilled +@@ -55,9 +55,9 @@ class Alignment(object): + # the external align guarantees less alignment -> not guaranteed + return False + +- if external_align.align % self.align != 0: ++ if external_align.align % self.align != 0: + # the external align cannot be divided by our align +- # -> not guaranteed ++ # -> not guaranteed + # (this can only happen if there are alignments that are not + # a power of 2, which is highly discouraged. But better be + # safe and check for it) +@@ -72,7 +72,7 @@ class Alignment(object): + + def combine_with(self, other): + # returns the alignment that is guaranteed when +- # both, self or other, can happen ++ # both, self or other, can happen + new_align = gcd(self.align, other.align) + new_offset_candidate1 = self.offset % new_align + new_offset_candidate2 = other.offset % new_align +@@ -83,8 +83,8 @@ class Alignment(object): + new_align = gcd(new_align, offset_diff) + new_offset_candidate1 = self.offset % new_align + new_offset_candidate2 = other.offset % new_align +- assert new_offset_candidate1 == new_offset_candidate2 +- new_offset = new_offset_candidate1 ++ assert new_offset_candidate1 == new_offset_candidate2 ++ new_offset = new_offset_candidate1 + # return the result + return Alignment(new_align, new_offset) + +@@ -92,44 +92,44 @@ class Alignment(object): + class AlignmentLog(object): + + def __init__(self): +- self.ok_list = [] +- self.fail_list = [] +- self.verbosity = 1 ++ self.ok_list = [] ++ self.fail_list = [] ++ self.verbosity = 1 + + def __str__(self): +- result = "" ++ result = "" + +- # output the OK-list +- for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list: +- stacksize = len(callstack) ++ # output the OK-list ++ for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list: ++ stacksize = len(callstack) + indent = ' ' * stacksize +- if self.ok_callstack_is_relevant(callstack): ++ if self.ok_callstack_is_relevant(callstack): + if field_name is None or field_name == "": +- result += (" %sok: %s:\n\t%sbefore: %s, after: %s\n" +- % (indent, str(type_obj), indent, str(align_before), str(align_after))) +- else: +- result += (" %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n" +- % (indent, str(field_name), str(type_obj), +- indent, str(align_before), str(align_after))) ++ result += (" %sok: %s:\n\t%sbefore: %s, after: %s\n" ++ % (indent, str(type_obj), indent, str(align_before), str(align_after))) ++ else: ++ result += (" %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n" ++ % (indent, str(field_name), str(type_obj), ++ indent, str(align_before), str(align_after))) + if self.verbosity >= 1: +- result += self.callstack_to_str(indent, callstack) ++ result += self.callstack_to_str(indent, callstack) + +- # output the fail-list +- for (align_before, field_name, type_obj, callstack, reason) in self.fail_list: +- stacksize = len(callstack) ++ # output the fail-list ++ for (align_before, field_name, type_obj, callstack, reason) in self.fail_list: ++ stacksize = len(callstack) + indent = ' ' * stacksize +- if field_name is None or field_name == "": +- result += (" %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n" +- % (indent, str(align_before), indent, str(type_obj), indent, reason)) +- else: +- result += (" %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n" +- % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason)) ++ if field_name is None or field_name == "": ++ result += (" %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n" ++ % (indent, str(align_before), indent, str(type_obj), indent, reason)) ++ else: ++ result += (" %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n" ++ % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason)) + + if self.verbosity >= 1: +- result += self.callstack_to_str(indent, callstack) ++ result += self.callstack_to_str(indent, callstack) + + +- return result ++ return result + + + def callstack_to_str(self, indent, callstack): +@@ -137,41 +137,41 @@ class AlignmentLog(object): + for stack_elem in callstack: + result += "\t %s%s\n" % (indent, str(stack_elem)) + result += "\t%s]\n" % indent +- return result ++ return result + + + def ok_callstack_is_relevant(self, ok_callstack): + # determine whether an ok callstack is relevant for logging +- if self.verbosity >= 2: +- return True ++ if self.verbosity >= 2: ++ return True + + # empty callstacks are always relevant +- if len(ok_callstack) == 0: ++ if len(ok_callstack) == 0: + return True + +- # check whether the ok_callstack is a subset or equal to a fail_callstack ++ # check whether the ok_callstack is a subset or equal to a fail_callstack + for (align_before, field_name, type_obj, fail_callstack, reason) in self.fail_list: + if len(ok_callstack) <= len(fail_callstack): + zipped = zip(ok_callstack, fail_callstack[:len(ok_callstack)]) +- is_subset = all([i == j for i, j in zipped]) +- if is_subset: ++ is_subset = all([i == j for i, j in zipped]) ++ if is_subset: + return True + + return False + + + def ok(self, align_before, field_name, type_obj, callstack, align_after): +- self.ok_list.append((align_before, field_name, type_obj, callstack, align_after)) ++ self.ok_list.append((align_before, field_name, type_obj, callstack, align_after)) + + def fail(self, align_before, field_name, type_obj, callstack, reason): +- self.fail_list.append((align_before, field_name, type_obj, callstack, reason)) ++ self.fail_list.append((align_before, field_name, type_obj, callstack, reason)) + + def append(self, other): +- self.ok_list.extend(other.ok_list) +- self.fail_list.extend(other.fail_list) ++ self.ok_list.extend(other.ok_list) ++ self.fail_list.extend(other.fail_list) + + def ok_count(self): +- return len(self.ok_list) ++ return len(self.ok_list) + + + Added: head/x11/xcb-proto/files/patch-xcbgen_xtypes.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xcb-proto/files/patch-xcbgen_xtypes.py Mon Nov 7 09:32:02 2016 (r425597) @@ -0,0 +1,57 @@ +Obtained from: + +https://cgit.freedesktop.org/xcb/proto/commit/xcbgen/xtypes.py?id=bea5e1c85bdc0950913790364e18228f20395a3d + +--- xcbgen/xtypes.py.orig 2016-05-01 07:44:48 UTC ++++ xcbgen/xtypes.py +@@ -501,7 +501,7 @@ class ComplexType(Type): + int(required_start_align_element.get('align', "4"), 0), + int(required_start_align_element.get('offset', "0"), 0)) + if verbose_align_log: +- print "Explicit start-align for %s: %s\n" % (self, self.required_start_align) ++ print ("Explicit start-align for %s: %s\n" % (self, self.required_start_align)) + + def resolve(self, module): + if self.resolved: +@@ -592,7 +592,7 @@ class ComplexType(Type): + if verbose_align_log: + print ("calc_required_start_align: %s has start-align %s" + % (str(self), str(self.required_start_align))) +- print "Details:\n" + str(log) ++ print ("Details:\n" + str(log)) + if self.required_start_align.offset != 0: + print (("WARNING: %s\n\thas start-align with non-zero offset: %s" + + "\n\tsuggest to add explicit definition with:" +@@ -619,12 +619,12 @@ class ComplexType(Type): + for offset in range(0,align): + align_candidate = Alignment(align, offset) + if verbose_align_log: +- print "trying %s for %s" % (str(align_candidate), str(self)) ++ print ("trying %s for %s" % (str(align_candidate), str(self))) + my_log = AlignmentLog() + if self.is_possible_start_align(align_candidate, callstack, my_log): + log.append(my_log) + if verbose_align_log: +- print "found start-align %s for %s" % (str(align_candidate), str(self)) ++ print ("found start-align %s for %s" % (str(align_candidate), str(self))) + return align_candidate + else: + my_ok_count = my_log.ok_count() +@@ -641,7 +641,7 @@ class ComplexType(Type): + # none of the candidates applies + # this type has illegal internal aligns for all possible start_aligns + if verbose_align_log: +- print "didn't find start-align for %s" % str(self) ++ print ("didn't find start-align for %s" % str(self)) + log.append(best_log) + return None + +@@ -900,7 +900,7 @@ class SwitchType(ComplexType): + # aux function for unchecked_get_alignment_after + def get_align_for_selected_case_field(self, case_field, start_align, callstack, log): + if verbose_align_log: +- print "get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field)) ++ print ("get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field))) + total_align = start_align + for field in self.bitcases: + my_callstack = callstack[:] From owner-svn-ports-all@freebsd.org Mon Nov 7 09:36:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD207C34FBA; Mon, 7 Nov 2016 09:36:16 +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 84A1194; Mon, 7 Nov 2016 09:36:16 +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 uA79aFCK055291; Mon, 7 Nov 2016 09:36:15 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA79aFvX055288; Mon, 7 Nov 2016 09:36:15 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611070936.uA79aFvX055288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 7 Nov 2016 09:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425598 - in head/x11/libxcb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 09:36:16 -0000 Author: rm Date: Mon Nov 7 09:36:15 2016 New Revision: 425598 URL: https://svnweb.freebsd.org/changeset/ports/425598 Log: x11/libxcb: fix build with python3 Add upstream patches to fix build/packaging with python3 as default after the recent update. python3 is not default, so no PORTREVISION bump is required. PR: 214281 Submitted by: John W. O'Brien Approved by: portmgr (just-fix-it blanket) Added: head/x11/libxcb/files/patch-src_c__client.py (contents, props changed) Modified: head/x11/libxcb/Makefile head/x11/libxcb/files/patch-tests-check_public.c Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Mon Nov 7 09:32:02 2016 (r425597) +++ head/x11/libxcb/Makefile Mon Nov 7 09:36:15 2016 (r425598) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= cpe gmake python:build +USES= cpe gmake python:2.7+,build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip Added: head/x11/libxcb/files/patch-src_c__client.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libxcb/files/patch-src_c__client.py Mon Nov 7 09:36:15 2016 (r425598) @@ -0,0 +1,44 @@ +Obtained from: + +https://cgit.freedesktop.org/xcb/libxcb/commit/src/c_client.py?id=8740a288ca468433141341347aa115b9544891d3 + +--- src/c_client.py.orig 2016-05-09 16:10:55 UTC ++++ src/c_client.py +@@ -1364,7 +1364,7 @@ def _c_serialize(context, self): + _c(' unsigned int xcb_align_to = 0;') + if self.is_switch: + _c(' unsigned int xcb_padding_offset = %d;', +- self.get_align_offset() ) ++ self.get_align_offset() ) + prefix = [('_aux', '->', self)] + aux_ptr = 'xcb_out' + +@@ -1390,7 +1390,7 @@ def _c_serialize(context, self): + _c(' unsigned int xcb_align_to = 0;') + if self.is_switch: + _c(' unsigned int xcb_padding_offset = %d;', +- self.get_align_offset() ) ++ self.get_align_offset() ) + + elif 'sizeof' == context: + param_names = [p[2] for p in params] +@@ -1930,14 +1930,14 @@ def _c_accessors_list(self, field): + # from the request size and divide that by the member size + return '(((R->length * 4) - sizeof('+ self.c_type + '))/'+'sizeof('+field.type.member.c_wiretype+'))' + else: +- # use the accessor to get the start of the list, then +- # compute the length of it by subtracting it from ++ # use the accessor to get the start of the list, then ++ # compute the length of it by subtracting it from + # the adress of the first byte after the end of the + # request +- after_end_of_request = '(((char*)R) + R->length * 4)' +- start_of_list = '%s(R)' % (field.c_accessor_name) ++ after_end_of_request = '(((char*)R) + R->length * 4)' ++ start_of_list = '%s(R)' % (field.c_accessor_name) + bytesize_of_list = '%s - (char*)(%s)' % (after_end_of_request, start_of_list) +- return '(%s) / sizeof(%s)' % (bytesize_of_list, field.type.member.c_wiretype) ++ return '(%s) / sizeof(%s)' % (bytesize_of_list, field.type.member.c_wiretype) + else: + raise Exception( + "lengthless lists with varsized members are not supported. Fieldname '%s'" Modified: head/x11/libxcb/files/patch-tests-check_public.c ============================================================================== --- head/x11/libxcb/files/patch-tests-check_public.c Mon Nov 7 09:32:02 2016 (r425597) +++ head/x11/libxcb/files/patch-tests-check_public.c Mon Nov 7 09:36:15 2016 (r425598) @@ -1,6 +1,6 @@ ---- tests/check_public.c.orig Wed Jan 24 15:16:59 2007 -+++ tests/check_public.c Wed Jan 24 15:22:33 2007 -@@ -70,7 +70,10 @@ +--- tests/check_public.c.orig 2011-07-02 20:20:42 UTC ++++ tests/check_public.c +@@ -30,7 +30,10 @@ static void parse_display_pass(const cha else if(test_type == TEST_ENVIRONMENT) { argument = 0; @@ -12,7 +12,7 @@ } got_host = (char *) -1; -@@ -148,7 +151,7 @@ +@@ -150,7 +153,7 @@ END_TEST START_TEST(parse_display_negative) { From owner-svn-ports-all@freebsd.org Mon Nov 7 10:13:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0764C32CD9; Mon, 7 Nov 2016 10:13:01 +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 782F362D; Mon, 7 Nov 2016 10:13:01 +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 uA7AD0f9070603; Mon, 7 Nov 2016 10:13:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7AD0cG070597; Mon, 7 Nov 2016 10:13:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611071013.uA7AD0cG070597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 7 Nov 2016 10:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425599 - in 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, 07 Nov 2016 10:13:01 -0000 Author: matthew Date: Mon Nov 7 10:12:59 2016 New Revision: 425599 URL: https://svnweb.freebsd.org/changeset/ports/425599 Log: Winetricks is an easy way to work around problems in Wine. It has a menu of supported games/apps for which it can do all the workarounds automatically. It also lets you install missing DLLs or tweak various Wine settings individually. WWW: https://wiki.winehq.org/Winetricks PR: 211293 Submitted by: Nikolai Lifanov Added: head/emulators/winetricks/ head/emulators/winetricks/Makefile (contents, props changed) head/emulators/winetricks/distinfo (contents, props changed) head/emulators/winetricks/pkg-descr (contents, props changed) head/emulators/winetricks/pkg-message (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Mon Nov 7 09:36:15 2016 (r425598) +++ head/emulators/Makefile Mon Nov 7 10:12:59 2016 (r425599) @@ -171,6 +171,7 @@ SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += wine-staging + SUBDIR += winetricks SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += x49gp Added: head/emulators/winetricks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/winetricks/Makefile Mon Nov 7 10:12:59 2016 (r425599) @@ -0,0 +1,30 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTNAME= winetricks +PORTVERSION= 20161012 +CATEGORIES= emulators + +MAINTAINER= lifanov@mail.lifanov.com +COMMENT= Easy way to work around problems in Wine + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/src/COPYING + +.if !defined(WITHOUT_X11) +RUN_DEPENDS= zenity>0:x11/zenity +.endif + +USE_GITHUB= yes +GH_ACCOUNT= Winetricks + +NO_ARCH= yes +NO_BUILD= yes +PLIST_FILES= bin/winetricks man/man1/winetricks.1.gz + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include Added: head/emulators/winetricks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/winetricks/distinfo Mon Nov 7 10:12:59 2016 (r425599) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476286164 +SHA256 (Winetricks-winetricks-20161012_GH0.tar.gz) = 094ecc82178bb2b6875e29927df068a1d7c114868ec86d5517e26e0214030f6f +SIZE (Winetricks-winetricks-20161012_GH0.tar.gz) = 175820 Added: head/emulators/winetricks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/winetricks/pkg-descr Mon Nov 7 10:12:59 2016 (r425599) @@ -0,0 +1,7 @@ +Winetricks is an easy way to work around problems in Wine. + +It has a menu of supported games/apps for which it can do +all the workarounds automatically. It also lets you install +missing DLLs or tweak various Wine settings individually. + +WWW: https://wiki.winehq.org/Winetricks Added: head/emulators/winetricks/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/winetricks/pkg-message Mon Nov 7 10:12:59 2016 (r425599) @@ -0,0 +1,2 @@ +This port requires one of the wine ports installed. +Please pick between wine, wine-devel, or wine-staging. From owner-svn-ports-all@freebsd.org Mon Nov 7 10:16:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1845C32D4E; Mon, 7 Nov 2016 10:16:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4947E4; Mon, 7 Nov 2016 10:16:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7AGtUn070918; Mon, 7 Nov 2016 10:16:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7AGtDD070913; Mon, 7 Nov 2016 10:16:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611071016.uA7AGtDD070913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 7 Nov 2016 10:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425600 - in head/devel: . elixir-gen_state_machine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 10:16:56 -0000 Author: olgeni Date: Mon Nov 7 10:16:55 2016 New Revision: 425600 URL: https://svnweb.freebsd.org/changeset/ports/425600 Log: Add devel/elixir-gen_state_machine, an idiomatic Elixir wrapper for gen_statem in OTP 19. Added: head/devel/elixir-gen_state_machine/ head/devel/elixir-gen_state_machine/Makefile (contents, props changed) head/devel/elixir-gen_state_machine/distinfo (contents, props changed) head/devel/elixir-gen_state_machine/pkg-descr (contents, props changed) head/devel/elixir-gen_state_machine/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 7 10:12:59 2016 (r425599) +++ head/devel/Makefile Mon Nov 7 10:16:55 2016 (r425600) @@ -464,6 +464,7 @@ SUBDIR += elixir-exjsx SUBDIR += elixir-exprotobuf SUBDIR += elixir-exrm + SUBDIR += elixir-gen_state_machine SUBDIR += elixir-gettext SUBDIR += elixir-hex SUBDIR += elixir-inflex Added: head/devel/elixir-gen_state_machine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gen_state_machine/Makefile Mon Nov 7 10:16:55 2016 (r425600) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gen_state_machine +PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Idiomatic Elixir wrapper for gen_statem in OTP 19 + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= antipax + +MIX_REWRITE= yes + +.include Added: head/devel/elixir-gen_state_machine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gen_state_machine/distinfo Mon Nov 7 10:16:55 2016 (r425600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478512914 +SHA256 (antipax-gen_state_machine-v2.0.0_GH0.tar.gz) = 1591b9e6c8fb63e3fc2dc0ca7d833b68117b14a955efd719268ad73f7eaf4b86 +SIZE (antipax-gen_state_machine-v2.0.0_GH0.tar.gz) = 16747 Added: head/devel/elixir-gen_state_machine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gen_state_machine/pkg-descr Mon Nov 7 10:16:55 2016 (r425600) @@ -0,0 +1,3 @@ +An idiomatic Elixir wrapper for gen_statem in OTP 19 (and above). + +WWW: https://github.com/antipax/gen_state_machine Added: head/devel/elixir-gen_state_machine/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-gen_state_machine/pkg-plist Mon Nov 7 10:16:55 2016 (r425600) @@ -0,0 +1,8 @@ +lib/elixir/lib/gen_state_machine/ebin/Elixir.GenStateMachine.Application.beam +lib/elixir/lib/gen_state_machine/ebin/Elixir.GenStateMachine.Translator.beam +lib/elixir/lib/gen_state_machine/ebin/Elixir.GenStateMachine.beam +lib/elixir/lib/gen_state_machine/ebin/gen_state_machine.app +lib/elixir/lib/gen_state_machine/lib/gen_state_machine.ex +lib/elixir/lib/gen_state_machine/lib/gen_state_machine/application.ex +lib/elixir/lib/gen_state_machine/lib/gen_state_machine/translator.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Nov 7 10:18:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E22AC32DD0; Mon, 7 Nov 2016 10:18:13 +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 19D1E8EA; Mon, 7 Nov 2016 10:18:13 +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 uA7AICM5071078; Mon, 7 Nov 2016 10:18:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7AICmS071075; Mon, 7 Nov 2016 10:18:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611071018.uA7AICmS071075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 7 Nov 2016 10:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425601 - head/devel/elixir-swarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 10:18:13 -0000 Author: olgeni Date: Mon Nov 7 10:18:11 2016 New Revision: 425601 URL: https://svnweb.freebsd.org/changeset/ports/425601 Log: Update devel/elixir-swarm to version 3.0.0. Modified: head/devel/elixir-swarm/Makefile head/devel/elixir-swarm/distinfo Modified: head/devel/elixir-swarm/Makefile ============================================================================== --- head/devel/elixir-swarm/Makefile Mon Nov 7 10:16:55 2016 (r425600) +++ head/devel/elixir-swarm/Makefile Mon Nov 7 10:18:11 2016 (r425601) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= swarm -DISTVERSION= 2.0.2 +DISTVERSION= 3.0.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -14,7 +14,8 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= bitwalker -MIX_BUILD_DEPS= devel/elixir-libring \ +MIX_BUILD_DEPS= devel/elixir-gen_state_machine \ + devel/elixir-libring \ devel/elixir-poison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes Modified: head/devel/elixir-swarm/distinfo ============================================================================== --- head/devel/elixir-swarm/distinfo Mon Nov 7 10:16:55 2016 (r425600) +++ head/devel/elixir-swarm/distinfo Mon Nov 7 10:18:11 2016 (r425601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476309411 -SHA256 (bitwalker-swarm-2.0.2_GH0.tar.gz) = 5cafabefcf1f7e66cdf1563e7312face71c31dfb7acf0e5b279d24a9b408d8dd -SIZE (bitwalker-swarm-2.0.2_GH0.tar.gz) = 29693 +TIMESTAMP = 1478511306 +SHA256 (bitwalker-swarm-3.0.0_GH0.tar.gz) = 5ec61997cabf2d7c755efec2b85a25f1ff4ed9d0f701aa77bd7f0a1c4b56d553 +SIZE (bitwalker-swarm-3.0.0_GH0.tar.gz) = 27327 From owner-svn-ports-all@freebsd.org Mon Nov 7 10:40:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 928D8C3346A; Mon, 7 Nov 2016 10:40:59 +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 696F0769; Mon, 7 Nov 2016 10:40:59 +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 uA7AewNi079987; Mon, 7 Nov 2016 10:40:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7AevJK079977; Mon, 7 Nov 2016 10:40:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071040.uA7AevJK079977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 10:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425602 - in head/x11/gtkchtheme: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 10:40:59 -0000 Author: amdmi3 Date: Mon Nov 7 10:40:57 2016 New Revision: 425602 URL: https://svnweb.freebsd.org/changeset/ports/425602 Log: - Add LICENSE - Use MANPREFIX - Regenerate patches Modified: head/x11/gtkchtheme/Makefile head/x11/gtkchtheme/distinfo head/x11/gtkchtheme/files/patch-Makefile head/x11/gtkchtheme/files/patch-about_dialog.c head/x11/gtkchtheme/files/patch-font_sel.c head/x11/gtkchtheme/files/patch-main.c head/x11/gtkchtheme/files/patch-mainwin.c head/x11/gtkchtheme/files/patch-preview_pane.c head/x11/gtkchtheme/files/patch-theme_sel.c head/x11/gtkchtheme/files/patch-util.c Modified: head/x11/gtkchtheme/Makefile ============================================================================== --- head/x11/gtkchtheme/Makefile Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/Makefile Mon Nov 7 10:40:57 2016 (r425602) @@ -11,6 +11,9 @@ DISTNAME= gtk-chtheme-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 theme changer +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 @@ -19,6 +22,6 @@ PLIST_FILES= bin/gtk-chtheme \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/x11/gtkchtheme/distinfo ============================================================================== --- head/x11/gtkchtheme/distinfo Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/distinfo Mon Nov 7 10:40:57 2016 (r425602) @@ -1,2 +1,3 @@ +TIMESTAMP = 1478515046 SHA256 (gtk-chtheme-0.3.1.tar.bz2) = 26f4b6dd60c220d20d612ca840b6beb18b59d139078be72c7b1efefc447df844 SIZE (gtk-chtheme-0.3.1.tar.bz2) = 18205 Modified: head/x11/gtkchtheme/files/patch-Makefile ============================================================================== --- head/x11/gtkchtheme/files/patch-Makefile Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-Makefile Mon Nov 7 10:40:57 2016 (r425602) @@ -1,5 +1,5 @@ ---- Makefile.orig 2010-10-31 11:27:20.000000000 +0100 -+++ Makefile 2010-10-31 11:27:35.000000000 +0100 +--- Makefile.orig 2004-02-09 17:08:41 UTC ++++ Makefile @@ -4,7 +4,7 @@ CFLAGS := $(if $(RPM_OPT_FLAGS), $(RPM_O LDFLAGS = $(shell pkg-config --libs gtk+-2.0) Modified: head/x11/gtkchtheme/files/patch-about_dialog.c ============================================================================== --- head/x11/gtkchtheme/files/patch-about_dialog.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-about_dialog.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- about_dialog.c.orig Wed Jun 23 11:37:15 2004 -+++ about_dialog.c Wed Jun 23 11:38:24 2004 -@@ -37,21 +37,22 @@ +--- about_dialog.c.orig 2004-02-07 00:19:34 UTC ++++ about_dialog.c +@@ -37,21 +37,22 @@ Foundation, 59 Temple Place - Suite 330, void show_about_dialog(void) { GtkWidget* about_dlg = gtk_dialog_new(); Modified: head/x11/gtkchtheme/files/patch-font_sel.c ============================================================================== --- head/x11/gtkchtheme/files/patch-font_sel.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-font_sel.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- font_sel.c.orig Sat Feb 7 04:50:09 2004 -+++ font_sel.c Wed Jun 23 11:57:33 2004 -@@ -27,17 +27,19 @@ +--- font_sel.c.orig 2004-02-07 03:50:09 UTC ++++ font_sel.c +@@ -27,17 +27,19 @@ static void font_dlg_ok_clicked(GtkWidge static void font_browse_clicked(GtkWidget *widget, gpointer u) { Modified: head/x11/gtkchtheme/files/patch-main.c ============================================================================== --- head/x11/gtkchtheme/files/patch-main.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-main.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- main.c.orig Wed Jun 23 11:39:35 2004 -+++ main.c Wed Jun 23 11:54:03 2004 -@@ -75,15 +75,18 @@ +--- main.c.orig 2004-02-09 04:33:28 UTC ++++ main.c +@@ -75,15 +75,18 @@ void cleanup_temporary(void) void apply_new_look(gboolean is_preview) { @@ -21,7 +21,7 @@ fprintf(gtkrc_fh, "# -- THEME AUTO-WRITTEN DO NOT EDIT\n" "include \"%s\"\n\n", -@@ -101,7 +104,8 @@ +@@ -101,7 +104,8 @@ void apply_new_look(gboolean is_preview) fprintf(gtkrc_fh, "# -- THEME AUTO-WRITTEN DO NOT EDIT\n"); fclose(gtkrc_fh); Modified: head/x11/gtkchtheme/files/patch-mainwin.c ============================================================================== --- head/x11/gtkchtheme/files/patch-mainwin.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-mainwin.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- mainwin.c.orig Wed Jun 23 11:38:32 2004 -+++ mainwin.c Wed Jun 23 11:39:27 2004 -@@ -42,6 +42,7 @@ +--- mainwin.c.orig 2004-02-08 13:28:55 UTC ++++ mainwin.c +@@ -42,6 +42,7 @@ static void ok_clicked(GtkWidget *widget GtkWidget* create_mainwin(void) { GtkWidget *mainwin = gtk_dialog_new(); @@ -8,7 +8,7 @@ gtk_widget_realize(mainwin); gtk_window_set_title(GTK_WINDOW(mainwin), PROJNAME); gtk_window_set_resizable(GTK_WINDOW(mainwin), TRUE); -@@ -54,21 +55,21 @@ +@@ -54,21 +55,21 @@ GtkWidget* create_mainwin(void) gtk_box_pack_start(GTK_BOX(GTK_DIALOG(mainwin)->vbox), gtk_hseparator_new(), FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(mainwin)->vbox), create_font_sel(), FALSE, FALSE, 0); Modified: head/x11/gtkchtheme/files/patch-preview_pane.c ============================================================================== --- head/x11/gtkchtheme/files/patch-preview_pane.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-preview_pane.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- preview_pane.c.orig Wed Jun 23 11:35:18 2004 -+++ preview_pane.c Wed Jun 23 11:37:07 2004 -@@ -24,16 +24,19 @@ +--- preview_pane.c.orig 2004-02-08 13:47:45 UTC ++++ preview_pane.c +@@ -24,16 +24,19 @@ Foundation, 59 Temple Place - Suite 330, GtkWidget* create_preview_pane(void) { GtkBox* box = GTK_BOX(unfocussable(gtk_vbox_new(FALSE, 5))); @@ -21,7 +21,7 @@ gtk_menu_shell_append(GTK_MENU_SHELL(menubar), item); gtk_menu_item_set_submenu(GTK_MENU_ITEM(item), menu); -@@ -51,7 +54,6 @@ +@@ -51,7 +54,6 @@ GtkWidget* create_preview_pane(void) gtk_menu_shell_append(GTK_MENU_SHELL(menu), unfocussable(gtk_separator_menu_item_new())); @@ -29,7 +29,7 @@ for (i = 0; i < MENU_PREVIEW_ITEMS; i++) { item = unfocussable(gtk_radio_menu_item_new_with_label(group, "Radio")); -@@ -77,6 +79,7 @@ +@@ -77,6 +79,7 @@ GtkWidget* create_preview_pane(void) { GtkToolbar* toolbar = GTK_TOOLBAR(unfocussable(gtk_toolbar_new())); GtkWidget* button; @@ -37,7 +37,7 @@ button = unfocussable(gtk_check_button_new_with_label("Check 1")); gtk_toolbar_append_widget(toolbar, button, "Tooltip", ""); -@@ -87,7 +90,6 @@ +@@ -87,7 +90,6 @@ GtkWidget* create_preview_pane(void) gtk_toolbar_append_space(toolbar); @@ -45,7 +45,7 @@ radio = GTK_RADIO_BUTTON(unfocussable(gtk_radio_button_new_with_label(NULL, "Radio 1"))); gtk_toolbar_append_widget(toolbar, GTK_WIDGET(radio), "Tooltip", ""); -@@ -143,7 +145,7 @@ +@@ -143,7 +145,7 @@ GtkWidget* create_preview_pane(void) gtk_box_pack_start(box, GTK_WIDGET(hbox), FALSE, FALSE, 0); } Modified: head/x11/gtkchtheme/files/patch-theme_sel.c ============================================================================== --- head/x11/gtkchtheme/files/patch-theme_sel.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-theme_sel.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- theme_sel.c.orig Wed Jun 23 11:32:31 2004 -+++ theme_sel.c Wed Jun 23 11:34:15 2004 -@@ -53,6 +53,9 @@ +--- theme_sel.c.orig 2004-02-09 02:20:28 UTC ++++ theme_sel.c +@@ -53,6 +53,9 @@ static void insert_key_in_liststore(gcha GtkWidget *create_theme_sel(void) { @@ -10,7 +10,7 @@ GtkListStore *store = gtk_list_store_new(1, G_TYPE_STRING); gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(store), 0, -@@ -65,7 +68,7 @@ +@@ -65,7 +68,7 @@ GtkWidget *create_theme_sel(void) gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(theme_list), TRUE); gtk_tree_view_set_search_column(GTK_TREE_VIEW(theme_list), 0); @@ -19,7 +19,7 @@ gtk_tree_view_get_selection(GTK_TREE_VIEW(theme_list)); gtk_tree_selection_set_mode(selection, GTK_SELECTION_BROWSE); -@@ -81,11 +84,12 @@ +@@ -81,11 +84,12 @@ GtkWidget *create_theme_sel(void) do { @@ -33,7 +33,7 @@ gtk_tree_view_set_cursor(GTK_TREE_VIEW(theme_list), p, NULL, FALSE); gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(theme_list), p, NULL, TRUE, 0.5, 0); -@@ -97,14 +101,14 @@ +@@ -97,14 +101,14 @@ GtkWidget *create_theme_sel(void) g_object_unref(G_OBJECT(store)); Modified: head/x11/gtkchtheme/files/patch-util.c ============================================================================== --- head/x11/gtkchtheme/files/patch-util.c Mon Nov 7 10:18:11 2016 (r425601) +++ head/x11/gtkchtheme/files/patch-util.c Mon Nov 7 10:40:57 2016 (r425602) @@ -1,6 +1,6 @@ ---- util.c.orig Wed Jun 23 11:31:52 2004 -+++ util.c Wed Jun 23 11:32:20 2004 -@@ -34,10 +34,11 @@ +--- util.c.orig 2004-02-08 13:42:33 UTC ++++ util.c +@@ -34,10 +34,11 @@ GtkLabel* gtk_label_new_from_pango_marku { PangoAttrList *attrs; gchar* parsed_text; From owner-svn-ports-all@freebsd.org Mon Nov 7 10:48:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29EBDC336B7; Mon, 7 Nov 2016 10:48:19 +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 D9478AE7; Mon, 7 Nov 2016 10:48:18 +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 uA7AmIRY083009; Mon, 7 Nov 2016 10:48:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7AmHGw083006; Mon, 7 Nov 2016 10:48:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611071048.uA7AmHGw083006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Nov 2016 10:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425603 - in head/multimedia/py-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: Mon, 07 Nov 2016 10:48:19 -0000 Author: jbeich Date: Mon Nov 7 10:48:17 2016 New Revision: 425603 URL: https://svnweb.freebsd.org/changeset/ports/425603 Log: multimedia/py-ffmpeg: adjust pts after r425471 AVFrame.pkt_pts didn't exist in ffmpeg-4f7d2fe-2010-12-16 snapshot when global_video_pkt_pts was added to py-ffmpeg. The code worked it around by saving PTS in AVFrame.opaque just before avcodec_decode_video2() call. This broke when r425471 removed our_get_buffer(). So, just use AVFrame.pkt_pts directly now. PR: 214247 Approved by: dbn (maintainer) Modified: head/multimedia/py-ffmpeg/Makefile (contents, props changed) head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi (contents, props changed) head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx (contents, props changed) Modified: head/multimedia/py-ffmpeg/Makefile ============================================================================== --- head/multimedia/py-ffmpeg/Makefile Mon Nov 7 10:40:57 2016 (r425602) +++ head/multimedia/py-ffmpeg/Makefile Mon Nov 7 10:48:17 2016 (r425603) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 1.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia python MASTER_SITES= GH LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi ============================================================================== --- head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi Mon Nov 7 10:40:57 2016 (r425602) +++ head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pxi Mon Nov 7 10:48:17 2016 (r425603) @@ -1,6 +1,14 @@ --- ffmpeg/_ffmpeg.pxi.orig 2013-10-28 16:04:02 UTC +++ ffmpeg/_ffmpeg.pxi -@@ -53,8 +53,6 @@ cdef extern from "libavcodec/avcodec.h" +@@ -35,6 +35,7 @@ cdef extern from "libavcodec/avcodec.h" + unsigned char **data + int *linesize + int64_t pts ++ int64_t pkt_pts; + int repeat_pict + int nb_samples + int format +@@ -53,8 +54,6 @@ cdef extern from "libavcodec/avcodec.h" int channels AVCodec *codec AVMediaType codec_type @@ -9,7 +17,7 @@ AVRational time_base AVSampleFormat sample_fmt struct AVPicture: -@@ -83,7 +81,7 @@ cdef extern from "libavcodec/avcodec.h" +@@ -83,7 +82,7 @@ cdef extern from "libavcodec/avcodec.h" ctypedef int (*lockmgr_t)(void **mutex, AVLockOp op) int av_lockmgr_register(lockmgr_t cb) @@ -18,7 +26,7 @@ int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt) int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, int -@@ -100,7 +98,7 @@ cdef extern from "libavcodec/avcodec.h" +@@ -100,7 +99,7 @@ cdef extern from "libavcodec/avcodec.h" int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic) void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic) Modified: head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx ============================================================================== --- head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx Mon Nov 7 10:40:57 2016 (r425602) +++ head/multimedia/py-ffmpeg/files/patch-ffmpeg___ffmpeg.pyx Mon Nov 7 10:48:17 2016 (r425603) @@ -1,6 +1,15 @@ --- ffmpeg/_ffmpeg.pyx.orig 2013-10-28 16:04:02 UTC +++ ffmpeg/_ffmpeg.pyx -@@ -518,11 +518,11 @@ cdef int audio_decode_frame(VideoState * +@@ -81,8 +81,6 @@ DEF FF_REFRESH_EVENT = 2 + DEF FF_QUIT_EVENT = 3 + DEF FF_SCHEDULE_EVENT = 4 + +-cdef uint64_t global_video_pkt_pts = AV_NOPTS_VALUE +- + ctypedef void (*event_callback_t)(void *) + + cdef struct Event: +@@ -518,11 +516,11 @@ cdef int audio_decode_frame(VideoState * got_frame = 0 if frame == NULL: @@ -14,7 +23,7 @@ len1 = avcodec_decode_audio4(vs.audio_st.codec, frame, &got_frame, pkt) -@@ -784,7 +784,7 @@ cdef void alloc_picture(void *userdata) +@@ -784,7 +782,7 @@ cdef void alloc_picture(void *userdata) vp.ff_data_size = avpicture_get_size(PF_RGB24, vp.width, vp.height) vp.ff_data = av_malloc(vp.ff_data_size * sizeof(unsigned char)) @@ -23,7 +32,7 @@ avpicture_fill(vp.bmp, vp.ff_data, PF_RGB24, vp.width, vp.height) -@@ -886,19 +886,6 @@ cdef double synchronize_video(VideoState +@@ -886,19 +884,6 @@ cdef double synchronize_video(VideoState return pts @@ -43,7 +52,7 @@ cdef int video_thread(void *arg) nogil: cdef VideoState *vs = arg cdef AVPacket pkt1, *packet = &pkt1 -@@ -906,7 +893,7 @@ cdef int video_thread(void *arg) nogil: +@@ -906,7 +891,7 @@ cdef int video_thread(void *arg) nogil: cdef AVFrame *pFrame cdef double pts, ptst = 0 @@ -52,7 +61,27 @@ while True: if packet_queue_get(&vs.videoq, packet, 1) < 0: -@@ -1038,8 +1025,6 @@ cdef int stream_component_open(VideoStat +@@ -919,16 +904,13 @@ cdef int video_thread(void *arg) nogil: + + pts = 0 + +- # Save global pts to be stored in pFrame +- global_video_pkt_pts = packet.pts + # Decode video frame + with gil: + len1 = avcodec_decode_video2( + vs.video_st.codec, pFrame, &frameFinished, packet) +- if packet.dts == AV_NOPTS_VALUE and pFrame.opaque: +- memcpy(&ptst, pFrame.opaque, sizeof(uint64_t)) +- if ptst != AV_NOPTS_VALUE: +- pts = ptst ++ if packet.dts == AV_NOPTS_VALUE: ++ if pFrame.pkt_pts != AV_NOPTS_VALUE: ++ pts = pFrame.pkt_pts + elif packet.dts != AV_NOPTS_VALUE: + pts = packet.dts + else: +@@ -1038,8 +1020,6 @@ cdef int stream_component_open(VideoStat packet_queue_init(&vs.videoq) vs.video_tid = SDL_CreateThread(video_thread, vs) From owner-svn-ports-all@freebsd.org Mon Nov 7 11:06:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C39E0C33E85; Mon, 7 Nov 2016 11:06: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 9B590AB0; Mon, 7 Nov 2016 11:06: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 uA7B6c0k091113; Mon, 7 Nov 2016 11:06:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7B6c48091109; Mon, 7 Nov 2016 11:06:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071106.uA7B6c48091109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425604 - in head/x11-fonts/fontmatrix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:06:39 -0000 Author: amdmi3 Date: Mon Nov 7 11:06:38 2016 New Revision: 425604 URL: https://svnweb.freebsd.org/changeset/ports/425604 Log: - Add LICENSE - Add missing depends - Regenerate patches - Fix WWW: Modified: head/x11-fonts/fontmatrix/Makefile head/x11-fonts/fontmatrix/files/patch-cmake__modules__FREETYPEConfig.cmake head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h head/x11-fonts/fontmatrix/pkg-descr Modified: head/x11-fonts/fontmatrix/Makefile ============================================================================== --- head/x11-fonts/fontmatrix/Makefile Mon Nov 7 10:48:17 2016 (r425603) +++ head/x11-fonts/fontmatrix/Makefile Mon Nov 7 11:06:38 2016 (r425604) @@ -10,10 +10,15 @@ MASTER_SITES= http://www.fontmatrix.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical font manager +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig USES= cmake -USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build +USE_QT4= corelib xml gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build INSTALLS_ICONS= yes OPTIONS_DEFINE= FONTFORGE @@ -21,10 +26,8 @@ FONTFORGE_DESC= Install FontForge editor FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:print/fontforge post-patch: - cd ${WRKSRC}/src && \ - ${REINPLACE_CMD} -e 's:/usr/bin/fontforge:${LOCALBASE}/bin/fontforge:g' \ - prefs_panel.ui \ - typotek.cpp + @${REINPLACE_CMD} -e 's:/usr/bin/fontforge:${LOCALBASE}/bin/fontforge:g' \ + ${WRKSRC}/src/prefs_panel.ui ${WRKSRC}/src/typotek.cpp pre-configure: cd ${WRKSRC}/src/messages && \ Modified: head/x11-fonts/fontmatrix/files/patch-cmake__modules__FREETYPEConfig.cmake ============================================================================== --- head/x11-fonts/fontmatrix/files/patch-cmake__modules__FREETYPEConfig.cmake Mon Nov 7 10:48:17 2016 (r425603) +++ head/x11-fonts/fontmatrix/files/patch-cmake__modules__FREETYPEConfig.cmake Mon Nov 7 11:06:38 2016 (r425604) @@ -1,5 +1,5 @@ ---- cmake/modules/FREETYPEConfig.cmake.orig 2008-04-07 22:45:10.000000000 +0200 -+++ cmake/modules/FREETYPEConfig.cmake 2015-12-02 14:40:47.871063000 +0100 +--- cmake/modules/FREETYPEConfig.cmake.orig 2008-04-07 20:45:10 UTC ++++ cmake/modules/FREETYPEConfig.cmake @@ -1,10 +1,10 @@ # # Find the native FREETYPE includes and library Modified: head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h ============================================================================== --- head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h Mon Nov 7 10:48:17 2016 (r425603) +++ head/x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h Mon Nov 7 11:06:38 2016 (r425604) @@ -1,5 +1,5 @@ ---- ./src/prefspaneldialog.h.orig 2008-04-06 13:47:45.000000000 +0400 -+++ ./src/prefspaneldialog.h 2008-04-07 01:12:12.000000000 +0400 +--- src/prefspaneldialog.h.orig 2008-04-07 20:45:09 UTC ++++ src/prefspaneldialog.h @@ -12,7 +12,7 @@ #ifndef PREFSPANELDIALOG_H #define PREFSPANELDIALOG_H Modified: head/x11-fonts/fontmatrix/pkg-descr ============================================================================== --- head/x11-fonts/fontmatrix/pkg-descr Mon Nov 7 10:48:17 2016 (r425603) +++ head/x11-fonts/fontmatrix/pkg-descr Mon Nov 7 11:06:38 2016 (r425604) @@ -5,4 +5,4 @@ of font dialogs. Basically, the Fontmatr activation and deactivation of fonts, tagging fonts and fontbook generation. -WWW: http://www.fontmatrix.net +WWW: http://www.fontmatrix.net/ From owner-svn-ports-all@freebsd.org Mon Nov 7 11:08:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92428C33F0C; Mon, 7 Nov 2016 11:08: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 6421ABCB; Mon, 7 Nov 2016 11:08: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 uA7B8cRV091269; Mon, 7 Nov 2016 11:08:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7B8cSc091268; Mon, 7 Nov 2016 11:08:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071108.uA7B8cSc091268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425605 - head/textproc/stardict-quick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:08:39 -0000 Author: amdmi3 Date: Mon Nov 7 11:08:38 2016 New Revision: 425605 URL: https://svnweb.freebsd.org/changeset/ports/425605 Log: - Add NO_ARCH Modified: head/textproc/stardict-quick/Makefile Modified: head/textproc/stardict-quick/Makefile ============================================================================== --- head/textproc/stardict-quick/Makefile Mon Nov 7 11:06:38 2016 (r425604) +++ head/textproc/stardict-quick/Makefile Mon Nov 7 11:08:38 2016 (r425605) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dictionaries from Quick for StarDict NO_BUILD= yes +NO_ARCH= yes USES= tar:bzip2 DATADIR= ${PREFIX}/share/stardict From owner-svn-ports-all@freebsd.org Mon Nov 7 11:08:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12026C33F12; Mon, 7 Nov 2016 11:08: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 D6366BCD; Mon, 7 Nov 2016 11:08: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 uA7B8gBS091369; Mon, 7 Nov 2016 11:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7B8gTu091368; Mon, 7 Nov 2016 11:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071108.uA7B8gTu091368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425606 - head/textproc/stardict-dictd_mova X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:08:43 -0000 Author: amdmi3 Date: Mon Nov 7 11:08:41 2016 New Revision: 425606 URL: https://svnweb.freebsd.org/changeset/ports/425606 Log: - Add NO_ARCH Modified: head/textproc/stardict-dictd_mova/Makefile Modified: head/textproc/stardict-dictd_mova/Makefile ============================================================================== --- head/textproc/stardict-dictd_mova/Makefile Mon Nov 7 11:08:38 2016 (r425605) +++ head/textproc/stardict-dictd_mova/Makefile Mon Nov 7 11:08:41 2016 (r425606) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dictionaries from www.mova.org for StarDict NO_BUILD= yes +NO_ARCH= yes USES= tar:bzip2 DATADIR= ${PREFIX}/share/stardict From owner-svn-ports-all@freebsd.org Mon Nov 7 11:23:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21948C3486E; Mon, 7 Nov 2016 11:23:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D31A4CB8; Mon, 7 Nov 2016 11:23:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7BNhJT098954; Mon, 7 Nov 2016 11:23:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BNhAm098950; Mon, 7 Nov 2016 11:23:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071123.uA7BNhAm098950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:23:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425607 - in head/textproc/qstardict: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:23:45 -0000 Author: amdmi3 Date: Mon Nov 7 11:23:43 2016 New Revision: 425607 URL: https://svnweb.freebsd.org/changeset/ports/425607 Log: - Add LICENSE - Add missing depends - Cosmetic fixes - Regenerate patches Added: head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp - copied, changed from r425606, head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp - copied, changed from r425606, head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Deleted: head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Modified: head/textproc/qstardict/Makefile head/textproc/qstardict/files/patch-qstardict.pri head/textproc/qstardict/pkg-message Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/Makefile Mon Nov 7 11:23:43 2016 (r425607) @@ -9,15 +9,20 @@ MASTER_SITES= http://qstardict.ylsoftwar MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based dictionary program (stardict clone) +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= dos2unix pkgconfig qmake tar:bzip2 -USE_QT4= gui network xml uic_build moc_build rcc_build +USE_QT4= corelib gui network xml uic_build moc_build rcc_build +USE_GNOME= glib20 +USE_XORG= x11 DOS2UNIX_FILES= qstardict.pri # Path to dictionaries installed by stardict-* ports DICPATH= ${LOCALBASE}/share/stardict/dic OPTIONS_DEFINE= DBUS DOCS NLS -OPTIONS_DEFAULT:= ${OPTIONS_DEFINE} +OPTIONS_DEFAULT=DBUS OPTIONS_SUB= yes DBUS_USE= QT4=dbus @@ -33,7 +38,7 @@ post-patch: ${WRKSRC}/plugins/stardict/stardict.cpp post-patch-DOCS-off: - ${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \ + @${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \ ${WRKSRC}/qstardict.pro .include Copied and modified: head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp (from r425606, head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp) ============================================================================== --- head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp Mon Nov 7 11:08:41 2016 (r425606, copy source) +++ head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp Mon Nov 7 11:23:43 2016 (r425607) @@ -1,5 +1,5 @@ ---- ./plugins/stardict/lib.cpp.orig 2011-12-05 12:40:49.000000000 +0000 -+++ ./plugins/stardict/lib.cpp 2013-12-09 11:22:18.738921230 +0000 +--- plugins/stardict/lib.cpp.orig 2011-12-05 12:40:49 UTC ++++ plugins/stardict/lib.cpp @@ -9,6 +9,7 @@ #include #include Copied and modified: head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp (from r425606, head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp) ============================================================================== --- head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Mon Nov 7 11:08:41 2016 (r425606, copy source) +++ head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp Mon Nov 7 11:23:43 2016 (r425607) @@ -1,5 +1,5 @@ ---- ./plugins/stardict/mapfile.hpp.orig 2011-12-05 12:40:49.000000000 +0000 -+++ ./plugins/stardict/mapfile.hpp 2013-12-07 17:36:45.942541049 +0000 +--- plugins/stardict/mapfile.hpp.orig 2011-12-05 12:40:49 UTC ++++ plugins/stardict/mapfile.hpp @@ -9,6 +9,7 @@ # include # include Modified: head/textproc/qstardict/files/patch-qstardict.pri ============================================================================== --- head/textproc/qstardict/files/patch-qstardict.pri Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/files/patch-qstardict.pri Mon Nov 7 11:23:43 2016 (r425607) @@ -1,6 +1,6 @@ ---- ./qstardict.pri.orig 2009-02-03 21:36:16.000000000 +0300 -+++ ./qstardict.pri 2009-02-05 10:24:18.000000000 +0300 -@@ -44,7 +44,6 @@ +--- qstardict.pri.orig 2016-11-07 11:15:01 UTC ++++ qstardict.pri +@@ -49,7 +49,6 @@ win32 { } unix:DEFINES += HAVE_MMAP Modified: head/textproc/qstardict/pkg-message ============================================================================== --- head/textproc/qstardict/pkg-message Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/pkg-message Mon Nov 7 11:23:43 2016 (r425607) @@ -2,9 +2,9 @@ QStarDict can support for StarDict dictionaries. You can install some dictionaries for StarDict(QStarDict): - chinese/stardict2-dict-zh_CN Simplified Chinese - English - chinese/stardict2-dict-zh_TW Traditional Chinese - English - japanese/stardict2-dict-ja Japanese - English + chinese/stardict2-dict-zh_CN Simplified Chinese - English + chinese/stardict2-dict-zh_TW Traditional Chinese - English + japanese/stardict2-dict-ja Japanese - English textproc/stardict2-dictd_mova Dictionaries from www.mova.org textproc/stardict2-quick Dictionaries from Quick for StarDict ======================================================================= From owner-svn-ports-all@freebsd.org Mon Nov 7 11:23:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5E5C34893; Mon, 7 Nov 2016 11:23:51 +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 85610D8C; Mon, 7 Nov 2016 11:23:51 +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 uA7BNoEM099071; Mon, 7 Nov 2016 11:23:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BNo31099069; Mon, 7 Nov 2016 11:23:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071123.uA7BNo31099069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425608 - head/textproc/ctpl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:23:51 -0000 Author: amdmi3 Date: Mon Nov 7 11:23:50 2016 New Revision: 425608 URL: https://svnweb.freebsd.org/changeset/ports/425608 Log: - Add LICENSE - Fix WWW: Modified: head/textproc/ctpl/Makefile head/textproc/ctpl/pkg-descr Modified: head/textproc/ctpl/Makefile ============================================================================== --- head/textproc/ctpl/Makefile Mon Nov 7 11:23:43 2016 (r425607) +++ head/textproc/ctpl/Makefile Mon Nov 7 11:23:50 2016 (r425608) @@ -8,6 +8,9 @@ MASTER_SITES= http://download.tuxfamily. MAINTAINER= ports@FreeBSD.org COMMENT= C Template (Parser) Library +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_GNOME= glib20 USES= pathfix pkgconfig libtool Modified: head/textproc/ctpl/pkg-descr ============================================================================== --- head/textproc/ctpl/pkg-descr Mon Nov 7 11:23:43 2016 (r425607) +++ head/textproc/ctpl/pkg-descr Mon Nov 7 11:23:50 2016 (r425608) @@ -1,4 +1,4 @@ CTPL is a template engine library. It allows fast and easy parsing of templates and fine control over template parsing environment. -WWW: http://ctpl.tuxfamily.org +WWW: http://ctpl.tuxfamily.org/ From owner-svn-ports-all@freebsd.org Mon Nov 7 11:35:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6995CC34C5D; Mon, 7 Nov 2016 11:35: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 38CCF819; Mon, 7 Nov 2016 11:35: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 uA7BZ70f003312; Mon, 7 Nov 2016 11:35:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BZ7Kx003311; Mon, 7 Nov 2016 11:35:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071135.uA7BZ7Kx003311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425609 - head/sysutils/xorriso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 11:35:08 -0000 Author: amdmi3 Date: Mon Nov 7 11:35:07 2016 New Revision: 425609 URL: https://svnweb.freebsd.org/changeset/ports/425609 Log: - Fix license - Fix depends - Strip library Modified: head/sysutils/xorriso/Makefile Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Mon Nov 7 11:23:50 2016 (r425608) +++ head/sysutils/xorriso/Makefile Mon Nov 7 11:35:07 2016 (r425609) @@ -3,6 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -10,17 +11,17 @@ DISTNAME= libisoburn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia -LICENSE= GPLv3 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libburn>=1.1.0:devel/libburn \ - libisofs>=1.1.2:devel/libisofs -RUN_DEPENDS= libburn>=1.1.0:devel/libburn \ - libisofs>=1.1.2:devel/libisofs +LIB_DEPENDS= libburn.so:devel/libburn \ + libisofs.so:devel/libisofs GNU_CONFIGURE= yes USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk USE_LDCONFIG= yes +INSTALL_TARGET= install-strip INFO= xorrecord xorriso xorrisofs From owner-svn-ports-all@freebsd.org Mon Nov 7 12:05:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DBBCC3303D; Mon, 7 Nov 2016 12:05:42 +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 351DBF3F; Mon, 7 Nov 2016 12:05:42 +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 uA7C5fpR015201; Mon, 7 Nov 2016 12:05:41 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7C5fWt015196; Mon, 7 Nov 2016 12:05:41 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611071205.uA7C5fWt015196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 7 Nov 2016 12:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425610 - in head/www/rtv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:05:42 -0000 Author: robak Date: Mon Nov 7 12:05:40 2016 New Revision: 425610 URL: https://svnweb.freebsd.org/changeset/ports/425610 Log: www/rtv: update 1.9.1 -> 1.13.0 and new maintainer - Remove python version limit 3.3+ - Remove dependency www/py-tornado not used anymore - Add new dependencies: www/py-requests www/py-beautifulsoup devel/py-decorator devel/py-mailcap-fix devel/py-update_checker - Fix duplicate entry of dependency devel/py-six - Small change on pkg-descr (line with more than 80 characters) - Install manpage(1) properly - Set architecture neutral - Set MAINTAINER to submitter PR: 213149 Submitted by: Danilo G. Baio Added: head/www/rtv/files/ head/www/rtv/files/patch-setup.py (contents, props changed) Modified: head/www/rtv/Makefile head/www/rtv/distinfo head/www/rtv/pkg-descr Modified: head/www/rtv/Makefile ============================================================================== --- head/www/rtv/Makefile Mon Nov 7 11:35:07 2016 (r425609) +++ head/www/rtv/Makefile Mon Nov 7 12:05:40 2016 (r425610) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= rtv -PORTVERSION= 1.9.1 +PORTVERSION= 1.13.0 DISTVERSIONPREFIX= v CATEGORIES= www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Commandline client for reddit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=3.2:www/py-tornado \ - ${PYTHON_PKGNAMEPREFIX}praw>=3.4.0:www/py-praw \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.4:devel/py-kitchen +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}praw>=3.5.0:www/py-praw \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.4:devel/py-kitchen \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.1:www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.10:devel/py-decorator \ + ${PYTHON_PKGNAMEPREFIX}mailcap_fix>=0.1.3:devel/py-mailcap-fix \ + ${PYTHON_PKGNAMEPREFIX}update_checker>=0.11:devel/py-update_checker USE_GITHUB= yes GH_ACCOUNT= michael-lazar -USES= tar:xz python:3.3+ -USE_PYTHON= distutils autoplist - -.include -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} -.endif +NO_ARCH= yes +USES= tar:xz python +USE_PYTHON= distutils autoplist -.include +.include Modified: head/www/rtv/distinfo ============================================================================== --- head/www/rtv/distinfo Mon Nov 7 11:35:07 2016 (r425609) +++ head/www/rtv/distinfo Mon Nov 7 12:05:40 2016 (r425610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467104818 -SHA256 (michael-lazar-rtv-v1.9.1_GH0.tar.gz) = 66307483708a6dc77bf6f3c289221c8ccba4743e2f592448239c01b4989b3927 -SIZE (michael-lazar-rtv-v1.9.1_GH0.tar.gz) = 2380606 +TIMESTAMP = 1476916532 +SHA256 (michael-lazar-rtv-v1.13.0_GH0.tar.gz) = 801f8674599d4a4abb5593d3d5ac957a748d3daf06f962538a0ae717db117abd +SIZE (michael-lazar-rtv-v1.13.0_GH0.tar.gz) = 7135223 Added: head/www/rtv/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rtv/files/patch-setup.py Mon Nov 7 12:05:40 2016 (r425610) @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-10-18 02:27:09 UTC ++++ setup.py +@@ -18,7 +18,7 @@ setuptools.setup( + keywords='reddit terminal praw curses', + packages=['rtv'], + package_data={'rtv': ['templates/*']}, +- data_files=[("share/man/man1", ["rtv.1"])], ++ data_files=[("man/man1", ["rtv.1"])], + install_requires=requirements, + entry_points={'console_scripts': ['rtv=rtv.__main__:main']}, + classifiers=[ Modified: head/www/rtv/pkg-descr ============================================================================== --- head/www/rtv/pkg-descr Mon Nov 7 11:35:07 2016 (r425609) +++ head/www/rtv/pkg-descr Mon Nov 7 12:05:40 2016 (r425610) @@ -1,3 +1,4 @@ -Reddit Terminal Viewer allows you to view and interact with reddit from your terminal. +Reddit Terminal Viewer allows you to view and interact with reddit +from your terminal. WWW: https://github.com/michael-lazar/rtv From owner-svn-ports-all@freebsd.org Mon Nov 7 12:24:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52581C33A0C; Mon, 7 Nov 2016 12:24: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 1DAEECA0; Mon, 7 Nov 2016 12:24: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 uA7CO7W1022975; Mon, 7 Nov 2016 12:24:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CO7pZ022974; Mon, 7 Nov 2016 12:24:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071224.uA7CO7pZ022974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 12:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425611 - head/science/py-pyteomics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:24:08 -0000 Author: amdmi3 Date: Mon Nov 7 12:24:07 2016 New Revision: 425611 URL: https://svnweb.freebsd.org/changeset/ports/425611 Log: - Add LICENSE - Add NO_ARCH Modified: head/science/py-pyteomics/Makefile Modified: head/science/py-pyteomics/Makefile ============================================================================== --- head/science/py-pyteomics/Makefile Mon Nov 7 12:05:40 2016 (r425610) +++ head/science/py-pyteomics/Makefile Mon Nov 7 12:24:07 2016 (r425611) @@ -10,11 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python modules for proteomics data analysis +LICENSE= APACHE20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib \ ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Mon Nov 7 12:27:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BDD4C33AE4; Mon, 7 Nov 2016 12:27:40 +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 162D9E45; Mon, 7 Nov 2016 12:27:40 +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 uA7CRdeU023229; Mon, 7 Nov 2016 12:27:39 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CRdps023226; Mon, 7 Nov 2016 12:27:39 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611071227.uA7CRdps023226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 7 Nov 2016 12:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425612 - head/math/yacas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:27:40 -0000 Author: gahr Date: Mon Nov 7 12:27:38 2016 New Revision: 425612 URL: https://svnweb.freebsd.org/changeset/ports/425612 Log: math/yacas: update to 1.6.0 The Graphical User Interface (yacas-gui) and the kernel for Jupyter Notebook (yacas-kernel) are not enabled. Release notes: http://www.yacas.org/release_1_6_0/ Modified: head/math/yacas/Makefile head/math/yacas/distinfo head/math/yacas/pkg-plist Modified: head/math/yacas/Makefile ============================================================================== --- head/math/yacas/Makefile Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/Makefile Mon Nov 7 12:27:38 2016 (r425612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yacas -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -12,14 +12,20 @@ COMMENT= Yet Another Computer Algebra Sy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +TEST_DEPENDS= bash:shells/bash + OPTIONS_DEFINE= DOCS -DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON -DDOCSDIR:STRING=${DOCSDIR_REL} +DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON \ + -DDOCSDIR:STRING=${DOCSDIR_REL} \ + -DENABLE_CYACAS_CONSOLE:BOOL=ON \ + -DENABLE_CYACAS_KERNEL:BOOL=OFF \ + -DENABLE_CYACAS_GUI:BOOL=OFF \ + -DENABLE_JYACAS:BOOL=OFF DOCS_BUILD_DEPENDS= sphinx-autogen:textproc/py-sphinx PORTDOCS= * TEST_TARGET= test -TEST_DEPENDS= bash:shells/bash USES= cmake:outsource compiler:c++11-lib USE_LDCONFIG= yes Modified: head/math/yacas/distinfo ============================================================================== --- head/math/yacas/distinfo Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/distinfo Mon Nov 7 12:27:38 2016 (r425612) @@ -1,2 +1,3 @@ -SHA256 (grzegorzmazur-yacas-v1.5.0_GH0.tar.gz) = 2ae2516959633898f978002f4d676f3a56c376a4ccb5ab53a0727b1dccc7de7f -SIZE (grzegorzmazur-yacas-v1.5.0_GH0.tar.gz) = 1303766 +TIMESTAMP = 1478519781 +SHA256 (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = a6a37b91fde6692e1de13199b764d97ca00a4ce020dc9a31f0e4c6bf4cdb5f0b +SIZE (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = 2498096 Modified: head/math/yacas/pkg-plist ============================================================================== --- head/math/yacas/pkg-plist Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/pkg-plist Mon Nov 7 12:27:38 2016 (r425612) @@ -5,8 +5,6 @@ include/yacas/anumber.inl include/yacas/arggetter.h include/yacas/arrayclass.h include/yacas/associationclass.h -include/yacas/commandline.h -include/yacas/core_yacasmain.h include/yacas/corefunctions.h include/yacas/deffile.h include/yacas/errors.h @@ -39,23 +37,18 @@ include/yacas/platmath.h include/yacas/refcount.h include/yacas/standard.h include/yacas/standard.inl -include/yacas/stdcommandline.h include/yacas/string_utils.h include/yacas/stringio.h include/yacas/stubs.h include/yacas/substitute.h include/yacas/tokenizer.h -include/yacas/unixcommandline.h include/yacas/utf8.h include/yacas/utf8/checked.h include/yacas/utf8/core.h include/yacas/utf8/unchecked.h -include/yacas/win32commandline.h include/yacas/xmltokenizer.h include/yacas/yacas.h -include/yacas/yacas_config.h include/yacas/yacas_version.h -include/yacas/yacasprivate.h lib/libyacas.a %%DATADIR%%/scripts/array.rep/code.ys %%DATADIR%%/scripts/array.rep/code.ys.def @@ -75,6 +68,8 @@ lib/libyacas.a %%DATADIR%%/scripts/constants.rep/om.ys %%DATADIR%%/scripts/controlflow.rep/code.ys %%DATADIR%%/scripts/controlflow.rep/code.ys.def +%%DATADIR%%/scripts/cse.rep/cse.ys +%%DATADIR%%/scripts/cse.rep/cse.ys.def %%DATADIR%%/scripts/debug.rep/code.ys %%DATADIR%%/scripts/debug.rep/code.ys.def %%DATADIR%%/scripts/deffunc.rep/code.ys @@ -159,6 +154,8 @@ lib/libyacas.a %%DATADIR%%/scripts/padic.rep/code.ys.def %%DATADIR%%/scripts/patterns.rep/code.ys %%DATADIR%%/scripts/patterns.rep/code.ys.def +%%DATADIR%%/scripts/physics.rep/quantum/clebsch-gordan.ys +%%DATADIR%%/scripts/physics.rep/quantum/clebsch-gordan.ys.def %%DATADIR%%/scripts/plots.rep/backends-2d.ys %%DATADIR%%/scripts/plots.rep/backends-3d.ys %%DATADIR%%/scripts/plots.rep/code.ys From owner-svn-ports-all@freebsd.org Mon Nov 7 12:28:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6CACC33B46; Mon, 7 Nov 2016 12:28:55 +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 989AAF32; Mon, 7 Nov 2016 12:28:55 +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 uA7CSssW023367; Mon, 7 Nov 2016 12:28:54 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CSsIo023366; Mon, 7 Nov 2016 12:28:54 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611071228.uA7CSsIo023366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 7 Nov 2016 12:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425613 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:28:55 -0000 Author: gahr Date: Mon Nov 7 12:28:54 2016 New Revision: 425613 URL: https://svnweb.freebsd.org/changeset/ports/425613 Log: mail/neomutt: gdate isn't required for building anymore, pet portlint Approved by: bapt (maintainer) Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Mon Nov 7 12:27:38 2016 (r425612) +++ head/mail/neomutt/Makefile Mon Nov 7 12:28:54 2016 (r425613) @@ -12,15 +12,14 @@ COMMENT= Bringing together all the Mutt LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/LICENSE.md +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ + urlview:textproc/urlview + USE_GITHUB= yes USES= autoreconf localbase ncurses shebangfix ssl GNU_CONFIGURE= yes -BUILD_DEPENDS= gdate:sysutils/coreutils -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ - urlview:textproc/urlview - OPTIONS_SUB= yes SHEBANG_FILES= smime_keys.pl @@ -83,7 +82,6 @@ DOCS_BUILD_DEPENDS= xsltproc:textproc/li lynx:www/lynx post-patch: - @${REINPLACE_CMD} -e "s/\`date/\`gdate/" ${WRKSRC}/Makefile.am ${WRKSRC}/doc/Makefile.am @${REINPLACE_CMD} '/LIBS=$$/d' ${WRKSRC}/configure.ac post-install: From owner-svn-ports-all@freebsd.org Mon Nov 7 12:30:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFFFDC33C31; Mon, 7 Nov 2016 12:30: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 AFF2D11A; Mon, 7 Nov 2016 12:30: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 uA7CU3j7023523; Mon, 7 Nov 2016 12:30:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CU3AY023522; Mon, 7 Nov 2016 12:30:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071230.uA7CU3AY023522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 12:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425614 - head/multimedia/minitube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:30:05 -0000 Author: amdmi3 Date: Mon Nov 7 12:30:03 2016 New Revision: 425614 URL: https://svnweb.freebsd.org/changeset/ports/425614 Log: - Add LICENSE - Pet portlint - Cosmetic fixes - Add missing qtcore dependency Modified: head/multimedia/minitube/Makefile Modified: head/multimedia/minitube/Makefile ============================================================================== --- head/multimedia/minitube/Makefile Mon Nov 7 12:28:54 2016 (r425613) +++ head/multimedia/minitube/Makefile Mon Nov 7 12:30:03 2016 (r425614) @@ -7,12 +7,15 @@ CATEGORIES= multimedia www MAINTAINER= ports@FreeBSD.org COMMENT= TV-like client for YouTube -USE_QT4= dbus gui network phonon script sql xml \ - moc_build rcc_build imageformats_run -USES= qmake +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= flaviotordini +USES= qmake +USE_QT4= corelib dbus gui network phonon script sql xml \ + moc_build rcc_build imageformats_run QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} \ DEFINES+=APP_GOOGLE_API_KEY="${MINITUBE_GOOGLE_API_KEY}" @@ -25,10 +28,10 @@ pre-everything:: post-patch: # Remove BOM - ${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ + @${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ ${WRKSRC}/src/aggregatevideosource.cpp post-patch-NLS-off: - ${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/minitube.pro + @${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/minitube.pro .include From owner-svn-ports-all@freebsd.org Mon Nov 7 12:33:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1A49C33E1E; Mon, 7 Nov 2016 12:33:36 +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 57B626CC; Mon, 7 Nov 2016 12:33:36 +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 uA7CXZfB027096; Mon, 7 Nov 2016 12:33:35 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CXZgI027093; Mon, 7 Nov 2016 12:33:35 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201611071233.uA7CXZgI027093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 7 Nov 2016 12:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425615 - in head/www/youtube_dl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:33:36 -0000 Author: araujo Date: Mon Nov 7 12:33:35 2016 New Revision: 425615 URL: https://svnweb.freebsd.org/changeset/ports/425615 Log: Update to 2016.11.06. PR: ports/214296 Submitted by: jhale Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo head/www/youtube_dl/files/patch-Makefile Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Mon Nov 7 12:30:03 2016 (r425614) +++ head/www/youtube_dl/Makefile Mon Nov 7 12:33:35 2016 (r425615) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2016.08.31 +PORTVERSION= 2016.11.04 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 Mon Nov 7 12:30:03 2016 (r425614) +++ head/www/youtube_dl/distinfo Mon Nov 7 12:33:35 2016 (r425615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472788017 -SHA256 (youtube-dl-2016.08.31.tar.gz) = ca4b7bf3d7f9c5289ea2f53af3a68f201447ce4298337ee60826ee230e00313f -SIZE (youtube-dl-2016.08.31.tar.gz) = 2353562 +TIMESTAMP = 1478514946 +SHA256 (youtube-dl-2016.11.04.tar.gz) = 9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531 +SIZE (youtube-dl-2016.11.04.tar.gz) = 2463253 Modified: head/www/youtube_dl/files/patch-Makefile ============================================================================== --- head/www/youtube_dl/files/patch-Makefile Mon Nov 7 12:30:03 2016 (r425614) +++ head/www/youtube_dl/files/patch-Makefile Mon Nov 7 12:33:35 2016 (r425615) @@ -1,10 +1,10 @@ ---- Makefile.orig 2016-06-14 21:37:21 UTC +--- Makefile.orig 2016-11-01 19:43:06 UTC +++ Makefile @@ -12,7 +12,7 @@ SHAREDIR ?= $(PREFIX)/share PYTHON ?= /usr/bin/env python # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local --SYSCONFDIR != if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi +-SYSCONFDIR = $(shell if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi) +SYSCONFDIR ?= $(PREFIX)/etc install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish From owner-svn-ports-all@freebsd.org Mon Nov 7 12:39:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A38C33F3D; Mon, 7 Nov 2016 12:39:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C00308BE; Mon, 7 Nov 2016 12:39:42 +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 uA7CdfdC027436; Mon, 7 Nov 2016 12:39:41 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CdfuT027433; Mon, 7 Nov 2016 12:39:41 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611071239.uA7CdfuT027433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 7 Nov 2016 12:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425616 - in head/mail/milter-greylist: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:39:43 -0000 Author: robak Date: Mon Nov 7 12:39:41 2016 New Revision: 425616 URL: https://svnweb.freebsd.org/changeset/ports/425616 Log: mail/milter-greylist: update 4.4.3 -> 4.6.1 PR: 213622 Submitted by: Mikhail Tsatsenko (maintainer) Deleted: head/mail/milter-greylist/files/patch-sync.c Modified: head/mail/milter-greylist/Makefile head/mail/milter-greylist/distinfo head/mail/milter-greylist/files/patch-configure Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/Makefile Mon Nov 7 12:39:41 2016 (r425616) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= milter-greylist -PORTVERSION= 4.4.3 -PORTREVISION= 6 +PORTVERSION= 4.6.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ Modified: head/mail/milter-greylist/distinfo ============================================================================== --- head/mail/milter-greylist/distinfo Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/distinfo Mon Nov 7 12:39:41 2016 (r425616) @@ -1,2 +1,3 @@ -SHA256 (milter-greylist-4.4.3.tgz) = fdf7e37c5dd370473ff2cdec7e4b6ca9e60fc2b5c716612d2d449de98d0054a9 -SIZE (milter-greylist-4.4.3.tgz) = 236277 +TIMESTAMP = 1476457208 +SHA256 (milter-greylist-4.6.1.tgz) = 98aea7e5a1c9245e04d8e1cc650ca085a738784dae7f2147d898e5b86b1ddbc0 +SIZE (milter-greylist-4.6.1.tgz) = 254339 Modified: head/mail/milter-greylist/files/patch-configure ============================================================================== --- head/mail/milter-greylist/files/patch-configure Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/files/patch-configure Mon Nov 7 12:39:41 2016 (r425616) @@ -1,12 +1,12 @@ Index: configure ---- configure.orig 2013-03-07 13:26:11 UTC +--- configure.orig 2016-07-12 03:09:29 UTC +++ configure -@@ -5899,7 +5899,7 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 - $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } - if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : -- LIBS="$LIBS -lpthread" -+ true; #LIBS="$LIBS -lpthread" +@@ -6083,7 +6083,7 @@ if test "${ac_cv_lib_pthread_pthread_cre + $as_echo_n "(cached) " >&6 else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5 - $as_echo_n "checking for pthread_create in -lc_r... " >&6; } + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpthread $LIBS" ++true; #LIBS="-lpthread $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + From owner-svn-ports-all@freebsd.org Mon Nov 7 12:40:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B559CC340C9; Mon, 7 Nov 2016 12:40:38 +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 8FBE79F5; Mon, 7 Nov 2016 12:40:38 +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 uA7Cebds027652; Mon, 7 Nov 2016 12:40:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Cebpf027649; Mon, 7 Nov 2016 12:40:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071240.uA7Cebpf027649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 12:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425617 - in head/math/speedcrunch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:40:38 -0000 Author: amdmi3 Date: Mon Nov 7 12:40:37 2016 New Revision: 425617 URL: https://svnweb.freebsd.org/changeset/ports/425617 Log: - Add LICENSE - Simplify patching - Regenerate patches - Add missing depends Added: head/math/speedcrunch/files/patch-src_CMakeLists.txt - copied, changed from r425616, head/math/speedcrunch/files/patch-src__CMakeLists.txt head/math/speedcrunch/files/patch-src_SourceFiles.cmake - copied, changed from r425616, head/math/speedcrunch/files/patch-src__SourceFiles.cmake Deleted: head/math/speedcrunch/files/patch-src__CMakeLists.txt head/math/speedcrunch/files/patch-src__SourceFiles.cmake Modified: head/math/speedcrunch/Makefile Modified: head/math/speedcrunch/Makefile ============================================================================== --- head/math/speedcrunch/Makefile Mon Nov 7 12:39:41 2016 (r425616) +++ head/math/speedcrunch/Makefile Mon Nov 7 12:40:37 2016 (r425617) @@ -8,16 +8,14 @@ CATEGORIES= math MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard-oriented desktop scientific calculator -USE_QT4= qmake_build moc_build rcc_build uic_build gui network -USES= cmake:outsource -CMAKE_SOURCE_PATH= ${WRKSRC}/src +LICENSE= GPLv2+ USE_GITHUB= yes GH_PROJECT= SpeedCrunch -pre-configure: - ${REINPLACE_CMD} -e '/CMAKE_COLOR_MAKEFILE/d' \ - -e '/CMAKE_VERBOSE_MAKEFILE/d' \ - ${WRKSRC}/src/CMakeLists.txt +USES= cmake:outsource +CMAKE_SOURCE_PATH= ${WRKSRC}/src +USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui network +USE_XORG= x11 xext sm ice .include Copied and modified: head/math/speedcrunch/files/patch-src_CMakeLists.txt (from r425616, head/math/speedcrunch/files/patch-src__CMakeLists.txt) ============================================================================== --- head/math/speedcrunch/files/patch-src__CMakeLists.txt Mon Nov 7 12:39:41 2016 (r425616, copy source) +++ head/math/speedcrunch/files/patch-src_CMakeLists.txt Mon Nov 7 12:40:37 2016 (r425617) @@ -1,6 +1,15 @@ ---- ./src/CMakeLists.txt.orig 2014-01-29 21:24:08.000000000 +0000 -+++ ./src/CMakeLists.txt 2014-03-30 08:34:09.135721829 +0000 -@@ -71,12 +71,13 @@ +--- src/CMakeLists.txt.orig 2014-01-29 21:24:08 UTC ++++ src/CMakeLists.txt +@@ -19,8 +19,6 @@ IF(COMMAND cmake_policy) + CMAKE_POLICY(SET CMP0005 OLD) # remove this and the quoted arguments in + # ADD_DEFINITONS() once CMake 2.6 is used + ENDIF(COMMAND cmake_policy) +-SET(CMAKE_COLOR_MAKEFILE ON) +-SET(CMAKE_VERBOSE_MAKEFILE OFF) + SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) + + SET(QT_MIN_VERSION "4.8.0") +@@ -71,12 +69,13 @@ ENDIF( APPLE ) ADD_CUSTOM_TARGET( confclean COMMAND rm -rf Makefile CMakeFiles/ CMakeCache.txt cmake_install.cmake DartTestfile.txt install_manifest.txt ) @@ -19,7 +28,7 @@ # only needed for static builds when directx is enabled in qt and you # get a linker error because of missing a directx function -@@ -98,6 +99,7 @@ +@@ -98,6 +97,7 @@ TARGET_LINK_LIBRARIES(testevaluator ${QT ADD_TEST(testevaluator testevaluator) ADD_EXECUTABLE(testfloatnum ${testfloatnum_SOURCES}) Copied and modified: head/math/speedcrunch/files/patch-src_SourceFiles.cmake (from r425616, head/math/speedcrunch/files/patch-src__SourceFiles.cmake) ============================================================================== --- head/math/speedcrunch/files/patch-src__SourceFiles.cmake Mon Nov 7 12:39:41 2016 (r425616, copy source) +++ head/math/speedcrunch/files/patch-src_SourceFiles.cmake Mon Nov 7 12:40:37 2016 (r425617) @@ -1,6 +1,6 @@ ---- ./src/SourceFiles.cmake.orig 2014-01-29 21:24:08.000000000 +0000 -+++ ./src/SourceFiles.cmake 2014-03-30 08:33:39.027726508 +0000 -@@ -55,7 +55,6 @@ +--- src/SourceFiles.cmake.orig 2014-01-29 21:24:08 UTC ++++ src/SourceFiles.cmake +@@ -55,7 +55,6 @@ gui/mainwindow.h set(speedcrunch_SOURCES main.cpp From owner-svn-ports-all@freebsd.org Mon Nov 7 12:51:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB69C3483D; Mon, 7 Nov 2016 12:51:30 +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 594347EF; Mon, 7 Nov 2016 12:51:30 +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 uA7CpTIo032464; Mon, 7 Nov 2016 12:51:29 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CpTEG032462; Mon, 7 Nov 2016 12:51:29 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201611071251.uA7CpTEG032462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 7 Nov 2016 12:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425618 - head/print/abcm2ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 12:51:30 -0000 Author: araujo Date: Mon Nov 7 12:51:29 2016 New Revision: 425618 URL: https://svnweb.freebsd.org/changeset/ports/425618 Log: Update to 8.12.9. Modified: head/print/abcm2ps/Makefile head/print/abcm2ps/distinfo Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Mon Nov 7 12:40:37 2016 (r425617) +++ head/print/abcm2ps/Makefile Mon Nov 7 12:51:29 2016 (r425618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.12.4 +PORTVERSION= 8.12.9 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ Modified: head/print/abcm2ps/distinfo ============================================================================== --- head/print/abcm2ps/distinfo Mon Nov 7 12:40:37 2016 (r425617) +++ head/print/abcm2ps/distinfo Mon Nov 7 12:51:29 2016 (r425618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475041963 -SHA256 (abcm2ps-8.12.4.tar.gz) = 1fe8bcb3890d21a9e8f3cd484abe5c97a7398a6471a56c6465b74cb87bd9253f -SIZE (abcm2ps-8.12.4.tar.gz) = 238090 +TIMESTAMP = 1478567114 +SHA256 (abcm2ps-8.12.9.tar.gz) = 72b8f40964234edf2043bdc83527c37989bbb5fb3b4c108c2ef3cd1883399af4 +SIZE (abcm2ps-8.12.9.tar.gz) = 238669 From owner-svn-ports-all@freebsd.org Mon Nov 7 13:02:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A118C350EA; Mon, 7 Nov 2016 13:02:20 +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 BC35F5FB; Mon, 7 Nov 2016 13:02:19 +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 uA7D2IcJ039181; Mon, 7 Nov 2016 13:02:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7D2IOU039177; Mon, 7 Nov 2016 13:02:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611071302.uA7D2IOU039177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 Nov 2016 13:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425619 - in head/security: . py-mixbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 13:02:20 -0000 Author: antoine Date: Mon Nov 7 13:02:18 2016 New Revision: 425619 URL: https://svnweb.freebsd.org/changeset/ports/425619 Log: New port: security/py-mixbox A library of common code leveraged by python-cybox, python-maec, and python-stix. WWW: https://github.com/CybOXProject/mixbox Added: head/security/py-mixbox/ head/security/py-mixbox/Makefile (contents, props changed) head/security/py-mixbox/distinfo (contents, props changed) head/security/py-mixbox/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Nov 7 12:51:29 2016 (r425618) +++ head/security/Makefile Mon Nov 7 13:02:18 2016 (r425619) @@ -870,6 +870,7 @@ SUBDIR += py-maec SUBDIR += py-mcrypt SUBDIR += py-mhash + SUBDIR += py-mixbox SUBDIR += py-oauth2client SUBDIR += py-oauthlib SUBDIR += py-openssl Added: head/security/py-mixbox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/Makefile Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,29 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= mixbox +PORTVERSION= 1.0.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Utility library for cybox, maec, and stix + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}ordered-set>=0:devel/py-ordered-set + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}weakrefmethod>=1.0.3:devel/py-weakrefmethod +.endif + +.include Added: head/security/py-mixbox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/distinfo Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477212259 +SHA256 (mixbox-1.0.1.tar.gz) = 4256ba29f9e629a300b91530871e8dc6ed576d7648f757ce6a990c8cabc1a0be +SIZE (mixbox-1.0.1.tar.gz) = 39781 Added: head/security/py-mixbox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/pkg-descr Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,4 @@ +A library of common code leveraged by python-cybox, python-maec, and +python-stix. + +WWW: https://github.com/CybOXProject/mixbox From owner-svn-ports-all@freebsd.org Mon Nov 7 14:07:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1278EC334AE; Mon, 7 Nov 2016 14:07:24 +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 D87CF9AF; Mon, 7 Nov 2016 14:07:23 +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 uA7E7NWU062515; Mon, 7 Nov 2016 14:07:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7E7NAs062514; Mon, 7 Nov 2016 14:07:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071407.uA7E7NAs062514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425620 - head/graphics/povray-meta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:07:24 -0000 Author: amdmi3 Date: Mon Nov 7 14:07:22 2016 New Revision: 425620 URL: https://svnweb.freebsd.org/changeset/ports/425620 Log: - Add NO_ARCH Modified: head/graphics/povray-meta/Makefile Modified: head/graphics/povray-meta/Makefile ============================================================================== --- head/graphics/povray-meta/Makefile Mon Nov 7 13:02:18 2016 (r425619) +++ head/graphics/povray-meta/Makefile Mon Nov 7 14:07:22 2016 (r425620) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Meta port for all povray ports NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/povray POV_VERSIONS_ALL= 31 36 37 From owner-svn-ports-all@freebsd.org Mon Nov 7 14:13:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC702C336D2; Mon, 7 Nov 2016 14:13: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 88BD1DEB; Mon, 7 Nov 2016 14:13: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 uA7EDUU4066376; Mon, 7 Nov 2016 14:13:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EDUBf066375; Mon, 7 Nov 2016 14:13:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071413.uA7EDUBf066375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425621 - head/graphics/fraqtive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:13:31 -0000 Author: amdmi3 Date: Mon Nov 7 14:13:30 2016 New Revision: 425621 URL: https://svnweb.freebsd.org/changeset/ports/425621 Log: - Add LICENSE - Add missing depends Modified: head/graphics/fraqtive/Makefile Modified: head/graphics/fraqtive/Makefile ============================================================================== --- head/graphics/fraqtive/Makefile Mon Nov 7 14:07:22 2016 (r425620) +++ head/graphics/fraqtive/Makefile Mon Nov 7 14:13:30 2016 (r425621) @@ -9,9 +9,12 @@ MASTER_SITES= SF/fraqtive/Fraqtive/Fraqt MAINTAINER= ports@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= qmake tar:bzip2 -USE_QT4= gui opengl xml uic_build moc_build rcc_build -USE_GL= glu +USE_QT4= corelib gui opengl xml uic_build moc_build rcc_build +USE_GL= gl glu OPTIONS_DEFINE= SSE2 SSE2_DESC= Enable SSE2 optimization From owner-svn-ports-all@freebsd.org Mon Nov 7 14:14:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A26A4C33742; Mon, 7 Nov 2016 14:14:59 +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 6EE93EF2; Mon, 7 Nov 2016 14:14:59 +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 uA7EEw0a066527; Mon, 7 Nov 2016 14:14:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EEw2V066525; Mon, 7 Nov 2016 14:14:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071414.uA7EEw2V066525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425622 - head/games/trigger-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:14:59 -0000 Author: amdmi3 Date: Mon Nov 7 14:14:58 2016 New Revision: 425622 URL: https://svnweb.freebsd.org/changeset/ports/425622 Log: - Fix WWW: - Silence mkdir Modified: head/games/trigger-data/Makefile head/games/trigger-data/pkg-descr Modified: head/games/trigger-data/Makefile ============================================================================== --- head/games/trigger-data/Makefile Mon Nov 7 14:13:30 2016 (r425621) +++ head/games/trigger-data/Makefile Mon Nov 7 14:14:58 2016 (r425622) @@ -19,7 +19,7 @@ NO_BUILD= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for i in 16 22 24 32 36 48 64 72 96 128 192 256 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor Modified: head/games/trigger-data/pkg-descr ============================================================================== --- head/games/trigger-data/pkg-descr Mon Nov 7 14:13:30 2016 (r425621) +++ head/games/trigger-data/pkg-descr Mon Nov 7 14:14:58 2016 (r425622) @@ -4,4 +4,4 @@ race a sequence of 6 courses, with incre Trigger is highly customisable, and it's easy to add new levels and vehicles. -WWW: http://trigger-rally.sourceforge.net +WWW: http://trigger-rally.sourceforge.net/ From owner-svn-ports-all@freebsd.org Mon Nov 7 14:25:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC29CC33B49; Mon, 7 Nov 2016 14:25: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 9C08C659; Mon, 7 Nov 2016 14:25: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 uA7EPXGr070434; Mon, 7 Nov 2016 14:25:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EPXka070433; Mon, 7 Nov 2016 14:25:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071425.uA7EPXka070433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425623 - head/audio/mp3unicode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:25:34 -0000 Author: amdmi3 Date: Mon Nov 7 14:25:33 2016 New Revision: 425623 URL: https://svnweb.freebsd.org/changeset/ports/425623 Log: - Fix LICENSE handling Modified: head/audio/mp3unicode/Makefile Modified: head/audio/mp3unicode/Makefile ============================================================================== --- head/audio/mp3unicode/Makefile Mon Nov 7 14:14:58 2016 (r425622) +++ head/audio/mp3unicode/Makefile Mon Nov 7 14:25:33 2016 (r425623) @@ -8,6 +8,9 @@ MASTER_SITES= http://github.com/download MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags charset converter +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtag.so:audio/taglib USES= iconv pkgconfig tar:bzip2 @@ -17,8 +20,11 @@ CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBA PLIST_FILES= bin/mp3unicode \ man/man1/mp3unicode.1.gz -PORTDOCS= COPYING README +PORTDOCS= README OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e '/dist_doc_DATA/ s|COPYING||' ${WRKSRC}/Makefile.* + .include From owner-svn-ports-all@freebsd.org Mon Nov 7 14:26:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAB89C33BF8; Mon, 7 Nov 2016 14:26:24 +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 6E1267A6; Mon, 7 Nov 2016 14:26:24 +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 uA7EQNd4070572; Mon, 7 Nov 2016 14:26:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EQNb1070570; Mon, 7 Nov 2016 14:26:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071426.uA7EQNb1070570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425624 - head/cad/librecad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:26:24 -0000 Author: amdmi3 Date: Mon Nov 7 14:26:23 2016 New Revision: 425624 URL: https://svnweb.freebsd.org/changeset/ports/425624 Log: - Pet portlint - Cosmetic fixes - Fix WWW: Modified: head/cad/librecad/Makefile head/cad/librecad/pkg-descr Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Mon Nov 7 14:25:33 2016 (r425623) +++ head/cad/librecad/Makefile Mon Nov 7 14:26:23 2016 (r425624) @@ -10,36 +10,36 @@ COMMENT= 2D CAD system BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs LIB_DEPENDS= libmuparser.so:math/muparser -USE_QT4= gui help network sql svg help-tools_build \ - linguisttools_build moc_build rcc_build uic_build -USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake - USE_GITHUB= yes GH_ACCOUNT= LibreCAD GH_PROJECT= LibreCAD +USE_QT4= gui help network sql svg help-tools_build \ + linguisttools_build moc_build rcc_build uic_build +USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake + # Unhide std::to_string() to fix build with GCC (ports/193528) -CFLAGS= -D_GLIBCXX_USE_C99 +CFLAGS+= -D_GLIBCXX_USE_C99 post-patch: - ${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ + @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/librecad/src/lib/engine/rs_settings.cpp \ ${WRKSRC}/librecad/src/lib/engine/rs_system.cpp - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ '/^Icon/s,librecad,${PREFIX}/share/pixmaps/librecad.png,' \ ${WRKSRC}/desktop/librecad.desktop pre-install: - ${CHMOD} +w ${WRKSRC}/unix/resources/plugins/*.so - ${STRIP_CMD} ${WRKSRC}/unix/resources/plugins/*.so + @${CHMOD} +w ${WRKSRC}/unix/resources/plugins/*.so + @${STRIP_CMD} ${WRKSRC}/unix/resources/plugins/*.so do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix/librecad ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/unix/ttf2lff ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/unix/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - (${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata && \ - ${INSTALL_DATA} ${WRKSRC}/unix/appdata/librecad.appdata.xml \ - ${STAGEDIR}${PREFIX}/share/appdata) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata + ${INSTALL_DATA} ${WRKSRC}/unix/appdata/librecad.appdata.xml \ + ${STAGEDIR}${PREFIX}/share/appdata ${INSTALL_DATA} ${WRKSRC}/desktop/librecad.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/librecad/res/main/librecad.png \ Modified: head/cad/librecad/pkg-descr ============================================================================== --- head/cad/librecad/pkg-descr Mon Nov 7 14:25:33 2016 (r425623) +++ head/cad/librecad/pkg-descr Mon Nov 7 14:26:23 2016 (r425624) @@ -1,4 +1,4 @@ LibreCAD is a 2D CAD drawing application based on the community edition of QCad (www.qcad.org). -WWW: http://librecad.org +WWW: http://librecad.org/ From owner-svn-ports-all@freebsd.org Mon Nov 7 14:38:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31C52C34032; Mon, 7 Nov 2016 14:38: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 F2CF9CBB; Mon, 7 Nov 2016 14:38: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 uA7EcVDu074402; Mon, 7 Nov 2016 14:38:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EcVva074401; Mon, 7 Nov 2016 14:38:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071438.uA7EcVva074401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425625 - head/devel/py-pyvisa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:38:32 -0000 Author: amdmi3 Date: Mon Nov 7 14:38:30 2016 New Revision: 425625 URL: https://svnweb.freebsd.org/changeset/ports/425625 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/py-pyvisa/Makefile Modified: head/devel/py-pyvisa/Makefile ============================================================================== --- head/devel/py-pyvisa/Makefile Mon Nov 7 14:26:23 2016 (r425624) +++ head/devel/py-pyvisa/Makefile Mon Nov 7 14:38:30 2016 (r425625) @@ -8,6 +8,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python VISA bindings for GPIB, RS232, and USB instruments +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvisa-py>0:devel/py-pyvisa-py USE_GITHUB= yes @@ -15,6 +18,7 @@ GH_ACCOUNT= hgrecco USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Mon Nov 7 14:39:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 957E0C3412B; Mon, 7 Nov 2016 14:39: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 64E95E09; Mon, 7 Nov 2016 14:39: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 uA7EdGB5074532; Mon, 7 Nov 2016 14:39:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EdGQn074531; Mon, 7 Nov 2016 14:39:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071439.uA7EdGQn074531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:39:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425626 - head/devel/py-pyvisa-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:39:17 -0000 Author: amdmi3 Date: Mon Nov 7 14:39:16 2016 New Revision: 425626 URL: https://svnweb.freebsd.org/changeset/ports/425626 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/py-pyvisa-py/Makefile Modified: head/devel/py-pyvisa-py/Makefile ============================================================================== --- head/devel/py-pyvisa-py/Makefile Mon Nov 7 14:38:30 2016 (r425625) +++ head/devel/py-pyvisa-py/Makefile Mon Nov 7 14:39:16 2016 (r425626) @@ -8,11 +8,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= PyVISA backend in a pure Python +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_GITHUB= yes GH_ACCOUNT= hgrecco USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes OPTIONS_GROUP= DRIVERS DRIVERS_DESC= Additional modules From owner-svn-ports-all@freebsd.org Mon Nov 7 14:41:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3853C341CB; Mon, 7 Nov 2016 14:41:22 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2E5CFA4; Mon, 7 Nov 2016 14:41:22 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7EfLu2077680; Mon, 7 Nov 2016 14:41:21 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EfLgl077678; Mon, 7 Nov 2016 14:41:21 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611071441.uA7EfLgl077678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 7 Nov 2016 14:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425627 - head/games/cockatrice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:41:23 -0000 Author: sbruno Date: Mon Nov 7 14:41:21 2016 New Revision: 425627 URL: https://svnweb.freebsd.org/changeset/ports/425627 Log: Update to 2016.10.30 release Modified: head/games/cockatrice/Makefile head/games/cockatrice/distinfo Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Mon Nov 7 14:39:16 2016 (r425626) +++ head/games/cockatrice/Makefile Mon Nov 7 14:41:21 2016 (r425627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 0.0.g2016.06.30 +PORTVERSION= 0.0.g2016.10.30 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -13,11 +13,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes -GH_TAGNAME= 2016-06-30-Release +GH_TAGNAME= 2016-10-30-Release USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ - qmake svg linguisttools widgets + qmake svg linguisttools widgets gui INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} Modified: head/games/cockatrice/distinfo ============================================================================== --- head/games/cockatrice/distinfo Mon Nov 7 14:39:16 2016 (r425626) +++ head/games/cockatrice/distinfo Mon Nov 7 14:41:21 2016 (r425627) @@ -1,2 +1,3 @@ -SHA256 (Cockatrice-Cockatrice-0.0.g2016.06.30-2016-06-30-Release_GH0.tar.gz) = 18c7ec245be8600d4c4be5868b71238ec669a38a24053d84aed608dae888a6f5 -SIZE (Cockatrice-Cockatrice-0.0.g2016.06.30-2016-06-30-Release_GH0.tar.gz) = 6928656 +TIMESTAMP = 1478529657 +SHA256 (Cockatrice-Cockatrice-0.0.g2016.10.30-2016-10-30-Release_GH0.tar.gz) = 7398f0ccf3586ebd19f53ba5234c4fad9e0275c03ef72a3102bba45270cd6af4 +SIZE (Cockatrice-Cockatrice-0.0.g2016.10.30-2016-10-30-Release_GH0.tar.gz) = 7280411 From owner-svn-ports-all@freebsd.org Mon Nov 7 14:42:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D995C3438A; Mon, 7 Nov 2016 14:42:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE5162F1; Mon, 7 Nov 2016 14:42: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 uA7Eg8g4078645; Mon, 7 Nov 2016 14:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Eg8I2078644; Mon, 7 Nov 2016 14:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071442.uA7Eg8I2078644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425628 - head/devel/qconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 14:42:09 -0000 Author: amdmi3 Date: Mon Nov 7 14:42:07 2016 New Revision: 425628 URL: https://svnweb.freebsd.org/changeset/ports/425628 Log: - Add LICENSE Modified: head/devel/qconf/Makefile Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Mon Nov 7 14:41:21 2016 (r425627) +++ head/devel/qconf/Makefile Mon Nov 7 14:42:07 2016 (r425628) @@ -9,6 +9,9 @@ MASTER_SITES= http://delta.affinix.com/d MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 USE_QT4= corelib xml moc_build qmake_build HAS_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Mon Nov 7 15:17:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0748DC34FF9; Mon, 7 Nov 2016 15:17:52 +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 C46D1939; Mon, 7 Nov 2016 15:17:51 +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 uA7FHo2v090273; Mon, 7 Nov 2016 15:17:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FHoRu090272; Mon, 7 Nov 2016 15:17:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071517.uA7FHoRu090272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425629 - head/net/gtknetcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:17:52 -0000 Author: amdmi3 Date: Mon Nov 7 15:17:50 2016 New Revision: 425629 URL: https://svnweb.freebsd.org/changeset/ports/425629 Log: - Add LICENSE_FILE - Switch to USES=localbase - Fix build with disabled NLS - Switch to options helpers Modified: head/net/gtknetcat/Makefile Modified: head/net/gtknetcat/Makefile ============================================================================== --- head/net/gtknetcat/Makefile Mon Nov 7 14:42:07 2016 (r425628) +++ head/net/gtknetcat/Makefile Mon Nov 7 15:17:50 2016 (r425629) @@ -15,38 +15,36 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK GUI for netcat LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake python +USES= gmake localbase python USE_GNOME= intlhack pygtk2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext - -.include +NLS_USES_OFF= gettext-tools +NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|Icon=|Icon=${PORTNAME}|' \ ${WRKSRC}/${PORTNAME}.desktop -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|src po|src|' \ ${WRKSRC}/Makefile.in -.endif post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Mon Nov 7 15:26:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DA7BC3447A; Mon, 7 Nov 2016 15:26:14 +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 4A683D8D; Mon, 7 Nov 2016 15:26:14 +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 uA7FQD6K094275; Mon, 7 Nov 2016 15:26:13 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FQDqU094273; Mon, 7 Nov 2016 15:26:13 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611071526.uA7FQDqU094273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 7 Nov 2016 15:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425630 - head/www/gpx2map X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:26:14 -0000 Author: jhale Date: Mon Nov 7 15:26:13 2016 New Revision: 425630 URL: https://svnweb.freebsd.org/changeset/ports/425630 Log: Update to 0.2 Add NO_ARCH PR: 213767 Submitted by: Nikola Kolev (maintainer) Modified: head/www/gpx2map/Makefile head/www/gpx2map/distinfo Modified: head/www/gpx2map/Makefile ============================================================================== --- head/www/gpx2map/Makefile Mon Nov 7 15:17:50 2016 (r425629) +++ head/www/gpx2map/Makefile Mon Nov 7 15:26:13 2016 (r425630) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpx2map -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -18,6 +18,7 @@ GH_ACCOUNT= sd2k9 USES= shebangfix perl5 SHEBANG_FILES= gpx2map +NO_ARCH= yes NO_BUILD= yes DATADIR= ${PREFIX}/share/${PORTNAME} Modified: head/www/gpx2map/distinfo ============================================================================== --- head/www/gpx2map/distinfo Mon Nov 7 15:17:50 2016 (r425629) +++ head/www/gpx2map/distinfo Mon Nov 7 15:26:13 2016 (r425630) @@ -1,2 +1,3 @@ -SHA256 (sd2k9-gpx2map-0.1_GH0.tar.gz) = 4cbfffe2f618e9052f53c307d36f30704ea2e5a4def2240346e719655cbca4a7 -SIZE (sd2k9-gpx2map-0.1_GH0.tar.gz) = 106835 +TIMESTAMP = 1478532202 +SHA256 (sd2k9-gpx2map-0.2_GH0.tar.gz) = 9adadf30ab8900fc7b1feac6956ff92d12b6c55a9bc7b465c978d928156dfe11 +SIZE (sd2k9-gpx2map-0.2_GH0.tar.gz) = 107349 From owner-svn-ports-all@freebsd.org Mon Nov 7 15:27:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22C21C344F3; Mon, 7 Nov 2016 15:27:14 +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 D613DE7A; Mon, 7 Nov 2016 15:27:13 +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 uA7FRCNc094486; Mon, 7 Nov 2016 15:27:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FRCYo094481; Mon, 7 Nov 2016 15:27:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071527.uA7FRCYo094481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425631 - in head/emulators/aqemu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:27:14 -0000 Author: amdmi3 Date: Mon Nov 7 15:27:12 2016 New Revision: 425631 URL: https://svnweb.freebsd.org/changeset/ports/425631 Log: - Add LICENSE - Add missing dependency - Switch pkg-plist to DATADIR and DOCSDIR - Regenerate patches Modified: head/emulators/aqemu/Makefile head/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp head/emulators/aqemu/files/patch-System_Info.cpp head/emulators/aqemu/files/patch-VM.cpp head/emulators/aqemu/pkg-plist Modified: head/emulators/aqemu/Makefile ============================================================================== --- head/emulators/aqemu/Makefile Mon Nov 7 15:26:13 2016 (r425630) +++ head/emulators/aqemu/Makefile Mon Nov 7 15:27:12 2016 (r425631) @@ -9,9 +9,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based Qemu frontend +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libvncclient.so:net/libvncserver -USE_QT4= gui network qtestlib xml linguisttools_build \ +USE_QT4= corelib gui network qtestlib xml linguisttools_build \ moc_build qmake_build rcc_build uic_build USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} Modified: head/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp ============================================================================== --- head/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp Mon Nov 7 15:26:13 2016 (r425630) +++ head/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp Mon Nov 7 15:27:12 2016 (r425631) @@ -1,5 +1,5 @@ ---- Embedded_Display/vncview.cpp~ 2012-05-21 15:10:07.000000000 -0300 -+++ Embedded_Display/vncview.cpp 2012-05-21 15:10:25.000000000 -0300 +--- Embedded_Display/vncview.cpp.orig 2010-02-26 13:40:40 UTC ++++ Embedded_Display/vncview.cpp @@ -23,6 +23,11 @@ #include "vncview.h" Modified: head/emulators/aqemu/files/patch-System_Info.cpp ============================================================================== --- head/emulators/aqemu/files/patch-System_Info.cpp Mon Nov 7 15:26:13 2016 (r425630) +++ head/emulators/aqemu/files/patch-System_Info.cpp Mon Nov 7 15:27:12 2016 (r425631) @@ -1,4 +1,4 @@ ---- System_Info.cpp.orig 2010-12-09 15:59:16.000000000 +0000 +--- System_Info.cpp.orig 2011-07-26 19:34:58 UTC +++ System_Info.cpp @@ -20,6 +20,7 @@ ** Modified: head/emulators/aqemu/files/patch-VM.cpp ============================================================================== --- head/emulators/aqemu/files/patch-VM.cpp Mon Nov 7 15:26:13 2016 (r425630) +++ head/emulators/aqemu/files/patch-VM.cpp Mon Nov 7 15:27:12 2016 (r425631) @@ -1,6 +1,6 @@ ---- ./VM.cpp.orig 2011-07-26 19:36:32.000000000 +0000 -+++ ./VM.cpp 2013-12-07 17:23:12.244540117 +0000 -@@ -4563,7 +4563,7 @@ +--- VM.cpp.orig 2011-07-26 19:36:32 UTC ++++ VM.cpp +@@ -4563,7 +4563,7 @@ bool Virtual_Machine::Load_VM( const QSt else AQError( "bool Virtual_Machine::Load_VM( const QString &file_name )", "SPICE image compression type invalid!" ); @@ -9,7 +9,7 @@ SPICE.Use_Renderer( Second_Element.firstChildElement( "Use_Renderer" ).text() == "true" ); -@@ -4595,7 +4595,7 @@ +@@ -4595,7 +4595,7 @@ bool Virtual_Machine::Load_VM( const QSt SPICE.Set_Renderer_List( rendererList ); } Modified: head/emulators/aqemu/pkg-plist ============================================================================== --- head/emulators/aqemu/pkg-plist Mon Nov 7 15:26:13 2016 (r425630) +++ head/emulators/aqemu/pkg-plist Mon Nov 7 15:27:12 2016 (r425631) @@ -1,69 +1,69 @@ bin/aqemu man/man1/aqemu.1.gz share/applications/aqemu.desktop -share/aqemu/English.qm -share/aqemu/French.qm -share/aqemu/German.qm -share/aqemu/Russian.qm -share/aqemu/Ukrainian.qm -share/aqemu/aqemu_links.html -share/aqemu/crystalsvg_icons.rcc -share/aqemu/os_icons/alt.png -share/aqemu/os_icons/aptosid.png -share/aqemu/os_icons/arch.png -share/aqemu/os_icons/asp.png -share/aqemu/os_icons/centos.png -share/aqemu/os_icons/damnsmalllinux.png -share/aqemu/os_icons/debian.png -share/aqemu/os_icons/fedora.png -share/aqemu/os_icons/freebsd.png -share/aqemu/os_icons/gentoo.png -share/aqemu/os_icons/knoppix.png -share/aqemu/os_icons/knoppix_v2.png -share/aqemu/os_icons/kubuntu.png -share/aqemu/os_icons/kubuntu_v2.png -share/aqemu/os_icons/lunar.png -share/aqemu/os_icons/mac.png -share/aqemu/os_icons/mandriva.png -share/aqemu/os_icons/mepis.png -share/aqemu/os_icons/mint.png -share/aqemu/os_icons/netbsd.png -share/aqemu/os_icons/novell.png -share/aqemu/os_icons/openbsd.png -share/aqemu/os_icons/opensolaris.png -share/aqemu/os_icons/pclinuxos.png -share/aqemu/os_icons/puppy.png -share/aqemu/os_icons/redhat.png -share/aqemu/os_icons/sabayon.png -share/aqemu/os_icons/slackware.png -share/aqemu/os_icons/slackware_v2.png -share/aqemu/os_icons/solaris.png -share/aqemu/os_icons/suse-novell.png -share/aqemu/os_icons/suse.png -share/aqemu/os_icons/symphony.png -share/aqemu/os_icons/ubuntu.png -share/aqemu/os_icons/ubuntu_v2.png -share/aqemu/os_icons/xubuntu.png -share/aqemu/os_templates/FreeBSD 4.aqvmt -share/aqemu/os_templates/FreeBSD 7.aqvmt -share/aqemu/os_templates/FreeBSD 8.aqvmt -share/aqemu/os_templates/Linux 2.0.aqvmt -share/aqemu/os_templates/Linux 2.4.aqvmt -share/aqemu/os_templates/Linux 2.6 x86_64.aqvmt -share/aqemu/os_templates/Linux 2.6.aqvmt -share/aqemu/os_templates/MacOS X x86.aqvmt -share/aqemu/os_templates/Windows 2000.aqvmt -share/aqemu/os_templates/Windows 7 x64.aqvmt -share/aqemu/os_templates/Windows 7.aqvmt -share/aqemu/os_templates/Windows 9X.aqvmt -share/aqemu/os_templates/Windows Vista x64.aqvmt -share/aqemu/os_templates/Windows Vista.aqvmt -share/aqemu/os_templates/Windows XP x64.aqvmt -share/aqemu/os_templates/Windows XP.aqvmt -share/aqemu/oxygen_icons.rcc -share/doc/aqemu/AUTHORS.bz2 -share/doc/aqemu/CHANGELOG.bz2 -share/doc/aqemu/README.bz2 -share/doc/aqemu/TODO.bz2 +%%DATADIR%%/English.qm +%%DATADIR%%/French.qm +%%DATADIR%%/German.qm +%%DATADIR%%/Russian.qm +%%DATADIR%%/Ukrainian.qm +%%DATADIR%%/aqemu_links.html +%%DATADIR%%/crystalsvg_icons.rcc +%%DATADIR%%/os_icons/alt.png +%%DATADIR%%/os_icons/aptosid.png +%%DATADIR%%/os_icons/arch.png +%%DATADIR%%/os_icons/asp.png +%%DATADIR%%/os_icons/centos.png +%%DATADIR%%/os_icons/damnsmalllinux.png +%%DATADIR%%/os_icons/debian.png +%%DATADIR%%/os_icons/fedora.png +%%DATADIR%%/os_icons/freebsd.png +%%DATADIR%%/os_icons/gentoo.png +%%DATADIR%%/os_icons/knoppix.png +%%DATADIR%%/os_icons/knoppix_v2.png +%%DATADIR%%/os_icons/kubuntu.png +%%DATADIR%%/os_icons/kubuntu_v2.png +%%DATADIR%%/os_icons/lunar.png +%%DATADIR%%/os_icons/mac.png +%%DATADIR%%/os_icons/mandriva.png +%%DATADIR%%/os_icons/mepis.png +%%DATADIR%%/os_icons/mint.png +%%DATADIR%%/os_icons/netbsd.png +%%DATADIR%%/os_icons/novell.png +%%DATADIR%%/os_icons/openbsd.png +%%DATADIR%%/os_icons/opensolaris.png +%%DATADIR%%/os_icons/pclinuxos.png +%%DATADIR%%/os_icons/puppy.png +%%DATADIR%%/os_icons/redhat.png +%%DATADIR%%/os_icons/sabayon.png +%%DATADIR%%/os_icons/slackware.png +%%DATADIR%%/os_icons/slackware_v2.png +%%DATADIR%%/os_icons/solaris.png +%%DATADIR%%/os_icons/suse-novell.png +%%DATADIR%%/os_icons/suse.png +%%DATADIR%%/os_icons/symphony.png +%%DATADIR%%/os_icons/ubuntu.png +%%DATADIR%%/os_icons/ubuntu_v2.png +%%DATADIR%%/os_icons/xubuntu.png +%%DATADIR%%/os_templates/FreeBSD 4.aqvmt +%%DATADIR%%/os_templates/FreeBSD 7.aqvmt +%%DATADIR%%/os_templates/FreeBSD 8.aqvmt +%%DATADIR%%/os_templates/Linux 2.0.aqvmt +%%DATADIR%%/os_templates/Linux 2.4.aqvmt +%%DATADIR%%/os_templates/Linux 2.6 x86_64.aqvmt +%%DATADIR%%/os_templates/Linux 2.6.aqvmt +%%DATADIR%%/os_templates/MacOS X x86.aqvmt +%%DATADIR%%/os_templates/Windows 2000.aqvmt +%%DATADIR%%/os_templates/Windows 7 x64.aqvmt +%%DATADIR%%/os_templates/Windows 7.aqvmt +%%DATADIR%%/os_templates/Windows 9X.aqvmt +%%DATADIR%%/os_templates/Windows Vista x64.aqvmt +%%DATADIR%%/os_templates/Windows Vista.aqvmt +%%DATADIR%%/os_templates/Windows XP x64.aqvmt +%%DATADIR%%/os_templates/Windows XP.aqvmt +%%DATADIR%%/oxygen_icons.rcc +%%DOCSDIR%%/AUTHORS.bz2 +%%DOCSDIR%%/CHANGELOG.bz2 +%%DOCSDIR%%/README.bz2 +%%DOCSDIR%%/TODO.bz2 share/pixmaps/aqemu_48x48.png share/pixmaps/aqemu_64x64.png From owner-svn-ports-all@freebsd.org Mon Nov 7 15:47:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E130C34BDF; Mon, 7 Nov 2016 15:47: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 D5497B16; Mon, 7 Nov 2016 15:47: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 uA7Flgln002482; Mon, 7 Nov 2016 15:47:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FlfSe002479; Mon, 7 Nov 2016 15:47:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071547.uA7FlfSe002479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425632 - head/x11-toolkits/Xaw3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:47:43 -0000 Author: amdmi3 Date: Mon Nov 7 15:47:41 2016 New Revision: 425632 URL: https://svnweb.freebsd.org/changeset/ports/425632 Log: - Make NLS support non-optional; the option affects list of installed headers and supported library functions, and disabling it makes third party ports (games/xgospell, for example) fail Modified: head/x11-toolkits/Xaw3d/Makefile head/x11-toolkits/Xaw3d/pkg-descr head/x11-toolkits/Xaw3d/pkg-plist Modified: head/x11-toolkits/Xaw3d/Makefile ============================================================================== --- head/x11-toolkits/Xaw3d/Makefile Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/Makefile Mon Nov 7 15:47:41 2016 (r425632) @@ -3,7 +3,7 @@ PORTNAME= Xaw3d PORTVERSION= 1.5E -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= http://slackware.cs.utah.edu/pub/slackware/slackware64-13.1/source/x/xaw3d/ @@ -13,7 +13,7 @@ COMMENT= 3-D Athena Widget set that look LICENSE= MIT WRKSRC= ${WRKDIR}/xc/lib/Xaw3d -USES= imake +USES= gettext imake USE_XORG= x11 xext xmu xt sm ice xpm USE_LDCONFIG= yes @@ -21,19 +21,12 @@ SUB_FILES= pkg-message XAWVER= 8 SUB_LIST= XAWVER="${XAWVER}" -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes -NLS_USES= gettext +OPTIONS_DEFINE= DOCS post-extract: @${MKDIR} ${WRKSRC}/X11/Xaw3d @cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h . -post-extract-NLS-off: - @${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \ - -e '/#ifdef XawI18nDefines/s//#if 0/' \ - ${WRKSRC}/Imakefile - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXaw3d.so Modified: head/x11-toolkits/Xaw3d/pkg-descr ============================================================================== --- head/x11-toolkits/Xaw3d/pkg-descr Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/pkg-descr Mon Nov 7 15:47:41 2016 (r425632) @@ -1,4 +1,2 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). - -LICENSE: X11 Modified: head/x11-toolkits/Xaw3d/pkg-plist ============================================================================== --- head/x11-toolkits/Xaw3d/pkg-plist Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/pkg-plist Mon Nov 7 15:47:41 2016 (r425632) @@ -27,10 +27,10 @@ include/X11/Xaw3d/List.h include/X11/Xaw3d/ListP.h include/X11/Xaw3d/MenuButtoP.h include/X11/Xaw3d/MenuButton.h -%%NLS%%include/X11/Xaw3d/MultiSink.h -%%NLS%%include/X11/Xaw3d/MultiSinkP.h -%%NLS%%include/X11/Xaw3d/MultiSrc.h -%%NLS%%include/X11/Xaw3d/MultiSrcP.h +include/X11/Xaw3d/MultiSink.h +include/X11/Xaw3d/MultiSinkP.h +include/X11/Xaw3d/MultiSrc.h +include/X11/Xaw3d/MultiSrcP.h include/X11/Xaw3d/Paned.h include/X11/Xaw3d/PanedP.h include/X11/Xaw3d/Panner.h @@ -73,10 +73,10 @@ include/X11/Xaw3d/Toggle.h include/X11/Xaw3d/ToggleP.h include/X11/Xaw3d/Tree.h include/X11/Xaw3d/TreeP.h -%%NLS%%include/X11/Xaw3d/VendorEP.h +include/X11/Xaw3d/VendorEP.h include/X11/Xaw3d/Viewport.h include/X11/Xaw3d/ViewportP.h include/X11/Xaw3d/Xaw3dP.h -%%NLS%%include/X11/Xaw3d/XawImP.h +include/X11/Xaw3d/XawImP.h include/X11/Xaw3d/XawInit.h %%PORTDOCS%%share/doc/Xaw3d/README.XAW3D From owner-svn-ports-all@freebsd.org Mon Nov 7 15:47:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF0DBC34C08; Mon, 7 Nov 2016 15:47:50 +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 7DDE3BD5; Mon, 7 Nov 2016 15:47:50 +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 uA7FlnlT002600; Mon, 7 Nov 2016 15:47:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Flnxr002599; Mon, 7 Nov 2016 15:47:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611071547.uA7Flnxr002599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 7 Nov 2016 15:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425633 - head/textproc/trang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:47:51 -0000 Author: pi Date: Mon Nov 7 15:47:49 2016 New Revision: 425633 URL: https://svnweb.freebsd.org/changeset/ports/425633 Log: textproc/trang: update 2009.11.11 -> 2015.11.27 - change to github PR: 212898 Submitted by: Yasuhiro KIMURA Approved by: gabor (maintainer timeout) Modified: head/textproc/trang/Makefile head/textproc/trang/distinfo Modified: head/textproc/trang/Makefile ============================================================================== --- head/textproc/trang/Makefile Mon Nov 7 15:47:41 2016 (r425632) +++ head/textproc/trang/Makefile Mon Nov 7 15:47:49 2016 (r425633) @@ -2,36 +2,42 @@ # $FreeBSD$ PORTNAME= trang -PORTVERSION= 2009.11.11 +PORTVERSION= 2015.11.27 CATEGORIES= textproc java -MASTER_SITES= http://jing-trang.googlecode.com/files/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= Multi-format schema converter based on RELAX NG LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/trang/copying.txt -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= relaxng +GH_PROJECT= jing-trang +GH_TAGNAME= 1e74846 -USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ -NO_BUILD= yes +JAVA_BUILD= yes +JAVA_RUN= yes OPTIONS_DEFINE= DOCS -PORTDOCS= copying.txt trang-manual.html +PORTDOCS= convert-to-xsd-talk.html trang.html trang-manual.html SUB_FILES= trang.sh PLIST_FILES= %%JAVAJARDIR%%/trang.jar bin/trang .include +do-build: + (cd ${WRKSRC} && JAVA_HOME=${JAVA_HOME} ./ant) + do-install: - ${INSTALL_DATA} ${WRKSRC}/trang.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/build/trang.jar ${STAGEDIR}${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/trang.sh ${STAGEDIR}${PREFIX}/bin/trang @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/trang/doc/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/textproc/trang/distinfo ============================================================================== --- head/textproc/trang/distinfo Mon Nov 7 15:47:41 2016 (r425632) +++ head/textproc/trang/distinfo Mon Nov 7 15:47:49 2016 (r425633) @@ -1,2 +1,3 @@ -SHA256 (trang-20091111.zip) = d8a3f034f9918ebe5b265aafeadbee6729ddda5732cfc368e2c30b3b8c0ca598 -SIZE (trang-20091111.zip) = 1079534 +TIMESTAMP = 1474541048 +SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 From owner-svn-ports-all@freebsd.org Mon Nov 7 15:47:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD14CC34C3D; Mon, 7 Nov 2016 15:47:57 +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 7A266CDD; Mon, 7 Nov 2016 15:47:57 +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 uA7FluKF002716; Mon, 7 Nov 2016 15:47:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FluI2002715; Mon, 7 Nov 2016 15:47:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071547.uA7FluI2002715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425634 - head/games/xgospel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:47:57 -0000 Author: amdmi3 Date: Mon Nov 7 15:47:56 2016 New Revision: 425634 URL: https://svnweb.freebsd.org/changeset/ports/425634 Log: - Add LICENSE - Cosmetic fixes - Switch to options helpers Modified: head/games/xgospel/Makefile Modified: head/games/xgospel/Makefile ============================================================================== --- head/games/xgospel/Makefile Mon Nov 7 15:47:49 2016 (r425633) +++ head/games/xgospel/Makefile Mon Nov 7 15:47:56 2016 (r425634) @@ -10,6 +10,9 @@ MASTER_SITES= http://gailly.net/ MAINTAINER= ports@FreeBSD.org COMMENT= X11 Go (weiqi, baduk) client for the Internet Go Server +LICENSE= GPLv2+ NONE # some files have unclear license +LICENSE_COMB= multi + LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d USE_XORG= ice sm x11 xaw xext xmu xpm xt @@ -21,7 +24,7 @@ CONFIGURE_ARGS= --with-x --with-xpm --wi OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e "s,#ifndef _POSIX_SOURCE,#if 0," \ + @${REINPLACE_CMD} -e "s,#ifndef _POSIX_SOURCE,#if 0," \ ${WRKSRC}/connect.c ${WRKSRC}/relay.c ${WRKSRC}/relog.c \ ${WRKSRC}/rport.c @@ -32,8 +35,10 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/board.xpm ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pagoda.xpm ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Mon Nov 7 15:48:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3331EC34CA5; Mon, 7 Nov 2016 15:48:59 +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 DFCF8DE9; Mon, 7 Nov 2016 15:48:58 +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 uA7Fmw6I002871; Mon, 7 Nov 2016 15:48:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Fmw7V002869; Mon, 7 Nov 2016 15:48:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611071548.uA7Fmw7V002869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 7 Nov 2016 15:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425635 - head/textproc/jing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:48:59 -0000 Author: pi Date: Mon Nov 7 15:48:57 2016 New Revision: 425635 URL: https://svnweb.freebsd.org/changeset/ports/425635 Log: textproc/jing: update 2008.10.28 -> 2015.11.27 - change to github PR: 212899 Submitted by: Yasuhiro KIMURA Approved by: gabor (maintainer timeout) Modified: head/textproc/jing/Makefile head/textproc/jing/distinfo Modified: head/textproc/jing/Makefile ============================================================================== --- head/textproc/jing/Makefile Mon Nov 7 15:47:56 2016 (r425634) +++ head/textproc/jing/Makefile Mon Nov 7 15:48:57 2016 (r425635) @@ -2,39 +2,41 @@ # $FreeBSD$ PORTNAME= jing -PORTVERSION= 2008.10.28 +PORTVERSION= 2015.11.27 CATEGORIES= textproc java -MASTER_SITES= http://jing-trang.googlecode.com/files/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= RELAX NG validator in Java LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/doc/copying.html +LICENSE_FILE= ${WRKSRC}/copying.txt -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= relaxng +GH_PROJECT= jing-trang +GH_TAGNAME= 1e74846 -USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ -NO_BUILD= yes +JAVA_BUILD= yes +JAVA_RUN= yes -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS PORTDOCS= * -PORTEXAMPLES= * SUB_FILES= jing.sh PLIST_FILES= bin/jing %%JAVAJARDIR%%/jing.jar +do-build: + (cd ${WRKSRC} && JAVA_HOME=${JAVA_HOME} ./ant) + do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jing.sh ${STAGEDIR}${PREFIX}/bin/jing - ${INSTALL_DATA} ${WRKSRC}/bin/jing.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/build/jing.jar ${STAGEDIR}${JAVAJARDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/sample && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/textproc/jing/distinfo ============================================================================== --- head/textproc/jing/distinfo Mon Nov 7 15:47:56 2016 (r425634) +++ head/textproc/jing/distinfo Mon Nov 7 15:48:57 2016 (r425635) @@ -1,2 +1,3 @@ -SHA256 (jing-20081028.zip) = 13909b038b0323882d6906e39260731bccb20f8147b40f78c888863aaac40c18 -SIZE (jing-20081028.zip) = 2942003 +TIMESTAMP = 1474540155 +SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 From owner-svn-ports-all@freebsd.org Mon Nov 7 15:50:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D55C34D62; Mon, 7 Nov 2016 15:50:24 +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 918EAF8A; Mon, 7 Nov 2016 15:50:24 +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 uA7FoNg4003056; Mon, 7 Nov 2016 15:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FoNXg003055; Mon, 7 Nov 2016 15:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071550.uA7FoNXg003055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425636 - head/devel/poco-ssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:50:24 -0000 Author: amdmi3 Date: Mon Nov 7 15:50:23 2016 New Revision: 425636 URL: https://svnweb.freebsd.org/changeset/ports/425636 Log: - Add LICENSE_FILE - Remove garbage file - Switch to options helpers - Silence stripping Modified: head/devel/poco-ssl/Makefile Modified: head/devel/poco-ssl/Makefile ============================================================================== --- head/devel/poco-ssl/Makefile Mon Nov 7 15:48:57 2016 (r425635) +++ head/devel/poco-ssl/Makefile Mon Nov 7 15:50:23 2016 (r425636) @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ libraries with a network/internet focus (full version) LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= poco-[0-9]* @@ -40,18 +41,17 @@ MYSQL_CONFIGURE_OFF= --omit=Data/MySQL SQLITE_USES= sqlite SQLITE_CONFIGURE_OFF= --omit=Data/SQLite -.include +post-extract: + @${RM} -f ${WRKSRC}/Foundation/include/Poco/._Version.h -post-patch: -.if empty(PORT_OPTIONS:MTEST) +post-patch-TEST-off: @${REINPLACE_CMD} -e '/^all:/s/tests//' ${WRKSRC}/Makefile -.endif -.if empty(PORT_OPTIONS:MSAMPLES) + +post-patch-SAMPLES-off: @${REINPLACE_CMD} -e '/^all:/s/samples//' ${WRKSRC}/Makefile -.endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*d - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*d.so.* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*d + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*d.so.* .include From owner-svn-ports-all@freebsd.org Mon Nov 7 15:51:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7352AC34E1B; Mon, 7 Nov 2016 15:51:12 +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 45680185; Mon, 7 Nov 2016 15:51:12 +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 uA7FpBko005915; Mon, 7 Nov 2016 15:51:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FpBEB005913; Mon, 7 Nov 2016 15:51:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611071551.uA7FpBEB005913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 7 Nov 2016 15:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425637 - 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: Mon, 07 Nov 2016 15:51:12 -0000 Author: pi Date: Mon Nov 7 15:51:11 2016 New Revision: 425637 URL: https://svnweb.freebsd.org/changeset/ports/425637 Log: net-mgmt/prometheus: update 1.3.0 -> 1.3.1 PR: 214245 Changes: https://github.com/prometheus/prometheus/releases/tag/v1.3.1 Submitted by: Jev Bjoersell (maintainer) Modified: head/net-mgmt/prometheus/Makefile head/net-mgmt/prometheus/distinfo Modified: head/net-mgmt/prometheus/Makefile ============================================================================== --- head/net-mgmt/prometheus/Makefile Mon Nov 7 15:50:23 2016 (r425636) +++ head/net-mgmt/prometheus/Makefile Mon Nov 7 15:51:11 2016 (r425637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prometheus -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt Modified: head/net-mgmt/prometheus/distinfo ============================================================================== --- head/net-mgmt/prometheus/distinfo Mon Nov 7 15:50:23 2016 (r425636) +++ head/net-mgmt/prometheus/distinfo Mon Nov 7 15:51:11 2016 (r425637) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478022582 -SHA256 (prometheus-prometheus-v1.3.0_GH0.tar.gz) = df8845515085b5babf308ac871d6e939a51a8f2a865eb4dd5a058af99a7d0f5c -SIZE (prometheus-prometheus-v1.3.0_GH0.tar.gz) = 4924845 +TIMESTAMP = 1478356328 +SHA256 (prometheus-prometheus-v1.3.1_GH0.tar.gz) = 6463369891cc9e748e1025a600bc948e95f276830c58b44689165d5d8de7f5f6 +SIZE (prometheus-prometheus-v1.3.1_GH0.tar.gz) = 4936157 From owner-svn-ports-all@freebsd.org Mon Nov 7 15:51:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08C24C350E1; Mon, 7 Nov 2016 15:51:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3015651; Mon, 7 Nov 2016 15:51:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7FplF7006061; Mon, 7 Nov 2016 15:51:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FplIY006060; Mon, 7 Nov 2016 15:51:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071551.uA7FplIY006060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425638 - in head/emulators/dboxfe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 15:51:49 -0000 Author: amdmi3 Date: Mon Nov 7 15:51:47 2016 New Revision: 425638 URL: https://svnweb.freebsd.org/changeset/ports/425638 Log: - Add LICENSE - Add missing dependency - Regenerate patches Modified: head/emulators/dboxfe/Makefile head/emulators/dboxfe/files/patch-src__dboxfe.cpp Modified: head/emulators/dboxfe/Makefile ============================================================================== --- head/emulators/dboxfe/Makefile Mon Nov 7 15:51:11 2016 (r425637) +++ head/emulators/dboxfe/Makefile Mon Nov 7 15:51:47 2016 (r425638) @@ -9,16 +9,19 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 based configuration manager for DOSBox +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL + RUN_DEPENDS= dosbox:emulators/dosbox -USE_QT4= gui network xml uic_build moc_build qmake_build rcc_build +USE_QT4= corelib gui network xml uic_build moc_build qmake_build rcc_build USES= qmake tar:bzip2 PLIST_FILES= bin/dboxfe \ bin/dboxfetray \ share/pixmaps/dboxfe.png -DESKTOP_ENTRIES= "DBoxFE" "DOSBox configuration manager" \ +DESKTOP_ENTRIES="DBoxFE" "DOSBox configuration manager" \ "${PREFIX}/share/pixmaps/dboxfe.png" \ "dboxfe" "Utility;Qt;" true \ "DBoxFEtray" "DBoxFE systray icon" \ Modified: head/emulators/dboxfe/files/patch-src__dboxfe.cpp ============================================================================== --- head/emulators/dboxfe/files/patch-src__dboxfe.cpp Mon Nov 7 15:51:11 2016 (r425637) +++ head/emulators/dboxfe/files/patch-src__dboxfe.cpp Mon Nov 7 15:51:47 2016 (r425638) @@ -1,6 +1,6 @@ ---- ./src/dboxfe.cpp.orig 2007-09-22 13:25:00.000000000 +0400 -+++ ./src/dboxfe.cpp 2007-12-08 16:43:17.000000000 +0300 -@@ -65,7 +65,7 @@ +--- src/dboxfe.cpp.orig 2007-09-22 09:25:00 UTC ++++ src/dboxfe.cpp +@@ -65,7 +65,7 @@ DBoxFE::DBoxFE ( QWidget *parent, Qt::WF connect ( chkBoxStartTrayIcon, SIGNAL ( toggled ( bool ) ), this, SLOT ( slotChkBoxStartTrayIconToggled ( bool ) ) ); // windows title for the application @@ -9,7 +9,7 @@ titleWin = tr ( "DBoxFE - Front End for DOSBox 0.7x - Windows Version " ) + getAppVersion(); titleMac = tr ( "DBoxFE - Front End for DOSBox 0.7x - Mac Version " ) + getAppVersion(); -@@ -83,18 +83,6 @@ +@@ -83,18 +83,6 @@ DBoxFE::DBoxFE ( QWidget *parent, Qt::WF QApplication::setStyle ( "plastique" ); #endif From owner-svn-ports-all@freebsd.org Mon Nov 7 16:33:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03192C35E90; Mon, 7 Nov 2016 16:33:20 +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 C3BF720D; Mon, 7 Nov 2016 16:33:19 +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 uA7GXINR022506; Mon, 7 Nov 2016 16:33:18 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7GXIDf022505; Mon, 7 Nov 2016 16:33:18 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201611071633.uA7GXIDf022505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 7 Nov 2016 16:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425639 - head/x11-servers/xorg-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 16:33:20 -0000 Author: brd Date: Mon Nov 7 16:33:18 2016 New Revision: 425639 URL: https://svnweb.freebsd.org/changeset/ports/425639 Log: Fix xorg-server build on arm64. Submitted by: andrew Approved by: bapt, kwm (x11) Differential Revision: https://reviews.freebsd.org/D8465 Modified: head/x11-servers/xorg-server/files/patch-configure Modified: head/x11-servers/xorg-server/files/patch-configure ============================================================================== --- head/x11-servers/xorg-server/files/patch-configure Mon Nov 7 15:51:47 2016 (r425638) +++ head/x11-servers/xorg-server/files/patch-configure Mon Nov 7 16:33:18 2016 (r425639) @@ -1,7 +1,11 @@ ---- configure.orig 2015-06-16 17:43:10.000000000 +0200 -+++ configure 2015-10-21 23:07:22.017310000 +0200 -@@ -22640,6 +22640,11 @@ - arm*) +--- configure.orig 2015-10-28 16:31:48.000000000 +0000 ++++ configure 2016-11-04 17:02:00.798706000 +0000 +@@ -22637,9 +22637,14 @@ + esac + GLX_ARCH_DEFINES="-D__GLX_ALIGN64 -mieee" + ;; +- arm*) ++ arm*|aarch64*) ARM_VIDEO=yes DEFAULT_INT10="stub" + case $host_os in From owner-svn-ports-all@freebsd.org Mon Nov 7 17:46:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE786C355D0; Mon, 7 Nov 2016 17:46: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 AE737617; Mon, 7 Nov 2016 17:46:39 +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 uA7HkcHv049963; Mon, 7 Nov 2016 17:46:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7HkcSb049962; Mon, 7 Nov 2016 17:46:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611071746.uA7HkcSb049962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Nov 2016 17:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425640 - 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: Mon, 07 Nov 2016 17:46:40 -0000 Author: jbeich Date: Mon Nov 7 17:46:38 2016 New Revision: 425640 URL: https://svnweb.freebsd.org/changeset/ports/425640 Log: multimedia/ffmpeg: switch to clang on 9.x It turns out the following is true for ffvp9 on amd64: WARNING: gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler. PR: 213706 Approved by: portmgr blanket Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Nov 7 16:33:18 2016 (r425639) +++ head/multimedia/ffmpeg/Makefile Mon Nov 7 17:46:38 2016 (r425640) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/bin/as:devel/binutils HAS_CONFIGURE= yes -USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix +USES= compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl From owner-svn-ports-all@freebsd.org Mon Nov 7 18:07:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 770B4C35A43; Mon, 7 Nov 2016 18:07:52 +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 48419FDA; Mon, 7 Nov 2016 18:07:52 +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 uA7I7p7f057556; Mon, 7 Nov 2016 18:07:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7I7peo057555; Mon, 7 Nov 2016 18:07:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611071807.uA7I7peo057555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Nov 2016 18:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425641 - branches/2016Q4/multimedia/ffmpeg 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, 07 Nov 2016 18:07:52 -0000 Author: jbeich Date: Mon Nov 7 18:07:51 2016 New Revision: 425641 URL: https://svnweb.freebsd.org/changeset/ports/425641 Log: MFH: r425640 multimedia/ffmpeg: switch to clang on 9.x It turns out the following is true for ffvp9 on amd64: WARNING: gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler. PR: 213706 Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/multimedia/ffmpeg/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2016Q4/multimedia/ffmpeg/Makefile Mon Nov 7 17:46:38 2016 (r425640) +++ branches/2016Q4/multimedia/ffmpeg/Makefile Mon Nov 7 18:07:51 2016 (r425641) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/bin/as:devel/binutils HAS_CONFIGURE= yes -USES= compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix +USES= compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl From owner-svn-ports-all@freebsd.org Mon Nov 7 19:42:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3C60C35395; Mon, 7 Nov 2016 19:42:01 +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 7BC1D905; Mon, 7 Nov 2016 19:42:01 +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 uA7Jg0Ri094044; Mon, 7 Nov 2016 19:42:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Jg0Oj094040; Mon, 7 Nov 2016 19:42:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611071942.uA7Jg0Oj094040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 7 Nov 2016 19:42:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425642 - in head/security/vault: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 19:42:01 -0000 Author: swills Date: Mon Nov 7 19:42:00 2016 New Revision: 425642 URL: https://svnweb.freebsd.org/changeset/ports/425642 Log: security/vault: update to 6.2 PR: 212863 Submitted by: Dave Cottlehuber (with modifications) Added: head/security/vault/files/patch-version_version.go (contents, props changed) Deleted: head/security/vault/files/patch-helper_mlock_mlock__linux.go head/security/vault/files/patch-helper_mlock_mlock__solaris.go head/security/vault/files/patch-helper_mlock_mlock__unavail.go head/security/vault/files/patch-helper_mlock_mlock__unix.go Modified: head/security/vault/Makefile head/security/vault/distinfo head/security/vault/files/vault.in Modified: head/security/vault/Makefile ============================================================================== --- head/security/vault/Makefile Mon Nov 7 18:07:51 2016 (r425641) +++ head/security/vault/Makefile Mon Nov 7 19:42:00 2016 (r425642) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -10,10 +10,11 @@ COMMENT= Tool for securely accessing sec LICENSE= MPL -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go +BUILD_DEPENDS= go>=1.7.1:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} STRIP= # stripping can break go binaries @@ -25,20 +26,13 @@ GROUPS= vault PLIST_FILES= bin/${PORTNAME} post-patch: - @${MV} ${WRKSRC}/vendor ${WRKSRC}/src - @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} - @cd ${WRKSRC} ; \ - ${MV} .gitignore .travis.yml CHANGELOG.md CONTRIBUTING.md Godeps \ - LICENSE Makefile README.md api audit builtin cli command helper http \ - logical main.go main_test.go make.bat physical scripts shamir terraform \ - vault version website \ - src/github.com/${GH_ACCOUNT}/${PORTNAME} + @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/version/version.go do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \ + @cd ${WRKSRC}; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/security/vault/distinfo ============================================================================== --- head/security/vault/distinfo Mon Nov 7 18:07:51 2016 (r425641) +++ head/security/vault/distinfo Mon Nov 7 19:42:00 2016 (r425642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464440436 -SHA256 (hashicorp-vault-v0.5.3_GH0.tar.gz) = b312f3d098ebabd4ed7647cf54bc219a0d2afeba49ee8b614a38e455900b2dae -SIZE (hashicorp-vault-v0.5.3_GH0.tar.gz) = 3591764 +TIMESTAMP = 1478431676 +SHA256 (hashicorp-vault-v0.6.2_GH0.tar.gz) = 295197e8ec7d03d4e141733579250ed653b13862a2d83dfd0d11a6e82f28b436 +SIZE (hashicorp-vault-v0.6.2_GH0.tar.gz) = 4862801 Added: head/security/vault/files/patch-version_version.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/vault/files/patch-version_version.go Mon Nov 7 19:42:00 2016 (r425642) @@ -0,0 +1,13 @@ +--- version/version.go.orig 2016-09-20 13:24:40 UTC ++++ version/version.go +@@ -10,8 +10,8 @@ var ( + GitCommit string + GitDescribe string + +- Version = "unknown" +- VersionPrerelease = "unknown" ++ Version = "%%PORTVERSION%%" ++ VersionPrerelease = "" + ) + + // VersionInfo Modified: head/security/vault/files/vault.in ============================================================================== --- head/security/vault/files/vault.in Mon Nov 7 18:07:51 2016 (r425641) +++ head/security/vault/files/vault.in Mon Nov 7 19:42:00 2016 (r425642) @@ -36,7 +36,7 @@ load_rc_config $name pidfile=/var/run/vault.pid procname="%%PREFIX%%/bin/vault" command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}" +command_args="-f -t ${name} -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}" start_precmd=vault_startprecmd From owner-svn-ports-all@freebsd.org Mon Nov 7 19:57:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C82CC35724; Mon, 7 Nov 2016 19:57:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA301D9; Mon, 7 Nov 2016 19:57:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7Jvao7000590; Mon, 7 Nov 2016 19:57:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7JvaBZ000588; Mon, 7 Nov 2016 19:57:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611071957.uA7JvaBZ000588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 7 Nov 2016 19:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425643 - head/databases/p5-DBICx-Sugar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 19:57:37 -0000 Author: pi Date: Mon Nov 7 19:57:36 2016 New Revision: 425643 URL: https://svnweb.freebsd.org/changeset/ports/425643 Log: databases/p5-DBICx-Sugar: update 0.0001 -> 0.0100 PR: 213455 Changes: https://metacpan.org/changes/distribution/DBICx-Sugar Submitted by: Henk van Oers Approved: bofh (maintainer timeout) Modified: head/databases/p5-DBICx-Sugar/Makefile head/databases/p5-DBICx-Sugar/distinfo Modified: head/databases/p5-DBICx-Sugar/Makefile ============================================================================== --- head/databases/p5-DBICx-Sugar/Makefile Mon Nov 7 19:42:00 2016 (r425642) +++ head/databases/p5-DBICx-Sugar/Makefile Mon Nov 7 19:57:36 2016 (r425643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBICx-Sugar -PORTVERSION= 0.0001 +PORTVERSION= 0.0100 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IRONCAMEL Modified: head/databases/p5-DBICx-Sugar/distinfo ============================================================================== --- head/databases/p5-DBICx-Sugar/distinfo Mon Nov 7 19:42:00 2016 (r425642) +++ head/databases/p5-DBICx-Sugar/distinfo Mon Nov 7 19:57:36 2016 (r425643) @@ -1,2 +1,3 @@ -SHA256 (DBICx-Sugar-0.0001.tar.gz) = 3a49f29602d9368b41ce1ac47cbfa11907d7aec0af51b5d355490a8696857c33 -SIZE (DBICx-Sugar-0.0001.tar.gz) = 16046 +TIMESTAMP = 1476373953 +SHA256 (DBICx-Sugar-0.0100.tar.gz) = a1b4b52bb58b6af67e83115a756e38f71e0faf5c7f3514dd385a1ae2765c7afa +SIZE (DBICx-Sugar-0.0100.tar.gz) = 17009 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:19:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C102C35DC3; Mon, 7 Nov 2016 20:19:52 +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 474FB5E4; Mon, 7 Nov 2016 20:19:52 +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 uA7KJpTO008342; Mon, 7 Nov 2016 20:19:51 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KJp8D008340; Mon, 7 Nov 2016 20:19:51 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611072019.uA7KJp8D008340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 7 Nov 2016 20:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425644 - 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: Mon, 07 Nov 2016 20:19:52 -0000 Author: rm Date: Mon Nov 7 20:19:51 2016 New Revision: 425644 URL: https://svnweb.freebsd.org/changeset/ports/425644 Log: net/py-ldap3: update to 2.1.0 Modified: head/net/py-ldap3/Makefile head/net/py-ldap3/distinfo Modified: head/net/py-ldap3/Makefile ============================================================================== --- head/net/py-ldap3/Makefile Mon Nov 7 19:57:36 2016 (r425643) +++ head/net/py-ldap3/Makefile Mon Nov 7 20:19:51 2016 (r425644) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap3 -PORTVERSION= 2.0.9 +PORTVERSION= 2.1.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ldap3/distinfo ============================================================================== --- head/net/py-ldap3/distinfo Mon Nov 7 19:57:36 2016 (r425643) +++ head/net/py-ldap3/distinfo Mon Nov 7 20:19:51 2016 (r425644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477684653 -SHA256 (ldap3-2.0.9.tar.gz) = 8e90d397154821e8c3c17ed332e7179753e245ba2ce4bc9bed2422d8dfd4ca10 -SIZE (ldap3-2.0.9.tar.gz) = 310855 +TIMESTAMP = 1478526193 +SHA256 (ldap3-2.1.0.tar.gz) = 8a9b0331d9405884ac273106ded1a7d9ad5ba3e309c4bad25bae7dc5774cc809 +SIZE (ldap3-2.1.0.tar.gz) = 312069 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:20:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6055EC35EEF; Mon, 7 Nov 2016 20:20: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 3248B80A; Mon, 7 Nov 2016 20:20: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 uA7KKQ32008497; Mon, 7 Nov 2016 20:20:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KKQYQ008495; Mon, 7 Nov 2016 20:20:26 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611072020.uA7KKQYQ008495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 7 Nov 2016 20:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425645 - head/security/sqlmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 20:20:27 -0000 Author: rm Date: Mon Nov 7 20:20:26 2016 New Revision: 425645 URL: https://svnweb.freebsd.org/changeset/ports/425645 Log: security/sqlmap: update to 1.0.11 Modified: head/security/sqlmap/Makefile head/security/sqlmap/distinfo Modified: head/security/sqlmap/Makefile ============================================================================== --- head/security/sqlmap/Makefile Mon Nov 7 20:19:51 2016 (r425644) +++ head/security/sqlmap/Makefile Mon Nov 7 20:20:26 2016 (r425645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlmap -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.11 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/sqlmap/distinfo ============================================================================== --- head/security/sqlmap/distinfo Mon Nov 7 20:19:51 2016 (r425644) +++ head/security/sqlmap/distinfo Mon Nov 7 20:20:26 2016 (r425645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478463224 -SHA256 (sqlmap-1.0.10.tar.gz) = b6233a42eefef9a90bdee665ebfdecbc838f97ef3f8b9f48fc12fc2fbacf9855 -SIZE (sqlmap-1.0.10.tar.gz) = 6725526 +TIMESTAMP = 1478511578 +SHA256 (sqlmap-1.0.11.tar.gz) = 792353e4db50af704c3315b487325c1feb922f7adba63bc52b32358ba5af8af4 +SIZE (sqlmap-1.0.11.tar.gz) = 6735287 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:21:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1DCBC35FA0; Mon, 7 Nov 2016 20:21:18 +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 7409B991; Mon, 7 Nov 2016 20:21:18 +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 uA7KLHUE009933; Mon, 7 Nov 2016 20:21:17 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KLH9b009931; Mon, 7 Nov 2016 20:21:17 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611072021.uA7KLH9b009931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 7 Nov 2016 20:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425646 - 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: Mon, 07 Nov 2016 20:21:18 -0000 Author: rm Date: Mon Nov 7 20:21:17 2016 New Revision: 425646 URL: https://svnweb.freebsd.org/changeset/ports/425646 Log: devel/py-pyro: update to 4.50 Modified: head/devel/py-pyro/Makefile head/devel/py-pyro/distinfo Modified: head/devel/py-pyro/Makefile ============================================================================== --- head/devel/py-pyro/Makefile Mon Nov 7 20:20:26 2016 (r425645) +++ head/devel/py-pyro/Makefile Mon Nov 7 20:21:17 2016 (r425646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyro -PORTVERSION= 4.49 +PORTVERSION= 4.50 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyro/distinfo ============================================================================== --- head/devel/py-pyro/distinfo Mon Nov 7 20:20:26 2016 (r425645) +++ head/devel/py-pyro/distinfo Mon Nov 7 20:21:17 2016 (r425646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477857611 -SHA256 (Pyro4-4.49.tar.gz) = 6ae7fb0ce9ae5ca6f1d32487d8606219e7296ae7d22e650e7f9db63399608b76 -SIZE (Pyro4-4.49.tar.gz) = 444981 +TIMESTAMP = 1478525991 +SHA256 (Pyro4-4.50.tar.gz) = cb199540c2ceae9d67d5f2b20dc002d93f909d5072c3da4381c119d7a4b6d1cf +SIZE (Pyro4-4.50.tar.gz) = 448070 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:33:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ED94C356C6; Mon, 7 Nov 2016 20:33: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 F1D765F7; Mon, 7 Nov 2016 20:33: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 uA7KXPY3016260; Mon, 7 Nov 2016 20:33:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KXOqX016258; Mon, 7 Nov 2016 20:33:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611072033.uA7KXOqX016258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 Nov 2016 20:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425647 - head/devel/libfwnt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 20:33:26 -0000 Author: antoine Date: Mon Nov 7 20:33:24 2016 New Revision: 425647 URL: https://svnweb.freebsd.org/changeset/ports/425647 Log: Update to experimental-20161103 Modified: head/devel/libfwnt/Makefile head/devel/libfwnt/distinfo Modified: head/devel/libfwnt/Makefile ============================================================================== --- head/devel/libfwnt/Makefile Mon Nov 7 20:21:17 2016 (r425646) +++ head/devel/libfwnt/Makefile Mon Nov 7 20:33:24 2016 (r425647) @@ -3,7 +3,7 @@ PORTNAME= libfwnt # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20160418 +DISTVERSION= experimental-20161103 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwnt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -12,6 +12,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library for Windows NT data types LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} Modified: head/devel/libfwnt/distinfo ============================================================================== --- head/devel/libfwnt/distinfo Mon Nov 7 20:21:17 2016 (r425646) +++ head/devel/libfwnt/distinfo Mon Nov 7 20:33:24 2016 (r425647) @@ -1,2 +1,3 @@ -SHA256 (libfwnt-experimental-20160418.tar.gz) = f672ef5031a2dab3d390a886b5129424527bdae5b7eb87451f6ca5d688b00151 -SIZE (libfwnt-experimental-20160418.tar.gz) = 1141892 +TIMESTAMP = 1478327452 +SHA256 (libfwnt-experimental-20161103.tar.gz) = 37b130af61997cedd097f4b968a09c5b19ab02b0279aceb1a772ce6865564eed +SIZE (libfwnt-experimental-20161103.tar.gz) = 708070 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:34:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 762E0C35754; Mon, 7 Nov 2016 20:34:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4812B781; Mon, 7 Nov 2016 20:34:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7KY4if016395; Mon, 7 Nov 2016 20:34:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KY4on016393; Mon, 7 Nov 2016 20:34:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611072034.uA7KY4on016393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 Nov 2016 20:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425648 - head/devel/libscca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 20:34:05 -0000 Author: antoine Date: Mon Nov 7 20:34:04 2016 New Revision: 425648 URL: https://svnweb.freebsd.org/changeset/ports/425648 Log: Update to alpha-20161031 Modified: head/devel/libscca/Makefile head/devel/libscca/distinfo Modified: head/devel/libscca/Makefile ============================================================================== --- head/devel/libscca/Makefile Mon Nov 7 20:33:24 2016 (r425647) +++ head/devel/libscca/Makefile Mon Nov 7 20:34:04 2016 (r425648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libscca -DISTVERSION= alpha-20160108 +DISTVERSION= alpha-20161031 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libscca/distinfo ============================================================================== --- head/devel/libscca/distinfo Mon Nov 7 20:33:24 2016 (r425647) +++ head/devel/libscca/distinfo Mon Nov 7 20:34:04 2016 (r425648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470501775 -SHA256 (libscca-alpha-20160108.tar.gz) = 35f51db36dee54278ba855c285bd9ee4dc2688f8190d5d6642bd34dfc9676498 -SIZE (libscca-alpha-20160108.tar.gz) = 1516664 +TIMESTAMP = 1478185133 +SHA256 (libscca-alpha-20161031.tar.gz) = 200a618fe84ac3909bcc0eda1ef3f5081c5a66527859e36c63c0dde45ff79b16 +SIZE (libscca-alpha-20161031.tar.gz) = 1577006 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:35:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 554E2C357A8; Mon, 7 Nov 2016 20:35:12 +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 270E6868; Mon, 7 Nov 2016 20:35:12 +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 uA7KZBAM016550; Mon, 7 Nov 2016 20:35:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KZB3s016548; Mon, 7 Nov 2016 20:35:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611072035.uA7KZB3s016548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 Nov 2016 20:35:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425649 - head/security/py-dfdatetime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 20:35:12 -0000 Author: antoine Date: Mon Nov 7 20:35:11 2016 New Revision: 425649 URL: https://svnweb.freebsd.org/changeset/ports/425649 Log: Update to 20161101 Modified: head/security/py-dfdatetime/Makefile head/security/py-dfdatetime/distinfo Modified: head/security/py-dfdatetime/Makefile ============================================================================== --- head/security/py-dfdatetime/Makefile Mon Nov 7 20:34:04 2016 (r425648) +++ head/security/py-dfdatetime/Makefile Mon Nov 7 20:35:11 2016 (r425649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfdatetime -PORTVERSION= 20161017 +PORTVERSION= 20161101 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP \ https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/ Modified: head/security/py-dfdatetime/distinfo ============================================================================== --- head/security/py-dfdatetime/distinfo Mon Nov 7 20:34:04 2016 (r425648) +++ head/security/py-dfdatetime/distinfo Mon Nov 7 20:35:11 2016 (r425649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477238223 -SHA256 (dfdatetime-20161017.tar.gz) = 781174a133c4a76e076cdbc8beceeba8b763438880258e3c781e4b63aa8efe84 -SIZE (dfdatetime-20161017.tar.gz) = 19453 +TIMESTAMP = 1478112026 +SHA256 (dfdatetime-20161101.tar.gz) = 62fa2a2a03e3675a252d6dc34292e93322c23d315ea734e7623638ba441af459 +SIZE (dfdatetime-20161101.tar.gz) = 20065 From owner-svn-ports-all@freebsd.org Mon Nov 7 20:45:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81DB7C35A4E; Mon, 7 Nov 2016 20:45:31 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358D4CA7; Mon, 7 Nov 2016 20:45:31 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7KjUqM020515; Mon, 7 Nov 2016 20:45:30 GMT (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7KjUmB020511; Mon, 7 Nov 2016 20:45:30 GMT (envelope-from joerg@FreeBSD.org) Message-Id: <201611072045.uA7KjUmB020511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joerg set sender to joerg@FreeBSD.org using -f From: Joerg Wunsch Date: Mon, 7 Nov 2016 20:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425650 - in head/devel/bcc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 20:45:31 -0000 Author: joerg Date: Mon Nov 7 20:45:29 2016 New Revision: 425650 URL: https://svnweb.freebsd.org/changeset/ports/425650 Log: bcc only works in 32-bit mode, so force it. Modified: head/devel/bcc/Makefile head/devel/bcc/files/patch-as head/devel/bcc/files/patch-bcc head/devel/bcc/files/patch-ld Modified: head/devel/bcc/Makefile ============================================================================== --- head/devel/bcc/Makefile Mon Nov 7 20:35:11 2016 (r425649) +++ head/devel/bcc/Makefile Mon Nov 7 20:45:29 2016 (r425650) @@ -3,6 +3,7 @@ PORTNAME= bcc PORTVERSION= 1995.03.12 +PORTREVISION= 1 CATEGORIES= devel lang DISTNAME= ${PORTNAME} Modified: head/devel/bcc/files/patch-as ============================================================================== --- head/devel/bcc/files/patch-as Mon Nov 7 20:35:11 2016 (r425649) +++ head/devel/bcc/files/patch-as Mon Nov 7 20:45:29 2016 (r425650) @@ -5,7 +5,7 @@ +.include "../Makefile.inc" +.PATH: ../ld + -+CFLAGS +=-Wall ++CFLAGS +=-Wall -m32 LDFLAGS = -OBJS =as.o assemble.o error.o express.o \ Modified: head/devel/bcc/files/patch-bcc ============================================================================== --- head/devel/bcc/files/patch-bcc Mon Nov 7 20:35:11 2016 (r425649) +++ head/devel/bcc/files/patch-bcc Mon Nov 7 20:45:29 2016 (r425650) @@ -4,7 +4,7 @@ -CFLAGS =-O -DNSIG=32 +.include "../Makefile.inc" + -+CFLAGS +=-DNSIG=32 ++CFLAGS +=-DNSIG=32 -m32 +#CFLAGS +=-Wall # too many warnings LDFLAGS = Modified: head/devel/bcc/files/patch-ld ============================================================================== --- head/devel/bcc/files/patch-ld Mon Nov 7 20:35:11 2016 (r425649) +++ head/devel/bcc/files/patch-ld Mon Nov 7 20:45:29 2016 (r425650) @@ -7,7 +7,7 @@ -OBJS =dumps.o io.o ld.o readobj.o table.o typeconv.o writebin.o +CFLAGS +=-DBSD_A_OUT -DSTANDARD_GNU_A_OUT -+CFLAGS +=-Wall ++CFLAGS +=-Wall -m32 +LDFLAGS = -ld: $(OBJS) From owner-svn-ports-all@freebsd.org Mon Nov 7 23:09:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E84C35324; Mon, 7 Nov 2016 23:09:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3227BFD0; Mon, 7 Nov 2016 23:09:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7N9CiB074541; Mon, 7 Nov 2016 23:09:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7N9BHe074536; Mon, 7 Nov 2016 23:09:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611072309.uA7N9BHe074536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 7 Nov 2016 23:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425651 - in head/multimedia: plexmediaserver 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: Mon, 07 Nov 2016 23:09:13 -0000 Author: feld Date: Mon Nov 7 23:09:11 2016 New Revision: 425651 URL: https://svnweb.freebsd.org/changeset/ports/425651 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.2.6 Changelog: https://forums.plex.tv/discussion/comment/1294018#Comment_1294018 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Mon Nov 7 20:45:29 2016 (r425650) +++ head/multimedia/plexmediaserver-plexpass/Makefile Mon Nov 7 23:09:11 2016 (r425651) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.2.4.2949 +PORTVERSION= 1.2.6.2975 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 4e494e4 +PLEX_BUILD= 9394c87 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Mon Nov 7 20:45:29 2016 (r425650) +++ head/multimedia/plexmediaserver-plexpass/distinfo Mon Nov 7 23:09:11 2016 (r425651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477960960 -SHA256 (PlexMediaServer-1.2.4.2949-4e494e4-freebsd-amd64.tar.bz2) = 1e6e5e5e12de92fcadd23daccaf38d0ac72fa1328e48046e61991a1ca193e5db -SIZE (PlexMediaServer-1.2.4.2949-4e494e4-freebsd-amd64.tar.bz2) = 84367651 +TIMESTAMP = 1478558800 +SHA256 (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 23b8cb64ca88aa6918af5c68b0e22e9c956b75c51bf96c29b96037468d3d6681 +SIZE (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 84401336 Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Mon Nov 7 20:45:29 2016 (r425650) +++ head/multimedia/plexmediaserver/Makefile Mon Nov 7 23:09:11 2016 (r425651) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.1.4.2757 +PORTVERSION?= 1.2.6.2975 PORTREVISION?= 0 CATEGORIES= multimedia -MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ +MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ DISTNAME= PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-${ARCH} MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 24ffd60 +PLEX_BUILD?= 9394c87 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Mon Nov 7 20:45:29 2016 (r425650) +++ head/multimedia/plexmediaserver/distinfo Mon Nov 7 23:09:11 2016 (r425651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473779252 -SHA256 (PlexMediaServer-1.1.4.2757-24ffd60-freebsd-amd64.tar.bz2) = 296250e44c4ad4cd156e2497798d5642263c954714b1052e77bd07eaf1c4173b -SIZE (PlexMediaServer-1.1.4.2757-24ffd60-freebsd-amd64.tar.bz2) = 84025739 +TIMESTAMP = 1478363863 +SHA256 (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 23b8cb64ca88aa6918af5c68b0e22e9c956b75c51bf96c29b96037468d3d6681 +SIZE (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 84401336 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Mon Nov 7 20:45:29 2016 (r425650) +++ head/multimedia/plexmediaserver/pkg-plist Mon Nov 7 23:09:11 2016 (r425651) @@ -597,6 +597,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Content Rating/nl/Alle Leeftijden.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/1492_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/20th_century_fox.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/20th_century_fox_animation.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/2929.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/360_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/40_acres.png @@ -613,6 +614,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/adult_swim.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/afi.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/after_dark.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/aic.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/alcon_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/alfred_hitchcock_productions.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/alliance.png @@ -668,7 +670,9 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blackdog.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/bleecker_street.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blind_ambition_entertainment.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blizzard_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blue_sky.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blue_sky_studios.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blue_underground.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/blumhouse_productions.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/bnn.png @@ -733,6 +737,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/davis_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dc.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/de_laurentiis.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/defa.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/destination_films.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dfi.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dickhouse_productions.png @@ -757,7 +762,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/el_rey_network.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/electric_enterteinment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/electric_pictures.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eleven_eleven.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eleven.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/emi.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/emmedia.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/encore.png @@ -969,6 +974,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/oddlot.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/oko.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/only_vegas.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/oprah_winfrey_network.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/orf.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/orion.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/overturefilms.png @@ -1089,6 +1095,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/studio_ghibli.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/summit.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sundancetv.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sunrise.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/super_channel.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/svensk_filmindustri.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/svt.png @@ -1261,15 +1268,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexThemeMusic.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexThemeMusic.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexThemeMusic.bundle/README.md -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/.gitignore -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Code/__init__.py -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/DefaultPrefs.json -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Resources/attribution.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Resources/icon-default.jpg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Services/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/Services/URL/VEVO/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Info.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/AudioFiles.py @@ -1371,12 +1369,15 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.11331b159ab56715f5956d4502a1d38f.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.c6ebc32cd6d295016942ffc0d72a033b.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.ef3aa8ad41e648852e722529155621a0.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ba3efd042e2d1c54b432c98403b43d1b.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/posters/square.f5415a2d8a1fccd963e88194af15ddc0.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-fresh-popcorn-simple-560.0b480f0fd472e41e3ec7b98e4486924e.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-rotten-splat-simple-560.cda5563a2ce74777ddb3bf362889830c.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/ratings/rt-spilt-popcorn-simple-560.401929bf10e2073fbdc60ae78974910a.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/blank.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android.e8cc6aa3327ad31f2637c2817cb8bf71.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android@2x.70b26158a20f05a3fdf9d749dc1fb7c2.png @@ -1440,10 +1441,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.c86b1d7624b5ae14ca7a30d73674a808.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.28598beac20bee7c8dc681851d053bdf.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.0762f01a98f090067c10.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.f0066883fc783961f135.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.e03b68e82ebe9b435e8b.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.a6e30467a0e010dc3386.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.8f96dc9914b3ef6d93a3.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.e80d7d7652dce4bb6702.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.5eb18427a40a376b4c01.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf @@ -2407,8 +2408,6 @@ %%DATADIR%%/Resources/start.sh %%DATADIR%%/Resources/themoviedb-combiner-movies.xml %%DATADIR%%/Resources/thetvdb-combiner-shows.xml -%%DATADIR%%/Resources/vevo-thumb.png -%%DATADIR%%/Resources/vevo.png %%DATADIR%%/libavcodec.so.57 %%DATADIR%%/libavformat.so.57 %%DATADIR%%/libavutil.so.55 From owner-svn-ports-all@freebsd.org Mon Nov 7 23:39:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 242EDC35A38; Mon, 7 Nov 2016 23:39:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF477EEB; Mon, 7 Nov 2016 23:39:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7NdZ7g086223; Mon, 7 Nov 2016 23:39:35 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7NdZq8086222; Mon, 7 Nov 2016 23:39:35 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611072339.uA7NdZq8086222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 7 Nov 2016 23:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425652 - head/dns/py-namebench X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 23:39:36 -0000 Author: linimon Date: Mon Nov 7 23:39:34 2016 New Revision: 425652 URL: https://svnweb.freebsd.org/changeset/ports/425652 Log: Remove trailing newline escape from MASTER_SITES. This had the effect of eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn. Approved by: "just fix it" Modified: head/dns/py-namebench/Makefile Modified: head/dns/py-namebench/Makefile ============================================================================== --- head/dns/py-namebench/Makefile Mon Nov 7 23:09:11 2016 (r425651) +++ head/dns/py-namebench/Makefile Mon Nov 7 23:39:34 2016 (r425652) @@ -6,7 +6,7 @@ PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= dns python benchmarks MASTER_SITES= SF/bsdsrc/${PORTDIRNAME}/ \ - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-source From owner-svn-ports-all@freebsd.org Mon Nov 7 23:59:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25FE7C3500F; Mon, 7 Nov 2016 23:59:16 +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 C74E9A18; Mon, 7 Nov 2016 23:59: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 uA7NxFaq094040; Mon, 7 Nov 2016 23:59:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7NxEF1094036; Mon, 7 Nov 2016 23:59:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611072359.uA7NxEF1094036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 7 Nov 2016 23:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425653 - in head/devel: . py-zkpython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 07 Nov 2016 23:59:16 -0000 Author: feld Date: Mon Nov 7 23:59:14 2016 New Revision: 425653 URL: https://svnweb.freebsd.org/changeset/ports/425653 Log: ZooKeeper Python bindings WWW: https://pypi.python.org/pypi/zkpython/ Added: head/devel/py-zkpython/ head/devel/py-zkpython/Makefile (contents, props changed) head/devel/py-zkpython/distinfo (contents, props changed) head/devel/py-zkpython/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 7 23:39:34 2016 (r425652) +++ head/devel/Makefile Mon Nov 7 23:59:14 2016 (r425653) @@ -4662,6 +4662,7 @@ SUBDIR += py-z3c.formwidget.query SUBDIR += py-z3c.zcmlhook SUBDIR += py-zExceptions + SUBDIR += py-zkpython SUBDIR += py-zLOG SUBDIR += py-zc.buildout SUBDIR += py-zclockfile Added: head/devel/py-zkpython/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-zkpython/Makefile Mon Nov 7 23:59:14 2016 (r425653) @@ -0,0 +1,20 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= zkpython +PORTVERSION= 0.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Python bindings to Apache Zookeeper + +LICENSE= APACHE20 + +LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-zkpython/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-zkpython/distinfo Mon Nov 7 23:59:14 2016 (r425653) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478562623 +SHA256 (zkpython-0.4.2.tar.gz) = 74ab7e1559c2ff75665bc806cf30060af9c8d1759d36b55a22583cfa0c213de9 +SIZE (zkpython-0.4.2.tar.gz) = 14640 Added: head/devel/py-zkpython/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-zkpython/pkg-descr Mon Nov 7 23:59:14 2016 (r425653) @@ -0,0 +1,3 @@ +ZooKeeper Python bindings + +WWW: https://pypi.python.org/pypi/zkpython/ From owner-svn-ports-all@freebsd.org Tue Nov 8 00:59:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53F94C3444F; Tue, 8 Nov 2016 00:59:34 +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 06E3ED8E; Tue, 8 Nov 2016 00:59:33 +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 uA80xXsP017144; Tue, 8 Nov 2016 00:59:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA80xXEj017142; Tue, 8 Nov 2016 00:59:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080059.uA80xXEj017142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 00:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425654 - head/security/p5-Crypt-PKCS10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 00:59:34 -0000 Author: wen Date: Tue Nov 8 00:59:32 2016 New Revision: 425654 URL: https://svnweb.freebsd.org/changeset/ports/425654 Log: - Update to 1.8002 Changes: http://cpansearch.perl.org/src/TLHACKQUE/Crypt-PKCS10-1.8002/Changes - Add NO_ARCH PR: 214179 Submitted by: svysh.fbsd@gmail.com(maintainer) Modified: head/security/p5-Crypt-PKCS10/Makefile head/security/p5-Crypt-PKCS10/distinfo Modified: head/security/p5-Crypt-PKCS10/Makefile ============================================================================== --- head/security/p5-Crypt-PKCS10/Makefile Mon Nov 7 23:59:14 2016 (r425653) +++ head/security/p5-Crypt-PKCS10/Makefile Tue Nov 8 00:59:32 2016 (r425654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-PKCS10 -PORTVERSION= 1.5 +PORTVERSION= 1.8002 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,14 @@ COMMENT= Parse PKCS #10 certificate requ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 +BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ + p5-Module-Signature>=0:security/p5-Module-Signature \ + p5-Digest-MD4>=0:security/p5-Digest-MD4 \ + p5-Digest-MD2>=0:security/p5-Digest-MD2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_ARCH=yes +NO_ARCH= yes .include Modified: head/security/p5-Crypt-PKCS10/distinfo ============================================================================== --- head/security/p5-Crypt-PKCS10/distinfo Mon Nov 7 23:59:14 2016 (r425653) +++ head/security/p5-Crypt-PKCS10/distinfo Tue Nov 8 00:59:32 2016 (r425654) @@ -1,2 +1,3 @@ -SHA256 (Crypt-PKCS10-1.5.tar.gz) = 230ae75b435f62a4ffa0932f47d36beaec37bd95f30d2ef755b34b877038ee8e -SIZE (Crypt-PKCS10-1.5.tar.gz) = 47814 +TIMESTAMP = 1478245996 +SHA256 (Crypt-PKCS10-1.8002.tar.gz) = c5253aa4ce1b7edc000fc132ca46fd9912dda189d2a9b518c9164dd52acaa0fa +SIZE (Crypt-PKCS10-1.8002.tar.gz) = 87682 From owner-svn-ports-all@freebsd.org Tue Nov 8 01:57:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6864C34038; Tue, 8 Nov 2016 01:57:50 +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 B0DBDF70; Tue, 8 Nov 2016 01:57:50 +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 uA81vnaH040114; Tue, 8 Nov 2016 01:57:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA81vneu040112; Tue, 8 Nov 2016 01:57:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080157.uA81vneu040112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 01:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425655 - head/math/py-pandas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 01:57:50 -0000 Author: wen Date: Tue Nov 8 01:57:49 2016 New Revision: 425655 URL: https://svnweb.freebsd.org/changeset/ports/425655 Log: - Update to 0.19.1 PR: 214301 Submitted by: john@saltant.com(maintainer) Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Tue Nov 8 00:59:32 2016 (r425654) +++ head/math/py-pandas/Makefile Tue Nov 8 01:57:49 2016 (r425655) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.18.1 +PORTVERSION= 0.19.1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ TEST_DEPENDS:= ${RUN_DEPENDS} \ nosetests-${PYTHON_VER}:devel/py-nose \ cython:lang/cython \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>0:databases/py-sqlalchemy09 \ ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables \ @@ -37,12 +37,14 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ # Note: we cannot include math/py-statsmodels in TEST_DEPENDS because it # depends upon us for BUILD and RUN. -OPTIONS_DEFINE= MPL OPENPYXL SCIPY +OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL +OPTIONS_RADIO= SQL OPTIONS_GROUP_ACCEL= BTLNCK NUMEXPR -OPTIONS_GROUP_STORAGE= BOTO TABLES SQL +OPTIONS_GROUP_STORAGE= BOTO TABLES OPTIONS_GROUP_HTML= LXML HTML5LIB JINJA2 OPTIONS_GROUP_EXCEL= XLRD XLWT OPENPYXL XLSX +OPTIONS_RADIO_SQL= ALCHEMY08 ALCHEMY09 ALCHEMY10 OPTIONS_DEFAULT= BTLNCK NUMEXPR MPL_DESC= Support graphical plotting output via math/py-matplotlib @@ -51,7 +53,6 @@ BTLNCK_DESC= Accelerate certain NaN eval NUMEXPR_DESC= Accelerate certain numerical ops via math/py-numexpr BOTO_DESC= Support Amazon S3 storage via devel/py-boto TABLES_DESC= Support HDF5-based storage via devel/py-tables -SQL_DESC= Support SQL databases via databases/py-sqlalchemy08 LXML_DESC= Parse HTML with devel/py-lxml and www/py-beautifulsoup JINJA2_DESC= Support conditional HTML formatting with devel/py-Jinja2 HTML5LIB_DESC= Parse HTML with www/py-html5lib and www/py-beautifulsoup @@ -59,8 +60,12 @@ OPENPYXL_DESC= Read/write MS Excel 2007+ XLRD_DESC= Read MS Excel with textproc/py-xlrd XLWT_DESC= Write MS Excel with textproc/py-xlwt XLSX_DESC= Write MS Excel with textproc/py-xlsxwriter +ALCHEMY08_DESC= Support SQL databases via databases/py-sqlalchemy08 +ALCHEMY09_DESC= Support SQL databases via databases/py-sqlalchemy09 +ALCHEMY10_DESC= Support SQL databases via databases/py-sqlalchemy10 ACCEL_DESC= Computation Acceleration Add-ons STORAGE_DESC= Data Storage Add-ons +SQL_DESC= SQLAlchemy ORM Add-ons HTML_DESC= HTML Parsing/Generation Add-ons EXCEL_DESC= MS Excel I/O Add-ons @@ -70,7 +75,6 @@ BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:math/py-numexpr BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables -SQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib @@ -80,6 +84,10 @@ XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX XLWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt XLSX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter +ALCHEMY08_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 +ALCHEMY09_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>0:databases/py-sqlalchemy09 +ALCHEMY10_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10 + .include .if ${PORT_OPTIONS:MLXML} || ${PORT_OPTIONS:MHTML5LIB} Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Tue Nov 8 00:59:32 2016 (r425654) +++ head/math/py-pandas/distinfo Tue Nov 8 01:57:49 2016 (r425655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463318239 -SHA256 (pandas-0.18.1.tar.gz) = d2e483692c7915916dffd1b83256ea9761b4224c8d45646ceddf48b977ee77b2 -SIZE (pandas-0.18.1.tar.gz) = 7283184 +TIMESTAMP = 1478375517 +SHA256 (pandas-0.19.1.tar.gz) = 2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421 +SIZE (pandas-0.19.1.tar.gz) = 8360233 From owner-svn-ports-all@freebsd.org Tue Nov 8 02:00:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39E2DC34182; Tue, 8 Nov 2016 02:00:12 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE239F7; Tue, 8 Nov 2016 02:00:11 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA820BNP040389; Tue, 8 Nov 2016 02:00:11 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA820A4l040385; Tue, 8 Nov 2016 02:00:10 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611080200.uA820A4l040385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 8 Nov 2016 02:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425656 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:00:12 -0000 Author: sbruno Date: Tue Nov 8 02:00:10 2016 New Revision: 425656 URL: https://svnweb.freebsd.org/changeset/ports/425656 Log: Update and track upstream QEMU 2.7.50 No changes to qemu-user are intended here, nor are there and fixes here. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/files/patch-Makefile head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Nov 8 01:57:49 2016 (r425655) +++ head/emulators/qemu-sbruno/Makefile Tue Nov 8 02:00:10 2016 (r425656) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.6.90.g20160728 -PORTREVISION= 1 +PORTVERSION= 2.7.50.g20161024 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,10 +17,11 @@ COMMENT?= QEMU CPU Emulator - github bsd BROKEN_FreeBSD_9= does not build +LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= c47c4e2 +GH_TAGNAME= e0c9a90 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build @@ -71,7 +71,7 @@ USE_GNOME+= glib20 CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --extra-ldflags=-L\"${LOCALBASE}/lib\" CONFIGURE_ARGS+= --disable-libssh2 -PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt +PORTDOCS= docs qemu-doc.html qmp-commands.txt .if defined(QEMU_USER_STATIC) .if ${ARCH} != "amd64" @@ -243,6 +243,13 @@ CONFIGURE_ARGS+= --sparc_cpu=v9 CONFIGURE_ARGS+= --python=${PYTHON_CMD} +# clang in freebsd 10 is unable to assemble linuxboot_dma.bin +.if (${OSVERSION} < 1100000) +PLIST_SUB+= LINUXBOOT_DMA="@comment " +.else +PLIST_SUB+= LINUXBOOT_DMA="" +.endif + # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much post-patch: @@ -250,6 +257,16 @@ post-patch: @${REINPLACE_CMD} -e '/LIBS/s|-lprocstat|-lprocstat -lelf|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e '/libs_qga=/s|glib_libs|glib_libs -lintl|' ${WRKSRC}/configure +# clang in freebsd 10 is unable to assemble linuxboot_dma.bin +.if (${OSVERSION} < 1100000) + @${REINPLACE_CMD} -E \ + -e 's|linuxboot_dma.bin||' \ + ${WRKSRC}/pc-bios/optionrom/Makefile + @${REINPLACE_CMD} -E \ + -e 's|linuxboot_dma.bin||' \ + ${WRKSRC}/Makefile +.endif + #.if ${PORT_OPTIONS:MPCAP} # @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/pcap-patch #.endif Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Nov 8 01:57:49 2016 (r425655) +++ head/emulators/qemu-sbruno/distinfo Tue Nov 8 02:00:10 2016 (r425656) @@ -1,4 +1,7 @@ -SHA256 (qemu/2.6.90.g20160728/seanbruno-qemu-bsd-user-2.6.90.g20160728-c47c4e2_GH0.tar.gz) = e18cf0c11481019a43dc45dc72f720738309c0a5e83c6217cd1cea82ec57173b -SIZE (qemu/2.6.90.g20160728/seanbruno-qemu-bsd-user-2.6.90.g20160728-c47c4e2_GH0.tar.gz) = 12947898 -SHA256 (qemu/2.6.90.g20160728/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.6.90.g201605/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1478530214 +SHA256 (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 92c19071cb5adee091bd7db72021ff4f2181d5380414d748d92926e71839d9a4 +SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 +SHA256 (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 92c19071cb5adee091bd7db72021ff4f2181d5380414d748d92926e71839d9a4 +SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 Modified: head/emulators/qemu-sbruno/files/patch-Makefile ============================================================================== --- head/emulators/qemu-sbruno/files/patch-Makefile Tue Nov 8 01:57:49 2016 (r425655) +++ head/emulators/qemu-sbruno/files/patch-Makefile Tue Nov 8 02:00:10 2016 (r425656) @@ -1,14 +1,13 @@ ---- Makefile.orig 2016-07-11 15:33:10 UTC +--- Makefile.orig 2016-10-24 16:28:22 UTC +++ Makefile -@@ -91,8 +91,12 @@ LIBS+=-lz $(LIBS_TOOLS) +@@ -90,7 +90,11 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS +DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 +else - DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 - DOCS+=qmp-commands.txt + DOCS=qemu-doc.html qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 +endif ifdef CONFIG_VIRTFS DOCS+=fsdev/virtfs-proxy-helper.1 @@ -18,8 +17,8 @@ install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)" +ifndef NOPORTDOCS - $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(qemu_docdir)" - $(INSTALL_DATA) qmp-commands.txt "$(DESTDIR)$(qemu_docdir)" + $(INSTALL_DATA) qemu-doc.html "$(DESTDIR)$(qemu_docdir)" + $(INSTALL_DATA) $(SRC_PATH)/docs/qmp-commands.txt "$(DESTDIR)$(qemu_docdir)" +endif ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Tue Nov 8 01:57:49 2016 (r425655) +++ head/emulators/qemu-sbruno/pkg-plist Tue Nov 8 02:00:10 2016 (r425656) @@ -103,7 +103,7 @@ %%SOFTMMU%%%%DATADIR%%/keymaps/tr %%SOFTMMU%%%%DATADIR%%/kvmvapic.bin %%SOFTMMU%%%%DATADIR%%/linuxboot.bin -%%SOFTMMU%%%%DATADIR%%/linuxboot_dma.bin +%%LINUXBOOT_DMA%%%%SOFTMMU%%%%DATADIR%%/linuxboot_dma.bin %%SOFTMMU%%%%DATADIR%%/multiboot.bin %%SOFTMMU%%%%DATADIR%%/openbios-ppc %%SOFTMMU%%%%DATADIR%%/openbios-sparc32 From owner-svn-ports-all@freebsd.org Tue Nov 8 02:27:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B9AC34AA5; Tue, 8 Nov 2016 02:27:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 351DDC; Tue, 8 Nov 2016 02:27:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82RkpY051916; Tue, 8 Nov 2016 02:27:46 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82Rk6k051915; Tue, 8 Nov 2016 02:27:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080227.uA82Rk6k051915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425657 - head/lang/angelscript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:27:47 -0000 Author: linimon Date: Tue Nov 8 02:27:46 2016 New Revision: 425657 URL: https://svnweb.freebsd.org/changeset/ports/425657 Log: Also broken on arm64 and sparc64 (invokes x86 asm). Approved by: portmgr (tier-2 blanket) Modified: head/lang/angelscript/Makefile Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Tue Nov 8 02:00:10 2016 (r425656) +++ head/lang/angelscript/Makefile Tue Nov 8 02:27:46 2016 (r425657) @@ -12,7 +12,9 @@ COMMENT= AngelCode Scripting Library LICENSE= ZLIB +BROKEN_arm64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: invokes x86 asm MAKEFILE= makefile MAKE_ARGS= LOCAL=${STAGEDIR}${PREFIX} From owner-svn-ports-all@freebsd.org Tue Nov 8 02:29:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9395CC34B5B; Tue, 8 Nov 2016 02:29:57 +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 62BF01A5; Tue, 8 Nov 2016 02:29:57 +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 uA82TuZe052093; Tue, 8 Nov 2016 02:29:56 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82TuNZ052091; Tue, 8 Nov 2016 02:29:56 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080229.uA82TuNZ052091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 02:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425658 - head/devel/p5-Devel-GlobalDestruction X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:29:57 -0000 Author: wen Date: Tue Nov 8 02:29:56 2016 New Revision: 425658 URL: https://svnweb.freebsd.org/changeset/ports/425658 Log: - Update to 0.14 Changes: http://search.cpan.org/src/HAARG/Devel-GlobalDestruction-0.14/Changes Modified: head/devel/p5-Devel-GlobalDestruction/Makefile head/devel/p5-Devel-GlobalDestruction/distinfo Modified: head/devel/p5-Devel-GlobalDestruction/Makefile ============================================================================== --- head/devel/p5-Devel-GlobalDestruction/Makefile Tue Nov 8 02:27:46 2016 (r425657) +++ head/devel/p5-Devel-GlobalDestruction/Makefile Tue Nov 8 02:29:56 2016 (r425658) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Devel-GlobalDestruction -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Devel-GlobalDestruction/distinfo ============================================================================== --- head/devel/p5-Devel-GlobalDestruction/distinfo Tue Nov 8 02:27:46 2016 (r425657) +++ head/devel/p5-Devel-GlobalDestruction/distinfo Tue Nov 8 02:29:56 2016 (r425658) @@ -1,2 +1,3 @@ -SHA256 (Devel-GlobalDestruction-0.13.tar.gz) = b29824dc0d322e56da325f05185367eb443694716010b36693dd52ffbe8ec462 -SIZE (Devel-GlobalDestruction-0.13.tar.gz) = 8460 +TIMESTAMP = 1478570265 +SHA256 (Devel-GlobalDestruction-0.14.tar.gz) = 34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab +SIZE (Devel-GlobalDestruction-0.14.tar.gz) = 10041 From owner-svn-ports-all@freebsd.org Tue Nov 8 02:34:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21AB8C34D58; Tue, 8 Nov 2016 02:34:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E429789F; Tue, 8 Nov 2016 02:34:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82YHTq055896; Tue, 8 Nov 2016 02:34:17 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82YH4W055895; Tue, 8 Nov 2016 02:34:17 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080234.uA82YH4W055895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425659 - head/security/ftimes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:34:18 -0000 Author: linimon Date: Tue Nov 8 02:34:16 2016 New Revision: 425659 URL: https://svnweb.freebsd.org/changeset/ports/425659 Log: Mark as broken on arm64 and mips64: cpu not supported. Approved by: portmgr (tier-2 blanket) Modified: head/security/ftimes/Makefile Modified: head/security/ftimes/Makefile ============================================================================== --- head/security/ftimes/Makefile Tue Nov 8 02:29:56 2016 (r425658) +++ head/security/ftimes/Makefile Tue Nov 8 02:34:16 2016 (r425659) @@ -13,6 +13,9 @@ COMMENT= System baselining and evidence LICENSE= BSD3CLAUSE APACHE20 MIT LICENSE_COMB= multi +BROKEN_arm64: fails to build: aarch64 is not currently supported +BROKEN_mips64: fails to build: mips64 is not currently supported + GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz USE_PERL5= run build From owner-svn-ports-all@freebsd.org Tue Nov 8 02:34:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37F8C34DB3; Tue, 8 Nov 2016 02:34:41 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3A79984; Tue, 8 Nov 2016 02:34:41 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82Ye8i056014; Tue, 8 Nov 2016 02:34:40 GMT (envelope-from xride@FreeBSD.org) Received: (from xride@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82YeX1056013; Tue, 8 Nov 2016 02:34:40 GMT (envelope-from xride@FreeBSD.org) Message-Id: <201611080234.uA82YeX1056013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: xride set sender to xride@FreeBSD.org using -f From: Soeren Straarup Date: Tue, 8 Nov 2016 02:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425660 - head/comms/gpredict/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:34:42 -0000 Author: xride Date: Tue Nov 8 02:34:40 2016 New Revision: 425660 URL: https://svnweb.freebsd.org/changeset/ports/425660 Log: Don't free the struct before free'ing it's member. Added: head/comms/gpredict/files/ head/comms/gpredict/files/patch-trsp.c (contents, props changed) Added: head/comms/gpredict/files/patch-trsp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/gpredict/files/patch-trsp.c Tue Nov 8 02:34:40 2016 (r425660) @@ -0,0 +1,13 @@ +--- src/trsp-conf.c.orig 2016-06-04 02:02:30.359797000 -0500 ++++ src/trsp-conf.c 2016-06-04 02:02:47.233560000 -0500 +@@ -186,9 +186,9 @@ + for (i = 0; i < n; i++) { + trsp = (trsp_t *) g_slist_nth_data (trsplist, i); + g_free (trsp->name); +- g_free (trsp); + if (trsp->mode) + g_free (trsp->mode); ++ g_free (trsp); + } + g_slist_free (trsplist); + trsplist = NULL; From owner-svn-ports-all@freebsd.org Tue Nov 8 02:37:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A46D7C34EE7; Tue, 8 Nov 2016 02:37:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74946ADE; Tue, 8 Nov 2016 02:37:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82bqgT056203; Tue, 8 Nov 2016 02:37:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82bqnG056202; Tue, 8 Nov 2016 02:37:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080237.uA82bqnG056202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425661 - head/sysutils/webjob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:37:53 -0000 Author: linimon Date: Tue Nov 8 02:37:52 2016 New Revision: 425661 URL: https://svnweb.freebsd.org/changeset/ports/425661 Log: Mark as broken on arm64 and mips64: fails to detect CPU. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/webjob/Makefile Modified: head/sysutils/webjob/Makefile ============================================================================== --- head/sysutils/webjob/Makefile Tue Nov 8 02:34:40 2016 (r425660) +++ head/sysutils/webjob/Makefile Tue Nov 8 02:37:52 2016 (r425661) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= klm@uidzero.org COMMENT= Download and execute a program over HTTP/HTTPS +BROKEN_arm64= fails to build: aarch64 is not currently supported +BROKEN_mips64= fails to build: mips64 is not currently supported + USES= perl5 shebangfix tar:tgz SHEBANG_FILES= tools/xshar/xshar GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 02:39:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04BE3C34F53; Tue, 8 Nov 2016 02:39:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C85C3C19; Tue, 8 Nov 2016 02:39:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82daNQ056353; Tue, 8 Nov 2016 02:39:36 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82daAi056352; Tue, 8 Nov 2016 02:39:36 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080239.uA82daAi056352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425662 - head/security/ftimes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:39:38 -0000 Author: linimon Date: Tue Nov 8 02:39:36 2016 New Revision: 425662 URL: https://svnweb.freebsd.org/changeset/ports/425662 Log: Fix typo that is not detected by 'make describe'. Sigh. Modified: head/security/ftimes/Makefile Modified: head/security/ftimes/Makefile ============================================================================== --- head/security/ftimes/Makefile Tue Nov 8 02:37:52 2016 (r425661) +++ head/security/ftimes/Makefile Tue Nov 8 02:39:36 2016 (r425662) @@ -13,8 +13,8 @@ COMMENT= System baselining and evidence LICENSE= BSD3CLAUSE APACHE20 MIT LICENSE_COMB= multi -BROKEN_arm64: fails to build: aarch64 is not currently supported -BROKEN_mips64: fails to build: mips64 is not currently supported +BROKEN_arm64= fails to build: aarch64 is not currently supported +BROKEN_mips64= fails to build: mips64 is not currently supported GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz From owner-svn-ports-all@freebsd.org Tue Nov 8 02:45:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEB76C350B7; Tue, 8 Nov 2016 02:45:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B05E2F64; Tue, 8 Nov 2016 02:45:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82jFSj060087; Tue, 8 Nov 2016 02:45:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82jFBY060086; Tue, 8 Nov 2016 02:45:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080245.uA82jFBY060086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425663 - head/games/supertuxkart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:45:17 -0000 Author: linimon Date: Tue Nov 8 02:45:15 2016 New Revision: 425663 URL: https://svnweb.freebsd.org/changeset/ports/425663 Log: Mark as broken on arm64: invokes x86 asm. Approved by: portmgr (tier-2 blanket) Modified: head/games/supertuxkart/Makefile Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Tue Nov 8 02:39:36 2016 (r425662) +++ head/games/supertuxkart/Makefile Tue Nov 8 02:45:15 2016 (r425663) @@ -19,6 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libv libpng.so:graphics/png \ libfreetype.so:print/freetype2 +BROKEN_arm64= fails to build: invokes x86 asm + USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz USE_GL= gl glu From owner-svn-ports-all@freebsd.org Tue Nov 8 02:48:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BBCC35113; Tue, 8 Nov 2016 02:48:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41F3BA3; Tue, 8 Nov 2016 02:48:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA82m00I060273; Tue, 8 Nov 2016 02:48:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82m0Pe060272; Tue, 8 Nov 2016 02:48:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080248.uA82m0Pe060272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 02:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425664 - head/biology/avida X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:48:01 -0000 Author: linimon Date: Tue Nov 8 02:48:00 2016 New Revision: 425664 URL: https://svnweb.freebsd.org/changeset/ports/425664 Log: Mark broken on the rest of the tier-2 archs: invokes x86 asm. Modified: head/biology/avida/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Tue Nov 8 02:45:15 2016 (r425663) +++ head/biology/avida/Makefile Tue Nov 8 02:48:00 2016 (r425664) @@ -12,7 +12,10 @@ COMMENT= Auto-adaptive genetic system de LICENSE= GPLv3 -BROKEN_sparc64= missing atomics implementation +BROKEN_arm64= invokes x86 asm +BROKEN_mips= invokes x86 asm +BROKEN_mips64= invokes x86 asm +BROKEN_sparc64= missing atomics implementation BROKEN_powerpc64= Does not build on powerpc64 USES= cmake:outsource ncurses From owner-svn-ports-all@freebsd.org Tue Nov 8 02:53:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BF8DC353C9; Tue, 8 Nov 2016 02:53:24 +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 D4B467D3; Tue, 8 Nov 2016 02:53:23 +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 uA82rNn4064101; Tue, 8 Nov 2016 02:53:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82rMoD064099; Tue, 8 Nov 2016 02:53:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611080253.uA82rMoD064099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 8 Nov 2016 02:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425665 - in head/mail/dovecot2-pigeonhole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:53:24 -0000 Author: adamw Date: Tue Nov 8 02:53:22 2016 New Revision: 425665 URL: https://svnweb.freebsd.org/changeset/ports/425665 Log: pick up github commit: https://github.com/dovecot/pigeonhole/commit/00651e607c6ea9145ec565dcfd2fdf7d04bb32e9 imapsieve plugin: Fixed assert failure occurring when used with virtual mailboxes. In that case a transaction (delayed sync) is perfromed outside of the context of an IMAP command. PR: 214302 Submitted by: maintainer (Larry Rosenman) Added: head/mail/dovecot2-pigeonhole/files/ head/mail/dovecot2-pigeonhole/files/patch-src_plugins_imapsieve_imap-sieve-storage.c (contents, props changed) Modified: head/mail/dovecot2-pigeonhole/Makefile Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Nov 8 02:48:00 2016 (r425664) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Nov 8 02:53:22 2016 (r425665) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Added: head/mail/dovecot2-pigeonhole/files/patch-src_plugins_imapsieve_imap-sieve-storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot2-pigeonhole/files/patch-src_plugins_imapsieve_imap-sieve-storage.c Tue Nov 8 02:53:22 2016 (r425665) @@ -0,0 +1,12 @@ +--- src/plugins/imapsieve/imap-sieve-storage.c.orig 2016-11-08 02:19:04 UTC ++++ src/plugins/imapsieve/imap-sieve-storage.c +@@ -531,7 +531,8 @@ imap_sieve_mailbox_transaction_begin(str + /* commence parent transaction */ + t = lbox->super.transaction_begin(box, flags); + +- if (isuser == NULL || isuser->sieve_active) ++ if (isuser == NULL || isuser->sieve_active || ++ isuser->cur_cmd == IMAP_SIEVE_CMD_NONE) + return t; + + i_assert(isuser->client != NULL); From owner-svn-ports-all@freebsd.org Tue Nov 8 02:57:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C33CC354F1; Tue, 8 Nov 2016 02:57:07 +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 5423E926; Tue, 8 Nov 2016 02:57:07 +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 uA82v67T064362; Tue, 8 Nov 2016 02:57:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA82v6mL064360; Tue, 8 Nov 2016 02:57:06 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080257.uA82v6mL064360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 02:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425666 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 02:57:07 -0000 Author: wen Date: Tue Nov 8 02:57:06 2016 New Revision: 425666 URL: https://svnweb.freebsd.org/changeset/ports/425666 Log: - Update to 0.620 Changes: http://cpansearch.perl.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.620/Changes - Update DEPENDS PR: 214275 Submitted by: hvo.pm@xs4all.nl(maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Nov 8 02:53:22 2016 (r425665) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Nov 8 02:57:06 2016 (r425666) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.614 +PORTVERSION= 0.620 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \ p5-Session-Token>=0:security/p5-Session-Token \ - p5-Dancer2>=0.200000:www/p5-Dancer2 + p5-Dancer2>=0.204001:www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Nov 8 02:53:22 2016 (r425665) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Nov 8 02:57:06 2016 (r425666) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477871314 -SHA256 (Dancer2-Plugin-Auth-Extensible-0.614.tar.gz) = d08e3e09965aaa44398eff27ce757d0a266e952b6af68156dd2005de37b2c311 -SIZE (Dancer2-Plugin-Auth-Extensible-0.614.tar.gz) = 42451 +TIMESTAMP = 1478572225 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.620.tar.gz) = 05fdc02df83ae494fe8b11636029225b70bafdff0a6ef0f54fde31c22e62fc28 +SIZE (Dancer2-Plugin-Auth-Extensible-0.620.tar.gz) = 47906 From owner-svn-ports-all@freebsd.org Tue Nov 8 03:03:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB604C3592F; Tue, 8 Nov 2016 03:03:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A838E0; Tue, 8 Nov 2016 03:03:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA833e0k068972; Tue, 8 Nov 2016 03:03:40 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA833eOK068971; Tue, 8 Nov 2016 03:03:40 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080303.uA833eOK068971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425667 - head/devel/qtcreator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:03:41 -0000 Author: linimon Date: Tue Nov 8 03:03:40 2016 New Revision: 425667 URL: https://svnweb.freebsd.org/changeset/ports/425667 Log: Mark broken on arm64: invokes x86 asm. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/qtcreator/Makefile Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Tue Nov 8 02:57:06 2016 (r425666) +++ head/devel/qtcreator/Makefile Tue Nov 8 03:03:40 2016 (r425667) @@ -37,6 +37,8 @@ QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99 DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \ "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true +BROKEN_arm64= fails to build: invokes x86 asm + OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DESC= Install the Qt5 api documentation DOCS_USE= QT5=doc_run @@ -68,5 +70,4 @@ pre-configure: # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache - .include From owner-svn-ports-all@freebsd.org Tue Nov 8 03:12:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D002C35B33; Tue, 8 Nov 2016 03:12:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0D0E7A6; Tue, 8 Nov 2016 03:12:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83CecH072753; Tue, 8 Nov 2016 03:12:40 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83Cexm072751; Tue, 8 Nov 2016 03:12:40 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080312.uA83Cexm072751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425668 - in head/lang: racket racket-minimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:12:41 -0000 Author: linimon Date: Tue Nov 8 03:12:39 2016 New Revision: 425668 URL: https://svnweb.freebsd.org/changeset/ports/425668 Log: Mark as broken on arm64: platform not supported. Approved by: portmgr (tier-2 blanket) Modified: head/lang/racket-minimal/Makefile head/lang/racket/Makefile Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Tue Nov 8 03:03:40 2016 (r425667) +++ head/lang/racket-minimal/Makefile Tue Nov 8 03:12:39 2016 (r425668) @@ -21,6 +21,9 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi +BROKEN_arm64= does not build: error: Unported platform +BROKEN_sparc64= does not build + MAKE_JOBS_UNSAFE=yes CONFLICTS= racket-[0-9]* Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Tue Nov 8 03:03:40 2016 (r425667) +++ head/lang/racket/Makefile Tue Nov 8 03:12:39 2016 (r425668) @@ -22,6 +22,9 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libcairo.so:graphics/cairo \ libpng.so:graphics/png +BROKEN_arm64= does not build: error: Unported platform +BROKEN_sparc64= does not build + MAKE_JOBS_UNSAFE=yes CONFLICTS= racket-minimal-[0-9]* From owner-svn-ports-all@freebsd.org Tue Nov 8 03:20:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89447C35CF2; Tue, 8 Nov 2016 03:20:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 548519D7; Tue, 8 Nov 2016 03:20:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83KnCL073124; Tue, 8 Nov 2016 03:20:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83KnLG073123; Tue, 8 Nov 2016 03:20:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080320.uA83KnLG073123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425669 - head/net-p2p/uhub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:20:50 -0000 Author: linimon Date: Tue Nov 8 03:20:49 2016 New Revision: 425669 URL: https://svnweb.freebsd.org/changeset/ports/425669 Log: Mark as broken on armd64 and mips64. Modified: head/net-p2p/uhub/Makefile Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Tue Nov 8 03:12:39 2016 (r425668) +++ head/net-p2p/uhub/Makefile Tue Nov 8 03:20:49 2016 (r425669) @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN_arm64= fails to compile: CPUINFO not defined +BROKEN_mips64= fails to compile: strndup not found + USES= cmake perl5 sqlite USE_RC_SUBR= uhub USE_PERL5= build From owner-svn-ports-all@freebsd.org Tue Nov 8 03:23:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D018C321B2; Tue, 8 Nov 2016 03:23:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EC10DF2; Tue, 8 Nov 2016 03:23:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83NiG8076956; Tue, 8 Nov 2016 03:23:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83NitG076955; Tue, 8 Nov 2016 03:23:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080323.uA83NitG076955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425670 - head/security/hpenc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:23:45 -0000 Author: linimon Date: Tue Nov 8 03:23:44 2016 New Revision: 425670 URL: https://svnweb.freebsd.org/changeset/ports/425670 Log: Also broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/security/hpenc/Makefile Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Tue Nov 8 03:20:49 2016 (r425669) +++ head/security/hpenc/Makefile Tue Nov 8 03:23:44 2016 (r425670) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= does not build -NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS= arm64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture USES= tar:xz compiler:c++11-lib gmake From owner-svn-ports-all@freebsd.org Tue Nov 8 03:28:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2ED6C322AF; Tue, 8 Nov 2016 03:28:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8ED8F42; Tue, 8 Nov 2016 03:28:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83SGY9077181; Tue, 8 Nov 2016 03:28:16 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83SGXs077180; Tue, 8 Nov 2016 03:28:16 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080328.uA83SGXs077180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425671 - head/security/p5-Digest-GOST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:28:18 -0000 Author: linimon Date: Tue Nov 8 03:28:16 2016 New Revision: 425671 URL: https://svnweb.freebsd.org/changeset/ports/425671 Log: Mark as broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/security/p5-Digest-GOST/Makefile Modified: head/security/p5-Digest-GOST/Makefile ============================================================================== --- head/security/p5-Digest-GOST/Makefile Tue Nov 8 03:23:44 2016 (r425670) +++ head/security/p5-Digest-GOST/Makefile Tue Nov 8 03:28:16 2016 (r425671) @@ -12,6 +12,9 @@ COMMENT= Perl interface to the GOST R 34 LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN_arm64= fails to build: Cannot detect CPU architechture +BROKEN_mips64= fails to build: Cannot detect CPU architechture + USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Nov 8 03:30:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC99DC32378; Tue, 8 Nov 2016 03:30: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 BEB41D2; Tue, 8 Nov 2016 03:30: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 uA83U9wq077371; Tue, 8 Nov 2016 03:30:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83U92S077369; Tue, 8 Nov 2016 03:30:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080330.uA83U92S077369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 03:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425672 - head/mail/rainloop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:30:11 -0000 Author: wen Date: Tue Nov 8 03:30:09 2016 New Revision: 425672 URL: https://svnweb.freebsd.org/changeset/ports/425672 Log: - Update to 1.10.5.192 PR: 214292 Submitted by: yasu@utahime.org Approved by: loic.blot@unix-experience.fr(maintainer) Modified: head/mail/rainloop/Makefile head/mail/rainloop/distinfo Modified: head/mail/rainloop/Makefile ============================================================================== --- head/mail/rainloop/Makefile Tue Nov 8 03:28:16 2016 (r425671) +++ head/mail/rainloop/Makefile Tue Nov 8 03:30:09 2016 (r425672) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rainloop -PORTVERSION= 1.10.4.183 +PORTVERSION= 1.10.5.192 CATEGORIES= mail www MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/ Modified: head/mail/rainloop/distinfo ============================================================================== --- head/mail/rainloop/distinfo Tue Nov 8 03:28:16 2016 (r425671) +++ head/mail/rainloop/distinfo Tue Nov 8 03:30:09 2016 (r425672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475112075 -SHA256 (rainloop-1.10.4.183.zip) = 68b89d29a5e3adfc2cf3e835f9087c87418a372ee03a3cae2b7e281689508d56 -SIZE (rainloop-1.10.4.183.zip) = 6055293 +TIMESTAMP = 1478574170 +SHA256 (rainloop-1.10.5.192.zip) = 1806e7c271945f0d3ca9d96b6cf04771932010e1fd22eb71206d610f601bb4d7 +SIZE (rainloop-1.10.5.192.zip) = 6060718 From owner-svn-ports-all@freebsd.org Tue Nov 8 03:31:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A255C324E8; Tue, 8 Nov 2016 03:31:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C4E82DB; Tue, 8 Nov 2016 03:31:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83Vn08080864; Tue, 8 Nov 2016 03:31:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83VnfL080863; Tue, 8 Nov 2016 03:31:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080331.uA83VnfL080863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425673 - head/emulators/ia64sim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:31:50 -0000 Author: linimon Date: Tue Nov 8 03:31:49 2016 New Revision: 425673 URL: https://svnweb.freebsd.org/changeset/ports/425673 Log: Hopeless on anything other than x86. Modified: head/emulators/ia64sim/Makefile Modified: head/emulators/ia64sim/Makefile ============================================================================== --- head/emulators/ia64sim/Makefile Tue Nov 8 03:30:09 2016 (r425672) +++ head/emulators/ia64sim/Makefile Tue Nov 8 03:31:49 2016 (r425673) @@ -13,6 +13,9 @@ COMMENT= IA64 simulator (Intel(R) Archit LICENSE= PD +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= never ported to non-x86 architectures + USES= gmake zip MAKEFILE= makefile.unx MAKE_ARGS= CC="${CC}" From owner-svn-ports-all@freebsd.org Tue Nov 8 03:34:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7423CC32592; Tue, 8 Nov 2016 03:34:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4437E818; Tue, 8 Nov 2016 03:34:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83YjoE081068; Tue, 8 Nov 2016 03:34:45 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83YjNI081067; Tue, 8 Nov 2016 03:34:45 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080334.uA83YjNI081067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425674 - head/devel/libhoard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:34:46 -0000 Author: linimon Date: Tue Nov 8 03:34:45 2016 New Revision: 425674 URL: https://svnweb.freebsd.org/changeset/ports/425674 Log: Broken on all tier-2 archs. Modified: head/devel/libhoard/Makefile Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Tue Nov 8 03:31:49 2016 (r425673) +++ head/devel/libhoard/Makefile Tue Nov 8 03:34:45 2016 (r425674) @@ -13,10 +13,11 @@ COMMENT= Fast, scalable, and memory-effi LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING +BROKEN_arm64= no spin lock implementation is available for this platform +BROKEN_mips= no spin lock implementation is available for this platform +BROKEN_mips64= no spin lock implementation is available for this platform BROKEN_powerpc64= Does not build - -BROKEN_mips= no spin lock implementation is available for this platform -BROKEN_mips64= no spin lock implementation is available for this platform +BROKEN_sparc64= Does not build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/Hoard/src From owner-svn-ports-all@freebsd.org Tue Nov 8 03:40:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D513DC32701; Tue, 8 Nov 2016 03:40:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A45FEA00; Tue, 8 Nov 2016 03:40:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83eFkW081356; Tue, 8 Nov 2016 03:40:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83eFpq081355; Tue, 8 Nov 2016 03:40:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080340.uA83eFpq081355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425675 - head/biology/gmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:40:16 -0000 Author: linimon Date: Tue Nov 8 03:40:15 2016 New Revision: 425675 URL: https://svnweb.freebsd.org/changeset/ports/425675 Log: Mark broken on all tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/biology/gmap/Makefile Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Tue Nov 8 03:34:45 2016 (r425674) +++ head/biology/gmap/Makefile Tue Nov 8 03:40:15 2016 (r425675) @@ -24,7 +24,10 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd +BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_sparc64= Does not build: invokes x86 asm # shebang_fix operates during patch. # These scripts are created during configure. From owner-svn-ports-all@freebsd.org Tue Nov 8 03:45:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F4D8C32935; Tue, 8 Nov 2016 03:45:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E93ADCD; Tue, 8 Nov 2016 03:45:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA83jM4E085166; Tue, 8 Nov 2016 03:45:22 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83jMmF085164; Tue, 8 Nov 2016 03:45:22 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080345.uA83jMmF085164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 03:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425676 - in head/net: hping hping-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, 08 Nov 2016 03:45:23 -0000 Author: linimon Date: Tue Nov 8 03:45:22 2016 New Revision: 425676 URL: https://svnweb.freebsd.org/changeset/ports/425676 Log: Mark as broken on arm64: cannot determine byte order. Approved by: portmgr (tier-2 blanket) Modified: head/net/hping-devel/Makefile head/net/hping/Makefile Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Tue Nov 8 03:40:15 2016 (r425675) +++ head/net/hping-devel/Makefile Tue Nov 8 03:45:22 2016 (r425676) @@ -16,6 +16,8 @@ LIB_DEPENDS= libtcl84.so:lang/tcl84 CONFLICTS= hping-[0-9]* +BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h + GNU_CONFIGURE= yes USES= alias gmake Modified: head/net/hping/Makefile ============================================================================== --- head/net/hping/Makefile Tue Nov 8 03:40:15 2016 (r425675) +++ head/net/hping/Makefile Tue Nov 8 03:45:22 2016 (r425676) @@ -17,6 +17,8 @@ CONFLICTS= hping-devel-[0-9]* WRKSRC= ${WRKDIR}/hping2-rc3 +BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap From owner-svn-ports-all@freebsd.org Tue Nov 8 03:54:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E91AC32D91; Tue, 8 Nov 2016 03:54: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 3B8B035C; Tue, 8 Nov 2016 03:54: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 uA83sU2P089210; Tue, 8 Nov 2016 03:54:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA83sUoR089208; Tue, 8 Nov 2016 03:54:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080354.uA83sUoR089208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 03:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425677 - in head/math/ceres-solver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 03:54:31 -0000 Author: jbeich Date: Tue Nov 8 03:54:30 2016 New Revision: 425677 URL: https://svnweb.freebsd.org/changeset/ports/425677 Log: math/ceres-solver: unbreak OPENMP=off on 10.0+ i386 In file included from examples/helloworld.cc:36: In file included from include/ceres/ceres.h:37: In file included from include/ceres/autodiff_cost_function.h:132: In file included from include/ceres/internal/autodiff.h:145: include/ceres/jet.h:246:3: error: requested alignment is less than minimum alignment of 4 for type 'Eigen::Matrix' alignas(kAlignment) Eigen::Matrix v; ^ include/ceres/internal/autodiff.h:232:34: note: in instantiation of template class 'ceres::Jet' requested here FixedArray x( ^ include/ceres/autodiff_cost_function.h:211:53: note: in instantiation of member function 'ceres::internal::AutoDiff::Differentiate' requested here N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( ^ examples/helloworld.cc:70:11: note: in instantiation of member function 'ceres::AutoDiffCostFunction::Evaluate' requested here new AutoDiffCostFunction(new CostFunctor); ^ Tested by: cmp before.o after.o # GCC 4.8 / 6.2 Added: head/math/ceres-solver/files/ head/math/ceres-solver/files/patch-include_ceres_jet.h (contents, props changed) Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue Nov 8 03:45:22 2016 (r425676) +++ head/math/ceres-solver/Makefile Tue Nov 8 03:54:30 2016 (r425677) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.12.0rc1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org Added: head/math/ceres-solver/files/patch-include_ceres_jet.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/files/patch-include_ceres_jet.h Tue Nov 8 03:54:30 2016 (r425677) @@ -0,0 +1,13 @@ +https://github.com/ceres-solver/ceres-solver/issues/235 + +--- include/ceres/jet.h.orig 2016-10-13 16:52:02 UTC ++++ include/ceres/jet.h +@@ -242,7 +242,7 @@ struct Jet { + 16 <= ::ceres::port_constants::kMaxAlignBytes; + static constexpr int kAlignHint = kShouldAlignMatrix ? + Eigen::AutoAlign : Eigen::DontAlign; +- static constexpr size_t kAlignment = kShouldAlignMatrix ? 16 : 1; ++ static constexpr size_t kAlignment = kShouldAlignMatrix ? 16 : 4; + alignas(kAlignment) Eigen::Matrix v; + #endif + }; From owner-svn-ports-all@freebsd.org Tue Nov 8 04:07:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC86BC35140; Tue, 8 Nov 2016 04:07:58 +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 9464EAE4; Tue, 8 Nov 2016 04:07:58 +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 uA847vUk093316; Tue, 8 Nov 2016 04:07:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA847vtf093313; Tue, 8 Nov 2016 04:07:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080407.uA847vtf093313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 04:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425678 - head/textproc/txt2tags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:07:59 -0000 Author: jbeich Date: Tue Nov 8 04:07:57 2016 New Revision: 425678 URL: https://svnweb.freebsd.org/changeset/ports/425678 Log: textproc/txt2tags: switch to new home - Install more .pdf documentation files PR: 212948 Submitted by: lbartoletti Modified: head/textproc/txt2tags/Makefile (contents, props changed) head/textproc/txt2tags/distinfo (contents, props changed) head/textproc/txt2tags/pkg-descr (contents, props changed) Modified: head/textproc/txt2tags/Makefile ============================================================================== --- head/textproc/txt2tags/Makefile Tue Nov 8 03:54:30 2016 (r425677) +++ head/textproc/txt2tags/Makefile Tue Nov 8 04:07:57 2016 (r425678) @@ -3,10 +3,8 @@ PORTNAME= txt2tags PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= https://launchpad.net/ubuntu/+archive/primary/+files/ -DISTNAME= txt2tags_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Convert simply formatted text into markup (e.g., HTML) @@ -14,11 +12,12 @@ COMMENT= Convert simply formatted text i LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:2 shebangfix +USE_GITHUB= yes + +USES= python:2 shebangfix tar:tgz SHEBANG_FILES= extras/html-update.sh txt2tags NO_BUILD= yes NO_ARCH= yes -WRKSRC= ${WRKDIR}/txt2tags-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} PORTDOCS= * @@ -36,6 +35,6 @@ do-install-EXAMPLES-on: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/userguide.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${STAGEDIR}${DOCSDIR} .include Modified: head/textproc/txt2tags/distinfo ============================================================================== --- head/textproc/txt2tags/distinfo Tue Nov 8 03:54:30 2016 (r425677) +++ head/textproc/txt2tags/distinfo Tue Nov 8 04:07:57 2016 (r425678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474286603 -SHA256 (txt2tags_2.6.orig.tar.gz) = 601467d7860f3cfb3d48050707c6277ff3ceb22fa7be4f5bd968de540ac5b05c -SIZE (txt2tags_2.6.orig.tar.gz) = 544724 +TIMESTAMP = 1474656184 +SHA256 (txt2tags-txt2tags-2.6_GH0.tar.gz) = c87b911ac5cc97dd2fdb6067601cf4fbd0094a065f6b7a593142fa75e3a924c1 +SIZE (txt2tags-txt2tags-2.6_GH0.tar.gz) = 4509515 Modified: head/textproc/txt2tags/pkg-descr ============================================================================== --- head/textproc/txt2tags/pkg-descr Tue Nov 8 03:54:30 2016 (r425677) +++ head/textproc/txt2tags/pkg-descr Tue Nov 8 04:07:57 2016 (r425678) @@ -1,3 +1,3 @@ txt2tags is a utility to turn simply formatted text into markup (e.g., HTML). -WWW: http://txt2tags.sourceforge.net/ +WWW: http://txt2tags.org/ From owner-svn-ports-all@freebsd.org Tue Nov 8 04:08:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1DDDC35219; Tue, 8 Nov 2016 04:08: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 93C21C43; Tue, 8 Nov 2016 04:08: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 uA848oFi093474; Tue, 8 Nov 2016 04:08:50 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA848omL093472; Tue, 8 Nov 2016 04:08:50 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611080408.uA848omL093472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 8 Nov 2016 04:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425679 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:08:51 -0000 Author: lwhsu Date: Tue Nov 8 04:08:50 2016 New Revision: 425679 URL: https://svnweb.freebsd.org/changeset/ports/425679 Log: - Update to 2.30 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Nov 8 04:07:57 2016 (r425678) +++ head/devel/jenkins/Makefile Tue Nov 8 04:08:50 2016 (r425679) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.28 +PORTVERSION= 2.30 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Nov 8 04:07:57 2016 (r425678) +++ head/devel/jenkins/distinfo Tue Nov 8 04:08:50 2016 (r425679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477981596 -SHA256 (jenkins/2.28/jenkins.war) = 99e31a8059a869552f3df8bc6169739c14976057fe712109665aaae27375d85a -SIZE (jenkins/2.28/jenkins.war) = 70116639 +TIMESTAMP = 1478577880 +SHA256 (jenkins/2.30/jenkins.war) = 0c58fa59e74e9f6d280c43d01d9402296293f6f164da381ee5ba6f56c9f32d3e +SIZE (jenkins/2.30/jenkins.war) = 70115597 From owner-svn-ports-all@freebsd.org Tue Nov 8 04:11:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F92C35306; Tue, 8 Nov 2016 04:11: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 3E8A4DE3; Tue, 8 Nov 2016 04:11: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 uA84B7nK096421; Tue, 8 Nov 2016 04:11:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA84B7t4096420; Tue, 8 Nov 2016 04:11:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080411.uA84B7t4096420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 04:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425680 - head/textproc/txt2tags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:11:08 -0000 Author: jbeich Date: Tue Nov 8 04:11:07 2016 New Revision: 425680 URL: https://svnweb.freebsd.org/changeset/ports/425680 Log: textproc/txt2tags: oops, drop suffix ignored by USE_GITHUB Modified: head/textproc/txt2tags/Makefile (contents, props changed) Modified: head/textproc/txt2tags/Makefile ============================================================================== --- head/textproc/txt2tags/Makefile Tue Nov 8 04:08:50 2016 (r425679) +++ head/textproc/txt2tags/Makefile Tue Nov 8 04:11:07 2016 (r425680) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -USES= python:2 shebangfix tar:tgz +USES= python:2 shebangfix SHEBANG_FILES= extras/html-update.sh txt2tags NO_BUILD= yes NO_ARCH= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 04:11:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB97DC35364; Tue, 8 Nov 2016 04:11:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BB56F24; Tue, 8 Nov 2016 04:11:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA84BeTd096525; Tue, 8 Nov 2016 04:11:40 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA84BeR7096524; Tue, 8 Nov 2016 04:11:40 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080411.uA84BeR7096524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 04:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425681 - head/security/rcracki_mt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:11:41 -0000 Author: linimon Date: Tue Nov 8 04:11:40 2016 New Revision: 425681 URL: https://svnweb.freebsd.org/changeset/ports/425681 Log: Also fails to detect endianness on other tier-2s. Approved by: portmgr (tier-2 blanket) Modified: head/security/rcracki_mt/Makefile Modified: head/security/rcracki_mt/Makefile ============================================================================== --- head/security/rcracki_mt/Makefile Tue Nov 8 04:11:07 2016 (r425680) +++ head/security/rcracki_mt/Makefile Tue Nov 8 04:11:40 2016 (r425681) @@ -11,7 +11,7 @@ COMMENT= Rainbow table based crack tool LICENSE= GPLv2 -NOT_FOR_ARCHS= arm sparc64 +NOT_FOR_ARCHS= arm64 armv6 mips mips64 sparc64 NOT_FOR_ARCHS_REASON= cannot detect endianness WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} From owner-svn-ports-all@freebsd.org Tue Nov 8 04:15:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC6FCC355A3; Tue, 8 Nov 2016 04:15:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE3EE204; Tue, 8 Nov 2016 04:15:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA84FnmZ097562; Tue, 8 Nov 2016 04:15:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA84FnGQ097561; Tue, 8 Nov 2016 04:15:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080415.uA84FnGQ097561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 04:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425682 - head/security/john X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:15:51 -0000 Author: linimon Date: Tue Nov 8 04:15:49 2016 New Revision: 425682 URL: https://svnweb.freebsd.org/changeset/ports/425682 Log: Mark broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/security/john/Makefile Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Tue Nov 8 04:11:40 2016 (r425681) +++ head/security/john/Makefile Tue Nov 8 04:15:49 2016 (r425682) @@ -15,6 +15,9 @@ COMMENT= Featureful Unix password cracke LICENSE= GPLv2 +BROKEN_arm64= Fails to build: Cannot detect CPU architechture +BROKEN_mips64= Fails to build: Cannot detect CPU architechture + USES= gmake shebangfix ssl tar:bzip2 SHEBANG_FILES= run/*.pl BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src From owner-svn-ports-all@freebsd.org Tue Nov 8 04:19:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D030C35690; Tue, 8 Nov 2016 04:19:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F13D236A; Tue, 8 Nov 2016 04:19:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA84J8v4097755; Tue, 8 Nov 2016 04:19:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA84J8Um097754; Tue, 8 Nov 2016 04:19:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080419.uA84J8Um097754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 04:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425683 - head/multimedia/mpeg_play X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:19:09 -0000 Author: linimon Date: Tue Nov 8 04:19:07 2016 New Revision: 425683 URL: https://svnweb.freebsd.org/changeset/ports/425683 Log: Mark as broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/mpeg_play/Makefile Modified: head/multimedia/mpeg_play/Makefile ============================================================================== --- head/multimedia/mpeg_play/Makefile Tue Nov 8 04:15:49 2016 (r425682) +++ head/multimedia/mpeg_play/Makefile Tue Nov 8 04:19:07 2016 (r425683) @@ -12,6 +12,9 @@ EXTRACT_SUFX= -patched-src.tar.gz MAINTAINER= lme@FreeBSD.org COMMENT= Program to play mpeg movies on X displays +BROKEN_arm64= fails to build: Unknown endianness of architecture +BROKEN_mips64= fails to build: Unknown endianness of architecture + WRKSRC= ${WRKDIR}/mpeg_play USES= imake USE_XORG= x11 xext From owner-svn-ports-all@freebsd.org Tue Nov 8 04:27:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCEDDC359D1; Tue, 8 Nov 2016 04:27:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE9ECA69; Tue, 8 Nov 2016 04:27:08 +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 uA84R7fv001579; Tue, 8 Nov 2016 04:27:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA84R7Ig001578; Tue, 8 Nov 2016 04:27:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611080427.uA84R7Ig001578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 8 Nov 2016 04:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425684 - head/mail/rainloop-community X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 04:27:09 -0000 Author: adamw Date: Tue Nov 8 04:27:07 2016 New Revision: 425684 URL: https://svnweb.freebsd.org/changeset/ports/425684 Log: Update distinfo, missed in r425672. PR: 214292 Pointy hat to: wen Modified: head/mail/rainloop-community/distinfo Modified: head/mail/rainloop-community/distinfo ============================================================================== --- head/mail/rainloop-community/distinfo Tue Nov 8 04:19:07 2016 (r425683) +++ head/mail/rainloop-community/distinfo Tue Nov 8 04:27:07 2016 (r425684) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475112295 -SHA256 (rainloop-community-1.10.4.183.zip) = 3e3d9fbe4475ef3c8d111acb3dc5039d0c2f53debffabb9ef4727152652c56dc -SIZE (rainloop-community-1.10.4.183.zip) = 6048744 +TIMESTAMP = 1478481811 +SHA256 (rainloop-community-1.10.5.192.zip) = f458cbe1ed623f477210734289d1238b3aa0a63eb35a1906dbdb1ef2afbc0d81 +SIZE (rainloop-community-1.10.5.192.zip) = 6054147 From owner-svn-ports-all@freebsd.org Tue Nov 8 05:46:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37DCBC34F48; Tue, 8 Nov 2016 05:46:18 +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 E177B971; Tue, 8 Nov 2016 05:46:17 +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 uA85kHcK032445; Tue, 8 Nov 2016 05:46:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA85kGAx032442; Tue, 8 Nov 2016 05:46:16 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611080546.uA85kGAx032442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 8 Nov 2016 05:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425685 - in head/security: . py-paramiko1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 05:46:18 -0000 Author: lwhsu Date: Tue Nov 8 05:46:16 2016 New Revision: 425685 URL: https://svnweb.freebsd.org/changeset/ports/425685 Log: Add security/py-paramiko1, for ports that require paramiko 1.x PR: 213893 Added: head/security/py-paramiko1/ - copied from r424943, head/security/py-paramiko/ Modified: head/security/Makefile head/security/py-paramiko1/Makefile head/security/py-paramiko1/distinfo Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Nov 8 04:27:07 2016 (r425684) +++ head/security/Makefile Tue Nov 8 05:46:16 2016 (r425685) @@ -875,6 +875,7 @@ SUBDIR += py-oauthlib SUBDIR += py-openssl SUBDIR += py-paramiko + SUBDIR += py-paramiko1 SUBDIR += py-passlib SUBDIR += py-pbkdf2 SUBDIR += py-pgpdump Modified: head/security/py-paramiko1/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Sun Oct 30 13:39:47 2016 (r424943) +++ head/security/py-paramiko1/Makefile Tue Nov 8 05:46:16 2016 (r425685) @@ -1,13 +1,13 @@ -# Created by: Ulf Lilleengen # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 2.0.0 +PORTVERSION= 1.17.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 -MAINTAINER= sbz@FreeBSD.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python SSH2 protocol library LICENSE= GPLv2 @@ -18,6 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryp USES= python USE_PYTHON= distutils autoplist +CONFLICTS_INSTALL= py??-paramiko-* + OPTIONS_DEFINE= EXAMPLES regression-test: extract Modified: head/security/py-paramiko1/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Sun Oct 30 13:39:47 2016 (r424943) +++ head/security/py-paramiko1/distinfo Tue Nov 8 05:46:16 2016 (r425685) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464139163 -SHA256 (paramiko-2.0.0.tar.gz) = 51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2 -SIZE (paramiko-2.0.0.tar.gz) = 1372885 +TIMESTAMP = 1477840248 +SHA256 (paramiko-1.17.2.tar.gz) = d436971492bf11fb9807c08f41d4115a82bd592a844971737a6a8e8900c4677c +SIZE (paramiko-1.17.2.tar.gz) = 1189167 From owner-svn-ports-all@freebsd.org Tue Nov 8 05:47:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6346AC36061; Tue, 8 Nov 2016 05:47: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 354ADAA8; Tue, 8 Nov 2016 05:47: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 uA85lXlm032600; Tue, 8 Nov 2016 05:47:33 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA85lXsF032599; Tue, 8 Nov 2016 05:47:33 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611080547.uA85lXsF032599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 8 Nov 2016 05:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425686 - head/security/py-paramiko X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 05:47:34 -0000 Author: lwhsu Date: Tue Nov 8 05:47:33 2016 New Revision: 425686 URL: https://svnweb.freebsd.org/changeset/ports/425686 Log: Register conflict with security/py-paramiko1 Modified: head/security/py-paramiko/Makefile Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Tue Nov 8 05:46:16 2016 (r425685) +++ head/security/py-paramiko/Makefile Tue Nov 8 05:47:33 2016 (r425686) @@ -3,6 +3,7 @@ PORTNAME= paramiko PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryp USES= python USE_PYTHON= distutils autoplist +CONFLICTS_INSTALL= py??-paramiko1-* + OPTIONS_DEFINE= EXAMPLES regression-test: extract From owner-svn-ports-all@freebsd.org Tue Nov 8 05:48:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C824DC360D0; Tue, 8 Nov 2016 05:48: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 95268BAF; Tue, 8 Nov 2016 05:48:04 +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 uA85m3Ai032716; Tue, 8 Nov 2016 05:48:03 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA85m3Z8032715; Tue, 8 Nov 2016 05:48:03 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611080548.uA85m3Z8032715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 8 Nov 2016 05:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425687 - head/devel/py-fabric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 05:48:04 -0000 Author: lwhsu Date: Tue Nov 8 05:48:03 2016 New Revision: 425687 URL: https://svnweb.freebsd.org/changeset/ports/425687 Log: - Use security/py-paramiko1 PR: 213893 Modified: head/devel/py-fabric/Makefile Modified: head/devel/py-fabric/Makefile ============================================================================== --- head/devel/py-fabric/Makefile Tue Nov 8 05:47:33 2016 (r425686) +++ head/devel/py-fabric/Makefile Tue Nov 8 05:48:03 2016 (r425687) @@ -3,6 +3,7 @@ PORTNAME= fabric PORTVERSION= 1.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -15,7 +16,7 @@ COMMENT= Simple, Pythonic remote executi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko1>=1.10:security/py-paramiko1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2 From owner-svn-ports-all@freebsd.org Tue Nov 8 07:10:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE218C358B6; Tue, 8 Nov 2016 07:10:44 +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 A158AD9D; Tue, 8 Nov 2016 07:10:44 +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 uA87AhMi066361; Tue, 8 Nov 2016 07:10:43 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87Ah9k066356; Tue, 8 Nov 2016 07:10:43 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611080710.uA87Ah9k066356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 8 Nov 2016 07:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425688 - in head/news/cnews: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:10:45 -0000 Author: dinoex Date: Tue Nov 8 07:10:43 2016 New Revision: 425688 URL: https://svnweb.freebsd.org/changeset/ports/425688 Log: - fix include and prototype problems with ansi patches Added: head/news/cnews/files/patch-quiz (contents, props changed) Deleted: head/news/cnews/files/patch-actflag.c head/news/cnews/files/patch-batcher.c head/news/cnews/files/patch-bdecode.c head/news/cnews/files/patch-bencode.c head/news/cnews/files/patch-c7decode.c head/news/cnews/files/patch-c7encode.c head/news/cnews/files/patch-canonhdr.c head/news/cnews/files/patch-control.c head/news/cnews/files/patch-defaults.c head/news/cnews/files/patch-dostatfs.c head/news/cnews/files/patch-error.c head/news/cnews/files/patch-fgetfln.c head/news/cnews/files/patch-fileart.c head/news/cnews/files/patch-hdbm.c head/news/cnews/files/patch-hdbm.h head/news/cnews/files/patch-header.c head/news/cnews/files/patch-histinfo.c head/news/cnews/files/patch-hostname.c head/news/cnews/files/patch-mkov.c head/news/cnews/files/patch-morefds.c head/news/cnews/files/patch-newslock.c head/news/cnews/files/patch-newsrc.c head/news/cnews/files/patch-now.c head/news/cnews/files/patch-readnews.c head/news/cnews/files/patch-rerror.c head/news/cnews/files/patch-stdfdopen.c head/news/cnews/files/patch-trbatch.c head/news/cnews/files/patch-trbatch.h head/news/cnews/files/patch-warning.c Modified: head/news/cnews/Makefile head/news/cnews/distinfo head/news/cnews/files/patch-config.make head/news/cnews/files/patch-quiz.def Modified: head/news/cnews/Makefile ============================================================================== --- head/news/cnews/Makefile Tue Nov 8 05:48:03 2016 (r425687) +++ head/news/cnews/Makefile Tue Nov 8 07:10:43 2016 (r425688) @@ -3,7 +3,7 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -25,8 +25,8 @@ PATCHFILES= c-news-patch-fileart.c c-new c-news-patch-ctl-underscore \ c-news-patch-y2k-2 \ c-news-patch-inews-path \ - c-news-patch-expovguts.c \ c-news-patch-gawk3 \ + c-news-patch-ansi \ c-news-patch-pgpverify-1.12-perl4 MAINTAINER= dinoex@FreeBSD.org Modified: head/news/cnews/distinfo ============================================================================== --- head/news/cnews/distinfo Tue Nov 8 05:48:03 2016 (r425687) +++ head/news/cnews/distinfo Tue Nov 8 07:10:43 2016 (r425688) @@ -1,3 +1,4 @@ +TIMESTAMP = 1478588176 SHA256 (c-news/c-news.tar.Z) = 897ffa8e05bcf3fe8734cf83c893ca78416266665e06106ff52b733d319835d3 SIZE (c-news/c-news.tar.Z) = 676481 SHA256 (c-news/pgpverify-1.12) = 8c96efad40f06ffd520eb41bc5fd84233718b92b55c3e140c9b9e6e1d22d0a88 @@ -28,9 +29,9 @@ SHA256 (c-news/c-news-patch-y2k-2) = 4b7 SIZE (c-news/c-news-patch-y2k-2) = 1459 SHA256 (c-news/c-news-patch-inews-path) = ca7f05f9301003e6bb7fcd8107c11dfebc93d724359c3df481437431838beedf SIZE (c-news/c-news-patch-inews-path) = 355 -SHA256 (c-news/c-news-patch-expovguts.c) = 3254ba2e997de2576868bbcc9af0c90f4ee150e76411b02689cf0986a4584faa -SIZE (c-news/c-news-patch-expovguts.c) = 646 -SHA256 (c-news/c-news-patch-pgpverify-1.12-perl4) = b3f935533d241cf04f92942ea33905968f24bedcf09bc6b33a241c66ba2f73c9 -SIZE (c-news/c-news-patch-pgpverify-1.12-perl4) = 1450 SHA256 (c-news/c-news-patch-gawk3) = 6072cff1c060b059a5915f24e95252540a22d89889fcc4d1cb1fa49ebbb33205 SIZE (c-news/c-news-patch-gawk3) = 1393 +SHA256 (c-news/c-news-patch-ansi) = eb22b48edf1dbbf010b6e27fb2664733c6617bf94944cc48e1882bc5a7db616c +SIZE (c-news/c-news-patch-ansi) = 111850 +SHA256 (c-news/c-news-patch-pgpverify-1.12-perl4) = b3f935533d241cf04f92942ea33905968f24bedcf09bc6b33a241c66ba2f73c9 +SIZE (c-news/c-news-patch-pgpverify-1.12-perl4) = 1450 Modified: head/news/cnews/files/patch-config.make ============================================================================== --- head/news/cnews/files/patch-config.make Tue Nov 8 05:48:03 2016 (r425687) +++ head/news/cnews/files/patch-config.make Tue Nov 8 07:10:43 2016 (r425688) @@ -59,4 +59,4 @@ diff -urN ../pre-conf/include/config.mak + +# fake files needed +HFAKE= sys/timeb.h -+OFAKE= fgetline.o fsync.o ++OFAKE= fgetline.o Added: head/news/cnews/files/patch-quiz ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/cnews/files/patch-quiz Tue Nov 8 07:10:43 2016 (r425688) @@ -0,0 +1,19 @@ +--- quiz.orig 1995-04-28 02:50:34.000000000 +0200 ++++ quiz 2016-09-05 23:40:26.915845000 +0200 +@@ -268,11 +268,11 @@ + esac + + newfakehdrs= +-#if test " `$notinlist "$newfake" ftime.o`" != " yes" +-#then +-# newfakehdrs="$newfakehdrs sys/timeb.h" +-#fi +-newfakehdrs="$newfakehdrs sys/timeb.h" ++#if test " `$notinlist "$newfake" ftime.o`" != " yes" ++#then ++# newfakehdrs="$newfakehdrs sys/timeb.h" ++#fi ++#newfakehdrs="$newfakehdrs sys/timeb.h" + if test " `$notinlist "$newfake" gettimeofday.o`" != " yes" + then + newfakehdrs="$newfakehdrs sys/time.h" Modified: head/news/cnews/files/patch-quiz.def ============================================================================== --- head/news/cnews/files/patch-quiz.def Tue Nov 8 05:48:03 2016 (r425687) +++ head/news/cnews/files/patch-quiz.def Tue Nov 8 07:10:43 2016 (r425688) @@ -27,7 +27,7 @@ diff -urN ../pre-conf/conf/quiz.def conf +# These answers are interdependent; do not edit this file! +addrsize="big" +# These answers are interdependent; do not edit this file! -+fake=" fgetline.o fsync.o" ++fake=" fgetline.o" +# These answers are interdependent; do not edit this file! +storeval="" +# These answers are interdependent; do not edit this file! From owner-svn-ports-all@freebsd.org Tue Nov 8 07:20:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35EDCC35D6D; Tue, 8 Nov 2016 07:20:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04344882; Tue, 8 Nov 2016 07:20:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87Kcjj068443; Tue, 8 Nov 2016 07:20:38 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87Kcei068442; Tue, 8 Nov 2016 07:20:38 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080720.uA87Kcei068442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425689 - head/biology/ugene X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:20:39 -0000 Author: linimon Date: Tue Nov 8 07:20:38 2016 New Revision: 425689 URL: https://svnweb.freebsd.org/changeset/ports/425689 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/biology/ugene/Makefile Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Tue Nov 8 07:10:43 2016 (r425688) +++ head/biology/ugene/Makefile Tue Nov 8 07:20:38 2016 (r425689) @@ -18,6 +18,8 @@ LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash +BROKEN_arm64= Fails to build: invokes x86 asm + USES= desktop-file-utils execinfo qmake USE_GL= glu USE_QT5= buildtools_build linguisttools_build scripttools_build \ From owner-svn-ports-all@freebsd.org Tue Nov 8 07:24:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 855A8C35FDD; Tue, 8 Nov 2016 07:24:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51AEBAEE; Tue, 8 Nov 2016 07:24:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87O0eK072193; Tue, 8 Nov 2016 07:24:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87O0Ub072192; Tue, 8 Nov 2016 07:24:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080724.uA87O0Ub072192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425690 - head/sysutils/uschedule X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:24:01 -0000 Author: linimon Date: Tue Nov 8 07:24:00 2016 New Revision: 425690 URL: https://svnweb.freebsd.org/changeset/ports/425690 Log: Mark as broken on arm64. Modified: head/sysutils/uschedule/Makefile Modified: head/sysutils/uschedule/Makefile ============================================================================== --- head/sysutils/uschedule/Makefile Tue Nov 8 07:20:38 2016 (r425689) +++ head/sysutils/uschedule/Makefile Tue Nov 8 07:24:00 2016 (r425690) @@ -13,6 +13,7 @@ COMMENT= Scheduler program, designed to BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools +BROKEN_arm64= Fails to build: regparm is not valid on this platform WRKSRC= ${WRKDIR}/admin/${DISTNAME} TEST_TARGET= check From owner-svn-ports-all@freebsd.org Tue Nov 8 07:26:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393DBC360DD; Tue, 8 Nov 2016 07:26:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0E8C44; Tue, 8 Nov 2016 07:26:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87QUtN072376; Tue, 8 Nov 2016 07:26:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87QULw072375; Tue, 8 Nov 2016 07:26:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080726.uA87QULw072375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425691 - head/mail/usendmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:26:31 -0000 Author: linimon Date: Tue Nov 8 07:26:30 2016 New Revision: 425691 URL: https://svnweb.freebsd.org/changeset/ports/425691 Log: Mark as broken on arm64. Modified: head/mail/usendmail/Makefile Modified: head/mail/usendmail/Makefile ============================================================================== --- head/mail/usendmail/Makefile Tue Nov 8 07:24:00 2016 (r425690) +++ head/mail/usendmail/Makefile Tue Nov 8 07:26:30 2016 (r425691) @@ -12,6 +12,8 @@ COMMENT= Replacement for qmail's sendmai USES= qmail +BROKEN_arm64= Fails to build: regparm is not valid on this platform + WRKSRC= ${WRKDIR}/mail/${DISTNAME} PLIST_FILES= sbin/usendmail From owner-svn-ports-all@freebsd.org Tue Nov 8 07:29:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 679A4C361BA; Tue, 8 Nov 2016 07:29:03 +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 35954D5B; Tue, 8 Nov 2016 07:29:03 +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 uA87T2SS072592; Tue, 8 Nov 2016 07:29:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87T2Cp072590; Tue, 8 Nov 2016 07:29:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080729.uA87T2Cp072590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 07:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425692 - 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: Tue, 08 Nov 2016 07:29:03 -0000 Author: jbeich Date: Tue Nov 8 07:29:02 2016 New Revision: 425692 URL: https://svnweb.freebsd.org/changeset/ports/425692 Log: www/py-flexget: update to 2.5.16 Changes: https://github.com/Flexget/Flexget/compare/2.5.12...2.5.16 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 Tue Nov 8 07:26:30 2016 (r425691) +++ head/www/py-flexget/Makefile Tue Nov 8 07:29:02 2016 (r425692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.5.12 +PORTVERSION= 2.5.16 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Tue Nov 8 07:26:30 2016 (r425691) +++ head/www/py-flexget/distinfo Tue Nov 8 07:29:02 2016 (r425692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478219215 -SHA256 (FlexGet-2.5.12.tar.gz) = 25192f511ab431ceed89f830ab0fe21a1ca6860f743b45d825c854212242ea01 -SIZE (FlexGet-2.5.12.tar.gz) = 2597433 +TIMESTAMP = 1478319215 +SHA256 (FlexGet-2.5.16.tar.gz) = 776746a6a0d11671db991c62ff66170a3d8b876eab04c6c5ff7512702cac4f30 +SIZE (FlexGet-2.5.16.tar.gz) = 2597675 From owner-svn-ports-all@freebsd.org Tue Nov 8 07:29:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC290C3624B; Tue, 8 Nov 2016 07:29:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E1E3E51; Tue, 8 Nov 2016 07:29:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87Tlsu072711; Tue, 8 Nov 2016 07:29:47 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87TlKW072710; Tue, 8 Nov 2016 07:29:47 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080729.uA87TlKW072710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425693 - head/lang/see X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:29:48 -0000 Author: linimon Date: Tue Nov 8 07:29:47 2016 New Revision: 425693 URL: https://svnweb.freebsd.org/changeset/ports/425693 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/lang/see/Makefile Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Tue Nov 8 07:29:02 2016 (r425692) +++ head/lang/see/Makefile Tue Nov 8 07:29:47 2016 (r425693) @@ -15,6 +15,8 @@ COMMENT= Simple ECMAScript Engine (SEE) LICENSE= BSD +BROKEN_arm64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined + OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC GC_DESC= Use Boehm-Weiser garbage collection package From owner-svn-ports-all@freebsd.org Tue Nov 8 07:36:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AEF4C364B3; Tue, 8 Nov 2016 07:36:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A6A914E6; Tue, 8 Nov 2016 07:36:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87aqfP076467; Tue, 8 Nov 2016 07:36:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87aqQ9076466; Tue, 8 Nov 2016 07:36:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080736.uA87aqQ9076466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425694 - head/games/tome4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:36:53 -0000 Author: linimon Date: Tue Nov 8 07:36:52 2016 New Revision: 425694 URL: https://svnweb.freebsd.org/changeset/ports/425694 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Tue Nov 8 07:29:47 2016 (r425693) +++ head/games/tome4/Makefile Tue Nov 8 07:36:52 2016 (r425694) @@ -20,6 +20,8 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng16.so:graphics/png +BROKEN_arm64= Fails to build: No support for this architecture (yet) + DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" From owner-svn-ports-all@freebsd.org Tue Nov 8 07:43:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41533C367DE; Tue, 8 Nov 2016 07:43:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 119641A6B; Tue, 8 Nov 2016 07:43:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87h8xP080290; Tue, 8 Nov 2016 07:43:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87h8kR080289; Tue, 8 Nov 2016 07:43:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080743.uA87h8kR080289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425695 - head/emulators/adamem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:43:09 -0000 Author: linimon Date: Tue Nov 8 07:43:07 2016 New Revision: 425695 URL: https://svnweb.freebsd.org/changeset/ports/425695 Log: Mark as broken on arm64. Modified: head/emulators/adamem/Makefile Modified: head/emulators/adamem/Makefile ============================================================================== --- head/emulators/adamem/Makefile Tue Nov 8 07:36:52 2016 (r425694) +++ head/emulators/adamem/Makefile Tue Nov 8 07:43:07 2016 (r425695) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator +BROKEN_arm64= Fails to build: regparm is not valid on this platform + NO_WRKSUBDIR= yes USE_XORG= sm x11 xau xext xfixes xi xrandr From owner-svn-ports-all@freebsd.org Tue Nov 8 07:49:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 088DBC36A08; Tue, 8 Nov 2016 07:49:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C85E21C95; Tue, 8 Nov 2016 07:49:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87n1d5080633; Tue, 8 Nov 2016 07:49:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87n11D080632; Tue, 8 Nov 2016 07:49:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080749.uA87n11D080632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425696 - head/math/clrng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:49:03 -0000 Author: linimon Date: Tue Nov 8 07:49:01 2016 New Revision: 425696 URL: https://svnweb.freebsd.org/changeset/ports/425696 Log: Mark as only for x86/powerpc per build log errors. Approved by: portmgr (tier-2 blanket) Modified: head/math/clrng/Makefile Modified: head/math/clrng/Makefile ============================================================================== --- head/math/clrng/Makefile Tue Nov 8 07:43:07 2016 (r425695) +++ head/math/clrng/Makefile Tue Nov 8 07:49:01 2016 (r425696) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= clrng -DISTVERSION= 1.0.0-beta DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0-beta CATEGORIES= math MAINTAINER= dieterich@ogolem.org @@ -18,6 +18,9 @@ RUN_DEPENDS= opencl>=0:devel/opencl BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 +ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms + USE_GITHUB= yes GH_ACCOUNT= clMathLibraries GH_PROJECT= clRNG From owner-svn-ports-all@freebsd.org Tue Nov 8 07:52:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F7D6C36BC0; Tue, 8 Nov 2016 07:52:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1186DE; Tue, 8 Nov 2016 07:52:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA87qA96082348; Tue, 8 Nov 2016 07:52:10 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA87qA57082347; Tue, 8 Nov 2016 07:52:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080752.uA87qA57082347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 07:52:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425697 - head/devel/php-uprofiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 07:52:11 -0000 Author: linimon Date: Tue Nov 8 07:52:10 2016 New Revision: 425697 URL: https://svnweb.freebsd.org/changeset/ports/425697 Log: Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/php-uprofiler/Makefile Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Tue Nov 8 07:49:01 2016 (r425696) +++ head/devel/php-uprofiler/Makefile Tue Nov 8 07:52:10 2016 (r425697) @@ -12,7 +12,10 @@ COMMENT= Lightweight profiler for PHP LICENSE= APACHE20 +BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: invokes x86 asm USE_GITHUB= yes GH_ACCOUNT= FriendsOfPHP From owner-svn-ports-all@freebsd.org Tue Nov 8 08:06:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4C92C33854; Tue, 8 Nov 2016 08:06:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84012B50; Tue, 8 Nov 2016 08:06:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA886Pus088576; Tue, 8 Nov 2016 08:06:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA886Phh088575; Tue, 8 Nov 2016 08:06:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080806.uA886Phh088575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425698 - head/net/tightvnc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:06:26 -0000 Author: linimon Date: Tue Nov 8 08:06:25 2016 New Revision: 425698 URL: https://svnweb.freebsd.org/changeset/ports/425698 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/net/tightvnc/Makefile Modified: head/net/tightvnc/Makefile ============================================================================== --- head/net/tightvnc/Makefile Tue Nov 8 07:52:10 2016 (r425697) +++ head/net/tightvnc/Makefile Tue Nov 8 08:06:25 2016 (r425698) @@ -18,6 +18,8 @@ RUN_DEPENDS= showrgb:x11/rgb \ xauth:x11/xauth \ xorg-fonts>=7.2:x11-fonts/xorg-fonts +BROKEN_arm64= Fails to build: invokes x86 asm + MAKE_JOBS_UNSAFE= yes CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-* WRKSRC= ${WRKDIR}/vnc_unixsrc From owner-svn-ports-all@freebsd.org Tue Nov 8 08:08:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA34C33A0A; Tue, 8 Nov 2016 08:08:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF8ED81; Tue, 8 Nov 2016 08:08:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA888mYL088751; Tue, 8 Nov 2016 08:08:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA888mHg088750; Tue, 8 Nov 2016 08:08:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080808.uA888mHg088750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425699 - head/audio/bristol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:08:49 -0000 Author: linimon Date: Tue Nov 8 08:08:48 2016 New Revision: 425699 URL: https://svnweb.freebsd.org/changeset/ports/425699 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/audio/bristol/Makefile Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Tue Nov 8 08:06:25 2016 (r425698) +++ head/audio/bristol/Makefile Tue Nov 8 08:08:48 2016 (r425699) @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable --enable-jack-default-midi \ --disable-version-check +BROKEN_arm64= Does not build: error: unknown FP unit 'sse' BROKEN_powerpc64= Does not build PORTDATA= * From owner-svn-ports-all@freebsd.org Tue Nov 8 08:10:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CDFC33BCF; Tue, 8 Nov 2016 08:10:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 084759D; Tue, 8 Nov 2016 08:10:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88Ak95089691; Tue, 8 Nov 2016 08:10:46 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88AkEN089690; Tue, 8 Nov 2016 08:10:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080810.uA88AkEN089690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425700 - head/misc/bb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:10:47 -0000 Author: linimon Date: Tue Nov 8 08:10:46 2016 New Revision: 425700 URL: https://svnweb.freebsd.org/changeset/ports/425700 Log: Mark broken on arm64. Modified: head/misc/bb/Makefile Modified: head/misc/bb/Makefile ============================================================================== --- head/misc/bb/Makefile Tue Nov 8 08:08:48 2016 (r425699) +++ head/misc/bb/Makefile Tue Nov 8 08:10:46 2016 (r425700) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaa.so:graphics/aalib \ libmikmod.so:audio/libmikmod +BROKEN_arm64= Fails to build: regparm is not valid on this platform + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 PORTDOCS= README From owner-svn-ports-all@freebsd.org Tue Nov 8 08:13:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 051D4C33E0A; Tue, 8 Nov 2016 08:13:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C486C5F4; Tue, 8 Nov 2016 08:13:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88DmF7092546; Tue, 8 Nov 2016 08:13:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88Dmgk092545; Tue, 8 Nov 2016 08:13:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080813.uA88Dmgk092545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425701 - head/emulators/visualboyadvance-m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:13:49 -0000 Author: linimon Date: Tue Nov 8 08:13:47 2016 New Revision: 425701 URL: https://svnweb.freebsd.org/changeset/ports/425701 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/emulators/visualboyadvance-m/Makefile Modified: head/emulators/visualboyadvance-m/Makefile ============================================================================== --- head/emulators/visualboyadvance-m/Makefile Tue Nov 8 08:10:46 2016 (r425700) +++ head/emulators/visualboyadvance-m/Makefile Tue Nov 8 08:13:47 2016 (r425701) @@ -12,6 +12,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png +BROKEN_arm64= Fails to build: regparm is not valid on this platform + USE_GITHUB= yes GH_TAGNAME= VBA-M_Beta_2 From owner-svn-ports-all@freebsd.org Tue Nov 8 08:17:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D2EC33F8C; Tue, 8 Nov 2016 08:17:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09413882; Tue, 8 Nov 2016 08:17:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88HCNW092773; Tue, 8 Nov 2016 08:17:12 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88HCrl092772; Tue, 8 Nov 2016 08:17:12 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080817.uA88HCrl092772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425702 - head/graphics/s10sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:17:13 -0000 Author: linimon Date: Tue Nov 8 08:17:12 2016 New Revision: 425702 URL: https://svnweb.freebsd.org/changeset/ports/425702 Log: Mark as broken on arm64. Modified: head/graphics/s10sh/Makefile Modified: head/graphics/s10sh/Makefile ============================================================================== --- head/graphics/s10sh/Makefile Tue Nov 8 08:13:47 2016 (r425701) +++ head/graphics/s10sh/Makefile Tue Nov 8 08:17:12 2016 (r425702) @@ -14,6 +14,8 @@ COMMENT= USB/serial userspace driver for LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_arm64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h + USES= ncurses readline # Don't extract the libusb bundled with s10sh: From owner-svn-ports-all@freebsd.org Tue Nov 8 08:20:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22212C3610A; Tue, 8 Nov 2016 08:20:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E03779FC; Tue, 8 Nov 2016 08:20:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88KWJ8093005; Tue, 8 Nov 2016 08:20:32 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88KWoQ093004; Tue, 8 Nov 2016 08:20:32 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080820.uA88KWoQ093004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425703 - head/textproc/rubygem-ferret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:20:33 -0000 Author: linimon Date: Tue Nov 8 08:20:31 2016 New Revision: 425703 URL: https://svnweb.freebsd.org/changeset/ports/425703 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/textproc/rubygem-ferret/Makefile Modified: head/textproc/rubygem-ferret/Makefile ============================================================================== --- head/textproc/rubygem-ferret/Makefile Tue Nov 8 08:17:12 2016 (r425702) +++ head/textproc/rubygem-ferret/Makefile Tue Nov 8 08:20:31 2016 (r425703) @@ -11,6 +11,8 @@ COMMENT= Ferret is a ruby port of Lucene LICENSE= MIT +BROKEN_arm64= Fails to build: cannot determine target CPU + USE_RUBY= yes USES= gem From owner-svn-ports-all@freebsd.org Tue Nov 8 08:23:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8966BC362CE; Tue, 8 Nov 2016 08:23:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58BF2D6B; Tue, 8 Nov 2016 08:23:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88NPf9096865; Tue, 8 Nov 2016 08:23:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88NPYc096864; Tue, 8 Nov 2016 08:23:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080823.uA88NPYc096864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425704 - head/devel/upp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:23:26 -0000 Author: linimon Date: Tue Nov 8 08:23:25 2016 New Revision: 425704 URL: https://svnweb.freebsd.org/changeset/ports/425704 Log: Mark as broken on arm64. Remove ia64 line, it is obsolete. Approved by: portmgr (tier-2 blanket) Modified: head/devel/upp/Makefile Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Tue Nov 8 08:20:31 2016 (r425703) +++ head/devel/upp/Makefile Tue Nov 8 08:23:25 2016 (r425704) @@ -38,7 +38,7 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile=".. MAKE_JOBS_UNSAFE= yes -BROKEN_ia64= Does not compile on ${ARCH} +BROKEN_arm64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} From owner-svn-ports-all@freebsd.org Tue Nov 8 08:26:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C119FC36410; Tue, 8 Nov 2016 08:26:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90455EB3; Tue, 8 Nov 2016 08:26:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88Qnw5097077; Tue, 8 Nov 2016 08:26:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88QnYK097076; Tue, 8 Nov 2016 08:26:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080826.uA88QnYK097076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425705 - head/databases/p5-Tie-LevelDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:26:50 -0000 Author: linimon Date: Tue Nov 8 08:26:49 2016 New Revision: 425705 URL: https://svnweb.freebsd.org/changeset/ports/425705 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/databases/p5-Tie-LevelDB/Makefile Modified: head/databases/p5-Tie-LevelDB/Makefile ============================================================================== --- head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 08:23:25 2016 (r425704) +++ head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 08:26:49 2016 (r425705) @@ -16,6 +16,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libleveldb.so:databases/leveldb +BROKEN_arm64= does not build: error: Please implement AtomicPointer for this platform BROKEN_powerpc64= does not build MAKE_ARGS= CC="${CXX}" From owner-svn-ports-all@freebsd.org Tue Nov 8 08:37:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04AD7C367C5; Tue, 8 Nov 2016 08:37:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C83017E1; Tue, 8 Nov 2016 08:37:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88b2m6001212; Tue, 8 Nov 2016 08:37:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88b22e001211; Tue, 8 Nov 2016 08:37:02 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080837.uA88b22e001211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425706 - head/devel/radare2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:37:04 -0000 Author: linimon Date: Tue Nov 8 08:37:02 2016 New Revision: 425706 URL: https://svnweb.freebsd.org/changeset/ports/425706 Log: Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/radare2/Makefile Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Tue Nov 8 08:26:49 2016 (r425705) +++ head/devel/radare2/Makefile Tue Nov 8 08:37:02 2016 (r425706) @@ -12,7 +12,10 @@ COMMENT= Tools to disasm, debug, analyze LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_arm64= Does not build: Unsupported BSD architecture +BROKEN_mips64= Does not build: Unsupported BSD architecture BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build BUILD_DEPENDS+= pkg-config:devel/pkgconf LIB_DEPENDS+= libcapstone.so:devel/capstone4 From owner-svn-ports-all@freebsd.org Tue Nov 8 08:38:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4701C3689D; Tue, 8 Nov 2016 08:38:39 +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 72B69920; Tue, 8 Nov 2016 08:38:39 +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 uA88ccKn001381; Tue, 8 Nov 2016 08:38:38 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88cc9I001379; Tue, 8 Nov 2016 08:38:38 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611080838.uA88cc9I001379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 8 Nov 2016 08:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425707 - head/databases/pg_citus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:38:39 -0000 Author: matthew Date: Tue Nov 8 08:38:38 2016 New Revision: 425707 URL: https://svnweb.freebsd.org/changeset/ports/425707 Log: Upgrade to 5.2.2 ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Tue Nov 8 08:37:02 2016 (r425706) +++ head/databases/pg_citus/Makefile Tue Nov 8 08:38:38 2016 (r425707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Tue Nov 8 08:37:02 2016 (r425706) +++ head/databases/pg_citus/distinfo Tue Nov 8 08:38:38 2016 (r425707) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473248732 -SHA256 (citusdata-citus-v5.2.1_GH0.tar.gz) = 5014839eb7f20b1bd338e482340faedbd8162979992a6475d5dfea516dd0657c -SIZE (citusdata-citus-v5.2.1_GH0.tar.gz) = 1688751 +TIMESTAMP = 1478593024 +SHA256 (citusdata-citus-v5.2.2_GH0.tar.gz) = 5eb593567bd2e173c4850d13a17416addb9a5e0cf20b0437cfd173853eb520e7 +SIZE (citusdata-citus-v5.2.2_GH0.tar.gz) = 1693732 From owner-svn-ports-all@freebsd.org Tue Nov 8 08:40:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6517EC36988; Tue, 8 Nov 2016 08:40:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB3FA8F; Tue, 8 Nov 2016 08:40:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88ei7h001590; Tue, 8 Nov 2016 08:40:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88ein3001589; Tue, 8 Nov 2016 08:40:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080840.uA88ein3001589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425708 - head/databases/p5-Tie-LevelDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:40:45 -0000 Author: linimon Date: Tue Nov 8 08:40:44 2016 New Revision: 425708 URL: https://svnweb.freebsd.org/changeset/ports/425708 Log: Oops, missed sparc64 definition. Modified: head/databases/p5-Tie-LevelDB/Makefile Modified: head/databases/p5-Tie-LevelDB/Makefile ============================================================================== --- head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 08:38:38 2016 (r425707) +++ head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 08:40:44 2016 (r425708) @@ -18,6 +18,7 @@ LIB_DEPENDS= libleveldb.so:databases/lev BROKEN_arm64= does not build: error: Please implement AtomicPointer for this platform BROKEN_powerpc64= does not build +BROKEN_sparcpc64= does not build: unrecognized command line options MAKE_ARGS= CC="${CXX}" USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Nov 8 08:43:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F9EEC36BF5; Tue, 8 Nov 2016 08:43:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F022EC4; Tue, 8 Nov 2016 08:43:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88h6qQ005119; Tue, 8 Nov 2016 08:43:06 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88h6wP005118; Tue, 8 Nov 2016 08:43:06 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080843.uA88h6wP005118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425709 - head/devel/gecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:43:07 -0000 Author: linimon Date: Tue Nov 8 08:43:06 2016 New Revision: 425709 URL: https://svnweb.freebsd.org/changeset/ports/425709 Log: Mark as broken on arm64 and mips64. Modified: head/devel/gecode/Makefile Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Tue Nov 8 08:40:44 2016 (r425708) +++ head/devel/gecode/Makefile Tue Nov 8 08:43:06 2016 (r425709) @@ -14,6 +14,9 @@ LICENSE_COMB= multi LIB_DEPENDS= libmpfr.so:math/mpfr +BROKEN_arm64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism +BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism + USES= bison gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 08:45:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5673C36CD3; Tue, 8 Nov 2016 08:45:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95819C; Tue, 8 Nov 2016 08:45:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88jdKZ005335; Tue, 8 Nov 2016 08:45:39 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88jdmG005334; Tue, 8 Nov 2016 08:45:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080845.uA88jdmG005334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425710 - head/multimedia/handbrake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:45:40 -0000 Author: linimon Date: Tue Nov 8 08:45:39 2016 New Revision: 425710 URL: https://svnweb.freebsd.org/changeset/ports/425710 Log: Mark as broken on arm64. Modified: head/multimedia/handbrake/Makefile Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Tue Nov 8 08:43:06 2016 (r425709) +++ head/multimedia/handbrake/Makefile Tue Nov 8 08:45:39 2016 (r425710) @@ -45,6 +45,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/ libx264.so:multimedia/libx264 \ libmp3lame.so:audio/lame +BROKEN_arm64= Fails to build: invokes x86 asm + .if !defined(PACKAGE_BUILDING) # DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed) LIB_DEPENDS+= libdvdcss.so.2:multimedia/libdvdcss From owner-svn-ports-all@freebsd.org Tue Nov 8 08:47:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F6CEC36D37; Tue, 8 Nov 2016 08:47:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D55CF18A; Tue, 8 Nov 2016 08:47:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88lo4C005505; Tue, 8 Nov 2016 08:47:50 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88loUA005504; Tue, 8 Nov 2016 08:47:50 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080847.uA88loUA005504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425711 - head/graphics/copperspice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:47:51 -0000 Author: linimon Date: Tue Nov 8 08:47:49 2016 New Revision: 425711 URL: https://svnweb.freebsd.org/changeset/ports/425711 Log: Mark as broken on arm64. Modified: head/graphics/copperspice/Makefile Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Tue Nov 8 08:45:39 2016 (r425710) +++ head/graphics/copperspice/Makefile Tue Nov 8 08:47:49 2016 (r425711) @@ -46,6 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS} PLIST_SUB= LONG_VER=1.3 BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken) +BROKEN_arm64= Fails to build: Unable to detect architecture, please update BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing] From owner-svn-ports-all@freebsd.org Tue Nov 8 08:52:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A55DC36FF3; Tue, 8 Nov 2016 08:52:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06C80884; Tue, 8 Nov 2016 08:52:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88qZYu009528; Tue, 8 Nov 2016 08:52:35 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88qZDT009527; Tue, 8 Nov 2016 08:52:35 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080852.uA88qZDT009527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425712 - head/devel/avro-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:52:36 -0000 Author: linimon Date: Tue Nov 8 08:52:34 2016 New Revision: 425712 URL: https://svnweb.freebsd.org/changeset/ports/425712 Log: Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/avro-c/Makefile Modified: head/devel/avro-c/Makefile ============================================================================== --- head/devel/avro-c/Makefile Tue Nov 8 08:47:49 2016 (r425711) +++ head/devel/avro-c/Makefile Tue Nov 8 08:52:34 2016 (r425712) @@ -15,6 +15,12 @@ COMMENT= Data serialization system for A LIB_DEPENDS= libjansson.so:devel/jansson \ libsnappy.so:archivers/snappy +BROKEN_arm64= Fails to build: error: No atomic implementation +BROKEN_armv6= Fails to build: error: No atomic implementation +BROKEN_mips= Fails to build: error: No atomic implementation +BROKEN_mips64= Fails to build: error: No atomic implementation +BROKEN_sparc64= Fails to build + USES= cmake pkgconfig USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 08:55:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4C9CC360F5; Tue, 8 Nov 2016 08:55:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B687DA4C; Tue, 8 Nov 2016 08:55:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88tIj1009734; Tue, 8 Nov 2016 08:55:18 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88tIY6009733; Tue, 8 Nov 2016 08:55:18 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080855.uA88tIY6009733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425713 - head/devel/libdouble-conversion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:55:20 -0000 Author: linimon Date: Tue Nov 8 08:55:18 2016 New Revision: 425713 URL: https://svnweb.freebsd.org/changeset/ports/425713 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/libdouble-conversion/Makefile Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Tue Nov 8 08:52:34 2016 (r425712) +++ head/devel/libdouble-conversion/Makefile Tue Nov 8 08:55:18 2016 (r425713) @@ -12,6 +12,8 @@ COMMENT= Binary-decimal and decimal-bina LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_arm64= Fails to build: Target architecture was not detected as supported by Double-Conversion + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 08:57:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32AE5C361BB; Tue, 8 Nov 2016 08:57:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0198EB7F; Tue, 8 Nov 2016 08:57:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA88vVav009895; Tue, 8 Nov 2016 08:57:31 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA88vV2q009894; Tue, 8 Nov 2016 08:57:31 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080857.uA88vV2q009894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 08:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425714 - head/games/legesmotus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 08:57:32 -0000 Author: linimon Date: Tue Nov 8 08:57:30 2016 New Revision: 425714 URL: https://svnweb.freebsd.org/changeset/ports/425714 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/games/legesmotus/Makefile Modified: head/games/legesmotus/Makefile ============================================================================== --- head/games/legesmotus/Makefile Tue Nov 8 08:55:18 2016 (r425713) +++ head/games/legesmotus/Makefile Tue Nov 8 08:57:30 2016 (r425714) @@ -13,6 +13,8 @@ COMMENT= Team-based, networked, 2D shoot LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64 + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ From owner-svn-ports-all@freebsd.org Tue Nov 8 09:00:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDA50C36535; Tue, 8 Nov 2016 09:00: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 924D3D91; Tue, 8 Nov 2016 09:00: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 uA890E2D010219; Tue, 8 Nov 2016 09:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA890E68010213; Tue, 8 Nov 2016 09:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611080900.uA890E68010213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 09:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425715 - in head/x11-wm/wmanager: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:00:15 -0000 Author: amdmi3 Date: Tue Nov 8 09:00:13 2016 New Revision: 425715 URL: https://svnweb.freebsd.org/changeset/ports/425715 Log: - Add LICENSE - Switch to options helpers Modified: head/x11-wm/wmanager/Makefile head/x11-wm/wmanager/distinfo head/x11-wm/wmanager/files/patch-Makefile head/x11-wm/wmanager/files/patch-inc__WManager.H head/x11-wm/wmanager/files/patch-src__Interface.cc head/x11-wm/wmanager/files/patch-src__WManager.cc Modified: head/x11-wm/wmanager/Makefile ============================================================================== --- head/x11-wm/wmanager/Makefile Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/Makefile Tue Nov 8 09:00:13 2016 (r425715) @@ -11,29 +11,36 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.ori MAINTAINER= ports@FreeBSD.org COMMENT= X11 window manager selector +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfltk.so:x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/pkg-message - USES= gmake USE_XORG= x11 xext USE_GL= gl +PKGMESSAGE= ${WRKDIR}/pkg-message + OPTIONS_DEFINE= ADDONS DOCS EXAMPLES OPTIONS_DEFAULT=ADDONS -ADDONS_DESC= Install the helper scripts and manpages OPTIONS_SUB= yes -ADDONS_RUNDEPENDS= wmanager-loop:x11-wm/wmanager-addons +ADDONS_DESC= Install the helper scripts and manpages +ADDONS_RUN_DEPENDS= wmanager-loop:x11-wm/wmanager-addons do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmanager ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in FAQ HISTORY INSTALL NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/.wmanagerrc ${STAGEDIR}${EXAMPLESDIR}/wmanagerrc_sample ${INSTALL_DATA} ${WRKSRC}/.xinitrc ${STAGEDIR}${EXAMPLESDIR}/xinitrc_sample Modified: head/x11-wm/wmanager/distinfo ============================================================================== --- head/x11-wm/wmanager/distinfo Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/distinfo Tue Nov 8 09:00:13 2016 (r425715) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476707858 SHA256 (wmanager_0.2.1.orig.tar.gz) = 7974aa6bb15e4c0e8dcac42055a865e6151b920cd6aa2658ffa70ce33edf446c SIZE (wmanager_0.2.1.orig.tar.gz) = 25734 Modified: head/x11-wm/wmanager/files/patch-Makefile ============================================================================== --- head/x11-wm/wmanager/files/patch-Makefile Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/files/patch-Makefile Tue Nov 8 09:00:13 2016 (r425715) @@ -1,6 +1,5 @@ -diff -urN -urN -x .svn ../vendor/wmanager/Makefile ./Makefile ---- ../vendor/wmanager/Makefile 2007-12-11 12:42:04.000000000 +0200 -+++ ./Makefile 2008-05-21 18:21:47.000000000 +0300 +--- Makefile.orig 1999-11-14 15:29:24 UTC ++++ Makefile @@ -28,39 +28,39 @@ # make settings SHELL = /bin/sh @@ -61,7 +60,7 @@ diff -urN -urN -x .svn ../vendor/wmanage # documentational files for developer docdir = ./doc templates = $(docdir)/templates -@@ -82,8 +82,7 @@ +@@ -82,8 +82,7 @@ OBJ = $(patsubst %.cc,%.o,$(SRC)) # project version VERSION = 0.1.1 @@ -71,7 +70,7 @@ diff -urN -urN -x .svn ../vendor/wmanage wmanager: $(OBJ) $(LD) -o $@ $^ $(LDDIRS) $(LDFLAGS) -@@ -92,7 +91,7 @@ +@@ -92,7 +91,7 @@ static: $(OBJ) $(LD) -o wmanager $^ $(LDDIRS) $(LDFLAGS) -static install: wmanager Modified: head/x11-wm/wmanager/files/patch-inc__WManager.H ============================================================================== --- head/x11-wm/wmanager/files/patch-inc__WManager.H Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/files/patch-inc__WManager.H Tue Nov 8 09:00:13 2016 (r425715) @@ -1,7 +1,6 @@ -diff -urN -urN -x .svn ../vendor/wmanager/inc/WManager.H ./inc/WManager.H ---- ../vendor/wmanager/inc/WManager.H 2007-12-11 12:42:04.000000000 +0200 -+++ ./inc/WManager.H 2007-12-17 16:00:13.000000000 +0200 -@@ -80,17 +80,17 @@ +--- inc/WManager.H.orig 1999-11-14 15:28:36 UTC ++++ inc/WManager.H +@@ -80,17 +80,17 @@ public: private: Interface* _Interface; Modified: head/x11-wm/wmanager/files/patch-src__Interface.cc ============================================================================== --- head/x11-wm/wmanager/files/patch-src__Interface.cc Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/files/patch-src__Interface.cc Tue Nov 8 09:00:13 2016 (r425715) @@ -1,5 +1,5 @@ ---- src/Interface.cc.orig Wed Nov 17 03:25:42 1999 -+++ src/Interface.cc Sun Nov 2 02:38:20 2003 +--- src/Interface.cc.orig 1999-11-16 18:25:42 UTC ++++ src/Interface.cc @@ -23,6 +23,7 @@ // SYSTEM INCLUDES ////////////////////////////////// @@ -16,7 +16,7 @@ // logo image static unsigned char *image_mt[] = { -@@ -130,10 +132,12 @@ +@@ -130,10 +132,12 @@ Interface::Interface() Interface::~Interface() { delete _WMWindow; Modified: head/x11-wm/wmanager/files/patch-src__WManager.cc ============================================================================== --- head/x11-wm/wmanager/files/patch-src__WManager.cc Tue Nov 8 08:57:30 2016 (r425714) +++ head/x11-wm/wmanager/files/patch-src__WManager.cc Tue Nov 8 09:00:13 2016 (r425715) @@ -1,6 +1,5 @@ -diff -urN -urN -x .svn ../vendor/wmanager/src/WManager.cc ./src/WManager.cc ---- ../vendor/wmanager/src/WManager.cc 2007-12-11 12:42:04.000000000 +0200 -+++ ./src/WManager.cc 2007-12-17 16:09:16.000000000 +0200 +--- src/WManager.cc.orig 1999-11-14 15:28:36 UTC ++++ src/WManager.cc @@ -24,8 +24,12 @@ // SYSTEM INCLUDES ///////////////////////////////// #include // standard string class @@ -22,7 +21,7 @@ diff -urN -urN -x .svn ../vendor/wmanage // constructor WManager::WManager() -@@ -302,7 +307,7 @@ +@@ -302,7 +307,7 @@ WManager::_TokenizeAndAddToBrowser(char* } else { fl_alert("Error near %s while parsing configuration file %s!" "Try to read on...", @@ -31,7 +30,7 @@ diff -urN -urN -x .svn ../vendor/wmanage } // end if } // end if } -@@ -310,7 +315,7 @@ +@@ -310,7 +315,7 @@ WManager::_TokenizeAndAddToBrowser(char* // cut rest from the beginning of str char* From owner-svn-ports-all@freebsd.org Tue Nov 8 09:01:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C5B7C36584; Tue, 8 Nov 2016 09:01:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED23FFBD; Tue, 8 Nov 2016 09:01:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA891BuY010955; Tue, 8 Nov 2016 09:01:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA891Br0010954; Tue, 8 Nov 2016 09:01:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080901.uA891Br0010954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425716 - head/games/stockfish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:01:12 -0000 Author: linimon Date: Tue Nov 8 09:01:10 2016 New Revision: 425716 URL: https://svnweb.freebsd.org/changeset/ports/425716 Log: Mark as broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/games/stockfish/Makefile Modified: head/games/stockfish/Makefile ============================================================================== --- head/games/stockfish/Makefile Tue Nov 8 09:00:13 2016 (r425715) +++ head/games/stockfish/Makefile Tue Nov 8 09:01:10 2016 (r425716) @@ -17,6 +17,8 @@ COMMENT= Open source chess engine LICENSE= GPLv3 NOT_FOR_ARCHS= sparc64 +BROKEN_arm64= Fails to build: cannot detect architecture +BROKEN_mips64= Fails to build: cannot detect architecture USES= compiler gmake zip From owner-svn-ports-all@freebsd.org Tue Nov 8 09:03:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79E96C366D3; Tue, 8 Nov 2016 09:03:13 +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 4A04B201; Tue, 8 Nov 2016 09:03:13 +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 uA893CRA013846; Tue, 8 Nov 2016 09:03:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA893CWq013845; Tue, 8 Nov 2016 09:03:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611080903.uA893CWq013845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 8 Nov 2016 09:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425717 - head/sysutils/munin-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: Tue, 08 Nov 2016 09:03:13 -0000 Author: mat Date: Tue Nov 8 09:03:12 2016 New Revision: 425717 URL: https://svnweb.freebsd.org/changeset/ports/425717 Log: CGI-Fast was removed in Perl 5.21. Sponsored by: Absolight Modified: head/sysutils/munin-master/Makefile (contents, props changed) Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Tue Nov 8 09:01:10 2016 (r425716) +++ head/sysutils/munin-master/Makefile Tue Nov 8 09:03:12 2016 (r425717) @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master @@ -62,4 +63,10 @@ post-install: (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done) ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample -.include +.include + +.if ${PERL_LEVEL} >= 502100 +RUN_DEPENDS+= p5-CGI-Fast>=0:www/p5-CGI-Fast +.endif + +.include From owner-svn-ports-all@freebsd.org Tue Nov 8 09:08:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5217FC367F2; Tue, 8 Nov 2016 09:08:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECA2398; Tue, 8 Nov 2016 09:08:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA898FpW014131; Tue, 8 Nov 2016 09:08:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA898Fjo014130; Tue, 8 Nov 2016 09:08:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080908.uA898Fjo014130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425718 - head/ftp/ftpcopy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:08:16 -0000 Author: linimon Date: Tue Nov 8 09:08:15 2016 New Revision: 425718 URL: https://svnweb.freebsd.org/changeset/ports/425718 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/ftp/ftpcopy/Makefile Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Tue Nov 8 09:03:12 2016 (r425717) +++ head/ftp/ftpcopy/Makefile Tue Nov 8 09:08:15 2016 (r425718) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.ohse.de/uwe/ftp MAINTAINER= mandree@FreeBSD.org COMMENT= Command line ftp tools for listing and mirroring +BROKEN_arm64= Fails to build: regparm is not valid on this platform + USES= perl5 USE_PERL5= build From owner-svn-ports-all@freebsd.org Tue Nov 8 09:08:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0522BC3689E; Tue, 8 Nov 2016 09:08:41 +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 C968C6B6; Tue, 8 Nov 2016 09:08:40 +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 uA898ejp014247; Tue, 8 Nov 2016 09:08:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA898emC014246; Tue, 8 Nov 2016 09:08:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080908.uA898emC014246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 09:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425719 - head/net/cloud-init X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:08:41 -0000 Author: jbeich Date: Tue Nov 8 09:08:39 2016 New Revision: 425719 URL: https://svnweb.freebsd.org/changeset/ports/425719 Log: net/cloud-init: over to new maintainer to fix #57 Submitted by: @harmw (via GitHub PR) Modified: head/net/cloud-init/Makefile (contents, props changed) Modified: head/net/cloud-init/Makefile ============================================================================== --- head/net/cloud-init/Makefile Tue Nov 8 09:08:15 2016 (r425718) +++ head/net/cloud-init/Makefile Tue Nov 8 09:08:39 2016 (r425719) @@ -6,7 +6,7 @@ CATEGORIES= net python MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= harm@weites.com +MAINTAINER= bertjw@regeer.org COMMENT= Init scripts for use on cloud images LICENSE= GPLv3 From owner-svn-ports-all@freebsd.org Tue Nov 8 09:11:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15EF7C36A4D; Tue, 8 Nov 2016 09:11:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D61C5A0E; Tue, 8 Nov 2016 09:11:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89BnmR017433; Tue, 8 Nov 2016 09:11:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89BnWq017432; Tue, 8 Nov 2016 09:11:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080911.uA89BnWq017432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425720 - head/x11/metisse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:11:50 -0000 Author: linimon Date: Tue Nov 8 09:11:48 2016 New Revision: 425720 URL: https://svnweb.freebsd.org/changeset/ports/425720 Log: Mark as broken on arm64. While here, pet portlint. Modified: head/x11/metisse/Makefile Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Tue Nov 8 09:08:39 2016 (r425719) +++ head/x11/metisse/Makefile Tue Nov 8 09:11:48 2016 (r425720) @@ -12,12 +12,14 @@ COMMENT= Innovative X-based window syste LICENSE= GPLv3 -CONFLICTS= fvwm-1.* fvwm-2.* - LIB_DEPENDS= libNucleo.so:x11-toolkits/nucleo \ libpng.so:graphics/png RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg-fonts +CONFLICTS= fvwm-1.* fvwm-2.* + +BROKEN_arm64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 + USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.6.in \ From owner-svn-ports-all@freebsd.org Tue Nov 8 09:13:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C7FC36BD9; Tue, 8 Nov 2016 09:13:39 +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 391C5C49; Tue, 8 Nov 2016 09:13:39 +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 uA89Dc65018226; Tue, 8 Nov 2016 09:13:38 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89DcBE018224; Tue, 8 Nov 2016 09:13:38 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611080913.uA89DcBE018224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 8 Nov 2016 09:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425721 - head/devel/ninja X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:13:39 -0000 Author: gahr Date: Tue Nov 8 09:13:38 2016 New Revision: 425721 URL: https://svnweb.freebsd.org/changeset/ports/425721 Log: devel/ninja: update to 1.7.2 Release notes: https://groups.google.com/forum/#!topic/ninja-build/8xAhNiDaczw/discussion PR: 213674 (patches proposed there were incorporated) Submitted by: gahr Modified: head/devel/ninja/Makefile head/devel/ninja/distinfo Modified: head/devel/ninja/Makefile ============================================================================== --- head/devel/ninja/Makefile Tue Nov 8 09:11:48 2016 (r425720) +++ head/devel/ninja/Makefile Tue Nov 8 09:13:38 2016 (r425721) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= ninja -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel Modified: head/devel/ninja/distinfo ============================================================================== --- head/devel/ninja/distinfo Tue Nov 8 09:11:48 2016 (r425720) +++ head/devel/ninja/distinfo Tue Nov 8 09:13:38 2016 (r425721) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473955296 -SHA256 (ninja-build-ninja-v1.7.1_GH0.tar.gz) = 51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19 -SIZE (ninja-build-ninja-v1.7.1_GH0.tar.gz) = 179717 +TIMESTAMP = 1478596138 +SHA256 (ninja-build-ninja-v1.7.2_GH0.tar.gz) = 2edda0a5421ace3cf428309211270772dd35a91af60c96f93f90df6bc41b16d9 +SIZE (ninja-build-ninja-v1.7.2_GH0.tar.gz) = 180611 From owner-svn-ports-all@freebsd.org Tue Nov 8 09:15:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FE7EC36C93; Tue, 8 Nov 2016 09:15:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F373DC6; Tue, 8 Nov 2016 09:15:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89F497018381; Tue, 8 Nov 2016 09:15:04 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89F41L018380; Tue, 8 Nov 2016 09:15:04 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080915.uA89F41L018380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425722 - head/security/p5-Crypt-RHash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:15:05 -0000 Author: linimon Date: Tue Nov 8 09:15:04 2016 New Revision: 425722 URL: https://svnweb.freebsd.org/changeset/ports/425722 Log: Mark as broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/security/p5-Crypt-RHash/Makefile Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Tue Nov 8 09:13:38 2016 (r425721) +++ head/security/p5-Crypt-RHash/Makefile Tue Nov 8 09:15:04 2016 (r425722) @@ -13,6 +13,9 @@ COMMENT= Compute hash sums and magnet li LICENSE= MIT +BROKEN_arm64= Fails to build: error Cannot detect CPU architechture +BROKEN_mips64= Fails to build: error Cannot detect CPU architechture + USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Tue Nov 8 09:21:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1598CC350DC; Tue, 8 Nov 2016 09:21:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D64E876F; Tue, 8 Nov 2016 09:21:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89LCOf021564; Tue, 8 Nov 2016 09:21:12 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89LCsV021563; Tue, 8 Nov 2016 09:21:12 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080921.uA89LCsV021563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425723 - head/sysutils/liburcu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:21:14 -0000 Author: linimon Date: Tue Nov 8 09:21:12 2016 New Revision: 425723 URL: https://svnweb.freebsd.org/changeset/ports/425723 Log: Mark broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/liburcu/Makefile Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Tue Nov 8 09:15:04 2016 (r425722) +++ head/sysutils/liburcu/Makefile Tue Nov 8 09:21:12 2016 (r425723) @@ -14,6 +14,11 @@ LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt +BROKEN_arm64= Fails to build: Cannot build: unrecognized architecture detected +BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer +BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 +BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 + USES= pathfix libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Nov 8 09:23:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2B9FC35651; Tue, 8 Nov 2016 09:23:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1AB89D9; Tue, 8 Nov 2016 09:23:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89NpOF022621; Tue, 8 Nov 2016 09:23:51 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89Npde022620; Tue, 8 Nov 2016 09:23:51 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611080923.uA89Npde022620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 09:23:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425724 - head/textproc/uim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:23:52 -0000 Author: linimon Date: Tue Nov 8 09:23:51 2016 New Revision: 425724 URL: https://svnweb.freebsd.org/changeset/ports/425724 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/textproc/uim/Makefile Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Nov 8 09:21:12 2016 (r425723) +++ head/textproc/uim/Makefile Tue Nov 8 09:23:51 2016 (r425724) @@ -13,6 +13,8 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Input method library +BROKEN_arm64= Fails to build: The collector has not been ported to this machine/OS combination + USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool From owner-svn-ports-all@freebsd.org Tue Nov 8 09:39:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D33D1C35FE7; Tue, 8 Nov 2016 09:39:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC601C5; Tue, 8 Nov 2016 09:39:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89dHhn026659; Tue, 8 Nov 2016 09:39:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89dHPx026657; Tue, 8 Nov 2016 09:39:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611080939.uA89dHPx026657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 8 Nov 2016 09:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425725 - head/devel/elixir-combine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 09:39:18 -0000 Author: olgeni Date: Tue Nov 8 09:39:17 2016 New Revision: 425725 URL: https://svnweb.freebsd.org/changeset/ports/425725 Log: Update devel/elixir-combine to version 0.9.3. Modified: head/devel/elixir-combine/Makefile head/devel/elixir-combine/distinfo Modified: head/devel/elixir-combine/Makefile ============================================================================== --- head/devel/elixir-combine/Makefile Tue Nov 8 09:23:51 2016 (r425724) +++ head/devel/elixir-combine/Makefile Tue Nov 8 09:39:17 2016 (r425725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= combine -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-combine/distinfo ============================================================================== --- head/devel/elixir-combine/distinfo Tue Nov 8 09:23:51 2016 (r425724) +++ head/devel/elixir-combine/distinfo Tue Nov 8 09:39:17 2016 (r425725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471596175 -SHA256 (bitwalker-combine-0.9.2_GH0.tar.gz) = c58404d9928c473f3f5bb434b43825add1244417b7edfd6d39d7d5c0ac5d729d -SIZE (bitwalker-combine-0.9.2_GH0.tar.gz) = 93483 +TIMESTAMP = 1478597866 +SHA256 (bitwalker-combine-0.9.3_GH0.tar.gz) = a9d510e9ceb8200b7fc39b5f2177b4b9f5f9766946352e3d5636958e25fe2dee +SIZE (bitwalker-combine-0.9.3_GH0.tar.gz) = 93541 From owner-svn-ports-all@freebsd.org Tue Nov 8 09:43:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA82DC36242; Tue, 8 Nov 2016 09:43:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4957E6; Tue, 8 Nov 2016 09:43:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA89hgpZ030344; Tue, 8 Nov 2016 09:43:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA89hggU030341; Tue, 8 Nov 2016 09:43:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611080943.uA89hggU030341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 09:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425726 - branches/2016Q4/print/harfbuzz 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, 08 Nov 2016 09:43:43 -0000 Author: jbeich Date: Tue Nov 8 09:43:42 2016 New Revision: 425726 URL: https://svnweb.freebsd.org/changeset/ports/425726 Log: MFH: r425469 print/harfbuzz: update to 1.3.3 Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.3 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Approved by: ports-secteam (feld) Modified: branches/2016Q4/print/harfbuzz/Makefile branches/2016Q4/print/harfbuzz/distinfo branches/2016Q4/print/harfbuzz/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/print/harfbuzz/Makefile ============================================================================== --- branches/2016Q4/print/harfbuzz/Makefile Tue Nov 8 09:39:17 2016 (r425725) +++ branches/2016Q4/print/harfbuzz/Makefile Tue Nov 8 09:43:42 2016 (r425726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 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.10302.0 +PLIST_SUB+= LIBVER=0.10303.0 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh Modified: branches/2016Q4/print/harfbuzz/distinfo ============================================================================== --- branches/2016Q4/print/harfbuzz/distinfo Tue Nov 8 09:39:17 2016 (r425725) +++ branches/2016Q4/print/harfbuzz/distinfo Tue Nov 8 09:43:42 2016 (r425726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473409330 -SHA256 (harfbuzz-1.3.2.tar.bz2) = 8543a6372f08c5987c632dfaa86210c7edb3f43fbacd96095c609bc3539ce027 -SIZE (harfbuzz-1.3.2.tar.bz2) = 1357986 +TIMESTAMP = 1478356493 +SHA256 (harfbuzz-1.3.3.tar.bz2) = 2620987115a4122b47321610dccbcc18f7f121115fd7b88dc8a695c8b66cb3c9 +SIZE (harfbuzz-1.3.3.tar.bz2) = 1402836 Modified: branches/2016Q4/print/harfbuzz/pkg-plist ============================================================================== --- branches/2016Q4/print/harfbuzz/pkg-plist Tue Nov 8 09:39:17 2016 (r425725) +++ branches/2016Q4/print/harfbuzz/pkg-plist Tue Nov 8 09:43:42 2016 (r425726) @@ -16,6 +16,7 @@ include/harfbuzz/hb-graphite2.h include/harfbuzz/hb-icu.h include/harfbuzz/hb-ot-font.h 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.h @@ -40,6 +41,7 @@ libdata/pkgconfig/harfbuzz-icu.pc libdata/pkgconfig/harfbuzz.pc share/gir-1.0/HarfBuzz-0.0.gir share/gtk-doc/html/harfbuzz/HarfBuzz.png +share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html share/gtk-doc/html/harfbuzz/annotation-glossary.html share/gtk-doc/html/harfbuzz/api-index-0-9-10.html @@ -60,10 +62,13 @@ share/gtk-doc/html/harfbuzz/api-index-0- share/gtk-doc/html/harfbuzz/api-index-1-0-5.html 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-full.html share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html share/gtk-doc/html/harfbuzz/building.html -share/gtk-doc/html/harfbuzz/ch07.html +share/gtk-doc/html/harfbuzz/ch08.html +share/gtk-doc/html/harfbuzz/clusters.html share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html share/gtk-doc/html/harfbuzz/fonts-and-faces.html @@ -82,6 +87,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb- share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html @@ -98,15 +104,18 @@ share/gtk-doc/html/harfbuzz/index.html share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png +share/gtk-doc/html/harfbuzz/level-2.html share/gtk-doc/html/harfbuzz/object-tree.html share/gtk-doc/html/harfbuzz/plans-and-caching.html share/gtk-doc/html/harfbuzz/pt01.html share/gtk-doc/html/harfbuzz/pt02.html +share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html share/gtk-doc/html/harfbuzz/right-insensitive.png share/gtk-doc/html/harfbuzz/right.png share/gtk-doc/html/harfbuzz/setting-buffer-properties.html share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html share/gtk-doc/html/harfbuzz/style.css +share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html share/gtk-doc/html/harfbuzz/up-insensitive.png share/gtk-doc/html/harfbuzz/up.png share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html From owner-svn-ports-all@freebsd.org Tue Nov 8 10:25:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BF8FC3648D; Tue, 8 Nov 2016 10:25:21 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32777890; Tue, 8 Nov 2016 10:25:21 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8APKm7046387; Tue, 8 Nov 2016 10:25:20 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8APK7Q046383; Tue, 8 Nov 2016 10:25:20 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201611081025.uA8APK7Q046383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Tue, 8 Nov 2016 10:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425727 - in head/textproc: . py3-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: Tue, 08 Nov 2016 10:25:21 -0000 Author: farrokhi Date: Tue Nov 8 10:25:19 2016 New Revision: 425727 URL: https://svnweb.freebsd.org/changeset/ports/425727 Log: New port: textproc/py3-pager Reviewed by: mat, bapt Approved by: mat, bapt Differential Revision: https://reviews.freebsd.org/D7778 Added: head/textproc/py3-pager/ head/textproc/py3-pager/Makefile (contents, props changed) head/textproc/py3-pager/distinfo (contents, props changed) head/textproc/py3-pager/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 8 09:43:42 2016 (r425726) +++ head/textproc/Makefile Tue Nov 8 10:25:19 2016 (r425727) @@ -1341,6 +1341,7 @@ SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-libxml2 + SUBDIR += py3-pager SUBDIR += pychm SUBDIR += qprint SUBDIR += qstardict Added: head/textproc/py3-pager/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-pager/Makefile Tue Nov 8 10:25:19 2016 (r425727) @@ -0,0 +1,19 @@ +# Created by: Babak Farrokhi +# $FreeBSD$ + +PORTNAME= pager +PORTVERSION= 3.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Terminal/console pager module + +LICENSE= BSD3CLAUSE + +USES= python:3 +USE_PYTHON= autoplist concurrent distutils +INSTALL_TARGET= install-strip + +.include Added: head/textproc/py3-pager/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-pager/distinfo Tue Nov 8 10:25:19 2016 (r425727) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468917575 +SHA256 (pager-3.3.tar.gz) = 18aa45ec877dca732e599531c7b3b0b22ed6a4445febdf1bdf7da2761cca340d +SIZE (pager-3.3.tar.gz) = 10803 Added: head/textproc/py3-pager/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-pager/pkg-descr Tue Nov 8 10:25:19 2016 (r425727) @@ -0,0 +1,4 @@ +Python module that pages output to the screen, reads keys and console +dimensions without executing external utils. + +WWW: https://pypi.python.org/pypi/pager/ From owner-svn-ports-all@freebsd.org Tue Nov 8 10:42:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 534D5C36C61; Tue, 8 Nov 2016 10:42:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22DC024C; Tue, 8 Nov 2016 10:42:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8AguoK054356; Tue, 8 Nov 2016 10:42:56 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8AguGF054354; Tue, 8 Nov 2016 10:42:56 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611081042.uA8AguGF054354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 8 Nov 2016 10:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425728 - head/www/pmwiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 10:42:57 -0000 Author: tz Date: Tue Nov 8 10:42:55 2016 New Revision: 425728 URL: https://svnweb.freebsd.org/changeset/ports/425728 Log: www/pmwiki: Update from 2.2.83 to 2.2.91 Changelog: http://www.pmwiki.org/wiki/PmWiki/ChangeLog#v2291 PR: 213970 Submitted by: Jochen Neumeister Approved by: pi (mentor) Modified: head/www/pmwiki/Makefile head/www/pmwiki/distinfo Modified: head/www/pmwiki/Makefile ============================================================================== --- head/www/pmwiki/Makefile Tue Nov 8 10:25:19 2016 (r425727) +++ head/www/pmwiki/Makefile Tue Nov 8 10:42:55 2016 (r425728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmwiki -PORTVERSION= 2.2.83 +PORTVERSION= 2.2.91 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.pmwiki.org/pub/pmwiki/ @@ -13,9 +13,8 @@ COMMENT= WikiWikiWeb clone using PHP LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt -USES= cpe tar:tgz +USES= cpe tar:tgz php:web USE_PHP= mbstring session -WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes Modified: head/www/pmwiki/distinfo ============================================================================== --- head/www/pmwiki/distinfo Tue Nov 8 10:25:19 2016 (r425727) +++ head/www/pmwiki/distinfo Tue Nov 8 10:42:55 2016 (r425728) @@ -1,2 +1,3 @@ -SHA256 (pmwiki-2.2.83.tgz) = f7dc461d6cec42d9f9c0a3d38d7d275ea3de29a479d35c51f87e74cc369570fe -SIZE (pmwiki-2.2.83.tgz) = 436891 +TIMESTAMP = 1477989078 +SHA256 (pmwiki-2.2.91.tgz) = 6ce7befb744f69a93cc244739066fc91916ed196d88ecffd8c0671a5169a7672 +SIZE (pmwiki-2.2.91.tgz) = 441751 From owner-svn-ports-all@freebsd.org Tue Nov 8 10:51:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DD5CC36F88; Tue, 8 Nov 2016 10:51:23 +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 F3F15847; Tue, 8 Nov 2016 10:51:22 +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 uA8ApMxm054778; Tue, 8 Nov 2016 10:51:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8ApMfL054776; Tue, 8 Nov 2016 10:51:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611081051.uA8ApMfL054776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 10:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425729 - 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: Tue, 08 Nov 2016 10:51:23 -0000 Author: rene Date: Tue Nov 8 10:51:21 2016 New Revision: 425729 URL: https://svnweb.freebsd.org/changeset/ports/425729 Log: devel/git-lfs: update to 1.4.4 - unbreak - unexpire - pass maintainership to submitter PR: 214154 Submitted by: Kenji Rikitake Approved by: three consecutive maintainer timeouts (kuriyama) MFH: 2016Q4 Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Tue Nov 8 10:42:55 2016 (r425728) +++ head/devel/git-lfs/Makefile Tue Nov 8 10:51:21 2016 (r425729) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 1.1.0 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= GH GHC PKGNAMEPREFIX= go- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= kenji@k2r.org COMMENT= Git extension for versioning large files LICENSE= MIT -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= go USE_GITHUB= yes @@ -23,4 +22,12 @@ PLIST_FILES= bin/git-lfs GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +# see https://github.com/github/git-lfs/wiki/Installation + +do-build: + cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap + +pre-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs + .include Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Tue Nov 8 10:42:55 2016 (r425728) +++ head/devel/git-lfs/distinfo Tue Nov 8 10:51:21 2016 (r425729) @@ -1,2 +1,3 @@ -SHA256 (git-lfs-v1.1.0_GH0.tar.gz) = 1f246ec5f1141677b05847b3e9bcb9929c9d9b1afc78585d5776a9c18186ea9b -SIZE (git-lfs-v1.1.0_GH0.tar.gz) = 345118 +TIMESTAMP = 1478133689 +SHA256 (git-lfs-v1.4.4_GH0.tar.gz) = ee4c3b459dd08cc9443fc5774baf342abc9b7975ffffbefb52b248b3eb91dd33 +SIZE (git-lfs-v1.4.4_GH0.tar.gz) = 581870 From owner-svn-ports-all@freebsd.org Tue Nov 8 11:13:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2530DC37683; Tue, 8 Nov 2016 11:13:41 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E91896DE; Tue, 8 Nov 2016 11:13:40 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8BDeba066227; Tue, 8 Nov 2016 11:13:40 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8BDeon066225; Tue, 8 Nov 2016 11:13:40 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611081113.uA8BDeon066225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 8 Nov 2016 11:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425730 - head/irc/hexchat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 11:13:41 -0000 Author: tz Date: Tue Nov 8 11:13:39 2016 New Revision: 425730 URL: https://svnweb.freebsd.org/changeset/ports/425730 Log: irc/hexchat: Update from 2.12.1 to 2.12.3 Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html PR: 213344 uSbmitted by: Piotr Kubaj , swills Approved by: junovitch (mentor) Modified: head/irc/hexchat/Makefile head/irc/hexchat/distinfo Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Tue Nov 8 10:51:21 2016 (r425729) +++ head/irc/hexchat/Makefile Tue Nov 8 11:13:39 2016 (r425730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hexchat -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.3 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.net/${PORTNAME}/ Modified: head/irc/hexchat/distinfo ============================================================================== --- head/irc/hexchat/distinfo Tue Nov 8 10:51:21 2016 (r425729) +++ head/irc/hexchat/distinfo Tue Nov 8 11:13:39 2016 (r425730) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468413582 -SHA256 (hexchat-2.12.1.tar.xz) = 5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b -SIZE (hexchat-2.12.1.tar.xz) = 1585532 +TIMESTAMP = 1477276791 +SHA256 (hexchat-2.12.3.tar.xz) = 6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba +SIZE (hexchat-2.12.3.tar.xz) = 1577736 From owner-svn-ports-all@freebsd.org Tue Nov 8 11:19:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC9C8C37724; Tue, 8 Nov 2016 11:19:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (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 8333B8C0; Tue, 8 Nov 2016 11:19:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22a.google.com with SMTP id d2so106979453pfd.0; Tue, 08 Nov 2016 03:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Dvfy9gVH1d74D6TuGGHYiU7NkPZt8QfFfLu1Ya1yUp4=; b=dwCiNrc3CQ4P5HTom3AIhl36njTDE+hHdzmFRdOwgkqcburZwiEEm8dZRShLOGxQcP V+vwfLPKx7BZTcda5BGkRte5noO+e6H+xPJhji4LaCeb1mTJ3R8ygqNhZEKSHcJzfCVC /zSaxqC8DwdKrysIZmsEoE5Khaem6pG64XMS0uQkUD7dHdMrhawSdLkpswig9Ez1P7Wp yF0arcsMAnwX6zMOocUovlP1nXQ+V5Y1tKtb6uJ0jd//oeY36rZRskuwTGplhXQZEDHv yUCv2KLeW3Yt9qMxo0zyQVKpcPgrOiwRU6kTl9lmtA7ycC/8rViB74Xhev5zAefWRpSj iESg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=Dvfy9gVH1d74D6TuGGHYiU7NkPZt8QfFfLu1Ya1yUp4=; b=jSx2E0XTBqfaEWLf79+ST9bhv2yHYFg1c6nStGNmX7azpFYom09M0XDvr4qXHU4xKt FJCbmpF0OMoCCk5y/fquTrGl7Da4006Em9ot1Q/S6z6I3guqlbghMFJrBD++/r22Bvzy lczmgcOzCSrOuREsvYBn2fsG3xu1GS3NW7ucpDkbOg+13j9yPBZ9UaVa7qbjf9BPhAL3 gyc9pDfYTkej5pjvILNzo1owV9zwaaiuDBJcDy+UgeJ3Cyyx6YGvZan655moiZTNiYD4 tn2/rTarOQE9tnH1Zdo10S1K1/AFJzLh8Hp4CS5VM3bGlpbaYTEXdMuvENclZwrSX020 Mw6w== X-Gm-Message-State: ABUngvc0G3xVr5nU6XVIxUMSId9a0OOgoyyQQ/gsCMyD4cNFC8RaIOmw7AzwTZvQLCYZwQ== X-Received: by 10.99.244.17 with SMTP id g17mr6025626pgi.80.1478603958812; Tue, 08 Nov 2016 03:19:18 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:1c1a:5103:265d:bfaf? (2001-44b8-31ae-7b01-1c1a-5103-265d-bfaf.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:1c1a:5103:265d:bfaf]) by smtp.gmail.com with ESMTPSA id 74sm47365494pfp.77.2016.11.08.03.19.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 03:19:18 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r425727 - in head/textproc: . py3-pager To: Babak Farrokhi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "python@freebsd.org" References: <201611081025.uA8APK7Q046383@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Tue, 8 Nov 2016 22:17:49 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Thunderbird/51.0a2 MIME-Version: 1.0 In-Reply-To: <201611081025.uA8APK7Q046383@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU 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, 08 Nov 2016 11:19:19 -0000 On 8/11/2016 9:25 PM, Babak Farrokhi wrote: > +USES= python:3 :3 means depend on the lang/python3 port (a meta port, providing the only the python3 symlink) which is unlikely what is intended. If a python package *only* supports Python 3.x, use USES=python:x.y+ instead, ideally matching what upstream says are the supported versions as closely as the USES=python syntax allows. In this case pager supports *both* 2.x and 3.x [1], so a py-pager port should be created with USES=python. [1] setup.py: 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ./koobs From owner-svn-ports-all@freebsd.org Tue Nov 8 11:23:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 361DCC378ED; Tue, 8 Nov 2016 11:23: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 EE1EFC99; Tue, 8 Nov 2016 11:23: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 uA8BNXcc070096; Tue, 8 Nov 2016 11:23:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8BNWT3070093; Tue, 8 Nov 2016 11:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081123.uA8BNWT3070093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 11:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425731 - in head/emulators/qtemu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 11:23:34 -0000 Author: amdmi3 Date: Tue Nov 8 11:23:32 2016 New Revision: 425731 URL: https://svnweb.freebsd.org/changeset/ports/425731 Log: - Add LICENSE - Regenerate patches Modified: head/emulators/qtemu/Makefile head/emulators/qtemu/files/patch-helpwindow.cpp head/emulators/qtemu/files/patch-main.cpp head/emulators/qtemu/files/patch-qtemu.pro Modified: head/emulators/qtemu/Makefile ============================================================================== --- head/emulators/qtemu/Makefile Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/Makefile Tue Nov 8 11:23:32 2016 (r425731) @@ -9,9 +9,12 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based frontend for QEMU -USE_QT4= gui xml uic_build moc_build rcc_build +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= qmake tar:bzip2 -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +USE_QT4= gui xml uic_build moc_build rcc_build +CONFIGURE_ENV= LOCALBASE=${LOCALBASE} DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ "qtemu" "" true Modified: head/emulators/qtemu/files/patch-helpwindow.cpp ============================================================================== --- head/emulators/qtemu/files/patch-helpwindow.cpp Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-helpwindow.cpp Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./helpwindow.cpp.orig Mon Mar 19 15:56:21 2007 -+++ ./helpwindow.cpp Tue Jun 12 13:23:44 2007 -@@ -72,7 +72,7 @@ +--- helpwindow.cpp.orig 2007-11-12 19:31:00 UTC ++++ helpwindow.cpp +@@ -80,7 +80,7 @@ QUrl HelpWindow::getHelpFile() return testUrl; //check for case when qtemu executable is in bin/ (installed on linux) @@ -9,7 +9,7 @@ if (QFile::exists(testUrl.toString())) return testUrl; } -@@ -88,7 +88,7 @@ +@@ -96,7 +96,7 @@ QUrl HelpWindow::getHelpFile() return testUrl; //check for case when qtemu executable is in bin/ (installed on linux) Modified: head/emulators/qtemu/files/patch-main.cpp ============================================================================== --- head/emulators/qtemu/files/patch-main.cpp Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-main.cpp Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./main.cpp.orig Mon Mar 19 15:56:21 2007 -+++ ./main.cpp Tue Jun 12 13:17:03 2007 -@@ -45,7 +45,7 @@ +--- main.cpp.orig 2007-11-12 19:31:00 UTC ++++ main.cpp +@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) translator.load(path); else { Modified: head/emulators/qtemu/files/patch-qtemu.pro ============================================================================== --- head/emulators/qtemu/files/patch-qtemu.pro Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-qtemu.pro Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./qtemu.pro.orig 2007-11-12 22:31:00.000000000 +0300 -+++ ./qtemu.pro 2007-11-15 00:11:48.000000000 +0300 -@@ -31,4 +31,4 @@ +--- qtemu.pro.orig 2007-11-12 19:31:00 UTC ++++ qtemu.pro +@@ -31,4 +31,4 @@ TRANSLATIONS = translations/template_q translations/qtemu_es.ts \ translations/qtemu_pt-BR.ts \ translations/qtemu_pl.ts From owner-svn-ports-all@freebsd.org Tue Nov 8 11:41:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13124C37E3E; Tue, 8 Nov 2016 11:41:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E113F76F; Tue, 8 Nov 2016 11:41: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 uA8BfBwp074282; Tue, 8 Nov 2016 11:41:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8BfAFw074274; Tue, 8 Nov 2016 11:41:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081141.uA8BfAFw074274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 11:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425732 - in head/ftp/plasma-applet-ftpmonitor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 11:41:12 -0000 Author: amdmi3 Date: Tue Nov 8 11:41:10 2016 New Revision: 425732 URL: https://svnweb.freebsd.org/changeset/ports/425732 Log: - Unbreak (google code available from archive) - Add LICENSE - Cosmetic fixes - Regenerate patches Modified: head/ftp/plasma-applet-ftpmonitor/Makefile head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpmonitorloop.cpp head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__ncftpdmonitor.h head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__proftpdmonitor.h head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__pureftpdmonitor.h head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__vsftpdmonitor.h head/ftp/plasma-applet-ftpmonitor/pkg-descr Modified: head/ftp/plasma-applet-ftpmonitor/Makefile ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/Makefile Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/Makefile Tue Nov 8 11:41:10 2016 (r425732) @@ -4,20 +4,21 @@ PORTNAME= ftpmonitor PORTVERSION= 1.1 PORTREVISION= 6 CATEGORIES= ftp kde -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ftpmonitor/ PKGNAMEPREFIX= plasma-applet- MAINTAINER= ports@FreeBSD.org COMMENT= KDE4 Plasma applet, which monitors connections to ftp daemons -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${WRKSRC}/src/ftpserver/*.h .include Modified: head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpmonitorloop.cpp ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpmonitorloop.cpp Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpmonitorloop.cpp Tue Nov 8 11:41:10 2016 (r425732) @@ -1,6 +1,6 @@ ---- ./src/ftpmonitorloop.cpp.orig 2010-06-12 10:18:35.000000000 +0400 -+++ ./src/ftpmonitorloop.cpp 2010-08-30 12:10:58.553618412 +0400 -@@ -84,7 +84,7 @@ +--- src/ftpmonitorloop.cpp.orig 2010-06-12 06:18:35 UTC ++++ src/ftpmonitorloop.cpp +@@ -84,7 +84,7 @@ QString FTPMonitorLoop::getExecutedFtpWh bool FTPMonitorLoop::ftpdServerIsRunning(QString ftpdServerName) { QProcess checkFtpd; Modified: head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__ncftpdmonitor.h ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__ncftpdmonitor.h Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__ncftpdmonitor.h Tue Nov 8 11:41:10 2016 (r425732) @@ -1,6 +1,6 @@ ---- ./src/ftpserver/ncftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400 -+++ ./src/ftpserver/ncftpdmonitor.h 2010-06-15 22:44:14.585409143 +0400 -@@ -55,7 +55,7 @@ +--- src/ftpserver/ncftpdmonitor.h.orig 2010-06-11 21:33:45 UTC ++++ src/ftpserver/ncftpdmonitor.h +@@ -55,7 +55,7 @@ class NcftpdMonitor : public FTPMonitorL void createExecCommand(bool useSudo,QString whoPath) { if (whoPath=="") Modified: head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__proftpdmonitor.h ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__proftpdmonitor.h Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__proftpdmonitor.h Tue Nov 8 11:41:10 2016 (r425732) @@ -1,6 +1,6 @@ ---- ./src/ftpserver/proftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400 -+++ ./src/ftpserver/proftpdmonitor.h 2010-06-15 22:42:56.463724571 +0400 -@@ -55,7 +55,7 @@ +--- src/ftpserver/proftpdmonitor.h.orig 2010-06-11 21:33:45 UTC ++++ src/ftpserver/proftpdmonitor.h +@@ -55,7 +55,7 @@ class ProftpdMonitor : public FTPMonitor { if (whoPath=="") Modified: head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__pureftpdmonitor.h ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__pureftpdmonitor.h Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__pureftpdmonitor.h Tue Nov 8 11:41:10 2016 (r425732) @@ -1,6 +1,6 @@ ---- ./src/ftpserver/pureftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400 -+++ ./src/ftpserver/pureftpdmonitor.h 2010-08-28 02:58:47.738230460 +0400 -@@ -50,7 +50,7 @@ +--- src/ftpserver/pureftpdmonitor.h.orig 2010-06-11 21:33:45 UTC ++++ src/ftpserver/pureftpdmonitor.h +@@ -50,7 +50,7 @@ class PureftpdMonitor : public FTPMonito void createExecCommand(bool useSudo,QString whoPath) { if (whoPath=="") @@ -9,7 +9,7 @@ else mFtpWhoCommand.bin = whoPath + ftpWhoBinaryName(); -@@ -101,7 +101,7 @@ +@@ -101,7 +101,7 @@ class PureftpdMonitor : public FTPMonito */ QString ftpdServerName() { Modified: head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__vsftpdmonitor.h ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__vsftpdmonitor.h Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/files/patch-src__ftpserver__vsftpdmonitor.h Tue Nov 8 11:41:10 2016 (r425732) @@ -1,6 +1,6 @@ ---- ./src/ftpserver/vsftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400 -+++ ./src/ftpserver/vsftpdmonitor.h 2010-06-15 22:33:09.875079873 +0400 -@@ -53,7 +53,7 @@ +--- src/ftpserver/vsftpdmonitor.h.orig 2010-06-11 21:33:45 UTC ++++ src/ftpserver/vsftpdmonitor.h +@@ -53,7 +53,7 @@ class VsftpdMonitor : public FTPMonitorL // else // mFtpWhoCommand.bin = whoPath + "ps"; Modified: head/ftp/plasma-applet-ftpmonitor/pkg-descr ============================================================================== --- head/ftp/plasma-applet-ftpmonitor/pkg-descr Tue Nov 8 11:23:32 2016 (r425731) +++ head/ftp/plasma-applet-ftpmonitor/pkg-descr Tue Nov 8 11:41:10 2016 (r425732) @@ -3,4 +3,4 @@ connections to ftp daemons. It acts as a ncftpd_spy and ftpwho for pure-ftpd, ncftpd and proftpd ftp daemons. For vsftpd it looks for output of ps ax. -WWW: http://code.google.com/p/ftpmonitor/ +WWW: https://code.google.com/archive/p/ftpmonitor/ From owner-svn-ports-all@freebsd.org Tue Nov 8 12:35:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD42C35A06; Tue, 8 Nov 2016 12:35:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B666EA03; Tue, 8 Nov 2016 12:35:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8CZj9k097616; Tue, 8 Nov 2016 12:35:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8CZiWL097606; Tue, 8 Nov 2016 12:35:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611081235.uA8CZiWL097606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 12:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425733 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/seamonkey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 12:35:46 -0000 Author: jbeich Date: Tue Nov 8 12:35:43 2016 New Revision: 425733 URL: https://svnweb.freebsd.org/changeset/ports/425733 Log: gecko: backport fix for crash on 9.x (lang/gcc5 + -O3) https://lists.freebsd.org/pipermail/freebsd-gecko/2016-November/006752.html https://bugzilla.mozilla.org/show_bug.cgi?id=757366 MFH: 2016Q4 (blanket) Added: head/mail/thunderbird/files/patch-bug757366 (contents, props changed) head/www/firefox-esr/files/patch-bug757366 (contents, props changed) head/www/firefox/files/patch-bug757366 (contents, props changed) head/www/libxul/files/patch-bug757366 (contents, props changed) head/www/seamonkey/files/patch-bug757366 (contents, props changed) Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Tue Nov 8 11:41:10 2016 (r425732) +++ head/mail/thunderbird/Makefile Tue Nov 8 12:35:43 2016 (r425733) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Added: head/mail/thunderbird/files/patch-bug757366 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug757366 Tue Nov 8 12:35:43 2016 (r425733) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- mozilla/gfx/thebes/gfxFontUtils.cpp ++++ mozilla/gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Tue Nov 8 11:41:10 2016 (r425732) +++ head/www/firefox-esr/Makefile Tue Nov 8 12:35:43 2016 (r425733) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.5.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Added: head/www/firefox-esr/files/patch-bug757366 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug757366 Tue Nov 8 12:35:43 2016 (r425733) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Nov 8 11:41:10 2016 (r425732) +++ head/www/firefox/Makefile Tue Nov 8 12:35:43 2016 (r425733) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 50.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-bug757366 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug757366 Tue Nov 8 12:35:43 2016 (r425733) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Tue Nov 8 11:41:10 2016 (r425732) +++ head/www/libxul/Makefile Tue Nov 8 12:35:43 2016 (r425733) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.5.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Added: head/www/libxul/files/patch-bug757366 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug757366 Tue Nov 8 12:35:43 2016 (r425733) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Tue Nov 8 11:41:10 2016 (r425732) +++ head/www/seamonkey/Makefile Tue Nov 8 12:35:43 2016 (r425733) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Added: head/www/seamonkey/files/patch-bug757366 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug757366 Tue Nov 8 12:35:43 2016 (r425733) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- mozilla/gfx/thebes/gfxFontUtils.cpp ++++ mozilla/gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + From owner-svn-ports-all@freebsd.org Tue Nov 8 12:44:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 730CDC36148; Tue, 8 Nov 2016 12:44:11 +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 30E1316; Tue, 8 Nov 2016 12:44:11 +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 uA8CiAHW001603; Tue, 8 Nov 2016 12:44:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Ci9c5001597; Tue, 8 Nov 2016 12:44:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611081244.uA8Ci9c5001597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 8 Nov 2016 12:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425734 - in head/mail/dkimproxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 12:44:11 -0000 Author: mat Date: Tue Nov 8 12:44:09 2016 New Revision: 425734 URL: https://svnweb.freebsd.org/changeset/ports/425734 Log: Fix random build failure. Because scripts/dkimproxy.out is patched, its timestamp may be after the one of scripts/dkimproxy_out.8, forcing a rebuild of the man page. - The Makefile are generated with autotools, and need gmake - Fix some syntax error in dkimproxy.out's pod section. While there, regenerate patches. Reported by: pkg-fallout Sponsored by: Absolight Added: head/mail/dkimproxy/files/extra-patch-lib_MSDW_SMTP_Server.pm (contents, props changed) - copied, changed from r425717, head/mail/dkimproxy/files/extra-patch-lib-MSDW-SMTP-Server.pm head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy.out (contents, props changed) - copied, changed from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy.out head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__in.conf.example (contents, props changed) - copied, changed from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_in.conf.example head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__out.conf.example (contents, props changed) - copied, changed from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_out.conf.example Deleted: head/mail/dkimproxy/files/extra-patch-lib-MSDW-SMTP-Server.pm head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy.out head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_in.conf.example head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_out.conf.example Modified: head/mail/dkimproxy/Makefile (contents, props changed) Modified: head/mail/dkimproxy/Makefile ============================================================================== --- head/mail/dkimproxy/Makefile Tue Nov 8 12:35:43 2016 (r425733) +++ head/mail/dkimproxy/Makefile Tue Nov 8 12:44:09 2016 (r425734) @@ -22,7 +22,7 @@ OPTIONS_DEFINE= IPV6 TEST OPTIONS_SUB= yes GNU_CONFIGURE= yes -USES= perl5 shebangfix +USES= gmake perl5 shebangfix SHEBANG_FILES= scripts/* NO_ARCH= yes USE_RC_SUBR= dkimproxy_in dkimproxy_out @@ -36,10 +36,10 @@ SUB_LIST+= PERL=${PERL} \ IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 -IPV6_EXTRA_PATCHES= ${FILESDIR}/extra-patch-lib-MSDW-SMTP-Server.pm \ - ${FILESDIR}/extra-patch-scripts-dkimproxy.out \ - ${FILESDIR}/extra-patch-scripts-dkimproxy_in.conf.example \ - ${FILESDIR}/extra-patch-scripts-dkimproxy_out.conf.example +IPV6_EXTRA_PATCHES= ${FILESDIR}/extra-patch-lib_MSDW_SMTP_Server.pm \ + ${FILESDIR}/extra-patch-scripts_dkimproxy.out \ + ${FILESDIR}/extra-patch-scripts_dkimproxy__in.conf.example \ + ${FILESDIR}/extra-patch-scripts_dkimproxy__out.conf.example TEST_DESC= Use dkim_responder.pl TEST_RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools Copied and modified: head/mail/dkimproxy/files/extra-patch-lib_MSDW_SMTP_Server.pm (from r425717, head/mail/dkimproxy/files/extra-patch-lib-MSDW-SMTP-Server.pm) ============================================================================== Copied and modified: head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy.out (from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy.out) ============================================================================== --- head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy.out Tue Nov 8 09:03:12 2016 (r425717, copy source) +++ head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy.out Tue Nov 8 12:44:09 2016 (r425734) @@ -1,4 +1,4 @@ ---- scripts/dkimproxy.out.orig 2010-11-15 16:54:28 UTC +--- scripts/dkimproxy.out.orig 2016-11-08 12:35:41 UTC +++ scripts/dkimproxy.out @@ -314,17 +314,11 @@ sub process_request { @@ -19,3 +19,12 @@ }; if (my $E = $@) { +@@ -713,7 +707,7 @@ which have a sender matching one of thes + matched domain as the d= value of the generated signature. + + Please note that the d= value of the generated signature can also be +-specified using signature options (see L). The + signature options will override the value specified here. + + Therefore, if you want to sign all messages, and you are specifying Copied and modified: head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__in.conf.example (from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_in.conf.example) ============================================================================== --- head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_in.conf.example Tue Nov 8 09:03:12 2016 (r425717, copy source) +++ head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__in.conf.example Tue Nov 8 12:44:09 2016 (r425734) @@ -1,4 +1,4 @@ ---- scripts/dkimproxy_in.conf.example.orig 2009-07-30 01:01:50 UTC +--- scripts/dkimproxy_in.conf.example.orig 2016-11-08 12:35:41 UTC +++ scripts/dkimproxy_in.conf.example @@ -1,5 +1,5 @@ # specify what address/port DKIMproxy should listen on Copied and modified: head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__out.conf.example (from r425717, head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_out.conf.example) ============================================================================== --- head/mail/dkimproxy/files/extra-patch-scripts-dkimproxy_out.conf.example Tue Nov 8 09:03:12 2016 (r425717, copy source) +++ head/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__out.conf.example Tue Nov 8 12:44:09 2016 (r425734) @@ -1,4 +1,4 @@ ---- scripts/dkimproxy_out.conf.example.orig 2009-10-26 16:08:46 UTC +--- scripts/dkimproxy_out.conf.example.orig 2016-11-08 12:35:41 UTC +++ scripts/dkimproxy_out.conf.example @@ -1,8 +1,8 @@ # specify what address/port DKIMproxy should listen on From owner-svn-ports-all@freebsd.org Tue Nov 8 12:56:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31923C366F3; Tue, 8 Nov 2016 12:56:02 +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 D9C81940; Tue, 8 Nov 2016 12:56:01 +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 uA8Cu1Hm006007; Tue, 8 Nov 2016 12:56:01 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Cu0lO006005; Tue, 8 Nov 2016 12:56:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611081256.uA8Cu0lO006005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 8 Nov 2016 12:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425735 - head/net/tcptestsuite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 12:56:02 -0000 Author: mat Date: Tue Nov 8 12:56:00 2016 New Revision: 425735 URL: https://svnweb.freebsd.org/changeset/ports/425735 Log: Fix staging violations. While there, fix COPYTREE_SHARE usage, github usage, and make it more into what a port should look like. Reported by: qat Sponsored by: Absolight Modified: head/net/tcptestsuite/Makefile (contents, props changed) head/net/tcptestsuite/distinfo (contents, props changed) Modified: head/net/tcptestsuite/Makefile ============================================================================== --- head/net/tcptestsuite/Makefile Tue Nov 8 12:44:09 2016 (r425734) +++ head/net/tcptestsuite/Makefile Tue Nov 8 12:56:00 2016 (r425735) @@ -3,7 +3,6 @@ PORTNAME= tcptestsuite PORTVERSION= 0.0.2 CATEGORIES= net ipv6 -DISTNAME= ${PORTNAME}-dcf5c31 MAINTAINER= gnn@freebsd.org COMMENT= Network stack test suite @@ -17,16 +16,12 @@ GH_ACCOUNT= freebsd-net GH_PROJECT= tcp-testsuite GH_TAGNAME= dcf5c31 -do-build: - echo "built" +NO_ARCH= yes +NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/run-all-tests ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/share/tcp-testsuite -.for f in snd-syn socket-api rcv-icmp snippets state-event-engine - ${MKDIR} ${STAGEDIR}${PREFIX}/share/tcp-testsuite/${f} - @(cd ${WRKSRC}/${f} && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${f}) -.endfor + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} "snd-syn socket-api rcv-icmp snippets state-event-engine" ${STAGEDIR}${DATADIR}) .include Modified: head/net/tcptestsuite/distinfo ============================================================================== --- head/net/tcptestsuite/distinfo Tue Nov 8 12:44:09 2016 (r425734) +++ head/net/tcptestsuite/distinfo Tue Nov 8 12:56:00 2016 (r425735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478270735 -SHA256 (tcptestsuite-dcf5c31_GH0.tar.gz) = f3ed3ef625b1dca72ff4676f1687d290a4158329cbd57f50f7a35adf4a68d017 -SIZE (tcptestsuite-dcf5c31_GH0.tar.gz) = 51319 +TIMESTAMP = 1478609592 +SHA256 (freebsd-net-tcp-testsuite-0.0.2-dcf5c31_GH0.tar.gz) = f3ed3ef625b1dca72ff4676f1687d290a4158329cbd57f50f7a35adf4a68d017 +SIZE (freebsd-net-tcp-testsuite-0.0.2-dcf5c31_GH0.tar.gz) = 51319 From owner-svn-ports-all@freebsd.org Tue Nov 8 12:59:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E3DFC367CB; Tue, 8 Nov 2016 12:59: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 0D559AD0; Tue, 8 Nov 2016 12:59:31 +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 uA8CxVAJ006225; Tue, 8 Nov 2016 12:59:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8CxVvK006223; Tue, 8 Nov 2016 12:59:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611081259.uA8CxVvK006223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 8 Nov 2016 12:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425736 - head/textproc/p5-xmltv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 12:59:32 -0000 Author: mat Date: Tue Nov 8 12:59:30 2016 New Revision: 425736 URL: https://svnweb.freebsd.org/changeset/ports/425736 Log: Fix plist. While there, fix dependency on www/p5-CGI. Reported by: qat Sponsored by: Absolight Modified: head/textproc/p5-xmltv/Makefile (contents, props changed) head/textproc/p5-xmltv/pkg-plist (contents, props changed) Modified: head/textproc/p5-xmltv/Makefile ============================================================================== --- head/textproc/p5-xmltv/Makefile Tue Nov 8 12:56:00 2016 (r425735) +++ head/textproc/p5-xmltv/Makefile Tue Nov 8 12:59:30 2016 (r425736) @@ -20,7 +20,6 @@ XMLTV_DEPENDS= \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-PerlIO-gzip>=0:archivers/p5-PerlIO-gzip \ - p5-CGI>=0:www/p5-CGI \ p5-IO-Compress>=0:archivers/p5-IO-Compress \ p5-libwww>=0:www/p5-libwww \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ @@ -97,4 +96,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi \ ${STAGEDIR}${PREFIX}/${CGIDIR}/tv_pick.cgi -.include +.include + +.if ${PERL_LEVEL} >= 502100 +XMLTV_DEPENDS+= p5-CGI>=0:www/p5-CGI +.endif + +.include Modified: head/textproc/p5-xmltv/pkg-plist ============================================================================== --- head/textproc/p5-xmltv/pkg-plist Tue Nov 8 12:56:00 2016 (r425735) +++ head/textproc/p5-xmltv/pkg-plist Tue Nov 8 12:59:30 2016 (r425736) @@ -85,7 +85,6 @@ bin/tv_validate_grabber %%SITE_PERL%%/XMLTV/ValidateFile.pm %%SITE_PERL%%/XMLTV/ValidateGrabber.pm %%SITE_PERL%%/XMLTV/Version.pm -%%SITE_ARCH%%/auto/XMLTV/.packlist %%PERL5_MAN1%%/tv_augment.1.gz %%PERL5_MAN1%%/tv_augment_tz.1.gz %%PERL5_MAN1%%/tv_cat.1.gz From owner-svn-ports-all@freebsd.org Tue Nov 8 13:01:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EF5BC3696F; Tue, 8 Nov 2016 13:01:44 +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 CB8B9D9D; Tue, 8 Nov 2016 13:01:43 +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 uA8D1hs0009834; Tue, 8 Nov 2016 13:01:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8D1gmP009830; Tue, 8 Nov 2016 13:01:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611081301.uA8D1gmP009830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 8 Nov 2016 13:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425737 - 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: Tue, 08 Nov 2016 13:01:44 -0000 Author: swills Date: Tue Nov 8 13:01:42 2016 New Revision: 425737 URL: https://svnweb.freebsd.org/changeset/ports/425737 Log: sysutils/py-salt: update to 2016.3.4 PR: 214020 Submitted by: Christer Edwards (maintainer) Added: head/sysutils/py-salt/files/patch-freebsd_sysctl.py (contents, props changed) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-plist Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Tue Nov 8 12:59:30 2016 (r425736) +++ head/sysutils/py-salt/Makefile Tue Nov 8 13:01:42 2016 (r425737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2016.3.3 +PORTVERSION= 2016.3.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Tue Nov 8 12:59:30 2016 (r425736) +++ head/sysutils/py-salt/distinfo Tue Nov 8 13:01:42 2016 (r425737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472308898 -SHA256 (salt-2016.3.3.tar.gz) = 5906038594f1b9b3ac41714774fbd78f0af80d2f3ffe1c1bf20308032d7d52b6 -SIZE (salt-2016.3.3.tar.gz) = 7952361 +TIMESTAMP = 1478030317 +SHA256 (salt-2016.3.4.tar.gz) = 5d4c822719d7fb2d79b0103cd9b015d251300890f8aa174e16b73fcfd6eb22f9 +SIZE (salt-2016.3.4.tar.gz) = 8354090 Added: head/sysutils/py-salt/files/patch-freebsd_sysctl.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-salt/files/patch-freebsd_sysctl.py Tue Nov 8 13:01:42 2016 (r425737) @@ -0,0 +1,44 @@ +--- salt/modules/freebsd_sysctl.py.orig 2016-10-31 11:21:36.000000000 -0600 ++++ salt/modules/freebsd_sysctl.py 2016-11-02 08:44:19.743993000 -0600 +@@ -56,17 +56,31 @@ + ) + cmd = 'sysctl -ae' + ret = {} +- out = __salt__['cmd.run'](cmd, output_loglevel='trace') + comps = [''] +- for line in out.splitlines(): +- if any([line.startswith('{0}.'.format(root)) for root in roots]): +- comps = line.split('=', 1) +- ret[comps[0]] = comps[1] +- elif comps[0]: +- ret[comps[0]] += '{0}\n'.format(line) +- else: +- continue +- return ret ++ ++ if config_file: ++ try: ++ with salt.utils.fopen(config_file, 'r') as f: ++ for line in f.readlines(): ++ l = line.strip() ++ if l != "" and not l.startswith("#"): ++ comps = line.split('=', 1) ++ ret[comps[0]] = comps[1] ++ return ret ++ except (OSError, IOError): ++ log.error('Could not open sysctl config file') ++ return None ++ else: ++ out = __salt__['cmd.run'](cmd, output_loglevel='trace') ++ for line in out.splitlines(): ++ if any([line.startswith('{0}.'.format(root)) for root in roots]): ++ comps = line.split('=', 1) ++ ret[comps[0]] = comps[1] ++ elif comps[0]: ++ ret[comps[0]] += '{0}\n'.format(line) ++ else: ++ continue ++ return ret + + + def get(name): Modified: head/sysutils/py-salt/pkg-plist ============================================================================== --- head/sysutils/py-salt/pkg-plist Tue Nov 8 12:59:30 2016 (r425736) +++ head/sysutils/py-salt/pkg-plist Tue Nov 8 13:01:42 2016 (r425737) @@ -1,3 +1,4 @@ + %%ETCDIR%%/master.sample %%ETCDIR%%/minion.sample %%PYTHON_SITELIBDIR%%/salt/__init__.py @@ -182,10 +183,10 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/saltify.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/scaleway.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/scaleway.pyc -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.py -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vmware.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vmware.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vsphere.py @@ -194,6 +195,9 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vultrpy.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/bootstrap-salt.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Fedora-git.sh @@ -201,6 +205,7 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/None.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/python-bootstrap.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL6-git.sh @@ -208,10 +213,6 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/SmartOS.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu.sh -%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/bootstrap-salt.sh -%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap-git.sh -%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap.sh -%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/python-bootstrap.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap-nocert.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap.sh %%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.py @@ -475,10 +476,10 @@ %%PYTHON_SITELIBDIR%%/salt/modules/btrfs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cabal.py %%PYTHON_SITELIBDIR%%/salt/modules/cabal.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cassandra_cql.py %%PYTHON_SITELIBDIR%%/salt/modules/cassandra_cql.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py +%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc %%PYTHON_SITELIBDIR%%/salt/modules/chassis.py %%PYTHON_SITELIBDIR%%/salt/modules/chassis.pyc %%PYTHON_SITELIBDIR%%/salt/modules/chef.py @@ -669,10 +670,10 @@ %%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc %%PYTHON_SITELIBDIR%%/salt/modules/iwtools.py %%PYTHON_SITELIBDIR%%/salt/modules/iwtools.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/jboss7.py -%%PYTHON_SITELIBDIR%%/salt/modules/jboss7.pyc %%PYTHON_SITELIBDIR%%/salt/modules/jboss7_cli.py %%PYTHON_SITELIBDIR%%/salt/modules/jboss7_cli.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/jboss7.py +%%PYTHON_SITELIBDIR%%/salt/modules/jboss7.pyc %%PYTHON_SITELIBDIR%%/salt/modules/jenkins.py %%PYTHON_SITELIBDIR%%/salt/modules/jenkins.pyc %%PYTHON_SITELIBDIR%%/salt/modules/junos.py @@ -787,10 +788,10 @@ %%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc %%PYTHON_SITELIBDIR%%/salt/modules/nacl.py %%PYTHON_SITELIBDIR%%/salt/modules/nacl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nagios.py -%%PYTHON_SITELIBDIR%%/salt/modules/nagios.pyc %%PYTHON_SITELIBDIR%%/salt/modules/nagios_rpc.py %%PYTHON_SITELIBDIR%%/salt/modules/nagios_rpc.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/nagios.py +%%PYTHON_SITELIBDIR%%/salt/modules/nagios.pyc %%PYTHON_SITELIBDIR%%/salt/modules/netaddress.py %%PYTHON_SITELIBDIR%%/salt/modules/netaddress.pyc %%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.py @@ -839,10 +840,10 @@ %%PYTHON_SITELIBDIR%%/salt/modules/osquery.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pacman.py %%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.py -%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pagerduty_util.py %%PYTHON_SITELIBDIR%%/salt/modules/pagerduty_util.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pam.py %%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc %%PYTHON_SITELIBDIR%%/salt/modules/parallels.py @@ -1001,18 +1002,18 @@ %%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solr.py %%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/splunk.py -%%PYTHON_SITELIBDIR%%/salt/modules/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/modules/splunk_search.py %%PYTHON_SITELIBDIR%%/salt/modules/splunk_search.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/splunk.py +%%PYTHON_SITELIBDIR%%/salt/modules/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.py %%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ssh_package.py %%PYTHON_SITELIBDIR%%/salt/modules/ssh_package.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ssh_service.py %%PYTHON_SITELIBDIR%%/salt/modules/ssh_service.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py +%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc %%PYTHON_SITELIBDIR%%/salt/modules/state.py %%PYTHON_SITELIBDIR%%/salt/modules/state.pyc %%PYTHON_SITELIBDIR%%/salt/modules/status.py @@ -1035,20 +1036,20 @@ %%PYTHON_SITELIBDIR%%/salt/modules/sysmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/sysrc.py %%PYTHON_SITELIBDIR%%/salt/modules/sysrc.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/system.py -%%PYTHON_SITELIBDIR%%/salt/modules/system.pyc %%PYTHON_SITELIBDIR%%/salt/modules/system_profiler.py %%PYTHON_SITELIBDIR%%/salt/modules/system_profiler.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/system.py +%%PYTHON_SITELIBDIR%%/salt/modules/system.pyc %%PYTHON_SITELIBDIR%%/salt/modules/systemd.py %%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/telemetry.py %%PYTHON_SITELIBDIR%%/salt/modules/telemetry.pyc %%PYTHON_SITELIBDIR%%/salt/modules/temp.py %%PYTHON_SITELIBDIR%%/salt/modules/temp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/test.py -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc %%PYTHON_SITELIBDIR%%/salt/modules/test_virtual.py %%PYTHON_SITELIBDIR%%/salt/modules/test_virtual.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/test.py +%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc %%PYTHON_SITELIBDIR%%/salt/modules/timezone.py %%PYTHON_SITELIBDIR%%/salt/modules/timezone.pyc %%PYTHON_SITELIBDIR%%/salt/modules/tls.py @@ -1187,10 +1188,10 @@ %%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/event_processor.py %%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/event_processor.pyc -%%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado.py -%%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado.pyc %%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado_websockets.py %%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado_websockets.pyc +%%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado.py +%%PYTHON_SITELIBDIR%%/salt/netapi/rest_tornado/saltnado.pyc %%PYTHON_SITELIBDIR%%/salt/netapi/rest_wsgi.py %%PYTHON_SITELIBDIR%%/salt/netapi/rest_wsgi.pyc %%PYTHON_SITELIBDIR%%/salt/output/__init__.py @@ -1373,10 +1374,10 @@ %%PYTHON_SITELIBDIR%%/salt/returners/influxdb_return.pyc %%PYTHON_SITELIBDIR%%/salt/returners/kafka_return.py %%PYTHON_SITELIBDIR%%/salt/returners/kafka_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/local.py -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc %%PYTHON_SITELIBDIR%%/salt/returners/local_cache.py %%PYTHON_SITELIBDIR%%/salt/returners/local_cache.pyc +%%PYTHON_SITELIBDIR%%/salt/returners/local.py +%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc %%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.py %%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.pyc %%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.py @@ -1393,10 +1394,10 @@ %%PYTHON_SITELIBDIR%%/salt/returners/odbc.pyc %%PYTHON_SITELIBDIR%%/salt/returners/pgjsonb.py %%PYTHON_SITELIBDIR%%/salt/returners/pgjsonb.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.py -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.pyc %%PYTHON_SITELIBDIR%%/salt/returners/postgres_local_cache.py %%PYTHON_SITELIBDIR%%/salt/returners/postgres_local_cache.pyc +%%PYTHON_SITELIBDIR%%/salt/returners/postgres.py +%%PYTHON_SITELIBDIR%%/salt/returners/postgres.pyc %%PYTHON_SITELIBDIR%%/salt/returners/pushover_returner.py %%PYTHON_SITELIBDIR%%/salt/returners/pushover_returner.pyc %%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py @@ -1555,14 +1556,14 @@ %%PYTHON_SITELIBDIR%%/salt/states/alias.pyc %%PYTHON_SITELIBDIR%%/salt/states/alternatives.py %%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc -%%PYTHON_SITELIBDIR%%/salt/states/apache.py -%%PYTHON_SITELIBDIR%%/salt/states/apache.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache_conf.py %%PYTHON_SITELIBDIR%%/salt/states/apache_conf.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache_module.py %%PYTHON_SITELIBDIR%%/salt/states/apache_module.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache_site.py %%PYTHON_SITELIBDIR%%/salt/states/apache_site.pyc +%%PYTHON_SITELIBDIR%%/salt/states/apache.py +%%PYTHON_SITELIBDIR%%/salt/states/apache.pyc %%PYTHON_SITELIBDIR%%/salt/states/aptpkg.py %%PYTHON_SITELIBDIR%%/salt/states/aptpkg.pyc %%PYTHON_SITELIBDIR%%/salt/states/archive.py @@ -1599,10 +1600,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/boto_elasticache.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_elb.py %%PYTHON_SITELIBDIR%%/salt/states/boto_elb.pyc -%%PYTHON_SITELIBDIR%%/salt/states/boto_iam.py -%%PYTHON_SITELIBDIR%%/salt/states/boto_iam.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_iam_role.py %%PYTHON_SITELIBDIR%%/salt/states/boto_iam_role.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_iam.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_iam.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_iot.py %%PYTHON_SITELIBDIR%%/salt/states/boto_iot.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_kms.py @@ -1659,10 +1660,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/dockerng.pyc %%PYTHON_SITELIBDIR%%/salt/states/drac.py %%PYTHON_SITELIBDIR%%/salt/states/drac.pyc -%%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index.py -%%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index.pyc %%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index_template.py %%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index_template.pyc +%%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index.py +%%PYTHON_SITELIBDIR%%/salt/states/elasticsearch_index.pyc %%PYTHON_SITELIBDIR%%/salt/states/environ.py %%PYTHON_SITELIBDIR%%/salt/states/environ.pyc %%PYTHON_SITELIBDIR%%/salt/states/eselect.py @@ -1693,12 +1694,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.pyc %%PYTHON_SITELIBDIR%%/salt/states/gpg.py %%PYTHON_SITELIBDIR%%/salt/states/gpg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/grafana.py -%%PYTHON_SITELIBDIR%%/salt/states/grafana.pyc %%PYTHON_SITELIBDIR%%/salt/states/grafana_dashboard.py %%PYTHON_SITELIBDIR%%/salt/states/grafana_dashboard.pyc %%PYTHON_SITELIBDIR%%/salt/states/grafana_datasource.py %%PYTHON_SITELIBDIR%%/salt/states/grafana_datasource.pyc +%%PYTHON_SITELIBDIR%%/salt/states/grafana.py +%%PYTHON_SITELIBDIR%%/salt/states/grafana.pyc %%PYTHON_SITELIBDIR%%/salt/states/grains.py %%PYTHON_SITELIBDIR%%/salt/states/grains.pyc %%PYTHON_SITELIBDIR%%/salt/states/group.py @@ -1775,10 +1776,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/mdadm.pyc %%PYTHON_SITELIBDIR%%/salt/states/memcached.py %%PYTHON_SITELIBDIR%%/salt/states/memcached.pyc -%%PYTHON_SITELIBDIR%%/salt/states/modjk.py -%%PYTHON_SITELIBDIR%%/salt/states/modjk.pyc %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.py %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.pyc +%%PYTHON_SITELIBDIR%%/salt/states/modjk.py +%%PYTHON_SITELIBDIR%%/salt/states/modjk.pyc %%PYTHON_SITELIBDIR%%/salt/states/module.py %%PYTHON_SITELIBDIR%%/salt/states/module.pyc %%PYTHON_SITELIBDIR%%/salt/states/mongodb_database.py @@ -1811,8 +1812,6 @@ %%PYTHON_SITELIBDIR%%/salt/states/openvswitch_bridge.pyc %%PYTHON_SITELIBDIR%%/salt/states/openvswitch_port.py %%PYTHON_SITELIBDIR%%/salt/states/openvswitch_port.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.py -%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_escalation_policy.py %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_escalation_policy.pyc %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_schedule.py @@ -1821,6 +1820,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_service.pyc %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_user.py %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_user.pyc +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/states/pecl.py %%PYTHON_SITELIBDIR%%/salt/states/pecl.pyc %%PYTHON_SITELIBDIR%%/salt/states/pip_state.py @@ -1911,10 +1912,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/smartos.pyc %%PYTHON_SITELIBDIR%%/salt/states/smtp.py %%PYTHON_SITELIBDIR%%/salt/states/smtp.pyc -%%PYTHON_SITELIBDIR%%/salt/states/splunk.py -%%PYTHON_SITELIBDIR%%/salt/states/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/states/splunk_search.py %%PYTHON_SITELIBDIR%%/salt/states/splunk_search.pyc +%%PYTHON_SITELIBDIR%%/salt/states/splunk.py +%%PYTHON_SITELIBDIR%%/salt/states/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/states/sqlite3.py %%PYTHON_SITELIBDIR%%/salt/states/sqlite3.pyc %%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py @@ -2096,12 +2097,12 @@ %%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.pyc %%PYTHON_SITELIBDIR%%/salt/utils/aws.py %%PYTHON_SITELIBDIR%%/salt/utils/aws.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.py +%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.pyc %%PYTHON_SITELIBDIR%%/salt/utils/boto.py %%PYTHON_SITELIBDIR%%/salt/utils/boto.pyc %%PYTHON_SITELIBDIR%%/salt/utils/boto3.py %%PYTHON_SITELIBDIR%%/salt/utils/boto3.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.py -%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.pyc %%PYTHON_SITELIBDIR%%/salt/utils/cache.py %%PYTHON_SITELIBDIR%%/salt/utils/cache.pyc %%PYTHON_SITELIBDIR%%/salt/utils/cloud.py @@ -2278,10 +2279,12 @@ %%PYTHON_SITELIBDIR%%/salt/utils/virt.pyc %%PYTHON_SITELIBDIR%%/salt/utils/vmware.py %%PYTHON_SITELIBDIR%%/salt/utils/vmware.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/vt.py -%%PYTHON_SITELIBDIR%%/salt/utils/vt.pyc %%PYTHON_SITELIBDIR%%/salt/utils/vt_helper.py %%PYTHON_SITELIBDIR%%/salt/utils/vt_helper.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/vt.py +%%PYTHON_SITELIBDIR%%/salt/utils/vt.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/win_osinfo.py +%%PYTHON_SITELIBDIR%%/salt/utils/win_osinfo.pyc %%PYTHON_SITELIBDIR%%/salt/utils/win_runas.py %%PYTHON_SITELIBDIR%%/salt/utils/win_runas.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winapi.py From owner-svn-ports-all@freebsd.org Tue Nov 8 13:11:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE5E5C36B7A; Tue, 8 Nov 2016 13:11:33 +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 7641C26A; Tue, 8 Nov 2016 13:11:33 +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 uA8DBWpm011117; Tue, 8 Nov 2016 13:11:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8DBV6u011107; Tue, 8 Nov 2016 13:11:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611081311.uA8DBV6u011107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 Nov 2016 13:11:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425738 - in branches/2016Q4: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/s... 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, 08 Nov 2016 13:11:33 -0000 Author: jbeich Date: Tue Nov 8 13:11:31 2016 New Revision: 425738 URL: https://svnweb.freebsd.org/changeset/ports/425738 Log: MFH: r425733 gecko: backport fix for crash on 9.x (lang/gcc5 + -O3) https://lists.freebsd.org/pipermail/freebsd-gecko/2016-November/006752.html https://bugzilla.mozilla.org/show_bug.cgi?id=757366 Approved by: ports-secteam blanket Added: branches/2016Q4/mail/thunderbird/files/patch-bug757366 - copied unchanged from r425733, head/mail/thunderbird/files/patch-bug757366 branches/2016Q4/www/firefox-esr/files/patch-bug757366 - copied unchanged from r425733, head/www/firefox-esr/files/patch-bug757366 branches/2016Q4/www/firefox/files/patch-bug757366 - copied unchanged from r425733, head/www/firefox/files/patch-bug757366 branches/2016Q4/www/libxul/files/patch-bug757366 - copied unchanged from r425733, head/www/libxul/files/patch-bug757366 branches/2016Q4/www/seamonkey/files/patch-bug757366 - copied unchanged from r425733, head/www/seamonkey/files/patch-bug757366 Modified: branches/2016Q4/mail/thunderbird/Makefile branches/2016Q4/www/firefox-esr/Makefile branches/2016Q4/www/firefox/Makefile branches/2016Q4/www/libxul/Makefile branches/2016Q4/www/seamonkey/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q4/mail/thunderbird/Makefile Tue Nov 8 13:01:42 2016 (r425737) +++ branches/2016Q4/mail/thunderbird/Makefile Tue Nov 8 13:11:31 2016 (r425738) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.4.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2016Q4/mail/thunderbird/files/patch-bug757366 (from r425733, head/mail/thunderbird/files/patch-bug757366) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/mail/thunderbird/files/patch-bug757366 Tue Nov 8 13:11:31 2016 (r425738, copy of r425733, head/mail/thunderbird/files/patch-bug757366) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- mozilla/gfx/thebes/gfxFontUtils.cpp ++++ mozilla/gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: branches/2016Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q4/www/firefox-esr/Makefile Tue Nov 8 13:01:42 2016 (r425737) +++ branches/2016Q4/www/firefox-esr/Makefile Tue Nov 8 13:11:31 2016 (r425738) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Copied: branches/2016Q4/www/firefox-esr/files/patch-bug757366 (from r425733, head/www/firefox-esr/files/patch-bug757366) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/firefox-esr/files/patch-bug757366 Tue Nov 8 13:11:31 2016 (r425738, copy of r425733, head/www/firefox-esr/files/patch-bug757366) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: branches/2016Q4/www/firefox/Makefile ============================================================================== --- branches/2016Q4/www/firefox/Makefile Tue Nov 8 13:01:42 2016 (r425737) +++ branches/2016Q4/www/firefox/Makefile Tue Nov 8 13:11:31 2016 (r425738) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 49.0.2 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Copied: branches/2016Q4/www/firefox/files/patch-bug757366 (from r425733, head/www/firefox/files/patch-bug757366) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/firefox/files/patch-bug757366 Tue Nov 8 13:11:31 2016 (r425738, copy of r425733, head/www/firefox/files/patch-bug757366) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: branches/2016Q4/www/libxul/Makefile ============================================================================== --- branches/2016Q4/www/libxul/Makefile Tue Nov 8 13:01:42 2016 (r425737) +++ branches/2016Q4/www/libxul/Makefile Tue Nov 8 13:11:31 2016 (r425738) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Copied: branches/2016Q4/www/libxul/files/patch-bug757366 (from r425733, head/www/libxul/files/patch-bug757366) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/libxul/files/patch-bug757366 Tue Nov 8 13:11:31 2016 (r425738, copy of r425733, head/www/libxul/files/patch-bug757366) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- gfx/thebes/gfxFontUtils.cpp ++++ gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + Modified: branches/2016Q4/www/seamonkey/Makefile ============================================================================== --- branches/2016Q4/www/seamonkey/Makefile Tue Nov 8 13:01:42 2016 (r425737) +++ branches/2016Q4/www/seamonkey/Makefile Tue Nov 8 13:11:31 2016 (r425738) @@ -4,6 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2016Q4/www/seamonkey/files/patch-bug757366 (from r425733, head/www/seamonkey/files/patch-bug757366) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/seamonkey/files/patch-bug757366 Tue Nov 8 13:11:31 2016 (r425738, copy of r425733, head/www/seamonkey/files/patch-bug757366) @@ -0,0 +1,58 @@ +commit 2a3be4b384b9 +Author: Jonathan Kew +Date: Mon Sep 26 18:05:14 2016 +0100 + + Bug 757366 - Don't cast pointers to 'name'-table data to uint16_t*, as they may not be 16-bit-aligned. r=jrmuizel +--- + gfx/thebes/gfxFontUtils.cpp | 26 ++++++++++++++------------ + 1 file changed, 14 insertions(+), 12 deletions(-) + +diff --git gfx/thebes/gfxFontUtils.cpp gfx/thebes/gfxFontUtils.cpp +index 526e17d..cb505e8 100644 +--- mozilla/gfx/thebes/gfxFontUtils.cpp ++++ mozilla/gfx/thebes/gfxFontUtils.cpp +@@ -918,16 +918,18 @@ IsValidSFNTVersion(uint32_t version) + version == TRUETYPE_TAG('t','r','u','e'); + } + +-// copy and swap UTF-16 values, assume no surrogate pairs, can be in place ++// Copy and swap UTF-16 values, assume no surrogate pairs, can be in place. ++// aInBuf and aOutBuf are NOT necessarily 16-bit-aligned, so we should avoid ++// accessing them directly as uint16_t* values. ++// aLen is count of UTF-16 values, so the byte buffers are twice that. + static void +-CopySwapUTF16(const uint16_t *aInBuf, uint16_t *aOutBuf, uint32_t aLen) ++CopySwapUTF16(const char* aInBuf, char* aOutBuf, uint32_t aLen) + { +- const uint16_t *end = aInBuf + aLen; ++ const char* end = aInBuf + aLen * 2; + while (aInBuf < end) { +- uint16_t value = *aInBuf; +- *aOutBuf = (value >> 8) | (value & 0xff) << 8; +- aOutBuf++; +- aInBuf++; ++ uint8_t b0 = *aInBuf++; ++ *aOutBuf++ = *aInBuf++; ++ *aOutBuf++ = b0; + } + } + +@@ -1446,13 +1448,13 @@ gfxFontUtils::DecodeFontName(const char *aNameData, int32_t aByteLen, + if (csName[0] == 0) { + // empty charset name: data is utf16be, no need to instantiate a converter + uint32_t strLen = aByteLen / 2; +-#ifdef IS_LITTLE_ENDIAN + aName.SetLength(strLen); +- CopySwapUTF16(reinterpret_cast(aNameData), +- reinterpret_cast(aName.BeginWriting()), strLen); ++#ifdef IS_LITTLE_ENDIAN ++ CopySwapUTF16(aNameData, reinterpret_cast(aName.BeginWriting()), ++ strLen); + #else +- aName.Assign(reinterpret_cast(aNameData), strLen); +-#endif ++ memcpy(aName.BeginWriting(), aNameData, strLen * 2); ++#endif + return true; + } + From owner-svn-ports-all@freebsd.org Tue Nov 8 13:35:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FDD9C3635A; Tue, 8 Nov 2016 13:35:39 +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 E0AE4F43; Tue, 8 Nov 2016 13:35:38 +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 uA8DZcRU022399; Tue, 8 Nov 2016 13:35:38 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8DZaVi022383; Tue, 8 Nov 2016 13:35:36 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201611081335.uA8DZaVi022383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 8 Nov 2016 13:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425739 - in head: . net net/remmina net/remmina-plugin-gnome net/remmina-plugin-i18n net/remmina-plugin-nx net/remmina-plugin-telepathy net/remmina-plugin-vnc net/remmina-plugin-xdmcp ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 13:35:39 -0000 Author: woodsb02 Date: Tue Nov 8 13:35:36 2016 New Revision: 425739 URL: https://svnweb.freebsd.org/changeset/ports/425739 Log: net/remmina: Update to 1.2.0-rcgit.16 - Add extra patch for FreeBSD<10.3-RELEASE as utimensat isn't available - Take maintainership - Modernise port: use new options helpers and USES=pathfix - Correct LICENSE and add LICENSE_FILE - Add new dependencies detected by qa script - Add new option for enabling user survey (off by default) - Also update net/remmina-plugins and net/remmina-plugin-* - Remove net/remmina-plugin-i18n - translations were removed upstream Approved by: adamw (mentor) Differential Revision: D8436 Added: head/net/remmina/files/extrapatch-remmina_src_remmina__file.c (contents, props changed) head/net/remmina/pkg-message - copied unchanged from r425738, head/net/remmina/files/pkg-message.in Deleted: head/net/remmina-plugin-i18n/ head/net/remmina/files/patch-FreeRDP-Remmina-b6a55ae head/net/remmina/files/pkg-message.in Modified: head/MOVED head/net/Makefile head/net/remmina-plugin-gnome/Makefile head/net/remmina-plugin-nx/Makefile head/net/remmina-plugin-telepathy/Makefile head/net/remmina-plugin-vnc/Makefile head/net/remmina-plugin-xdmcp/Makefile head/net/remmina-plugins/Makefile head/net/remmina-plugins/bsd.plugin.mk (contents, props changed) head/net/remmina-plugins/distinfo head/net/remmina/Makefile head/net/remmina/distinfo head/net/remmina/pkg-descr head/net/remmina/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 8 13:11:31 2016 (r425738) +++ head/MOVED Tue Nov 8 13:35:36 2016 (r425739) @@ -8795,3 +8795,4 @@ graphics/linux-c7-libGLU|graphics/linux- multimedia/libmovtar||2016-11-05|Not used anymore, abandonware devel/p5-Test-Exception-LessClever||2016-11-06|Deprecated by upstream www/py-django-piston||2016-11-06|Has expired: Abandoned upstream. Doesn't work with django>=1.6 +net/remmina-plugin-i18n||2016-11-08|Plugin translations removed upstream in GH commit 2dd0526 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -1089,7 +1089,6 @@ SUBDIR += relayd SUBDIR += remmina SUBDIR += remmina-plugin-gnome - SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-nx SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugin-vnc Modified: head/net/remmina-plugin-gnome/Makefile ============================================================================== --- head/net/remmina-plugin-gnome/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugin-gnome/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -5,7 +5,10 @@ PKGNAMESUFFIX= -gnome COMMENT= Remmina plugin for GNOME Keyring -LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring +LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \ + libsecret-1.so:security/libsecret + +USES+= gettext-runtime MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-nx/Makefile ============================================================================== --- head/net/remmina-plugin-nx/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugin-nx/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -5,7 +5,8 @@ PKGNAMESUFFIX= -nx COMMENT= Remmina plugin for NX -USE_XORG+= xkbfile +USE_GNOME+= cairo +USE_XORG+= x11 xkbfile MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-telepathy/Makefile ============================================================================== --- head/net/remmina-plugin-telepathy/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugin-telepathy/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -telepathy COMMENT= Remmina plugin for Telepathy support -USE_GNOME+= gtk30 +USE_GNOME+= cairo gtk30 LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-vnc/Makefile ============================================================================== --- head/net/remmina-plugin-vnc/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugin-vnc/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -1,7 +1,6 @@ # Created by: Alexander Logvinov # $FreeBSD$ -PORTREVISION= 6 PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol @@ -11,6 +10,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutl libvncserver.so:net/libvncserver USES= jpeg +USE_GNOME+= cairo MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-xdmcp/Makefile ============================================================================== --- head/net/remmina-plugin-xdmcp/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugin-xdmcp/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -7,6 +7,8 @@ COMMENT= Remmina plugin for XDMCP protoc RUN_DEPENDS= Xephyr:x11-servers/xephyr +USE_GNOME+= cairo + MASTERDIR= ${.CURDIR}/../remmina-plugins PLIST_SUB+= ICONS="" SSH="" Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugins/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME?= remmina-plugins -PORTVERSION= 1.0.0 -PORTREVISION?= 4 +DISTVERSIONPREFIX=v +DISTVERSION= 1.2.0-rcgit.16 CATEGORIES= net gnome -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= woodsb02@FreeBSD.org COMMENT?= Remmina plugin system USE_GITHUB= yes @@ -17,44 +17,21 @@ GH_PROJECT= Remmina .include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk" .else -OPTIONS_DEFINE= KEYRING VNC XDMCP TELEP NX NLS -OPTIONS_DEFAULT= KEYRING VNC XDMCP TELEP -KEYRING_DESC= GNOME Keyring plugin -VNC_DESC= VNC protocol plugin -XDMCP_DESC= XDMCP protocol plugin -TELEP_DESC= Telepathy protocol plugin -NX_DESC= NX protocol plugin +USES= metaport -NO_BUILD= yes -PATCHDIR= # none - -.include - -.if ${PORT_OPTIONS:MKEYRING} -RUN_DEPENDS+= ${LOCALBASE}/lib/remmina/plugins/remmina-plugins-gnome.so:net/remmina-plugin-gnome -.endif - -.if ${PORT_OPTIONS:MVNC} -RUN_DEPENDS+= ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-vnc.so:net/remmina-plugin-vnc -.endif - -.if ${PORT_OPTIONS:MXDMCP} -RUN_DEPENDS+= ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-xdmcp.so:net/remmina-plugin-xdmcp -.endif - -.if ${PORT_OPTIONS:MTELEP} -RUN_DEPENDS+= ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-telepathy.so:net/remmina-plugin-telepathy -.endif - -.if ${PORT_OPTIONS:MNX} -RUN_DEPENDS+= ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-nx.so:net/remmina-plugin-nx -.endif - -.if ${PORT_OPTIONS:MNLS} -RUN_DEPENDS+= ${LOCALBASE}/share/locale/bg/LC_MESSAGES/remmina-plugins.mo:net/remmina-plugin-i18n -.endif - -do-install: # empty +OPTIONS_DEFINE= KEYRING NX TELEP VNC XDMCP +OPTIONS_DEFAULT= KEYRING TELEP VNC XDMCP +KEYRING_DESC= GNOME Keyring plugin +VNC_DESC= VNC protocol plugin +XDMCP_DESC= XDMCP protocol plugin +TELEP_DESC= Telepathy protocol plugin +NX_DESC= NX protocol plugin + +KEYRING_RUN_DEPENDS= remmina-plugin-gnome>=0:net/remmina-plugin-gnome +NX_RUN_DEPENDS= remmina-plugin-nx>=0:net/remmina-plugin-nx +TELEP_RUN_DEPENDS= remmina-plugin-telepathy>=0:net/remmina-plugin-telepathy +VNC_RUN_DEPENDS= remmina-plugin-vnc>=0:net/remmina-plugin-vnc +XDMCP_RUN_DEPENDS= remmina-plugin-xdmcp>=0:net/remmina-plugin-xdmcp .include Modified: head/net/remmina-plugins/bsd.plugin.mk ============================================================================== --- head/net/remmina-plugins/bsd.plugin.mk Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugins/bsd.plugin.mk Tue Nov 8 13:35:36 2016 (r425739) @@ -1,34 +1,32 @@ +# $FreeBSD$ +# +# Common code for Remmina plugin ports net/remmina-plugin-* + .if defined(PKGNAMESUFFIX) PORTNAME= remmina-plugin PATCHDIR= ${.CURDIR}/../remmina/files -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= remmina>=${PORTVERSION}:net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:net/remmina -USES+= cmake gmake pkgconfig desktop-file-utils -USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango +USES+= cmake gmake pkgconfig +USE_GNOME+= atk gdkpixbuf2 glib20 gtk30 pango INSTALLS_ICONS= yes -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= -I${WRKSRC}/remmina/include -I${LOCALBASE}/include -fPIC -# disable appindicator as it is new feature of gnome 3 +# disable appindicator as it is a feature of gnome 3 which isn't supported on FreeBSD CMAKE_ARGS+= -DWITH_APPINDICATOR=OFF # set build directory CMAKE_ARGS+= --build=build -# prefer gtk2 rather than gtk3 -CMAKE_ARGS+= -DGTK_VERSION=2 SSH_DESC= Build with SSH tunneling support -.include - .include -.if ${PKGNAMESUFFIX} == "-i18n" || ${PKGNAMESUFFIX} == "-gnome" +.if ${PKGNAMESUFFIX} == "-gnome" PLIST= ${.CURDIR}/pkg-plist .else PLIST_SUB+= PLUGIN="${PKGNAMESUFFIX:S,-,,}" @@ -63,9 +61,6 @@ post-patch: ${REINPLACE_CMD} -e 's|find_suggested_package(TELEPATHY)||' ${WRKSRC}/remmina-plugins/CMakeLists.txt ${REINPLACE_CMD} -e 's|add_subdirectory(telepathy)||' ${WRKSRC}/remmina-plugins/CMakeLists.txt .endif -.if ${PKGNAMESUFFIX:S,-,,} != "i18n" - ${REINPLACE_CMD} -e 's|add_subdirectory(po)||' ${WRKSRC}/remmina-plugins/CMakeLists.txt -.endif .include .endif Modified: head/net/remmina-plugins/distinfo ============================================================================== --- head/net/remmina-plugins/distinfo Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina-plugins/distinfo Tue Nov 8 13:35:36 2016 (r425739) @@ -1,2 +1,3 @@ -SHA256 (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 248e23849442c026771de2c4ca89577acb3b89f66008c5739f212bacfd1291b8 -SIZE (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 540414 +TIMESTAMP = 1478177235 +SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = edb347f9e4d0a2e682f7ffd22caa364b477653a1aca31d1c1922a86d81df4995 +SIZE (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = 1008438 Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina/Makefile Tue Nov 8 13:35:36 2016 (r425739) @@ -2,85 +2,71 @@ # $FreeBSD$ PORTNAME= remmina -PORTVERSION= 1.0.0 -PORTREVISION= 5 +DISTVERSIONPREFIX=v +DISTVERSION= 1.2.0-rcgit.16 CATEGORIES= net gnome -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= GTK+ Remote Desktop Client -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake gmake pkgconfig -USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango -INSTALLS_ICONS= yes -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -Wl,-rpath -Wl,${LOCALBASE}/lib \ - -lX11 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 \ - -lgtk-x11-2.0 -CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= -I${WRKSRC}/remmina/include -I${LOCALBASE}/include -fPIC -SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= Remmina -OPTIONS_DEFINE= SSH GCRYPT TERM AVAHI NLS -OPTIONS_DEFAULT= SSH GCRYPT TERM AVAHI -SSH_DESC= Build with SSH tunneling support -GCRYPT_DESC= Build with libgcrypt support for password encryption -TERM_DESC= Build with terminal support -AVAHI_DESC= Build with Avahi support - -.include - -CMAKE_ARGS+= --build=build -# now cannot build with gtk30 because requisite ports are old -CMAKE_ARGS+= -DGTK_VERSION=2 - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -LDFLAGS+= -lintl -.else -USES+= gettext # doesn't build otherwise -LDFLAGS+= -lintl # doesn't build otherwise -PLIST_SUB+= NLS="@comment " -.endif +USES= cmake:outsource gmake pathfix pkgconfig +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango +USE_XORG= ice sm x11 xext +PATHFIX_WRKSRC= ${WRKSRC}/remmina +INSTALLS_ICONS= yes +CMAKE_ARGS= --build=build \ + -DWITH_APPINDICATOR:BOOL=false -.if ${PORT_OPTIONS:MSSH} -LIB_DEPENDS+= libssh_threads.so:security/libssh -LDFLAGS+= -fstack-protector -.else -CMAKE_ARGS+= -DWITH_LIBSSH=OFF -.endif +OPTIONS_DEFINE= AVAHI GCRYPT NLS SSH SURVEY TERM +OPTIONS_DEFAULT= AVAHI GCRYPT SSH TERM +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= libgcrypt.so:security/libgcrypt -.else -CMAKE_ARGS+= -DWITH_GCRYPT=OFF -.endif +AVAHI_DESC= Build with Avahi support +GCRYPT_DESC= Build with libgcrypt support for password encryption +SSH_DESC= Build with SSH tunneling support +SURVEY_DESC= Enable user survey to allow developers to understand usage +TERM_DESC= Build with terminal support -.if ${PORT_OPTIONS:MTERM} -USE_GNOME+= vte -.else -CMAKE_ARGS+= -DWITH_VTE=OFF -.endif +AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app \ + libavahi-ui-gtk3.so:net/avahi-gtk3 +AVAHI_CMAKE_BOOL= WITH_AVAHI + +GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt +GCRYPT_CMAKE_BOOL= WITH_GCRYPT -.if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= libavahi-ui.so:net/avahi-gtk -.else -CMAKE_ARGS+= -DWITH_AVAHI=OFF +NLS_USES= gettext +NLS_CMAKE_BOOL= WITH_GETTEXT + +SSH_LIB_DEPENDS= libssh_threads.so:security/libssh +SSH_LDFLAGS= -fstack-protector +SSH_CMAKE_BOOL= WITH_LIBSSH + +SURVEY_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 +SURVEY_CMAKE_BOOL= WITH_SURVEY + +TERM_USE= gnome=vte3 +TERM_CMAKE_BOOL= WITH_VTE + +.include + +# utimensat(5) only available in FreeBSD from 10.3-RELEASE +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002506 +EXTRA_PATCHES= ${FILESDIR}/extrapatch-remmina_src_remmina__file.c .endif post-patch: - # fix pkgconfig - ${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_LIBDIR}/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/remmina/CMakeLists.txt # do not build plugins and locales , they are provided by separated ports ${REINPLACE_CMD} -e's|add_subdirectory(remmina-plugins)||' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e's|add_subdirectory(remmina-plugins-gnome)||' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e's|add_subdirectory(external_tools)||' ${WRKSRC}/remmina/CMakeLists.txt -.if !${PORT_OPTIONS:MNLS} +post-patch-NLS-off: ${REINPLACE_CMD} -e's|add_subdirectory(po)||' ${WRKSRC}/remmina/CMakeLists.txt -.endif -.include +.include Modified: head/net/remmina/distinfo ============================================================================== --- head/net/remmina/distinfo Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina/distinfo Tue Nov 8 13:35:36 2016 (r425739) @@ -1,2 +1,3 @@ -SHA256 (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 248e23849442c026771de2c4ca89577acb3b89f66008c5739f212bacfd1291b8 -SIZE (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 540414 +TIMESTAMP = 1478174578 +SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = edb347f9e4d0a2e682f7ffd22caa364b477653a1aca31d1c1922a86d81df4995 +SIZE (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = 1008438 Added: head/net/remmina/files/extrapatch-remmina_src_remmina__file.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/remmina/files/extrapatch-remmina_src_remmina__file.c Tue Nov 8 13:35:36 2016 (r425739) @@ -0,0 +1,37 @@ +--- remmina/src/remmina_file.c.orig 2016-10-31 23:54:16 UTC ++++ remmina/src/remmina_file.c +@@ -64,7 +64,7 @@ + #define MIN_WINDOW_WIDTH 10 + #define MIN_WINDOW_HEIGHT 10 + +-static struct timespec times[2]; ++static struct timeval times[2]; + + typedef struct _RemminaSetting + { +@@ -631,16 +631,21 @@ remmina_file_touch(RemminaFile *remminaf + TRACE_CALL("remmina_file_touch"); + int fd; + struct stat st; ++ struct timeval tv_atim, tv_mtim; + int r; + + if ((r = stat(remminafile->filename, &st)) < 0) { + if (errno != ENOENT) + remmina_log_printf("stat %s:", remminafile->filename); + } else if (!r) { +- times[0] = st.st_atim; +- times[1] = st.st_mtim; +- if (utimensat(AT_FDCWD, remminafile->filename, times, 0) < 0) +- remmina_log_printf("utimensat %s:", remminafile->filename); ++ tv_atim.tv_sec = st.st_atim.tv_sec; ++ tv_atim.tv_usec = st.st_atim.tv_nsec / 1000; ++ tv_mtim.tv_sec = st.st_mtim.tv_sec; ++ tv_mtim.tv_usec = st.st_mtim.tv_nsec / 1000; ++ times[0] = tv_atim; ++ times[1] = tv_mtim; ++ if (utimes(remminafile->filename, times) < 0) ++ remmina_log_printf("utimes %s:", remminafile->filename); + return; + } + Modified: head/net/remmina/pkg-descr ============================================================================== --- head/net/remmina/pkg-descr Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina/pkg-descr Tue Nov 8 13:35:36 2016 (r425739) @@ -5,9 +5,8 @@ multiple network protocols in an integra The Remmina main program: - * A pure GTK+ 2.0 application! - * Maintain a list of remote desktop files, organized by groups - * Make quick connections by directly putting in the server name + * Maintain a list of connection profiles, organized by groups + * Make quick connections by directly putting in the server address * Remote desktops with higher resolutions are scrollable/scalable in both window and fullscreen mode * Viewport fullscreen mode: remote desktop automatically scrolls when the @@ -15,6 +14,9 @@ The Remmina main program: * Floating toolbar in fullscreen mode, allows you to switch between modes, toggle keyboard grabbing, minimize, etc. * Tabbed interface, optionally managed by groups - * Supported network protocols: RDP, NX, Telepathy, VNC, XDMCP, SSH, Avahi + * A GTK+ 3 application + +Remmina plugins are available for the following network protocols: + * RDP, VNC, NX, XDMCP, SSH, Telepathy WWW: http://www.remmina.org/ Copied: head/net/remmina/pkg-message (from r425738, head/net/remmina/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/remmina/pkg-message Tue Nov 8 13:35:36 2016 (r425739, copy of r425738, head/net/remmina/files/pkg-message.in) @@ -0,0 +1,4 @@ + + Remmina is pretty useless without a plugins. + Consider installing net/remmina-plugins. + Modified: head/net/remmina/pkg-plist ============================================================================== --- head/net/remmina/pkg-plist Tue Nov 8 13:11:31 2016 (r425738) +++ head/net/remmina/pkg-plist Tue Nov 8 13:35:36 2016 (r425739) @@ -1,46 +1,100 @@ bin/remmina +include/remmina/plugin.h +include/remmina/remmina_trace_calls.h +include/remmina/types.h libdata/pkgconfig/remmina.pc +share/appdata/remmina.appdata.xml share/applications/remmina.desktop +share/icons/hicolor/128x128/apps/remmina.png share/icons/hicolor/16x16/actions/remmina-fit-window.png share/icons/hicolor/16x16/actions/remmina-fullscreen.png share/icons/hicolor/16x16/actions/remmina-pin-down.png share/icons/hicolor/16x16/actions/remmina-pin-up.png share/icons/hicolor/16x16/actions/remmina-scale.png share/icons/hicolor/16x16/actions/remmina-switch-page.png +share/icons/hicolor/16x16/apps/remmina-panel-inverted.png +share/icons/hicolor/16x16/apps/remmina-panel.png share/icons/hicolor/16x16/apps/remmina.png share/icons/hicolor/16x16/emblems/remmina-sftp.png share/icons/hicolor/22x22/actions/remmina-fit-window.png share/icons/hicolor/22x22/actions/remmina-fullscreen.png share/icons/hicolor/22x22/actions/remmina-scale.png share/icons/hicolor/22x22/actions/remmina-switch-page.png +share/icons/hicolor/22x22/apps/remmina-panel-inverted.png +share/icons/hicolor/22x22/apps/remmina-panel.png share/icons/hicolor/22x22/apps/remmina.png share/icons/hicolor/22x22/emblems/remmina-sftp.png +share/icons/hicolor/24x24/apps/remmina-panel-inverted.png +share/icons/hicolor/24x24/apps/remmina-panel.png share/icons/hicolor/24x24/apps/remmina.png share/icons/hicolor/32x32/apps/remmina.png share/icons/hicolor/48x48/apps/remmina.png +share/icons/hicolor/64x64/apps/remmina.png +share/icons/hicolor/72x72/apps/remmina.png +share/icons/hicolor/96x96/apps/remmina.png share/icons/hicolor/scalable/apps/remmina.svg +%%NLS%%share/locale/ar/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ast/LC_MESSAGES/remmina.mo %%NLS%%share/locale/bg/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/bn/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/bs/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ca/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/remmina.mo %%NLS%%share/locale/cs/LC_MESSAGES/remmina.mo %%NLS%%share/locale/da/LC_MESSAGES/remmina.mo %%NLS%%share/locale/de/LC_MESSAGES/remmina.mo %%NLS%%share/locale/el/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/remmina.mo %%NLS%%share/locale/es/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/et/LC_MESSAGES/remmina.mo %%NLS%%share/locale/eu/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/fi/LC_MESSAGES/remmina.mo %%NLS%%share/locale/fr/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/gl/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/he/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/hr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/hu/LC_MESSAGES/remmina.mo %%NLS%%share/locale/id/LC_MESSAGES/remmina.mo %%NLS%%share/locale/it/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ja/LC_MESSAGES/remmina.mo %%NLS%%share/locale/kk/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/km/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/kn/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ko/LC_MESSAGES/remmina.mo %%NLS%%share/locale/lt/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/lv/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ms/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/my/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/nb/LC_MESSAGES/remmina.mo %%NLS%%share/locale/nl/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/oc/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pl/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/pt/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ro/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ru/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/shn/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/si/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sk/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/sl/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/sq/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/sr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sv/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/te/LC_MESSAGES/remmina.mo %%NLS%%share/locale/th/LC_MESSAGES/remmina.mo %%NLS%%share/locale/tr/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/ug/LC_MESSAGES/remmina.mo %%NLS%%share/locale/uk/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/remmina.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/remmina.mo +share/man/man1/remmina.1 +%%DATADIR%%/ui/remmina_about.glade +%%DATADIR%%/ui/remmina_key_chooser.glade +%%DATADIR%%/ui/remmina_main.glade +%%DATADIR%%/ui/remmina_preferences.glade +%%DATADIR%%/ui/remmina_spinner.glade +%%DATADIR%%/ui/remmina_string_list.glade +%%DATADIR%%/ui/remmina_survey.glade From owner-svn-ports-all@freebsd.org Tue Nov 8 13:38:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A86C3659D; Tue, 8 Nov 2016 13:38:47 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BC4B1A4; Tue, 8 Nov 2016 13:38:47 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8Dckkm022631; Tue, 8 Nov 2016 13:38:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Dck8X022628; Tue, 8 Nov 2016 13:38:46 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081338.uA8Dck8X022628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 13:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425740 - head/devel/pmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 13:38:47 -0000 Author: danilo Date: Tue Nov 8 13:38:46 2016 New Revision: 425740 URL: https://svnweb.freebsd.org/changeset/ports/425740 Log: - Update to 5.5.2 Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo head/devel/pmd/pkg-plist Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Tue Nov 8 13:35:36 2016 (r425739) +++ head/devel/pmd/Makefile Tue Nov 8 13:38:46 2016 (r425740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 5.5.1 +PORTVERSION= 5.5.2 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Tue Nov 8 13:35:36 2016 (r425739) +++ head/devel/pmd/distinfo Tue Nov 8 13:38:46 2016 (r425740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469918558 -SHA256 (pmd-bin-5.5.1.zip) = d4d88e6c6db33441a9f5cd4537401d6e2b808412990e4f54b711ed10c9a918ae -SIZE (pmd-bin-5.5.1.zip) = 54652390 +TIMESTAMP = 1478612126 +SHA256 (pmd-bin-5.5.2.zip) = b4eeb1508985736b91547d0c9420b4ddb8330ad3ea426fa1180b88a0071d1840 +SIZE (pmd-bin-5.5.2.zip) = 58693932 Modified: head/devel/pmd/pkg-plist ============================================================================== --- head/devel/pmd/pkg-plist Tue Nov 8 13:35:36 2016 (r425739) +++ head/devel/pmd/pkg-plist Tue Nov 8 13:38:46 2016 (r425740) @@ -4,6 +4,7 @@ bin/pmd %%DATADIR%%/asm-5.0.4.jar %%DATADIR%%/commons-io-2.4.jar %%DATADIR%%/commons-lang3-3.4.jar +%%DATADIR%%/groovy-2.4.7.jar %%DATADIR%%/gson-2.5.jar %%DATADIR%%/javacc-5.0.jar %%DATADIR%%/jaxen-1.1.6.jar @@ -15,6 +16,7 @@ bin/pmd %%DATADIR%%/pmd-cs-%%PORTVERSION%%.jar %%DATADIR%%/pmd-fortran-%%PORTVERSION%%.jar %%DATADIR%%/pmd-go-%%PORTVERSION%%.jar +%%DATADIR%%/pmd-groovy-%%PORTVERSION%%.jar %%DATADIR%%/pmd-java-%%PORTVERSION%%.jar %%DATADIR%%/pmd-javascript-%%PORTVERSION%%.jar %%DATADIR%%/pmd-jsp-%%PORTVERSION%%.jar From owner-svn-ports-all@freebsd.org Tue Nov 8 13:51:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09668C36A5C; Tue, 8 Nov 2016 13:51:27 +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 CBE95BB9; Tue, 8 Nov 2016 13:51:26 +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 uA8DpPPQ029289; Tue, 8 Nov 2016 13:51:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8DpPv8029287; Tue, 8 Nov 2016 13:51:25 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611081351.uA8DpPv8029287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 8 Nov 2016 13:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425741 - 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: Tue, 08 Nov 2016 13:51:27 -0000 Author: gerald Date: Tue Nov 8 13:51:25 2016 New Revision: 425741 URL: https://svnweb.freebsd.org/changeset/ports/425741 Log: Update to the 20161106 development snapshot of GCC 7. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Tue Nov 8 13:38:46 2016 (r425740) +++ head/lang/gcc7-devel/Makefile Tue Nov 8 13:51:25 2016 (r425741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20161030 +PORTVERSION= 7.0.0.s20161106 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Tue Nov 8 13:38:46 2016 (r425740) +++ head/lang/gcc7-devel/distinfo Tue Nov 8 13:51:25 2016 (r425741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477995921 -SHA256 (gcc-7-20161030.tar.bz2) = a9b5fef6b57ff96d96991b4245eb5354b9d9b9fa6e29424f91c271ec8a0e6157 -SIZE (gcc-7-20161030.tar.bz2) = 79103699 +TIMESTAMP = 1478603156 +SHA256 (gcc-7-20161106.tar.bz2) = dcaa08e94ae11093dc65cc2dff511e449e651346ac7b5217116c40e12314896d +SIZE (gcc-7-20161106.tar.bz2) = 79047398 From owner-svn-ports-all@freebsd.org Tue Nov 8 13:57:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F8ABC36E39; Tue, 8 Nov 2016 13:57:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11499FF3; Tue, 8 Nov 2016 13:57:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8DvTOL030215; Tue, 8 Nov 2016 13:57:29 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8DvTN1030214; Tue, 8 Nov 2016 13:57:29 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611081357.uA8DvTN1030214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 8 Nov 2016 13:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425742 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 13:57:30 -0000 Author: sbruno Date: Tue Nov 8 13:57:29 2016 New Revision: 425742 URL: https://svnweb.freebsd.org/changeset/ports/425742 Log: Delete duplicate distinfo lines that I inserted with make makesum. Pointyhat fits nicely. PR: 214309 Submitted by: pkubaj@anongoth.pl Modified: head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Nov 8 13:51:25 2016 (r425741) +++ head/emulators/qemu-sbruno/distinfo Tue Nov 8 13:57:29 2016 (r425742) @@ -3,5 +3,3 @@ SHA256 (qemu/2.7.50.g20161024/seanbruno- SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 SHA256 (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 SIZE (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 131893 -SHA256 (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 92c19071cb5adee091bd7db72021ff4f2181d5380414d748d92926e71839d9a4 -SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 From owner-svn-ports-all@freebsd.org Tue Nov 8 14:10:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 119F6C371DE; Tue, 8 Nov 2016 14:10:57 +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 CF6BF99E; Tue, 8 Nov 2016 14:10:56 +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 uA8EAtMu037189; Tue, 8 Nov 2016 14:10:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8EAtKG037188; Tue, 8 Nov 2016 14:10:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611081410.uA8EAtKG037188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 14:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425743 - head/shells/dash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 14:10:57 -0000 Author: antoine Date: Tue Nov 8 14:10:55 2016 New Revision: 425743 URL: https://svnweb.freebsd.org/changeset/ports/425743 Log: Revert experimental code accidentally committed in r378465 Modified: head/shells/dash/Makefile Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Tue Nov 8 13:57:29 2016 (r425742) +++ head/shells/dash/Makefile Tue Nov 8 14:10:55 2016 (r425743) @@ -8,9 +8,6 @@ MASTER_SITES= http://gondor.apana.org.au MAINTAINER= bdrewery@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh -SEPARATE_BUILD= flavored -FLAVORS= static -FLAVOR?= GNU_CONFIGURE= yes # This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386 CFLAGS+= -DUNUSABLE_RT_SIGNALS @@ -19,10 +16,6 @@ USES= gmake PLIST_FILES= bin/dash man/man1/dash.1.gz -.if ${FLAVOR:Mstatic} -LDFLAGS+= -static -.endif - post-patch: ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in From owner-svn-ports-all@freebsd.org Tue Nov 8 14:17:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB072C373BA; Tue, 8 Nov 2016 14:17:31 +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 82AEEDDB; Tue, 8 Nov 2016 14:17:31 +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 uA8EHUf2038365; Tue, 8 Nov 2016 14:17:30 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8EHUAB038363; Tue, 8 Nov 2016 14:17:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611081417.uA8EHUAB038363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 8 Nov 2016 14:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425744 - in head/sysutils/ansible: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 14:17:31 -0000 Author: matthew Date: Tue Nov 8 14:17:30 2016 New Revision: 425744 URL: https://svnweb.freebsd.org/changeset/ports/425744 Log: Backport patch 872594b from upstream This is a FreeBSD specific fix to the handling of rcvars -- this fixes the case where the rcvar did not previously exist in /etc/rc.conf or other places the rc system might look for them. https://github.com/ansible/ansible-modules-core/commit/872594b49a69a1f3795e0de3f7cf0194b6bdfd53 PR: 214322 Reported by: Thomas Steen Rasmussen Approved by: lifanov@mail.lifanov.com (maintainer) Added: head/sysutils/ansible/files/extra-patch-872594b (contents, props changed) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Nov 8 14:10:55 2016 (r425743) +++ head/sysutils/ansible/Makefile Tue Nov 8 14:17:30 2016 (r425744) @@ -3,6 +3,7 @@ PORTNAME= ansible PORTVERSION?= 2.2.0.0 +PORTREVISION?= 1 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -17,6 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 +EXTRA_PATCHES?= ${FILESDIR}/extra-patch-872594b + NO_ARCH= yes USES?= cpe python shebangfix USE_PYTHON= autoplist distutils Added: head/sysutils/ansible/files/extra-patch-872594b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible/files/extra-patch-872594b Tue Nov 8 14:17:30 2016 (r425744) @@ -0,0 +1,41 @@ +From 872594b49a69a1f3795e0de3f7cf0194b6bdfd53 Mon Sep 17 00:00:00 2001 +From: Michael Scherer +Date: Sun, 23 Oct 2016 19:24:00 +0200 +Subject: [PATCH] Make service work when the service is not present in rc.conf + +After installing a package from the ports collection on a +fresh FreeBSD 11.0, Ansible was unable to enable it, failing with +"unable to get current rcvar value". Debugging showed that sysrc +didn't see the variable from /usr/local/etc/rc.d/myservice, but +adding the value was working. + +So we will just fallback to the default value if we can't find it. +--- + system/service.py | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git system/service.py system/service.py +index d216e68..c8781b1 100644 +--- lib/ansible/modules/core/system/service.py ++++ lib/ansible/modules/core/system/service.py +@@ -988,7 +988,7 @@ def service_enable(self): + # and hope for the best. + for rcvar in rcvars: + if '=' in rcvar: +- self.rcconf_key = rcvar.split('=')[0] ++ self.rcconf_key, default_rcconf_value = rcvar.split('=', 1) + break + + if self.rcconf_key is None: +@@ -997,8 +997,10 @@ def service_enable(self): + if self.sysrc_cmd: # FreeBSD >= 9.2 + + rc, current_rcconf_value, stderr = self.execute_command("%s -n %s" % (self.sysrc_cmd, self.rcconf_key)) ++ # it can happen that rcvar is not set (case of a system coming from the ports collection) ++ # so we will fallback on the default + if rc != 0: +- self.module.fail_json(msg="unable to get current rcvar value", stdout=stdout, stderr=stderr) ++ current_rcconf_value = default_rcconf_value + + if current_rcconf_value.strip().upper() != self.rcconf_value: + From owner-svn-ports-all@freebsd.org Tue Nov 8 15:14:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66FD4C35B4C; Tue, 8 Nov 2016 15:14:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D51375E; Tue, 8 Nov 2016 15:14:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8FE9Ir061307; Tue, 8 Nov 2016 15:14:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FE9L0061305; Tue, 8 Nov 2016 15:14:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081514.uA8FE9L0061305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 15:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425745 - head/www/rekonq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 15:14:10 -0000 Author: amdmi3 Date: Tue Nov 8 15:14:08 2016 New Revision: 425745 URL: https://svnweb.freebsd.org/changeset/ports/425745 Log: - Add LICENSE - Cosmetic fixes - Fix WWW: Modified: head/www/rekonq/Makefile head/www/rekonq/pkg-descr Modified: head/www/rekonq/Makefile ============================================================================== --- head/www/rekonq/Makefile Tue Nov 8 14:17:30 2016 (r425744) +++ head/www/rekonq/Makefile Tue Nov 8 15:14:08 2016 (r425745) @@ -9,26 +9,31 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight KDE browser based on WebKit +LICENSE= GPLv3+ GFDL +LICENSE_COMB= multi +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING +LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.DOC + USES= cmake:outsource gettext kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build -OPTIONS_DEFINE= OPERA NEPOMUK +OPTIONS_DEFINE= OPERA NEPOMUK OPTIONS_DEFAULT= NEPOMUK -OPERA_DESC= Support for Opera Sync service +OPERA_DESC= Support for Opera Sync service OPERA_LIB_DEPENDS= libqca.so:devel/qca \ libqoauth.so:net/qoauth OPERA_CMAKE_OFF= -DWITH_QCA2=off \ -DWITH_QtOAuth=off -NEPOMUK_DESC= Bookmarks tagging via Nepomuk -NEPOMUK_USE= KDE=nepomuk-core +NEPOMUK_DESC= Bookmarks tagging via Nepomuk +NEPOMUK_USE= KDE=nepomuk-core NEPOMUK_CMAKE_OFF= -DWITH_NepomukCore=off post-patch: - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ 's,FIND_PACKAGE(NepomukCore,MACRO_OPTIONAL_FIND_PACKAGE(NepomukCore,' \ ${WRKSRC}/CMakeLists.txt Modified: head/www/rekonq/pkg-descr ============================================================================== --- head/www/rekonq/pkg-descr Tue Nov 8 14:17:30 2016 (r425744) +++ head/www/rekonq/pkg-descr Tue Nov 8 15:14:08 2016 (r425745) @@ -1,4 +1,4 @@ rekonq is a lightweight WebKit-based web browser designed with the aim of close integration into KDE. -WWW: http://rekonq.kde.org +WWW: http://rekonq.kde.org/ From owner-svn-ports-all@freebsd.org Tue Nov 8 15:15:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE5DC35BC2; Tue, 8 Nov 2016 15:15:33 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EEE3867; Tue, 8 Nov 2016 15:15:33 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8FFW0Q061530; Tue, 8 Nov 2016 15:15:32 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FFWmL061523; Tue, 8 Nov 2016 15:15:32 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201611081515.uA8FFWmL061523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Tue, 8 Nov 2016 15:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425746 - in head/net-mgmt/fastnetmon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 15:15:33 -0000 Author: farrokhi Date: Tue Nov 8 15:15:32 2016 New Revision: 425746 URL: https://svnweb.freebsd.org/changeset/ports/425746 Log: Update net-mgmt/fastnetmon to 1.1.3 Reviewed by: mat, bapt Approved by: mat Differential Revision: https://reviews.freebsd.org/D8470 Added: head/net-mgmt/fastnetmon/files/patch-src_fast__dpi.cpp (contents, props changed) Modified: head/net-mgmt/fastnetmon/Makefile head/net-mgmt/fastnetmon/distinfo head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt head/net-mgmt/fastnetmon/pkg-descr head/net-mgmt/fastnetmon/pkg-plist Modified: head/net-mgmt/fastnetmon/Makefile ============================================================================== --- head/net-mgmt/fastnetmon/Makefile Tue Nov 8 15:14:08 2016 (r425745) +++ head/net-mgmt/fastnetmon/Makefile Tue Nov 8 15:15:32 2016 (r425746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fastnetmon -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt security @@ -15,10 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ - liblog4cpp.so:devel/log4cpp + liblog4cpp.so:devel/log4cpp \ + libndpi.so:net/ndpi \ + libluajit-5.1.so:lang/luajit \ + libmongoc-1.0.so:devel/mongo-c-driver \ + libjson-c.so:devel/json-c USE_GITHUB= yes -GH_ACCOUNT= FastVPSEestiOu +GH_ACCOUNT= pavel-odintsov USERS= ${PORTNAME} GROUPS= ${PORTNAME} @@ -26,9 +30,14 @@ GROUPS= ${PORTNAME} USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC}/src +CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON +CMAKE_INSTALL_PREFIX= ${PREFIX} + USE_RC_SUBR= ${PORTNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS REDIS + +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis PORTDOCS= * @@ -44,7 +53,11 @@ post-patch: post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - cd ${WRKSRC} && ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}/var/run/fastnetmon ${STAGEDIR}/var/log/fastnetmon + ${INSTALL_MAN} ${WRKSRC}/src/man/fastnetmon.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/src/man/fastnetmon_client.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +post-install-DOCS-on: + cd ${WRKSRC} && ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR} .include Modified: head/net-mgmt/fastnetmon/distinfo ============================================================================== --- head/net-mgmt/fastnetmon/distinfo Tue Nov 8 15:14:08 2016 (r425745) +++ head/net-mgmt/fastnetmon/distinfo Tue Nov 8 15:15:32 2016 (r425746) @@ -1,2 +1,3 @@ -SHA256 (FastVPSEestiOu-fastnetmon-v1.1.2_GH0.tar.gz) = f2c554aa402e608b9837132b17da79b49f1b998c17934344779ddc9a397261b4 -SIZE (FastVPSEestiOu-fastnetmon-v1.1.2_GH0.tar.gz) = 6072730 +TIMESTAMP = 1473567716 +SHA256 (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = e996d8258336bf06887b4fbd47f55a8ac1769e6b3f4dd32f5c245ce4f7258af4 +SIZE (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = 4173717 Modified: head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt ============================================================================== --- head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt Tue Nov 8 15:14:08 2016 (r425745) +++ head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt Tue Nov 8 15:15:32 2016 (r425746) @@ -1,46 +1,102 @@ ---- src/CMakeLists.txt.orig 2015-06-02 16:43:16 UTC + +$FreeBSD$ + +--- src/CMakeLists.txt.orig 2016-06-22 05:22:26 UTC +++ src/CMakeLists.txt -@@ -14,8 +14,8 @@ set (Tutorial_VERSION_MAJOR 1) - set (Tutorial_VERSION_MINOR 1) - - # It's pretty safe and provide big speedup for our packet processor and patricia code --set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 ") --set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2") -+set(CMAKE_C_FLAGS_RELEASE "-O2") -+set(CMAKE_CXX_FLAGS_RELEASE "-O2") +@@ -27,6 +27,13 @@ project(FastNetMon) + set (FASTNETMON_VERSION_MAJOR 1) + set (FASTNETMON_VERSION_MINOR 1) + ++# Respect PREFIX variable in FreeBSD ++if($ENV{PREFIX}) ++ set(PREFIX $ENV{PREFIX}) ++else() ++ set(PREFIX "/usr/local") ++endif() ++ + if (ENABLE_GOBGP_SUPPORT) + # We could not compile gRPC without C++ 11 + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -std=c++11") +@@ -59,12 +66,14 @@ SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL + + message(STATUS "C++ compilation flags: ${CMAKE_CXX_FLAGS_RELEASE}") + +-set(HIREDIS_CUSTOM_INSTALL_PATH "/opt/libhiredis_0_13") +-set(LOG4CPP_CUSTOM_INSTALL_PATH "/opt/log4cpp1.1.1") +-set(JSONC_CUSTOM_INSTALL_PATH "/opt/json-c-0.12") +-set(PFRING_CUSTOM_INSTALL_PATH "/opt/pf_ring_6.0.3") +-set(LIBPCAP_CUSTOM_INSTALL_PATH "/opt/libpcap_1.7.4") +-set(MONGO_C_CUSTOM_INSTALL_PATH "/opt/mongo_c_driver_1_1_9") ++set(HIREDIS_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(LOG4CPP_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(JSONC_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(PFRING_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(LIBPCAP_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(MONGO_C_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(NDPI_CUSTOM_INSTALL_PATH ${PREFIX}) ++set(LUAJIT_CUSTOM_INSTALL_PATH ${PREFIX}) set(FASTNETMON_PROFILER OFF) -@@ -91,11 +91,13 @@ target_link_libraries(netflow_plugin ipf - add_library(pcap_plugin STATIC pcap_plugin/pcap_collector.cpp) - target_link_libraries(pcap_plugin pcap) +@@ -190,15 +199,15 @@ if (ENABLE_DPI_SUPPORT) -+find_package(Threads) -+ - if (ENABLE_PFRING_SUPPORT) - add_library(pfring_plugin STATIC pfring_plugin/pfring_collector.cpp) - target_link_libraries(pfring_plugin ${PFRING_LIBRARIES}) - target_link_libraries(pfring_plugin numa) -- target_link_libraries(pfring_plugin pthread) -+ target_link_libraries(pfring_plugin ${CMAKE_THREAD_LIBS_INIT}) - endif() + add_library(fast_dpi STATIC fast_dpi.cpp) + +- set(NDPI_INCLUDE_DIRS "/opt/ndpi/include/libndpi-1.7.1") +- +- find_library(NDPI_LIBRARIES NAMES ndpi PATHS "/opt/ndpi/lib" NO_DEFAULT_PATH) ++ file(GLOB NDPI_SEARCH_PATHS "${NDPI_CUSTOM_INSTALL_PATH}/include/libndpi-*") ++ find_path(NDPI_INCLUDE_DIRS NAMES libndpi/ndpi_api.h PATHS ${NDPI_SEARCH_PATHS} NO_DEFAULT_PATH) ++ find_library(NDPI_LIBRARIES NAMES ndpi PATHS "${NDPI_CUSTOM_INSTALL_PATH}/lib" NO_DEFAULT_PATH) + + if (NOT NDPI_LIBRARIES) + message(FATAL_ERROR "Could not find nDPI library") + endif() - # example plugin -@@ -169,7 +171,7 @@ endif() +- link_directories("/opt/ndpi/lib") ++ link_directories(${NDPI_LIBRARIES}) + include_directories(${NDPI_INCLUDE_DIRS}) - target_link_libraries(fastnetmon ${LOG4CPP_LIBRARY_PATH}) + add_definitions(-DENABLE_DPI) +@@ -215,8 +224,6 @@ if (ENABLE_LUA_SUPPORT) --target_link_libraries(fastnetmon pthread) -+target_link_libraries(fastnetmon ${CMAKE_THREAD_LIBS_INIT}) + add_definitions(-DENABLE_LUA_HOOKS) - # Our libs - target_link_libraries(fastnetmon patricia) -@@ -217,6 +219,8 @@ endif() - install(TARGETS fastnetmon DESTINATION bin) - install(TARGETS fastnetmon_client DESTINATION bin) +- set(LUAJIT_CUSTOM_INSTALL_PATH "/opt/luajit_2.0.4") +- + link_directories("${LUAJIT_CUSTOM_INSTALL_PATH}/lib") + include_directories("${LUAJIT_CUSTOM_INSTALL_PATH}/include") -+install(FILES fastnetmon.conf DESTINATION etc) +@@ -578,14 +585,14 @@ if (BUILD_TESTS) + endif() + + if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" OR ${CMAKE_SYSTEM_NAME} STREQUAL "DragonFly") +- install(TARGETS fastnetmon DESTINATION bin) +- install(TARGETS fastnetmon_client DESTINATION bin) ++ install(TARGETS fastnetmon DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) ++ install(TARGETS fastnetmon_client DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) + +- install(FILES fastnetmon.conf DESTINATION etc) ++ install(FILES fastnetmon.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/etc) + + # Install blank files for networks list and whitelist +- install(FILES networks_list DESTINATION etc) +- install(FILES networks_whitelist DESTINATION etc) ++ install(FILES networks_list DESTINATION ${CMAKE_INSTALL_PREFIX}/etc) ++ install(FILES networks_whitelist DESTINATION ${CMAKE_INSTALL_PREFIX}/etc) + else() + # Linux + install(TARGETS fastnetmon DESTINATION /usr/sbin) +@@ -599,8 +606,10 @@ else() + endif() + + # man pages +-install(FILES man/fastnetmon.1 DESTINATION /usr/share/man/man1) +-install(FILES man/fastnetmon_client.1 DESTINATION /usr/share/man/man1) ++#install(FILES man/fastnetmon.1 DESTINATION /usr/share/man/man1) ++#install(FILES man/fastnetmon_client.1 DESTINATION /usr/share/man/man1) + ++install(FILES fastnetmon.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/etc) + # Configure cpack package builder # Run it with: cd build; cpack -G DEB .. - set(CPACK_PACKAGE_NAME "fastnetmon") Added: head/net-mgmt/fastnetmon/files/patch-src_fast__dpi.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/files/patch-src_fast__dpi.cpp Tue Nov 8 15:15:32 2016 (r425746) @@ -0,0 +1,11 @@ +--- src/fast_dpi.cpp.orig 2016-06-22 05:22:26 UTC ++++ src/fast_dpi.cpp +@@ -35,7 +35,7 @@ struct ndpi_detection_module_struct* ini + u_int32_t detection_tick_resolution = 1000; + + struct ndpi_detection_module_struct* my_ndpi_struct = +- ndpi_init_detection_module(detection_tick_resolution, malloc, free, debug_printf); ++ ndpi_init_detection_module(); + + if (my_ndpi_struct == NULL) { + // printf("Can't init nDPI"); Modified: head/net-mgmt/fastnetmon/pkg-descr ============================================================================== --- head/net-mgmt/fastnetmon/pkg-descr Tue Nov 8 15:14:08 2016 (r425745) +++ head/net-mgmt/fastnetmon/pkg-descr Tue Nov 8 15:15:32 2016 (r425746) @@ -1,4 +1,4 @@ FastNetMon - A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFLOW, netmap, PF_RING, PCAP). -WWW: https://github.com/FastVPSEestiOu/fastnetmon +WWW: https://fastnetmon.com Modified: head/net-mgmt/fastnetmon/pkg-plist ============================================================================== --- head/net-mgmt/fastnetmon/pkg-plist Tue Nov 8 15:14:08 2016 (r425745) +++ head/net-mgmt/fastnetmon/pkg-plist Tue Nov 8 15:15:32 2016 (r425746) @@ -1,5 +1,9 @@ bin/fastnetmon bin/fastnetmon_client +etc/networks_list +etc/networks_whitelist +man/man1/fastnetmon.1.gz +man/man1/fastnetmon_client.1.gz @sample etc/fastnetmon.conf.sample @dir(fastnetmon,fastnetmon) /var/run/fastnetmon @dir(fastnetmon,fastnetmon) /var/log/fastnetmon From owner-svn-ports-all@freebsd.org Tue Nov 8 15:15:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CAE1C35BEF; Tue, 8 Nov 2016 15: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 2E4F0939; Tue, 8 Nov 2016 15:15:43 +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 uA8FFgos061650; Tue, 8 Nov 2016 15:15:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FFgpO061648; Tue, 8 Nov 2016 15:15:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081515.uA8FFgpO061648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 15:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425747 - in head/textproc/beediff: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 15:15:43 -0000 Author: amdmi3 Date: Tue Nov 8 15:15:42 2016 New Revision: 425747 URL: https://svnweb.freebsd.org/changeset/ports/425747 Log: - Add LICENSE - Add missing dependency - Regenerate patches Modified: head/textproc/beediff/Makefile head/textproc/beediff/files/patch-beediff.pro Modified: head/textproc/beediff/Makefile ============================================================================== --- head/textproc/beediff/Makefile Tue Nov 8 15:15:32 2016 (r425746) +++ head/textproc/beediff/Makefile Tue Nov 8 15:15:42 2016 (r425747) @@ -10,16 +10,23 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based diff frontend +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/licence.txt + USES= qmake -USE_QT4= gui moc_build rcc_build +USE_QT4= corelib gui moc_build rcc_build +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/beediff share/pixmaps/beediff.png -DESKTOP_ENTRIES="BeeDiff" "diff frontend" \ +DESKTOP_ENTRIES="BeeDiff" \ + "diff frontend" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ - "beediff" "" true + "beediff" \ + "" \ + true do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beediff ${STAGEDIR}${PREFIX}/bin Modified: head/textproc/beediff/files/patch-beediff.pro ============================================================================== --- head/textproc/beediff/files/patch-beediff.pro Tue Nov 8 15:15:32 2016 (r425746) +++ head/textproc/beediff/files/patch-beediff.pro Tue Nov 8 15:15:42 2016 (r425747) @@ -1,5 +1,5 @@ ---- ./beediff.pro.orig 2008-06-29 15:19:35.000000000 +0400 -+++ ./beediff.pro 2008-07-05 16:18:49.000000000 +0400 +--- beediff.pro.orig 2008-09-14 07:47:41 UTC ++++ beediff.pro @@ -1,7 +1,5 @@ TEMPLATE = app CONFIG += qt release warn_on x11 From owner-svn-ports-all@freebsd.org Tue Nov 8 15:21:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82FD9C36005; Tue, 8 Nov 2016 15:21:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3988DF2D; Tue, 8 Nov 2016 15:21:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8FLuaf061981; Tue, 8 Nov 2016 15:21:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FLuwA061979; Tue, 8 Nov 2016 15:21:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611081521.uA8FLuwA061979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 8 Nov 2016 15:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425748 - 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: Tue, 08 Nov 2016 15:21:57 -0000 Author: marino Date: Tue Nov 8 15:21:56 2016 New Revision: 425748 URL: https://svnweb.freebsd.org/changeset/ports/425748 Log: ports-mgmt/synth: Upgrade version 1.64 => 1.65 Skip new "base" category during ports scanning The new base category was never meant to be part of the build so the category makefile was intentionally left off so poudriere and friends would skip it. Unfortunately, this idea didn't account for Synth which has a different behavior: If no category makefile exists, *ALL* subdirectories are scanned instead of none of them. (DPorts doesn't use category Makefiles because by definition all ports are valid; there are no "unhooked" ones) The proper solution would be to include a practically blank ports/head/base/Makefile to maintain consistency with the rest of the ports categories, but synth now actively excludes the base category. Change name of 05 log The command output log name has changed from "05_abnormal_cmd.out" to "05_abnormal_command_output.log". The former tended to be considered a binary file by webservers and would download rather than display. Final tally added to end of main 00_last_results.log file At the end of a bulk run, the final tally (queue size, built, failed, skipped, ignored) would be displayed in curses mode. This change adds the same useful information to the end the main bulk run log. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Nov 8 15:15:42 2016 (r425747) +++ head/ports-mgmt/synth/Makefile Tue Nov 8 15:21:56 2016 (r425748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.64a +PORTVERSION= 1.65 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Nov 8 15:15:42 2016 (r425747) +++ head/ports-mgmt/synth/distinfo Tue Nov 8 15:21:56 2016 (r425748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478177289 -SHA256 (jrmarino-synth-v1.64a_GH0.tar.gz) = ba3c204a90b7fbe067197877323106f7deca6beb16ae37173aa2039cac07f37e -SIZE (jrmarino-synth-v1.64a_GH0.tar.gz) = 125902 +TIMESTAMP = 1478540657 +SHA256 (jrmarino-synth-v1.65_GH0.tar.gz) = 2a7ffa0e2929ea08ccb3bdd469cbd017f85da04f106839359ed919041daeca4f +SIZE (jrmarino-synth-v1.65_GH0.tar.gz) = 125987 From owner-svn-ports-all@freebsd.org Tue Nov 8 15:47:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73A91C369DD; Tue, 8 Nov 2016 15:47:51 +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 2D2A7EA0; Tue, 8 Nov 2016 15:47:51 +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 uA8FloKY073515; Tue, 8 Nov 2016 15:47:50 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FloEA073512; Tue, 8 Nov 2016 15:47:50 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611081547.uA8FloEA073512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 8 Nov 2016 15:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425749 - head/math/convertall X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 15:47:51 -0000 Author: jhale Date: Tue Nov 8 15:47:49 2016 New Revision: 425749 URL: https://svnweb.freebsd.org/changeset/ports/425749 Log: Update to 0.6.1 Convert to USES=pyqt Add NO_ARCH Fix plist for Python 3.5 Modified: head/math/convertall/Makefile head/math/convertall/distinfo head/math/convertall/pkg-plist Modified: head/math/convertall/Makefile ============================================================================== --- head/math/convertall/Makefile Tue Nov 8 15:21:56 2016 (r425748) +++ head/math/convertall/Makefile Tue Nov 8 15:47:49 2016 (r425749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= convertall -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -12,15 +12,12 @@ COMMENT= Another unit converter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui - -USES= python:3.3+ +USES= pyqt:4 python:3.3+ +USE_PYQT= core gui CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR} +NO_ARCH= yes NO_BUILD= yes - -PLIST_SUB= PYTHON_SUFFIX="${PYTHON_SUFFIX}" WRKSRC= ${WRKDIR}/ConvertAll DESKTOP_ENTRIES="ConvertAll" \ @@ -44,6 +41,15 @@ do-install: .include +.if ${PYTHON_REL} < 3500 +PYOEXTENSION= pyo +.else +PYOEXTENSION= opt-1.pyc +.endif + +PLIST_SUB+= PYTHON_SUFFIX="${PYTHON_SUFFIX}" \ + PYOEXTENSION="${PYOEXTENSION}" + .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} .endif Modified: head/math/convertall/distinfo ============================================================================== --- head/math/convertall/distinfo Tue Nov 8 15:21:56 2016 (r425748) +++ head/math/convertall/distinfo Tue Nov 8 15:47:49 2016 (r425749) @@ -1,2 +1,3 @@ -SHA256 (convertall-0.6.0.tar.gz) = 871ce44bd59566a95b88fdb9c0ce196389a72c56192387a62b308ead358f87c0 -SIZE (convertall-0.6.0.tar.gz) = 204400 +TIMESTAMP = 1477031474 +SHA256 (convertall-0.6.1.tar.gz) = 11bae7cbde7a06579cf5b650659f54c9621eae043ad975e6ad29cee6d08d220e +SIZE (convertall-0.6.1.tar.gz) = 277630 Modified: head/math/convertall/pkg-plist ============================================================================== --- head/math/convertall/pkg-plist Tue Nov 8 15:21:56 2016 (r425748) +++ head/math/convertall/pkg-plist Tue Nov 8 15:47:49 2016 (r425749) @@ -1,48 +1,49 @@ bin/convertall %%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/cmdline.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/convertall.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/convertdlg.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/convertdlg.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/convertdlg.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/finddlg.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/finddlg.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/finddlg.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/modbutton.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/modbutton.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/modbutton.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/numedit.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/numedit.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/numedit.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/recentunits.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/recentunits.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/recentunits.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/unitatom.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/unitatom.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/unitatom.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/unitdata.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/unitdata.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/unitdata.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/unitedit.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/unitedit.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/unitedit.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/unitgroup.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/unitgroup.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/unitgroup.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/unitlistview.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/unitlistview.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/unitlistview.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/cmdline.py %%DATADIR%%/convertall.pro %%DATADIR%%/convertall.py %%DATADIR%%/convertdlg.py %%DATADIR%%/data/units.dat -%%DATADIR%%/data/units_de.dat -%%DATADIR%%/data/units_es.dat -%%DATADIR%%/data/units_fr.dat +%%NLS%%%%DATADIR%%/data/units_de.dat +%%NLS%%%%DATADIR%%/data/units_es.dat +%%NLS%%%%DATADIR%%/data/units_fr.dat +%%NLS%%%%DATADIR%%/data/units_ru.dat %%DATADIR%%/finddlg.py %%DATADIR%%/helpview.py %%DATADIR%%/icondict.py @@ -68,12 +69,15 @@ bin/convertall %%NLS%%%%DATADIR%%/translations/convertall_es.ts %%NLS%%%%DATADIR%%/translations/convertall_fr.qm %%NLS%%%%DATADIR%%/translations/convertall_fr.ts +%%NLS%%%%DATADIR%%/translations/convertall_ru.qm +%%NLS%%%%DATADIR%%/translations/convertall_ru.ts %%NLS%%%%DATADIR%%/translations/qt_de.qm %%NLS%%%%DATADIR%%/translations/qt_de.ts %%NLS%%%%DATADIR%%/translations/qt_es.qm %%NLS%%%%DATADIR%%/translations/qt_es.ts %%NLS%%%%DATADIR%%/translations/qt_fr.qm %%NLS%%%%DATADIR%%/translations/qt_fr.ts +%%NLS%%%%DATADIR%%/translations/qt_ru.qm %%DATADIR%%/unitatom.py %%DATADIR%%/unitdata.py %%DATADIR%%/unitedit.py @@ -83,3 +87,4 @@ bin/convertall %%NLS%%%%DOCSDIR%%/README_de.html %%NLS%%%%DOCSDIR%%/README_es.html %%NLS%%%%DOCSDIR%%/README_fr.html +%%NLS%%%%DOCSDIR%%/README_ru.html From owner-svn-ports-all@freebsd.org Tue Nov 8 15:51:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A401C36C2E; Tue, 8 Nov 2016 15:51:13 +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 D469B170; Tue, 8 Nov 2016 15:51:12 +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 uA8FpCsS076666; Tue, 8 Nov 2016 15:51:12 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FpBaE076663; Tue, 8 Nov 2016 15:51:11 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611081551.uA8FpBaE076663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 8 Nov 2016 15:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425750 - head/math/rpcalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 15:51:13 -0000 Author: jhale Date: Tue Nov 8 15:51:11 2016 New Revision: 425750 URL: https://svnweb.freebsd.org/changeset/ports/425750 Log: Update to 0.7.1 Convert to USES=pyqt Add NO_ARCH Fix plist for Python 3.5 Modified: head/math/rpcalc/Makefile head/math/rpcalc/distinfo head/math/rpcalc/pkg-plist Modified: head/math/rpcalc/Makefile ============================================================================== --- head/math/rpcalc/Makefile Tue Nov 8 15:47:49 2016 (r425749) +++ head/math/rpcalc/Makefile Tue Nov 8 15:51:11 2016 (r425750) @@ -2,48 +2,51 @@ # $FreeBSD$ PORTNAME= rpcalc -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Simple RPN calculator -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui - -USES= python:3.3+ +USES= pyqt:4 python:3.3+ +USE_PYQT= core gui +CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR} +NO_ARCH= yes NO_BUILD= yes -INSTALLS_ICONS= yes +WRKSRC= ${WRKDIR}/rpCalc DESKTOP_ENTRIES="rpCalc" \ - "" \ - "${PREFIX}/share/icons/${PORTNAME}/calc_lg.png" \ + "RPN Calculator" \ + "${DATADIR}/icons/calc_lg.png" \ "${PORTNAME}" \ "Qt;Utility;Calculator;" \ - "false" - -PLIST_SUB= PYTHON_SUFFIX="${PYTHON_SUFFIX}" -WRKSRC= ${WRKDIR}/rpCalc + false do-install: - (cd ${WRKSRC} && ${PYTHON_CMD} install.py -p ${PREFIX} -b ${STAGEDIR}) - (cd ${STAGEDIR}${PREFIX} && \ - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${DATADIR} -f ${DATADIR_REL}) + (cd ${WRKSRC} && ${PYTHON_CMD} install.py ${CONFIGURE_ARGS}) (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${DATADIR} -f ${DATADIR_REL}) + (cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE) .include +.if ${PYTHON_REL} < 3500 +PYOEXTENSION= pyo +.else +PYOEXTENSION= opt-1.pyc +.endif + +PLIST_SUB+= PYTHON_SUFFIX="${PYTHON_SUFFIX}" \ + PYOEXTENSION="${PYOEXTENSION}" + .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} .endif .include Modified: head/math/rpcalc/distinfo ============================================================================== --- head/math/rpcalc/distinfo Tue Nov 8 15:47:49 2016 (r425749) +++ head/math/rpcalc/distinfo Tue Nov 8 15:51:11 2016 (r425750) @@ -1,2 +1,3 @@ -SHA256 (rpcalc-0.7.0.tar.gz) = 9ce9b955d6d0d1e138807dc364e7d232adff5962eec269a23276479a778c0b00 -SIZE (rpcalc-0.7.0.tar.gz) = 45706 +TIMESTAMP = 1478616238 +SHA256 (rpcalc-0.7.1.tar.gz) = 3b483f4e75d94976d428b1af725ffa55ae2a748ab605b5d4851f2122333aa06b +SIZE (rpcalc-0.7.1.tar.gz) = 45789 Modified: head/math/rpcalc/pkg-plist ============================================================================== --- head/math/rpcalc/pkg-plist Tue Nov 8 15:47:49 2016 (r425749) +++ head/math/rpcalc/pkg-plist Tue Nov 8 15:51:11 2016 (r425750) @@ -1,42 +1,32 @@ bin/rpcalc -@comment %%DOCSDIR%%/INSTALL -@comment %%DOCSDIR%%/LICENSE -%%DOCSDIR%%/README.html -share/icons/rpcalc/calc_lg.png -share/icons/rpcalc/calc_sm.png -share/icons/rpcalc/helpback.png -share/icons/rpcalc/helpforward.png -share/icons/rpcalc/helphome.png -share/icons/rpcalc/helpnext.png -share/icons/rpcalc/helpprevious.png %%DATADIR%%/__pycache__/altbasedialog.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/altbasedialog.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/altbasedialog.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/calcbutton.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/calcbutton.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/calcbutton.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/calccore.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/calccore.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/calccore.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/calcdlg.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/calcdlg.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/calcdlg.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/calclcd.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/calclcd.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/calclcd.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/calcstack.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/calcstack.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/calcstack.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/extradisplay.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/extradisplay.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/extradisplay.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/helpview.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/icondict.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/option.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/optiondefaults.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/optiondlg.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/rpcalc.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/rpcalc.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/rpcalc.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyo +%%DATADIR%%/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.%%PYOEXTENSION%% %%DATADIR%%/altbasedialog.py %%DATADIR%%/calcbutton.py %%DATADIR%%/calccore.py @@ -46,8 +36,16 @@ share/icons/rpcalc/helpprevious.png %%DATADIR%%/extradisplay.py %%DATADIR%%/helpview.py %%DATADIR%%/icondict.py +%%DATADIR%%/icons/calc_lg.png +%%DATADIR%%/icons/calc_sm.png +%%DATADIR%%/icons/helpback.png +%%DATADIR%%/icons/helpforward.png +%%DATADIR%%/icons/helphome.png +%%DATADIR%%/icons/helpnext.png +%%DATADIR%%/icons/helpprevious.png %%DATADIR%%/option.py %%DATADIR%%/optiondefaults.py %%DATADIR%%/optiondlg.py %%DATADIR%%/rpcalc.py %%DATADIR%%/setup.py +%%DOCSDIR%%/README.html From owner-svn-ports-all@freebsd.org Tue Nov 8 16:23:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97B92C375C5; Tue, 8 Nov 2016 16:23:16 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 645E976D; Tue, 8 Nov 2016 16:23:16 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8GNFGY089135; Tue, 8 Nov 2016 16:23:15 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8GNFdC089134; Tue, 8 Nov 2016 16:23:15 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201611081623.uA8GNFdC089134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 8 Nov 2016 16:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425751 - branches/2016Q4/dns/py-namebench 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, 08 Nov 2016 16:23:16 -0000 Author: jgh Date: Tue Nov 8 16:23:15 2016 New Revision: 425751 URL: https://svnweb.freebsd.org/changeset/ports/425751 Log: MFH: r425652 Remove trailing newline escape from MASTER_SITES. This had the effect of eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn. Approved by: "just fix it" Approved by: ports-secteam (with hat) Modified: branches/2016Q4/dns/py-namebench/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/dns/py-namebench/Makefile ============================================================================== --- branches/2016Q4/dns/py-namebench/Makefile Tue Nov 8 15:51:11 2016 (r425750) +++ branches/2016Q4/dns/py-namebench/Makefile Tue Nov 8 16:23:15 2016 (r425751) @@ -6,7 +6,7 @@ PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= dns python benchmarks MASTER_SITES= SF/bsdsrc/${PORTDIRNAME}/ \ - https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-source From owner-svn-ports-all@freebsd.org Tue Nov 8 16:33:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEA43C377C5; Tue, 8 Nov 2016 16:33:00 +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 91DDAB8E; Tue, 8 Nov 2016 16:33:00 +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 uA8GWxjX093170; Tue, 8 Nov 2016 16:32:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8GWx6a093166; Tue, 8 Nov 2016 16:32:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081632.uA8GWx6a093166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 16:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425752 - in head/misc: . bsod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 16:33:00 -0000 Author: amdmi3 Date: Tue Nov 8 16:32:59 2016 New Revision: 425752 URL: https://svnweb.freebsd.org/changeset/ports/425752 Log: - Add misc/bsod This program will let you UNIX user experience the authentic Microsoft Windows experience. Bsod displays the famous windows xp blue screen of death on the console. Errors and drivers causing the error are selected randomly from a large set of examples. WWW: https://www.vanheusden.com/bsod/ Added: head/misc/bsod/ head/misc/bsod/Makefile (contents, props changed) head/misc/bsod/distinfo (contents, props changed) head/misc/bsod/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Nov 8 16:23:15 2016 (r425751) +++ head/misc/Makefile Tue Nov 8 16:32:59 2016 (r425752) @@ -30,6 +30,7 @@ SUBDIR += bottlerocket SUBDIR += boxes SUBDIR += brs + SUBDIR += bsod SUBDIR += buffer SUBDIR += cave SUBDIR += cdcollect Added: head/misc/bsod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/bsod/Makefile Tue Nov 8 16:32:59 2016 (r425752) @@ -0,0 +1,33 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= bsod +PORTVERSION= 0.1 +CATEGORIES= misc +MASTER_SITES= https://www.vanheusden.com/bsod/ \ + http://mirror.amdmi3.ru/distfiles/ + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Experience the authentic Microsoft Windows experience + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt + +USES= ncurses tar:tgz + +PORTDOCS= * +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -I${NCURSESINC} -L${NCURSESLIB} -lcurses -o ${PORTNAME} ${PORTNAME}.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/misc/bsod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/bsod/distinfo Tue Nov 8 16:32:59 2016 (r425752) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478620643 +SHA256 (bsod-0.1.tgz) = ad6eb83637d1eb655ca7891933916266bd0624e08823490083b960ff15531c43 +SIZE (bsod-0.1.tgz) = 10128 Added: head/misc/bsod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/bsod/pkg-descr Tue Nov 8 16:32:59 2016 (r425752) @@ -0,0 +1,6 @@ +This program will let you UNIX user experience the authentic Microsoft +Windows experience. Bsod displays the famous windows xp blue screen +of death on the console. Errors and drivers causing the error are +selected randomly from a large set of examples. + +WWW: https://www.vanheusden.com/bsod/ From owner-svn-ports-all@freebsd.org Tue Nov 8 16:58:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565CCC37E7A; Tue, 8 Nov 2016 16:58:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 169D8BD4; Tue, 8 Nov 2016 16:58:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8GwwhZ001021; Tue, 8 Nov 2016 16:58:58 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Gwwbp001018; Tue, 8 Nov 2016 16:58:58 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081658.uA8Gwwbp001018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 16:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425753 - head/x11-fm/gnome-commander2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 16:58:59 -0000 Author: danilo Date: Tue Nov 8 16:58:57 2016 New Revision: 425753 URL: https://svnweb.freebsd.org/changeset/ports/425753 Log: - Update to 1.6.2 Modified: head/x11-fm/gnome-commander2/Makefile head/x11-fm/gnome-commander2/distinfo head/x11-fm/gnome-commander2/pkg-plist Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Tue Nov 8 16:32:59 2016 (r425752) +++ head/x11-fm/gnome-commander2/Makefile Tue Nov 8 16:58:57 2016 (r425753) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gnome-commander -PORTVERSION= 1.4.9 +PORTVERSION= 1.6.2 PORTEPOCH= 1 CATEGORIES= x11-fm gnome -MASTER_SITES= GNOME/sources/gnome-commander/1.4 +MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 Modified: head/x11-fm/gnome-commander2/distinfo ============================================================================== --- head/x11-fm/gnome-commander2/distinfo Tue Nov 8 16:32:59 2016 (r425752) +++ head/x11-fm/gnome-commander2/distinfo Tue Nov 8 16:58:57 2016 (r425753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474828656 -SHA256 (gnome2/gnome-commander-1.4.9.tar.xz) = ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f -SIZE (gnome2/gnome-commander-1.4.9.tar.xz) = 6390100 +TIMESTAMP = 1478612362 +SHA256 (gnome2/gnome-commander-1.6.2.tar.xz) = 47840659c1308c363606c505f561fa101351b72a40567550715589e4cc963f78 +SIZE (gnome2/gnome-commander-1.6.2.tar.xz) = 6557464 Modified: head/x11-fm/gnome-commander2/pkg-plist ============================================================================== --- head/x11-fm/gnome-commander2/pkg-plist Tue Nov 8 16:32:59 2016 (r425752) +++ head/x11-fm/gnome-commander2/pkg-plist Tue Nov 8 16:58:57 2016 (r425753) @@ -18,6 +18,8 @@ lib/gnome-commander/plugins/sha1sum.pyo man/man1/gnome-commander.1.gz share/appdata/gnome-commander.appdata.xml share/applications/gnome-commander.desktop +share/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml +share/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml %%DATADIR%%/mime/XMLnamespaces %%DATADIR%%/mime/aliases %%DATADIR%%/mime/generic-icons @@ -54,6 +56,7 @@ share/gnome/help/gnome-commander/C/figur share/gnome/help/gnome-commander/C/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/C/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/C/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/C/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/C/figures/gnome-commander_window.png share/gnome/help/gnome-commander/C/figures/mounting.png share/gnome/help/gnome-commander/C/gnome-commander.xml @@ -81,6 +84,7 @@ share/gnome/help/gnome-commander/cs/figu share/gnome/help/gnome-commander/cs/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/cs/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/cs/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/cs/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/cs/figures/gnome-commander_window.png share/gnome/help/gnome-commander/cs/figures/mounting.png share/gnome/help/gnome-commander/cs/gnome-commander.xml @@ -108,6 +112,7 @@ share/gnome/help/gnome-commander/de/figu share/gnome/help/gnome-commander/de/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/de/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/de/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/de/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/de/figures/gnome-commander_window.png share/gnome/help/gnome-commander/de/figures/mounting.png share/gnome/help/gnome-commander/de/gnome-commander.xml @@ -135,6 +140,7 @@ share/gnome/help/gnome-commander/el/figu share/gnome/help/gnome-commander/el/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/el/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/el/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/el/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/el/figures/gnome-commander_window.png share/gnome/help/gnome-commander/el/figures/mounting.png share/gnome/help/gnome-commander/el/gnome-commander.xml @@ -162,6 +168,7 @@ share/gnome/help/gnome-commander/es/figu share/gnome/help/gnome-commander/es/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/es/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/es/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/es/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/es/figures/gnome-commander_window.png share/gnome/help/gnome-commander/es/figures/mounting.png share/gnome/help/gnome-commander/es/gnome-commander.xml @@ -189,6 +196,7 @@ share/gnome/help/gnome-commander/fr/figu share/gnome/help/gnome-commander/fr/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/fr/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/fr/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/fr/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/fr/figures/gnome-commander_window.png share/gnome/help/gnome-commander/fr/figures/mounting.png share/gnome/help/gnome-commander/fr/gnome-commander.xml @@ -216,6 +224,7 @@ share/gnome/help/gnome-commander/ru/figu share/gnome/help/gnome-commander/ru/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/ru/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/ru/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/ru/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/ru/figures/gnome-commander_window.png share/gnome/help/gnome-commander/ru/figures/mounting.png share/gnome/help/gnome-commander/ru/gnome-commander.xml @@ -243,6 +252,7 @@ share/gnome/help/gnome-commander/sl/figu share/gnome/help/gnome-commander/sl/figures/gnome-commander_options_layout_colors.png share/gnome/help/gnome-commander/sl/figures/gnome-commander_options_programs.png share/gnome/help/gnome-commander/sl/figures/gnome-commander_options_tabs.png +share/gnome/help/gnome-commander/sl/figures/gnome-commander_simple_plugins_example.png share/gnome/help/gnome-commander/sl/figures/gnome-commander_window.png share/gnome/help/gnome-commander/sl/figures/mounting.png share/gnome/help/gnome-commander/sl/gnome-commander.xml @@ -271,6 +281,7 @@ share/locale/id/LC_MESSAGES/gnome-comman share/locale/it/LC_MESSAGES/gnome-commander.mo share/locale/ja/LC_MESSAGES/gnome-commander.mo share/locale/ko/LC_MESSAGES/gnome-commander.mo +share/locale/lt/LC_MESSAGES/gnome-commander.mo share/locale/nb/LC_MESSAGES/gnome-commander.mo share/locale/ne/LC_MESSAGES/gnome-commander.mo share/locale/nl/LC_MESSAGES/gnome-commander.mo @@ -289,6 +300,7 @@ share/locale/sr/LC_MESSAGES/gnome-comman share/locale/sr@latin/LC_MESSAGES/gnome-commander.mo share/locale/sv/LC_MESSAGES/gnome-commander.mo share/locale/th/LC_MESSAGES/gnome-commander.mo +share/locale/tr/LC_MESSAGES/gnome-commander.mo share/locale/uk/LC_MESSAGES/gnome-commander.mo share/locale/vi/LC_MESSAGES/gnome-commander.mo share/locale/zh_CN/LC_MESSAGES/gnome-commander.mo @@ -379,15 +391,11 @@ share/pixmaps/gnome-commander/mime-icons share/pixmaps/gnome-commander/mime-icons/i-regular.png share/pixmaps/gnome-commander/mime-icons/i-socket.png share/pixmaps/gnome-commander/mime-icons/i-symlink.png -share/pixmaps/gnome-commander/nautilus.svg share/pixmaps/gnome-commander/overlay_symlink.xpm share/pixmaps/gnome-commander/overlay_umount.xpm share/pixmaps/gnome-commander/pin.png -share/pixmaps/gnome-commander/python.svg share/pixmaps/gnome-commander/rotate-180-16.xpm share/pixmaps/gnome-commander/rotate-270-16.xpm share/pixmaps/gnome-commander/rotate-90-16.xpm share/pixmaps/gnome-commander/terminal.svg -share/pixmaps/gnome-commander/toggle_horizontal.xpm -share/pixmaps/gnome-commander/toggle_vertical.xpm share/pixmaps/gnome-commander/unpin.png From owner-svn-ports-all@freebsd.org Tue Nov 8 17:14:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2471C36600; Tue, 8 Nov 2016 17:14:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8DD1C1C; Tue, 8 Nov 2016 17:14:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8HECN3009022; Tue, 8 Nov 2016 17:14:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8HECM5009020; Tue, 8 Nov 2016 17:14:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081714.uA8HECM5009020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 17:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425754 - head/net/pen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 17:14:14 -0000 Author: danilo Date: Tue Nov 8 17:14:12 2016 New Revision: 425754 URL: https://svnweb.freebsd.org/changeset/ports/425754 Log: - Update to 0.34.0 Modified: head/net/pen/Makefile head/net/pen/distinfo Modified: head/net/pen/Makefile ============================================================================== --- head/net/pen/Makefile Tue Nov 8 16:58:57 2016 (r425753) +++ head/net/pen/Makefile Tue Nov 8 17:14:12 2016 (r425754) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.33.2 +PORTVERSION= 0.34.0 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ MAINTAINER= danilo@FreeBSD.org COMMENT= Load balancer for UDP and TCP based protocols +LICENSE= GPLv2 + LIB_DEPENDS= libGeoIP.so:net/GeoIP GNU_CONFIGURE= yes -USE_OPENSSL= yes +USES= ssl USE_RC_SUBR= pen CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ --with-ssl=${OPENSSLBASE} Modified: head/net/pen/distinfo ============================================================================== --- head/net/pen/distinfo Tue Nov 8 16:58:57 2016 (r425753) +++ head/net/pen/distinfo Tue Nov 8 17:14:12 2016 (r425754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474205689 -SHA256 (pen-0.33.2.tar.gz) = 4a05a4bbf058fd354009a00f4c123e9f7e7c5bd4ceb8d9f3bcdc4f06b3126047 -SIZE (pen-0.33.2.tar.gz) = 183812 +TIMESTAMP = 1478278526 +SHA256 (pen-0.34.0.tar.gz) = a3306bfb02619b103ff431002bb91079048bf2dd24f739bf38e373860558cd27 +SIZE (pen-0.34.0.tar.gz) = 184463 From owner-svn-ports-all@freebsd.org Tue Nov 8 17:17:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B13B9C36670; Tue, 8 Nov 2016 17:17:48 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DA01F10; Tue, 8 Nov 2016 17:17:48 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8HHlP5009259; Tue, 8 Nov 2016 17:17:47 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8HHl86009258; Tue, 8 Nov 2016 17:17:47 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081717.uA8HHl86009258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 17:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425755 - head/japanese/p5-Number-Phone-JP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 17:17:48 -0000 Author: danilo Date: Tue Nov 8 17:17:47 2016 New Revision: 425755 URL: https://svnweb.freebsd.org/changeset/ports/425755 Log: - Update to 0.20161101 Modified: head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-Number-Phone-JP/distinfo Modified: head/japanese/p5-Number-Phone-JP/Makefile ============================================================================== --- head/japanese/p5-Number-Phone-JP/Makefile Tue Nov 8 17:14:12 2016 (r425754) +++ head/japanese/p5-Number-Phone-JP/Makefile Tue Nov 8 17:17:47 2016 (r425755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20161003 +PORTVERSION= 0.20161101 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Modified: head/japanese/p5-Number-Phone-JP/distinfo ============================================================================== --- head/japanese/p5-Number-Phone-JP/distinfo Tue Nov 8 17:14:12 2016 (r425754) +++ head/japanese/p5-Number-Phone-JP/distinfo Tue Nov 8 17:17:47 2016 (r425755) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476199830 -SHA256 (Number-Phone-JP-0.20161003.tar.gz) = 4c19fb821e6c0b0475e3d539242471702e49e24b979715d1a83044c80d8562e4 -SIZE (Number-Phone-JP-0.20161003.tar.gz) = 409615 +TIMESTAMP = 1478625287 +SHA256 (Number-Phone-JP-0.20161101.tar.gz) = 88e0eb2b278f9755804db3cc41cf4bb332d8916d7661293efe97f2c5aaa3963c +SIZE (Number-Phone-JP-0.20161101.tar.gz) = 409591 From owner-svn-ports-all@freebsd.org Tue Nov 8 18:25:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E20D7C37E8A; Tue, 8 Nov 2016 18:25:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 973EB8D0; Tue, 8 Nov 2016 18:25:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8IPjMA036441; Tue, 8 Nov 2016 18:25:45 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8IPjeY036438; Tue, 8 Nov 2016 18:25:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081825.uA8IPjeY036438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 18:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425756 - head/graphics/wxsvg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 18:25:47 -0000 Author: danilo Date: Tue Nov 8 18:25:45 2016 New Revision: 425756 URL: https://svnweb.freebsd.org/changeset/ports/425756 Log: - Update to 1.5.10 - Add libexif explicitly as dependency Modified: head/graphics/wxsvg/Makefile head/graphics/wxsvg/distinfo head/graphics/wxsvg/pkg-plist Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/Makefile Tue Nov 8 18:25:45 2016 (r425756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.10 CATEGORIES= graphics MASTER_SITES= SF @@ -12,7 +12,8 @@ COMMENT= C++ library to create, manipula LICENSE= LGPL21+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libexpat.so:textproc/expat2 + libexpat.so:textproc/expat2 \ + libexif.so:graphics/libexif USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/distinfo Tue Nov 8 18:25:45 2016 (r425756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471708803 -SHA256 (wxsvg-1.5.9.tar.bz2) = 145d10789aab73b352212afb1ac7b2f5b202d620b1aebc20d36fea16e497214f -SIZE (wxsvg-1.5.9.tar.bz2) = 512874 +TIMESTAMP = 1478624383 +SHA256 (wxsvg-1.5.10.tar.bz2) = abad2db18ad443b79cb722e179fb0ad26e653794e8683d7e98426a33bbb7a923 +SIZE (wxsvg-1.5.10.tar.bz2) = 514787 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/pkg-plist Tue Nov 8 18:25:45 2016 (r425756) @@ -10,6 +10,7 @@ include/wxSVG/DocumentEvent.h include/wxSVG/Element.h include/wxSVG/ElementTimeControl.h include/wxSVG/EventTarget.h +include/wxSVG/ExifHandler.h include/wxSVG/GetSVGDocument.h include/wxSVG/NodeList.h include/wxSVG/NodeListCls.h @@ -192,5 +193,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.10.2 +lib/libwxsvg.so.3.10.3 libdata/pkgconfig/libwxsvg.pc From owner-svn-ports-all@freebsd.org Tue Nov 8 18:40:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EA30C37434; Tue, 8 Nov 2016 18:40:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E50C6337; Tue, 8 Nov 2016 18:40:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8IerQE040405; Tue, 8 Nov 2016 18:40:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Ier9S040404; Tue, 8 Nov 2016 18:40:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611081840.uA8Ier9S040404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 8 Nov 2016 18:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425757 - head/security/maia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 18:40:54 -0000 Author: pi Date: Tue Nov 8 18:40:52 2016 New Revision: 425757 URL: https://svnweb.freebsd.org/changeset/ports/425757 Log: security/maia: fix to scan rar attachments PR: 210138 Submitted by: ek@purplehat.org (maintainer) Reported by: stepan@zabreh.cz Modified: head/security/maia/Makefile Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Tue Nov 8 18:25:45 2016 (r425756) +++ head/security/maia/Makefile Tue Nov 8 18:40:52 2016 (r425757) @@ -3,6 +3,7 @@ PORTNAME= maia DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ @@ -317,6 +318,7 @@ post-patch: @${REINPLACE_CMD} -e "s|daemon_user = 'maia'|daemon_user = '${USERS}'|" \ -e "s|daemon_group = 'maia'|daemon_group = '${GROUPS}'|" \ -e "s|/var/lib/maia|${MAIAHOME}|" \ + -e "s|'unrar'|'unrar v -c- -p- --'|" \ -e "s|DO_SYSLOG = 0|DO_SYSLOG = 1|" ${WRKSRC}/maiad.conf.dist @${REINPLACE_CMD} -e "s|/etc/maia.conf|${ETCDIR}/maia.conf|" \ From owner-svn-ports-all@freebsd.org Tue Nov 8 19:30:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C333C3612E; Tue, 8 Nov 2016 19:30:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C1D663; Tue, 8 Nov 2016 19:30:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8JU2tt060659; Tue, 8 Nov 2016 19:30:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8JTvPd060586; Tue, 8 Nov 2016 19:29:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611081929.uA8JTvPd060586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 19:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425758 - in head: audio/bristol biology/avida biology/gmap biology/ugene databases/p5-Tie-LevelDB devel/avro-c devel/gecode devel/libdouble-conversion devel/libhoard devel/php-uprofile... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 19:30:03 -0000 Author: linimon Date: Tue Nov 8 19:29:56 2016 New Revision: 425758 URL: https://svnweb.freebsd.org/changeset/ports/425758 Log: The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. Modified: head/audio/bristol/Makefile head/biology/avida/Makefile head/biology/gmap/Makefile head/biology/ugene/Makefile head/databases/p5-Tie-LevelDB/Makefile head/devel/avro-c/Makefile head/devel/gecode/Makefile head/devel/libdouble-conversion/Makefile head/devel/libhoard/Makefile head/devel/php-uprofiler/Makefile head/devel/qtcreator/Makefile head/devel/radare2/Makefile head/devel/upp/Makefile head/emulators/adamem/Makefile head/emulators/visualboyadvance-m/Makefile head/ftp/ftpcopy/Makefile head/games/legesmotus/Makefile head/games/stockfish/Makefile head/games/supertuxkart/Makefile head/games/tome4/Makefile head/graphics/copperspice/Makefile head/graphics/s10sh/Makefile head/lang/angelscript/Makefile head/lang/racket-minimal/Makefile head/lang/see/Makefile head/mail/usendmail/Makefile head/misc/bb/Makefile head/multimedia/handbrake/Makefile head/multimedia/mpeg_play/Makefile head/net-p2p/uhub/Makefile head/net/hping-devel/Makefile head/net/tightvnc/Makefile head/security/ftimes/Makefile head/security/hpenc/Makefile head/security/john/Makefile head/security/p5-Crypt-RHash/Makefile head/security/p5-Digest-GOST/Makefile head/security/rcracki_mt/Makefile head/sysutils/liburcu/Makefile head/sysutils/uschedule/Makefile head/sysutils/webjob/Makefile head/sysutils/yum/Makefile head/textproc/rubygem-ferret/Makefile head/textproc/uim/Makefile head/x11/metisse/Makefile Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/audio/bristol/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable --enable-jack-default-midi \ --disable-version-check -BROKEN_arm64= Does not build: error: unknown FP unit 'sse' +BROKEN_aarch64= Does not build: error: unknown FP unit 'sse' BROKEN_powerpc64= Does not build PORTDATA= * Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/avida/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Auto-adaptive genetic system de LICENSE= GPLv3 -BROKEN_arm64= invokes x86 asm +BROKEN_aarch64= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/gmap/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -24,7 +24,7 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build on powerpc64 BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/ugene/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -18,7 +18,7 @@ LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash -BROKEN_arm64= Fails to build: invokes x86 asm +BROKEN_aarch64= Fails to build: invokes x86 asm USES= desktop-file-utils execinfo qmake USE_GL= glu Modified: head/databases/p5-Tie-LevelDB/Makefile ============================================================================== --- head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -16,7 +16,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libleveldb.so:databases/leveldb -BROKEN_arm64= does not build: error: Please implement AtomicPointer for this platform +BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform BROKEN_powerpc64= does not build BROKEN_sparcpc64= does not build: unrecognized command line options Modified: head/devel/avro-c/Makefile ============================================================================== --- head/devel/avro-c/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/avro-c/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ COMMENT= Data serialization system for A LIB_DEPENDS= libjansson.so:devel/jansson \ libsnappy.so:archivers/snappy -BROKEN_arm64= Fails to build: error: No atomic implementation +BROKEN_aarch64= Fails to build: error: No atomic implementation BROKEN_armv6= Fails to build: error: No atomic implementation BROKEN_mips= Fails to build: error: No atomic implementation BROKEN_mips64= Fails to build: error: No atomic implementation Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/gecode/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -14,7 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libmpfr.so:math/mpfr -BROKEN_arm64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism +BROKEN_aarch64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism USES= bison gmake perl5 Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/libdouble-conversion/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Binary-decimal and decimal-bina LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_arm64= Fails to build: Target architecture was not detected as supported by Double-Conversion +BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion USES= libtool GNU_CONFIGURE= yes Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/libhoard/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Fast, scalable, and memory-effi LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING -BROKEN_arm64= no spin lock implementation is available for this platform +BROKEN_aarch64= no spin lock implementation is available for this platform BROKEN_mips= no spin lock implementation is available for this platform BROKEN_mips64= no spin lock implementation is available for this platform BROKEN_powerpc64= Does not build Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/php-uprofiler/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Lightweight profiler for PHP LICENSE= APACHE20 -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/qtcreator/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -37,7 +37,7 @@ QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99 DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \ "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true -BROKEN_arm64= fails to build: invokes x86 asm +BROKEN_aarch64= fails to build: invokes x86 asm OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DESC= Install the Qt5 api documentation Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/radare2/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Tools to disasm, debug, analyze LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_arm64= Does not build: Unsupported BSD architecture +BROKEN_aarch64= Does not build: Unsupported BSD architecture BROKEN_mips64= Does not build: Unsupported BSD architecture BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/upp/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -38,7 +38,7 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile=".. MAKE_JOBS_UNSAFE= yes -BROKEN_arm64= Does not compile on ${ARCH}: error Unknown CPU architecture +BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/emulators/adamem/Makefile ============================================================================== --- head/emulators/adamem/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/emulators/adamem/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform NO_WRKSUBDIR= yes USE_XORG= sm x11 xau xext xfixes xi xrandr Modified: head/emulators/visualboyadvance-m/Makefile ============================================================================== --- head/emulators/visualboyadvance-m/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/emulators/visualboyadvance-m/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform USE_GITHUB= yes GH_TAGNAME= VBA-M_Beta_2 Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/ftp/ftpcopy/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.ohse.de/uwe/ftp MAINTAINER= mandree@FreeBSD.org COMMENT= Command line ftp tools for listing and mirroring -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform USES= perl5 USE_PERL5= build Modified: head/games/legesmotus/Makefile ============================================================================== --- head/games/legesmotus/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/legesmotus/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shoot LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64 +BROKEN_aarch64= Fails to build: Disallowed architecture for this platform: aarch64 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ Modified: head/games/stockfish/Makefile ============================================================================== --- head/games/stockfish/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/stockfish/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -17,7 +17,7 @@ COMMENT= Open source chess engine LICENSE= GPLv3 NOT_FOR_ARCHS= sparc64 -BROKEN_arm64= Fails to build: cannot detect architecture +BROKEN_aarch64= Fails to build: cannot detect architecture BROKEN_mips64= Fails to build: cannot detect architecture USES= compiler gmake zip Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/supertuxkart/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libv libpng.so:graphics/png \ libfreetype.so:print/freetype2 -BROKEN_arm64= fails to build: invokes x86 asm +BROKEN_aarch64= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/tome4/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -20,7 +20,7 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng16.so:graphics/png -BROKEN_arm64= Fails to build: No support for this architecture (yet) +BROKEN_aarch64= Fails to build: No support for this architecture (yet) DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/graphics/copperspice/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -46,7 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS} PLIST_SUB= LONG_VER=1.3 BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken) -BROKEN_arm64= Fails to build: Unable to detect architecture, please update +BROKEN_aarch64= Fails to build: Unable to detect architecture, please update BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing] Modified: head/graphics/s10sh/Makefile ============================================================================== --- head/graphics/s10sh/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/graphics/s10sh/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -14,7 +14,7 @@ COMMENT= USB/serial userspace driver for LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_arm64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h +BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h USES= ncurses readline Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/angelscript/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= AngelCode Scripting Library LICENSE= ZLIB -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/racket-minimal/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -21,7 +21,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi -BROKEN_arm64= does not build: error: Unported platform +BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build MAKE_JOBS_UNSAFE=yes Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/see/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ COMMENT= Simple ECMAScript Engine (SEE) LICENSE= BSD -BROKEN_arm64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined +BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC Modified: head/mail/usendmail/Makefile ============================================================================== --- head/mail/usendmail/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/mail/usendmail/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Replacement for qmail's sendmai USES= qmail -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform WRKSRC= ${WRKDIR}/mail/${DISTNAME} Modified: head/misc/bb/Makefile ============================================================================== --- head/misc/bb/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/misc/bb/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaa.so:graphics/aalib \ libmikmod.so:audio/libmikmod -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/multimedia/handbrake/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -45,7 +45,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/ libx264.so:multimedia/libx264 \ libmp3lame.so:audio/lame -BROKEN_arm64= Fails to build: invokes x86 asm +BROKEN_aarch64= Fails to build: invokes x86 asm .if !defined(PACKAGE_BUILDING) # DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed) Modified: head/multimedia/mpeg_play/Makefile ============================================================================== --- head/multimedia/mpeg_play/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/multimedia/mpeg_play/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ EXTRACT_SUFX= -patched-src.tar.gz MAINTAINER= lme@FreeBSD.org COMMENT= Program to play mpeg movies on X displays -BROKEN_arm64= fails to build: Unknown endianness of architecture +BROKEN_aarch64= fails to build: Unknown endianness of architecture BROKEN_mips64= fails to build: Unknown endianness of architecture WRKSRC= ${WRKDIR}/mpeg_play Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net-p2p/uhub/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -BROKEN_arm64= fails to compile: CPUINFO not defined +BROKEN_aarch64= fails to compile: CPUINFO not defined BROKEN_mips64= fails to compile: strndup not found USES= cmake perl5 sqlite Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net/hping-devel/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -16,7 +16,7 @@ LIB_DEPENDS= libtcl84.so:lang/tcl84 CONFLICTS= hping-[0-9]* -BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h +BROKEN_aarch64= fails to build: can not find the byte order for this architecture, fix bytesex.h GNU_CONFIGURE= yes USES= alias gmake Modified: head/net/tightvnc/Makefile ============================================================================== --- head/net/tightvnc/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net/tightvnc/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -18,7 +18,7 @@ RUN_DEPENDS= showrgb:x11/rgb \ xauth:x11/xauth \ xorg-fonts>=7.2:x11-fonts/xorg-fonts -BROKEN_arm64= Fails to build: invokes x86 asm +BROKEN_aarch64= Fails to build: invokes x86 asm MAKE_JOBS_UNSAFE= yes CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-* Modified: head/security/ftimes/Makefile ============================================================================== --- head/security/ftimes/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/ftimes/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= System baselining and evidence LICENSE= BSD3CLAUSE APACHE20 MIT LICENSE_COMB= multi -BROKEN_arm64= fails to build: aarch64 is not currently supported +BROKEN_aarch64= fails to build: aarch64 is not currently supported BROKEN_mips64= fails to build: mips64 is not currently supported GNU_CONFIGURE= yes Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/hpenc/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= does not build -NOT_FOR_ARCHS= arm64 sparc64 +NOT_FOR_ARCHS= aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this architecture USES= tar:xz compiler:c++11-lib gmake Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/john/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracke LICENSE= GPLv2 -BROKEN_arm64= Fails to build: Cannot detect CPU architechture +BROKEN_aarch64= Fails to build: Cannot detect CPU architechture BROKEN_mips64= Fails to build: Cannot detect CPU architechture USES= gmake shebangfix ssl tar:bzip2 Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/p5-Crypt-RHash/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Compute hash sums and magnet li LICENSE= MIT -BROKEN_arm64= Fails to build: error Cannot detect CPU architechture +BROKEN_aarch64= Fails to build: error Cannot detect CPU architechture BROKEN_mips64= Fails to build: error Cannot detect CPU architechture USES= perl5 Modified: head/security/p5-Digest-GOST/Makefile ============================================================================== --- head/security/p5-Digest-GOST/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/p5-Digest-GOST/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Perl interface to the GOST R 34 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BROKEN_arm64= fails to build: Cannot detect CPU architechture +BROKEN_aarch64= fails to build: Cannot detect CPU architechture BROKEN_mips64= fails to build: Cannot detect CPU architechture USES= perl5 Modified: head/security/rcracki_mt/Makefile ============================================================================== --- head/security/rcracki_mt/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/rcracki_mt/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -11,7 +11,7 @@ COMMENT= Rainbow table based crack tool LICENSE= GPLv2 -NOT_FOR_ARCHS= arm64 armv6 mips mips64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 sparc64 NOT_FOR_ARCHS_REASON= cannot detect endianness WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/liburcu/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -14,7 +14,7 @@ LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt -BROKEN_arm64= Fails to build: Cannot build: unrecognized architecture detected +BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 Modified: head/sysutils/uschedule/Makefile ============================================================================== --- head/sysutils/uschedule/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/uschedule/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Scheduler program, designed to BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform WRKSRC= ${WRKDIR}/admin/${DISTNAME} TEST_TARGET= check Modified: head/sysutils/webjob/Makefile ============================================================================== --- head/sysutils/webjob/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/webjob/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= klm@uidzero.org COMMENT= Download and execute a program over HTTP/HTTPS -BROKEN_arm64= fails to build: aarch64 is not currently supported +BROKEN_aarch64= fails to build: aarch64 is not currently supported BROKEN_mips64= fails to build: mips64 is not currently supported USES= perl5 shebangfix tar:tgz Modified: head/sysutils/yum/Makefile ============================================================================== --- head/sysutils/yum/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/yum/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -22,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}iniparse>0:devel/py-iniparse \ ${PYTHON_PKGNAMEPREFIX}urlgrabber>0:www/py-urlgrabber -ONLY_FOR_ARCHS= amd64 arm64 armv6 i386 +ONLY_FOR_ARCHS= amd64 aarch64 armv6 i386 ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH} USES= cpe gettext gmake python shebangfix Modified: head/textproc/rubygem-ferret/Makefile ============================================================================== --- head/textproc/rubygem-ferret/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/textproc/rubygem-ferret/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -11,7 +11,7 @@ COMMENT= Ferret is a ruby port of Lucene LICENSE= MIT -BROKEN_arm64= Fails to build: cannot determine target CPU +BROKEN_aarch64= Fails to build: cannot determine target CPU USE_RUBY= yes USES= gem Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/textproc/uim/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Input method library -BROKEN_arm64= Fails to build: The collector has not been ported to this machine/OS combination +BROKEN_aarch64= Fails to build: The collector has not been ported to this machine/OS combination USE_LDCONFIG= yes WANT_GNOME= yes Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/x11/metisse/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -18,7 +18,7 @@ RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg CONFLICTS= fvwm-1.* fvwm-2.* -BROKEN_arm64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 +BROKEN_aarch64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1 USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \ From owner-svn-ports-all@freebsd.org Tue Nov 8 19:53:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E0BCC3696C; Tue, 8 Nov 2016 19:53:46 +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 DF0266BD; Tue, 8 Nov 2016 19:53: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 uA8Jrj2S071945; Tue, 8 Nov 2016 19:53:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8JrjTu071944; Tue, 8 Nov 2016 19:53:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611081953.uA8JrjTu071944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 8 Nov 2016 19:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425759 - head/astro/marble/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 19:53:46 -0000 Author: tcberner Date: Tue Nov 8 19:53:44 2016 New Revision: 425759 URL: https://svnweb.freebsd.org/changeset/ports/425759 Log: Fix build with newer gcc versions. Add upstream patch [1] that uses * math.h -> cmath * isnan() -> std::isnan() This fixes compilation with gcc5. [1] https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80 PR: 213995 Reported by: Kenneth Salerno Approved by: rakuco (mentor) Obtained from: https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80 Added: head/astro/marble/files/ head/astro/marble/files/patch-git_486f618 (contents, props changed) Added: head/astro/marble/files/patch-git_486f618 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/marble/files/patch-git_486f618 Tue Nov 8 19:53:44 2016 (r425759) @@ -0,0 +1,63 @@ +Backport of the the commit 486f618 to old marble. + +From 486f6181d6fef15c9b6c72504e3588be502bea80 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Dennis=20Nienh=C3=BCser?= +Date: Sun, 20 Mar 2016 17:43:25 +0100 +Subject: [PATCH] Use std::isnan from cmath + +--- src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp.orig 2014-10-23 21:53:08 UTC ++++ src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp +@@ -12,7 +12,7 @@ + + #include "GpsdThread.h" + #include "MarbleDebug.h" +-#include ++#include + + using namespace Marble; + /* TRANSLATOR Marble::GpsdPositionProviderPlugin */ +@@ -76,7 +76,7 @@ void GpsdPositionProviderPlugin::update( + { + PositionProviderStatus oldStatus = m_status; + GeoDataCoordinates oldPosition = m_position; +- if ( data.status == STATUS_NO_FIX || isnan( data.fix.longitude ) || isnan( data.fix.latitude ) ) ++ if ( data.status == STATUS_NO_FIX || std::isnan( data.fix.longitude ) || std::isnan( data.fix.latitude ) ) + m_status = PositionProviderStatusUnavailable; + else { + m_status = PositionProviderStatusAvailable; +@@ -88,29 +88,29 @@ void GpsdPositionProviderPlugin::update( + + m_accuracy.level = GeoDataAccuracy::Detailed; + #if defined( GPSD_API_MAJOR_VERSION ) && ( GPSD_API_MAJOR_VERSION >= 3 ) +- if ( !isnan( data.fix.epx ) && !isnan( data.fix.epy ) ) { ++ if ( !std::isnan( data.fix.epx ) && !std::isnan( data.fix.epy ) ) { + m_accuracy.horizontal = qMax( data.fix.epx, data.fix.epy ); + } + #else +- if ( !isnan( data.fix.eph ) ) { ++ if ( !std::isnan( data.fix.eph ) ) { + m_accuracy.horizontal = data.fix.eph; + } + #endif +- if ( !isnan( data.fix.epv ) ) { ++ if ( !std::isnan( data.fix.epv ) ) { + m_accuracy.vertical = data.fix.epv; + } + +- if( !isnan(data.fix.speed ) ) ++ if( !std::isnan(data.fix.speed ) ) + { + m_speed = data.fix.speed; + } + +- if( !isnan( data.fix.track ) ) ++ if( !std::isnan( data.fix.track ) ) + { + m_track = data.fix.track; + } + +- if ( !isnan( data.fix.time ) ) ++ if ( !std::isnan( data.fix.time ) ) + { + m_timestamp = QDateTime::fromMSecsSinceEpoch( data.fix.time * 1000 ); + } From owner-svn-ports-all@freebsd.org Tue Nov 8 19:54:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47C01C369A5; Tue, 8 Nov 2016 19:54:17 +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 F13D6806; Tue, 8 Nov 2016 19:54:16 +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 uA8JsGHj072084; Tue, 8 Nov 2016 19:54:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8JsGIh072083; Tue, 8 Nov 2016 19:54:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611081954.uA8JsGIh072083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 8 Nov 2016 19:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425760 - head/math/kmplot/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 19:54:17 -0000 Author: tcberner Date: Tue Nov 8 19:54:15 2016 New Revision: 425760 URL: https://svnweb.freebsd.org/changeset/ports/425760 Log: Fix build with newer gcc versions. Add upstream patch [1] that uses * isnan() -> std::isnan() * isinf() -> std::isinf() This fixes compilation with gcc5. [1] https://quickgit.kde.org/?p=kmplot.git&a=commit&h=e903ca56ad26311fcaeb650acf96046c726fb809 PR: 213993 Reported by: Kenneth Salerno Approved by: rakuco (mentor) Obtained from: https://quickgit.kde.org/?p=kmplot.git&a=commit&h=e903ca56ad26311fcaeb650acf96046c726fb809 Added: head/math/kmplot/files/ head/math/kmplot/files/patch-git_e903ca5 (contents, props changed) Added: head/math/kmplot/files/patch-git_e903ca5 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/kmplot/files/patch-git_e903ca5 Tue Nov 8 19:54:15 2016 (r425760) @@ -0,0 +1,49 @@ +Backport of the the commit e903ca5 to old kmplot. + +From e903ca56ad26311fcaeb650acf96046c726fb809 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Wed, 23 Mar 2016 20:56:55 +0100 +Subject: [PATCH] use std::isnan/isinf since we're including cmath + +--- kmplot/view.cpp.orig 2014-09-17 13:01:07 UTC ++++ kmplot/view.cpp +@@ -477,7 +477,7 @@ QPointF View::toPixel( const QPointF & r + double x = pixel.x(); + double y = pixel.y(); + +- if ( isnan(x) ) ++ if ( std::isnan(x) ) + { + xclipflg = true; + x = pixelIfNaN.x(); +@@ -497,14 +497,14 @@ QPointF View::toPixel( const QPointF & r + } + else + { +- if ( isinf(x) == -1 ) ++ if ( std::isinf(x) == -1 ) + x = 0; + +- else if ( isinf(x) == 1 ) ++ else if ( std::isinf(x) == 1 ) + x = m_clipRect.right(); + } + +- if ( isnan(y) ) ++ if ( std::isnan(y) ) + { + yclipflg = true; + y = pixelIfNaN.y(); +@@ -524,10 +524,10 @@ QPointF View::toPixel( const QPointF & r + } + else + { +- if ( isinf(y) == -1 ) ++ if ( std::isinf(y) == -1 ) + y = 0; + +- else if ( isinf(y) == 1 ) ++ else if ( std::isinf(y) == 1 ) + y = m_clipRect.bottom(); + } + From owner-svn-ports-all@freebsd.org Tue Nov 8 20:53:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31B47C37B2B; Tue, 8 Nov 2016 20:53:01 +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 DAF88A0B; Tue, 8 Nov 2016 20:53:00 +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 uA8Kr024095474; Tue, 8 Nov 2016 20:53:00 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8KqxIH095471; Tue, 8 Nov 2016 20:52:59 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611082052.uA8KqxIH095471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 8 Nov 2016 20:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425761 - in head/print/xpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 20:53:01 -0000 Author: cy Date: Tue Nov 8 20:52:59 2016 New Revision: 425761 URL: https://svnweb.freebsd.org/changeset/ports/425761 Log: Replace cupsTempFile() with tmpnam(). cupsTempFile() no longer exists. PR: 214332 Modified: head/print/xpp/Makefile head/print/xpp/files/patch-xpp.cxx Modified: head/print/xpp/Makefile ============================================================================== --- head/print/xpp/Makefile Tue Nov 8 19:54:15 2016 (r425760) +++ head/print/xpp/Makefile Tue Nov 8 20:52:59 2016 (r425761) @@ -3,7 +3,7 @@ PORTNAME= xpp PORTVERSION= 1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= SF/cups/${PORTNAME}/${PORTVERSION} Modified: head/print/xpp/files/patch-xpp.cxx ============================================================================== --- head/print/xpp/files/patch-xpp.cxx Tue Nov 8 19:54:15 2016 (r425760) +++ head/print/xpp/files/patch-xpp.cxx Tue Nov 8 20:52:59 2016 (r425761) @@ -1,6 +1,32 @@ --- xpp.cxx.orig 2004-12-06 11:00:04.000000000 -0800 -+++ xpp.cxx 2011-12-03 22:11:00.788941301 -0800 -@@ -2500,7 +2500,7 @@ ++++ xpp.cxx 2016-11-08 12:49:34.251265000 -0800 +@@ -30,6 +30,7 @@ + * Include necessary headers... + */ + ++#include + #include "xpp.h" + + #ifndef WIN32 +@@ -48,7 +49,7 @@ + * Globals... + */ + +-char tempfile[1024]; /* Temporary file for printing from stdin */ ++static char *tempfile; /* Temporary file for printing from stdin */ + + /* + * Parse options and send files for printing. +@@ -651,7 +652,7 @@ + #endif + #endif // !WIN32 + +- temp = fopen(cupsTempFile(tempfile, sizeof(tempfile)), "w"); ++ temp = fopen((tempfile = tmpnam(NULL)), "w"); + + if (temp == NULL) + { +@@ -2500,7 +2501,7 @@ // Redraw the destination menu in the main window printerPack->parent()->redraw(); @@ -9,7 +35,7 @@ } -@@ -2674,7 +2674,7 @@ +@@ -2674,7 +2675,7 @@ // Redraw the destination menu in the main window printerPack->parent()->redraw(); From owner-svn-ports-all@freebsd.org Tue Nov 8 20:56:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97BE2C37C3B; Tue, 8 Nov 2016 20:56: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 53D5ABA9; Tue, 8 Nov 2016 20:56:26 +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 uA8KuPMe095783; Tue, 8 Nov 2016 20:56:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8KuPNw095778; Tue, 8 Nov 2016 20:56:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082056.uA8KuPNw095778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 20:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425762 - in head: converters/py-pisa devel/py-itools graphics/ocrfeeder graphics/py-aafigure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 20:56:26 -0000 Author: antoine Date: Tue Nov 8 20:56:24 2016 New Revision: 425762 URL: https://svnweb.freebsd.org/changeset/ports/425762 Log: Chase print/py-reportlab2 expiration Modified: head/converters/py-pisa/Makefile head/devel/py-itools/Makefile head/graphics/ocrfeeder/Makefile head/graphics/py-aafigure/Makefile Modified: head/converters/py-pisa/Makefile ============================================================================== --- head/converters/py-pisa/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/converters/py-pisa/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -13,6 +13,9 @@ COMMENT= PDF generator using HTML and CS LICENSE= APACHE20 +DEPRECATED= Deprecated upstream, depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ Modified: head/devel/py-itools/Makefile ============================================================================== --- head/devel/py-itools/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/devel/py-itools/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -14,6 +14,9 @@ COMMENT= Python library Provides Wide Ra LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:graphics/poppler \ ${LOCALBASE}/include/git2.h:devel/libgit2 \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:print/py-reportlab2 \ Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/graphics/ocrfeeder/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -12,6 +12,9 @@ COMMENT= Document layout analysis and op LICENSE= GPLv3 +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= goocanvas2>0:graphics/goocanvas2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sane>0:graphics/py-sane \ Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Tue Nov 8 20:52:59 2016 (r425761) +++ head/graphics/py-aafigure/Makefile Tue Nov 8 20:56:24 2016 (r425762) @@ -13,6 +13,9 @@ COMMENT= ASCII art to image converter wr LICENSE= BSD2CLAUSE +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:print/py-reportlab2 From owner-svn-ports-all@freebsd.org Tue Nov 8 20:57:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82402C37C9C; Tue, 8 Nov 2016 20:57:05 +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 51708C92; Tue, 8 Nov 2016 20:57: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 uA8Kv4hf095927; Tue, 8 Nov 2016 20:57:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Kv4fh095925; Tue, 8 Nov 2016 20:57:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611082057.uA8Kv4fh095925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 20:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425763 - in head: . net net/p5-Net-Ping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 20:57:05 -0000 Author: rene Date: Tue Nov 8 20:57:04 2016 New Revision: 425763 URL: https://svnweb.freebsd.org/changeset/ports/425763 Log: Remove expired port: 2016-11-08 net/p5-Net-Ping: This or newer version included in all supported versions of perl Deleted: head/net/p5-Net-Ping/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 8 20:56:24 2016 (r425762) +++ head/MOVED Tue Nov 8 20:57:04 2016 (r425763) @@ -8796,3 +8796,4 @@ multimedia/libmovtar||2016-11-05|Not use devel/p5-Test-Exception-LessClever||2016-11-06|Deprecated by upstream www/py-django-piston||2016-11-06|Has expired: Abandoned upstream. Doesn't work with django>=1.6 net/remmina-plugin-i18n||2016-11-08|Plugin translations removed upstream in GH commit 2dd0526 +net/p5-Net-Ping||2016-11-08|Has expired: This or newer version included in all supported versions of perl Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Nov 8 20:56:24 2016 (r425762) +++ head/net/Makefile Tue Nov 8 20:57:04 2016 (r425763) @@ -684,7 +684,6 @@ SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils - SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher From owner-svn-ports-all@freebsd.org Tue Nov 8 21:11:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDBDCC37105; Tue, 8 Nov 2016 21:11:15 +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 BDA9918DD; Tue, 8 Nov 2016 21:11:15 +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 uA8LBErw003077; Tue, 8 Nov 2016 21:11:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LBECe003075; Tue, 8 Nov 2016 21:11:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082111.uA8LBECe003075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 21:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425764 - in head: databases/py-Elixir www/py-formalchemy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:11:16 -0000 Author: antoine Date: Tue Nov 8 21:11:14 2016 New Revision: 425764 URL: https://svnweb.freebsd.org/changeset/ports/425764 Log: Chase py-sqlalchemy06 expiration Modified: head/databases/py-Elixir/Makefile head/www/py-formalchemy/Makefile Modified: head/databases/py-Elixir/Makefile ============================================================================== --- head/databases/py-Elixir/Makefile Tue Nov 8 20:57:04 2016 (r425763) +++ head/databases/py-Elixir/Makefile Tue Nov 8 21:11:14 2016 (r425764) @@ -14,6 +14,9 @@ COMMENT= Declarative Mapper for SQLAlche LICENSE= MIT +DEPRECATED= Depends on expired py-sqlalchemy06 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:databases/py-sqlalchemy06 USES= python Modified: head/www/py-formalchemy/Makefile ============================================================================== --- head/www/py-formalchemy/Makefile Tue Nov 8 20:57:04 2016 (r425763) +++ head/www/py-formalchemy/Makefile Tue Nov 8 21:11:14 2016 (r425764) @@ -15,6 +15,8 @@ COMMENT= Toolkit for creating HTML form LICENSE= MIT BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Broken, depends on expired py-sqlalchemy06 +EXPIRATION_DATE= 2016-12-08 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:databases/py-sqlalchemy06 \ ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \ From owner-svn-ports-all@freebsd.org Tue Nov 8 21:28:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B5A7C3783D; Tue, 8 Nov 2016 21:28:08 +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 2D69B6D4; Tue, 8 Nov 2016 21:28:08 +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 uA8LS7xW008256; Tue, 8 Nov 2016 21:28:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LS7gn008254; Tue, 8 Nov 2016 21:28:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611082128.uA8LS7gn008254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 21:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425765 - in head: . ftp ftp/curl-hiphop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:28:08 -0000 Author: rene Date: Tue Nov 8 21:28:07 2016 New Revision: 425765 URL: https://svnweb.freebsd.org/changeset/ports/425765 Log: Remove expired port: 2016-09-07 ftp/curl-hiphop: useful only for removed hiphop-php Deleted: head/ftp/curl-hiphop/ Modified: head/MOVED head/ftp/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 8 21:11:14 2016 (r425764) +++ head/MOVED Tue Nov 8 21:28:07 2016 (r425765) @@ -8797,3 +8797,4 @@ devel/p5-Test-Exception-LessClever||2016 www/py-django-piston||2016-11-06|Has expired: Abandoned upstream. Doesn't work with django>=1.6 net/remmina-plugin-i18n||2016-11-08|Plugin translations removed upstream in GH commit 2dd0526 net/p5-Net-Ping||2016-11-08|Has expired: This or newer version included in all supported versions of perl +ftp/curl-hiphop||2016-11-08|Has expired: useful only for removed hiphop-php Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Tue Nov 8 21:11:14 2016 (r425764) +++ head/ftp/Makefile Tue Nov 8 21:28:07 2016 (r425765) @@ -14,7 +14,6 @@ SUBDIR += cftp SUBDIR += cmdftp SUBDIR += curl - SUBDIR += curl-hiphop SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs From owner-svn-ports-all@freebsd.org Tue Nov 8 21:30:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2547C378CE; Tue, 8 Nov 2016 21:30:22 +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 7EBAD88A; Tue, 8 Nov 2016 21:30:22 +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 uA8LULq4008450; Tue, 8 Nov 2016 21:30:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LULhV008449; Tue, 8 Nov 2016 21:30:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082130.uA8LULhV008449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 21:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425766 - head/deskutils/griffith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:30:22 -0000 Author: antoine Date: Tue Nov 8 21:30:21 2016 New Revision: 425766 URL: https://svnweb.freebsd.org/changeset/ports/425766 Log: Remove broken option Modified: head/deskutils/griffith/Makefile Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Tue Nov 8 21:28:07 2016 (r425765) +++ head/deskutils/griffith/Makefile Tue Nov 8 21:30:21 2016 (r425766) @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.5:databases/py-sqlalchemy08 \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1 USE_GNOME= pygtk2 USES= gmake gettext python:2 tar:xz NO_BUILD= yes -OPTIONS_DEFINE= CHARDET LXML REPORTLAB2 +OPTIONS_DEFINE= CHARDET LXML OPTIONS_DEFAULT= LXML CHARDET_DESC= chardet support @@ -30,16 +31,8 @@ CHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPRE LXML_DESC= lxml support LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml -REPORTLAB2_DESC= ReportLab2 support - .include -.if ${PORT_OPTIONS:MREPORTLAB2} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:print/py-reportlab2 -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1 -.endif - post-patch: .for file in Makefile @${REINPLACE_CMD} -e \ From owner-svn-ports-all@freebsd.org Tue Nov 8 21:32:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A50CAC37A30; Tue, 8 Nov 2016 21:32:37 +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 746DDC08; Tue, 8 Nov 2016 21:32:37 +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 uA8LWaXi011959; Tue, 8 Nov 2016 21:32:36 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LWau6011958; Tue, 8 Nov 2016 21:32:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611082132.uA8LWau6011958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 21:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425767 - head/sysutils/rubygem-fluentd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:32:37 -0000 Author: rene Date: Tue Nov 8 21:32:36 2016 New Revision: 425767 URL: https://svnweb.freebsd.org/changeset/ports/425767 Log: Remove optional dependency on textproc/rubygem-string-scrub which was only valid for Ruby 2.0 Modified: head/sysutils/rubygem-fluentd/Makefile Modified: head/sysutils/rubygem-fluentd/Makefile ============================================================================== --- head/sysutils/rubygem-fluentd/Makefile Tue Nov 8 21:30:21 2016 (r425766) +++ head/sysutils/rubygem-fluentd/Makefile Tue Nov 8 21:32:36 2016 (r425767) @@ -31,14 +31,8 @@ SUB_LIST+= USER=${USERS} GROUP=${GROUPS} NO_ARCH= YES NO_LATEST_LINK= YES -.include - -.if ${RUBY_VER} == 2.0 -RUN_DEPENDS+= rubygem-string-scrub>=0.0.3:textproc/rubygem-string-scrub -.endif - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fluentd/plugin ${CP} ${WRKSRC}/fluent.conf.sample ${STAGEDIR}${PREFIX}/etc/fluentd/ -.include +.include From owner-svn-ports-all@freebsd.org Tue Nov 8 21:33:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4888C37A82; Tue, 8 Nov 2016 21:33:30 +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 748A2D00; Tue, 8 Nov 2016 21:33:30 +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 uA8LXThS012123; Tue, 8 Nov 2016 21:33:29 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LXTBs012121; Tue, 8 Nov 2016 21:33:29 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611082133.uA8LXTBs012121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 21:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425768 - in head: . textproc textproc/rubygem-string-scrub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:33:30 -0000 Author: rene Date: Tue Nov 8 21:33:29 2016 New Revision: 425768 URL: https://svnweb.freebsd.org/changeset/ports/425768 Log: Remove expired port: 2016-11-01 textproc/rubygem-string-scrub: needed only for EOL versions of Ruby Deleted: head/textproc/rubygem-string-scrub/ Modified: head/MOVED head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 8 21:32:36 2016 (r425767) +++ head/MOVED Tue Nov 8 21:33:29 2016 (r425768) @@ -8798,3 +8798,4 @@ www/py-django-piston||2016-11-06|Has exp net/remmina-plugin-i18n||2016-11-08|Plugin translations removed upstream in GH commit 2dd0526 net/p5-Net-Ping||2016-11-08|Has expired: This or newer version included in all supported versions of perl ftp/curl-hiphop||2016-11-08|Has expired: useful only for removed hiphop-php +textproc/rubygem-string-scrub||2016-11-08|Has expired: needed only for EOL versions of Ruby Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 8 21:32:36 2016 (r425767) +++ head/textproc/Makefile Tue Nov 8 21:33:29 2016 (r425768) @@ -1505,7 +1505,6 @@ SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp - SUBDIR += rubygem-string-scrub SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table From owner-svn-ports-all@freebsd.org Tue Nov 8 21:41:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F851C37D21; Tue, 8 Nov 2016 21:41:38 +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 E4EFC237; Tue, 8 Nov 2016 21:41:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8LfbM4012551; Tue, 8 Nov 2016 21:41:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8LfbbM012550; Tue, 8 Nov 2016 21:41:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082141.uA8LfbbM012550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 21:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425769 - head/x11-fonts/font-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 21:41:38 -0000 Author: antoine Date: Tue Nov 8 21:41:36 2016 New Revision: 425769 URL: https://svnweb.freebsd.org/changeset/ports/425769 Log: Remove broken option Modified: head/x11-fonts/font-manager/Makefile Modified: head/x11-fonts/font-manager/Makefile ============================================================================== --- head/x11-fonts/font-manager/Makefile Tue Nov 8 21:33:29 2016 (r425768) +++ head/x11-fonts/font-manager/Makefile Tue Nov 8 21:41:36 2016 (r425769) @@ -25,14 +25,11 @@ USES= gmake pkgconfig python:2 tar:bzip PORTDATA= * -OPTIONS_DEFINE= REPORTLAB NLS -REPORTLAB_DESC= Enable font-sampler (PDF sample sheet) +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -REPORTLAB_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/:print/py-reportlab2 - .include From owner-svn-ports-all@freebsd.org Tue Nov 8 22:02:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19E6FC372AF; Tue, 8 Nov 2016 22:02:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAB901B1; Tue, 8 Nov 2016 22:02:38 +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 uA8M2bBV024130; Tue, 8 Nov 2016 22:02:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8M2bB2024129; Tue, 8 Nov 2016 22:02:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611082202.uA8M2bB2024129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 8 Nov 2016 22:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425770 - head/www/py-turbogears X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 22:02:39 -0000 Author: antoine Date: Tue Nov 8 22:02:37 2016 New Revision: 425770 URL: https://svnweb.freebsd.org/changeset/ports/425770 Log: Remove deprecated option Modified: head/www/py-turbogears/Makefile Modified: head/www/py-turbogears/Makefile ============================================================================== --- head/www/py-turbogears/Makefile Tue Nov 8 21:41:36 2016 (r425769) +++ head/www/py-turbogears/Makefile Tue Nov 8 22:02:37 2016 (r425770) @@ -27,12 +27,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cher USES= gettext python:2 USE_PYTHON= distutils autoplist -OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT SQLALCHEMY +OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT OPTIONS_DEFAULT=SQLOBJECT ELIXIR_DESC= Use Elixir as plugin NOSE_DESC= Use nose TG[testtools] SQLOBJECT_DESC= Use SQLObject as DB backend -SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future] .include @@ -52,8 +51,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nos RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:databases/py-sqlobject .endif -.if ${PORT_OPTIONS:MSQLALCHEMY} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.3.4:databases/py-sqlalchemy06 -.endif - .include From owner-svn-ports-all@freebsd.org Tue Nov 8 22:16:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0FA6C374D0; Tue, 8 Nov 2016 22:16:44 +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 6825F884; Tue, 8 Nov 2016 22:16:44 +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 uA8MGhC5028088; Tue, 8 Nov 2016 22:16:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8MGhl1028086; Tue, 8 Nov 2016 22:16:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611082216.uA8MGhl1028086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 8 Nov 2016 22:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425771 - head/lang/maude X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 22:16:44 -0000 Author: rene Date: Tue Nov 8 22:16:43 2016 New Revision: 425771 URL: https://svnweb.freebsd.org/changeset/ports/425771 Log: lang/maude: fix fetching and unexpire The MASTER_SITES was changed and so was the name of one distfile, the contents remained the same. PR: 210018 Submitted by: Keith Gaughan MFH: 2016Q4 Modified: head/lang/maude/Makefile head/lang/maude/distinfo Modified: head/lang/maude/Makefile ============================================================================== --- head/lang/maude/Makefile Tue Nov 8 22:02:37 2016 (r425770) +++ head/lang/maude/Makefile Tue Nov 8 22:16:43 2016 (r425771) @@ -5,16 +5,12 @@ PORTNAME= maude PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://maude.cs.uiuc.edu/versions/${PORTVERSION}/ +MASTER_SITES= http://maude.cs.illinois.edu/versions/${PORTVERSION}/ DISTNAME= Maude-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= High-performance reflective language -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -48,7 +44,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${PORT_OPTIONS:MFULL_MAUDE} MASTER_SITES+= http://maude.lcc.uma.es/FullMaude/FM${FULL_MAUDE_VER}/:fm FULL_MAUDE= full-maude${FULL_MAUDE_VER}.maude -FULL_MAUDE_DIST= ${FULL_MAUDE}.zip +FULL_MAUDE_DIST= full-maude.maude.zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${FULL_MAUDE_DIST}:fm EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:archivers/unzip Modified: head/lang/maude/distinfo ============================================================================== --- head/lang/maude/distinfo Tue Nov 8 22:02:37 2016 (r425770) +++ head/lang/maude/distinfo Tue Nov 8 22:16:43 2016 (r425771) @@ -1,4 +1,5 @@ +TIMESTAMP = 1478641858 SHA256 (Maude-2.6.tar.gz) = a5ba79bf3d30565c874e80b3531b51a7e835b600e86cac82508a6eb9e15f4aa0 SIZE (Maude-2.6.tar.gz) = 1600026 -SHA256 (full-maude26b.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128 -SIZE (full-maude26b.maude.zip) = 154881 +SHA256 (full-maude.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128 +SIZE (full-maude.maude.zip) = 154881 From owner-svn-ports-all@freebsd.org Tue Nov 8 23:31:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09252C37499; Tue, 8 Nov 2016 23:31:08 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF6A8929; Tue, 8 Nov 2016 23:31:07 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8NV6u5058447; Tue, 8 Nov 2016 23:31:06 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8NV5lh058432; Tue, 8 Nov 2016 23:31:05 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611082331.uA8NV5lh058432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 8 Nov 2016 23:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425772 - in head: comms/pear-Horde_ActiveSync deskutils/horde-nag devel/pear-Horde_Core devel/pear-Horde_Nls mail/horde-turba mail/pear-Horde_Imap_Client www/pear-Horde_Service_Weather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 23:31:08 -0000 Author: mm Date: Tue Nov 8 23:31:05 2016 New Revision: 425772 URL: https://svnweb.freebsd.org/changeset/ports/425772 Log: Horde package update: comms/pear-Horde_ActiveSync 2.37.1 -> 2.37.2 devel/pear-Horde_Core 2.27.0 -> 2.27.2 mail/pear-Horde_Imap_Client 2.29.9 -> 2.29.10 devel/pear-Horde_Nls 2.2.0 -> 2.2.1 deskutils/horde-nag 4.2.11 -> 4.2.12 mail/horde-turba 4.2.16 -> 4.2.17 www/pear-Horde_Service_Weather 2.0.1 -> 2.5.0 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/deskutils/horde-nag/Makefile head/deskutils/horde-nag/distinfo head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Core/distinfo head/devel/pear-Horde_Nls/Makefile head/devel/pear-Horde_Nls/distinfo head/mail/horde-turba/Makefile head/mail/horde-turba/distinfo head/mail/pear-Horde_Imap_Client/Makefile head/mail/pear-Horde_Imap_Client/distinfo head/www/pear-Horde_Service_Weather/Makefile head/www/pear-Horde_Service_Weather/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/comms/pear-Horde_ActiveSync/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.37.1 +PORTVERSION= 2.37.2 PORTREVISION= 1 CATEGORIES= comms www pear Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/comms/pear-Horde_ActiveSync/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475181637 -SHA256 (Horde/Horde_ActiveSync-2.37.1.tgz) = 4a7166d428ed7d124db432468831b1998e9334771813503070fc70bf8ed2bf1c -SIZE (Horde/Horde_ActiveSync-2.37.1.tgz) = 379967 +TIMESTAMP = 1478647736 +SHA256 (Horde/Horde_ActiveSync-2.37.2.tgz) = a75a3bfeadbe3f4c649580609897d50f066cff2f369ea4eb8cffe2ba1a75b12a +SIZE (Horde/Horde_ActiveSync-2.37.2.tgz) = 380236 Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/deskutils/horde-nag/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nag -PORTVERSION= 4.2.11 +PORTVERSION= 4.2.12 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-nag/distinfo ============================================================================== --- head/deskutils/horde-nag/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/deskutils/horde-nag/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473288047 -SHA256 (Horde/nag-4.2.11.tgz) = c24df634851c8f4b111a854f12c9b4b0e307e95f386ebb4b769b949ba14fe70b -SIZE (Horde/nag-4.2.11.tgz) = 1637268 +TIMESTAMP = 1478647754 +SHA256 (Horde/nag-4.2.12.tgz) = 14e72333f449634fec7984e960bc7cdafc024d657cbf34ebc22e905e74854f64 +SIZE (Horde/nag-4.2.12.tgz) = 1637076 Modified: head/devel/pear-Horde_Core/Makefile ============================================================================== --- head/devel/pear-Horde_Core/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/devel/pear-Horde_Core/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Core -PORTVERSION= 2.27.0 +PORTVERSION= 2.27.2 CATEGORIES= devel www pear PKGNAMEPREFIX= pear- Modified: head/devel/pear-Horde_Core/distinfo ============================================================================== --- head/devel/pear-Horde_Core/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/devel/pear-Horde_Core/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475222110 -SHA256 (Horde/Horde_Core-2.27.0.tgz) = e814351c65883346ac5072089ac0e05f19bec8ca18ab0172fe8aa8d9aba92597 -SIZE (Horde/Horde_Core-2.27.0.tgz) = 1658736 +TIMESTAMP = 1478647742 +SHA256 (Horde/Horde_Core-2.27.2.tgz) = 71ded0e79d6b7ce773eb036989ab4e7940624d1460a6511d5797e1695e49dbc1 +SIZE (Horde/Horde_Core-2.27.2.tgz) = 1659151 Modified: head/devel/pear-Horde_Nls/Makefile ============================================================================== --- head/devel/pear-Horde_Nls/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/devel/pear-Horde_Nls/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Nls -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel www pear MASTER_SITES= http://pear.horde.org/get/ PKGNAMEPREFIX= pear- Modified: head/devel/pear-Horde_Nls/distinfo ============================================================================== --- head/devel/pear-Horde_Nls/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/devel/pear-Horde_Nls/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Nls-2.2.0.tgz) = 9fe782d28de38ef2521084193c1d7667a109743779b51c9b1538f810043eda41 -SIZE (Horde/Horde_Nls-2.2.0.tgz) = 448803 +TIMESTAMP = 1478647749 +SHA256 (Horde/Horde_Nls-2.2.1.tgz) = 8f08e8192b09ffd15615b452a3159d9e4bae98dccb52ba88efa0402288eee853 +SIZE (Horde/Horde_Nls-2.2.1.tgz) = 448774 Modified: head/mail/horde-turba/Makefile ============================================================================== --- head/mail/horde-turba/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/mail/horde-turba/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= turba -PORTVERSION= 4.2.16 +PORTVERSION= 4.2.17 PKGNAMEPREFIX= horde- CATEGORIES= mail www pear Modified: head/mail/horde-turba/distinfo ============================================================================== --- head/mail/horde-turba/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/mail/horde-turba/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473287845 -SHA256 (Horde/turba-4.2.16.tgz) = 7cd2e65c8e7e7882f69b8f8db992c3722dd9ac04876a765eb9fc2b87ed987fac -SIZE (Horde/turba-4.2.16.tgz) = 1979843 +TIMESTAMP = 1478647759 +SHA256 (Horde/turba-4.2.17.tgz) = ab4c0b30e0be620d423dc04069e130215add2f25764d2a72dc3c65da94518c0a +SIZE (Horde/turba-4.2.17.tgz) = 1979416 Modified: head/mail/pear-Horde_Imap_Client/Makefile ============================================================================== --- head/mail/pear-Horde_Imap_Client/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/mail/pear-Horde_Imap_Client/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Imap_Client -PORTVERSION= 2.29.9 +PORTVERSION= 2.29.10 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- Modified: head/mail/pear-Horde_Imap_Client/distinfo ============================================================================== --- head/mail/pear-Horde_Imap_Client/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/mail/pear-Horde_Imap_Client/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473287800 -SHA256 (Horde/Horde_Imap_Client-2.29.9.tgz) = 2bf05ff5759a68c458098a59803796fafaae4d3a662bd5b6d5e8d3496d6c3061 -SIZE (Horde/Horde_Imap_Client-2.29.9.tgz) = 247075 +TIMESTAMP = 1478647745 +SHA256 (Horde/Horde_Imap_Client-2.29.10.tgz) = 23592d5c94f05f0d9bb79c89c2e34b6b0da82f3321fc8259bf955b3539043554 +SIZE (Horde/Horde_Imap_Client-2.29.10.tgz) = 247135 Modified: head/www/pear-Horde_Service_Weather/Makefile ============================================================================== --- head/www/pear-Horde_Service_Weather/Makefile Tue Nov 8 22:16:43 2016 (r425771) +++ head/www/pear-Horde_Service_Weather/Makefile Tue Nov 8 23:31:05 2016 (r425772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Service_Weather -PORTVERSION= 2.0.1 +PORTVERSION= 2.5.0 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org Modified: head/www/pear-Horde_Service_Weather/distinfo ============================================================================== --- head/www/pear-Horde_Service_Weather/distinfo Tue Nov 8 22:16:43 2016 (r425771) +++ head/www/pear-Horde_Service_Weather/distinfo Tue Nov 8 23:31:05 2016 (r425772) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Service_Weather-2.0.1.tgz) = 045ad08db7e760e996874dd377f59616fb3fb11442c65f5cd0da0f05d9421131 -SIZE (Horde/Horde_Service_Weather-2.0.1.tgz) = 170486 +TIMESTAMP = 1478647763 +SHA256 (Horde/Horde_Service_Weather-2.5.0.tgz) = a161356051a59d0fcf6dacb20780c9aff5088f9f07eb1831fffd6d86d6834115 +SIZE (Horde/Horde_Service_Weather-2.5.0.tgz) = 213528 From owner-svn-ports-all@freebsd.org Tue Nov 8 23:32:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BC9CC375F3; Tue, 8 Nov 2016 23:32:37 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C1BBB21; Tue, 8 Nov 2016 23:32:37 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8NWaK9059279; Tue, 8 Nov 2016 23:32:36 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8NWag4059278; Tue, 8 Nov 2016 23:32:36 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611082332.uA8NWag4059278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 8 Nov 2016 23:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425773 - head/www/pear-Horde_Service_Weather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 23:32:37 -0000 Author: mm Date: Tue Nov 8 23:32:36 2016 New Revision: 425773 URL: https://svnweb.freebsd.org/changeset/ports/425773 Log: pear-Horde_Service_Weather: update dependencies Modified: head/www/pear-Horde_Service_Weather/Makefile Modified: head/www/pear-Horde_Service_Weather/Makefile ============================================================================== --- head/www/pear-Horde_Service_Weather/Makefile Tue Nov 8 23:31:05 2016 (r425772) +++ head/www/pear-Horde_Service_Weather/Makefile Tue Nov 8 23:32:36 2016 (r425773) @@ -14,6 +14,7 @@ USE_HORDE_RUN= Horde_Role \ Horde_Date \ Horde_Exception \ Horde_Http \ + Horde_Translation \ Horde_Url .include From owner-svn-ports-all@freebsd.org Tue Nov 8 23:47:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC05C37892; Tue, 8 Nov 2016 23:47:25 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED3C1FBC; Tue, 8 Nov 2016 23:47:24 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8NlOnD063273; Tue, 8 Nov 2016 23:47:24 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8NlOxs063271; Tue, 8 Nov 2016 23:47:24 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611082347.uA8NlOxs063271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 8 Nov 2016 23:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425774 - head/www/pear-Horde_Service_UrlShortener X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 23:47:25 -0000 Author: mm Date: Tue Nov 8 23:47:23 2016 New Revision: 425774 URL: https://svnweb.freebsd.org/changeset/ports/425774 Log: Update pear-Horde_Service_UrlShortener from 2.0.1 to 2.0.2 Modified: head/www/pear-Horde_Service_UrlShortener/Makefile head/www/pear-Horde_Service_UrlShortener/distinfo Modified: head/www/pear-Horde_Service_UrlShortener/Makefile ============================================================================== --- head/www/pear-Horde_Service_UrlShortener/Makefile Tue Nov 8 23:32:36 2016 (r425773) +++ head/www/pear-Horde_Service_UrlShortener/Makefile Tue Nov 8 23:47:23 2016 (r425774) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Service_UrlShortener -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org Modified: head/www/pear-Horde_Service_UrlShortener/distinfo ============================================================================== --- head/www/pear-Horde_Service_UrlShortener/distinfo Tue Nov 8 23:32:36 2016 (r425773) +++ head/www/pear-Horde_Service_UrlShortener/distinfo Tue Nov 8 23:47:23 2016 (r425774) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Service_UrlShortener-2.0.1.tgz) = aea44bd1a02ec1dac51feae4bac81484881f200dcb497d9b94a991377a0ee3d0 -SIZE (Horde/Horde_Service_UrlShortener-2.0.1.tgz) = 1945 +TIMESTAMP = 1478648812 +SHA256 (Horde/Horde_Service_UrlShortener-2.0.2.tgz) = 47c4331fdd86e7a35012986c9475d9839698d1a5c6106529eeeb590ec66d5627 +SIZE (Horde/Horde_Service_UrlShortener-2.0.2.tgz) = 1981 From owner-svn-ports-all@freebsd.org Tue Nov 8 23:53:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A913C37A0B; Tue, 8 Nov 2016 23:53:55 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 125573FE; Tue, 8 Nov 2016 23:53:55 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8NrssC067342; Tue, 8 Nov 2016 23:53:54 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8Nrrvx067338; Tue, 8 Nov 2016 23:53:53 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611082353.uA8Nrrvx067338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 8 Nov 2016 23:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425775 - in head: security/pear-Horde_Oauth www/pear-Horde_Service_Twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 23:53:55 -0000 Author: mm Date: Tue Nov 8 23:53:53 2016 New Revision: 425775 URL: https://svnweb.freebsd.org/changeset/ports/425775 Log: Horde package update: security/pear-Horde_Oauth 1.0.2 -> 2.0.3 www/pear-Horde_Service_Twitter 2.0.1 -> 2.1.5 Modified: head/security/pear-Horde_Oauth/Makefile head/security/pear-Horde_Oauth/distinfo head/www/pear-Horde_Service_Twitter/Makefile head/www/pear-Horde_Service_Twitter/distinfo Modified: head/security/pear-Horde_Oauth/Makefile ============================================================================== --- head/security/pear-Horde_Oauth/Makefile Tue Nov 8 23:47:23 2016 (r425774) +++ head/security/pear-Horde_Oauth/Makefile Tue Nov 8 23:53:53 2016 (r425775) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= Horde_Oauth -PORTVERSION= 1.0.2 +PORTVERSION= 2.0.3 CATEGORIES= security www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde OAuth client/server USES= horde -USE_HORDE_RUN= Horde_Exception Horde_Http +USE_HORDE_RUN= Horde_Exception \ + Horde_Http \ + Horde_Util USE_PHP= hash openssl .include Modified: head/security/pear-Horde_Oauth/distinfo ============================================================================== --- head/security/pear-Horde_Oauth/distinfo Tue Nov 8 23:47:23 2016 (r425774) +++ head/security/pear-Horde_Oauth/distinfo Tue Nov 8 23:53:53 2016 (r425775) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Oauth-1.0.2.tgz) = ac621ffa6f05186a6119ee5da10d056cd762df8e0fcce1498f62544fa5af24e3 -SIZE (Horde/Horde_Oauth-1.0.2.tgz) = 5970 +TIMESTAMP = 1478649013 +SHA256 (Horde/Horde_Oauth-2.0.3.tgz) = 3a18046d9b772a127b6d027cf9f6ad346442421dc0e1a7640e4e503333c2764b +SIZE (Horde/Horde_Oauth-2.0.3.tgz) = 6134 Modified: head/www/pear-Horde_Service_Twitter/Makefile ============================================================================== --- head/www/pear-Horde_Service_Twitter/Makefile Tue Nov 8 23:47:23 2016 (r425774) +++ head/www/pear-Horde_Service_Twitter/Makefile Tue Nov 8 23:53:53 2016 (r425775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Service_Twitter -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.5 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org @@ -13,6 +13,7 @@ USE_HORDE_RUN= Horde_Controller \ Horde_Exception \ Horde_Http \ Horde_Oauth \ - Horde_Url + Horde_Url \ + Horde_Util .include Modified: head/www/pear-Horde_Service_Twitter/distinfo ============================================================================== --- head/www/pear-Horde_Service_Twitter/distinfo Tue Nov 8 23:47:23 2016 (r425774) +++ head/www/pear-Horde_Service_Twitter/distinfo Tue Nov 8 23:53:53 2016 (r425775) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Service_Twitter-2.0.1.tgz) = b0fe7bbc789c50261d23860fc7731c5cb3c7347368711de6d2ecdcdd7c023a0c -SIZE (Horde/Horde_Service_Twitter-2.0.1.tgz) = 9221 +TIMESTAMP = 1478649032 +SHA256 (Horde/Horde_Service_Twitter-2.1.5.tgz) = 176dc5f43de9557415e8db3adcc8774ad58c8b4b7c9105789d402c629e87a43f +SIZE (Horde/Horde_Service_Twitter-2.1.5.tgz) = 9715 From owner-svn-ports-all@freebsd.org Tue Nov 8 23:59:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB007C37C9E; Tue, 8 Nov 2016 23:59:20 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 973747A2; Tue, 8 Nov 2016 23:59:20 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8NxJcH067713; Tue, 8 Nov 2016 23:59:19 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8NxJwc067709; Tue, 8 Nov 2016 23:59:19 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611082359.uA8NxJwc067709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 8 Nov 2016 23:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425776 - in head/www: . pear-Horde_Service_Gravatar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 08 Nov 2016 23:59:21 -0000 Author: mm Date: Tue Nov 8 23:59:19 2016 New Revision: 425776 URL: https://svnweb.freebsd.org/changeset/ports/425776 Log: New port: www/pear-Horde_Service_Gravatar Horde library for accessing the Avatar services at gravatar.com. WWW: http://pear.horde.org Added: head/www/pear-Horde_Service_Gravatar/ head/www/pear-Horde_Service_Gravatar/Makefile (contents, props changed) head/www/pear-Horde_Service_Gravatar/distinfo (contents, props changed) head/www/pear-Horde_Service_Gravatar/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Nov 8 23:53:53 2016 (r425775) +++ head/www/Makefile Tue Nov 8 23:59:19 2016 (r425776) @@ -1383,6 +1383,7 @@ SUBDIR += pear-Horde_Http SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook + SUBDIR += pear-Horde_Service_Gravatar SUBDIR += pear-Horde_Service_Twitter SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather Added: head/www/pear-Horde_Service_Gravatar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pear-Horde_Service_Gravatar/Makefile Tue Nov 8 23:59:19 2016 (r425776) @@ -0,0 +1,15 @@ +# Created by: Martin Matuska +# $FreeBSD$ + +PORTNAME= Horde_Service_Gravatar +PORTVERSION= 1.0.1 +CATEGORIES= www pear + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde API accessor for gravatar.com + +USES= horde +USE_HORDE_RUN= Horde_Http \ + Horde_Url + +.include Added: head/www/pear-Horde_Service_Gravatar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pear-Horde_Service_Gravatar/distinfo Tue Nov 8 23:59:19 2016 (r425776) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478649372 +SHA256 (Horde/Horde_Service_Gravatar-1.0.1.tgz) = 8a8bef6168d7373b2c6703394802a8243a0f70d403a4410f7f1da1924dbcdc98 +SIZE (Horde/Horde_Service_Gravatar-1.0.1.tgz) = 13197 Added: head/www/pear-Horde_Service_Gravatar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/pear-Horde_Service_Gravatar/pkg-descr Tue Nov 8 23:59:19 2016 (r425776) @@ -0,0 +1,3 @@ +Horde library for accessing the Avatar services at gravatar.com. + +WWW: http://pear.horde.org From owner-svn-ports-all@freebsd.org Wed Nov 9 00:01:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEBDAC37D9C; Wed, 9 Nov 2016 00:01:16 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEE01AA3; Wed, 9 Nov 2016 00:01:16 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA901FNW069339; Wed, 9 Nov 2016 00:01:15 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA901FOV069337; Wed, 9 Nov 2016 00:01:15 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611090001.uA901FOV069337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 9 Nov 2016 00:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425777 - head/www/pear-Horde_Service_Facebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 00:01:17 -0000 Author: mm Date: Wed Nov 9 00:01:15 2016 New Revision: 425777 URL: https://svnweb.freebsd.org/changeset/ports/425777 Log: Update pear-Horde_Service_Facebook from 2.0.6 to 2.0.9 Modified: head/www/pear-Horde_Service_Facebook/Makefile head/www/pear-Horde_Service_Facebook/distinfo Modified: head/www/pear-Horde_Service_Facebook/Makefile ============================================================================== --- head/www/pear-Horde_Service_Facebook/Makefile Tue Nov 8 23:59:19 2016 (r425776) +++ head/www/pear-Horde_Service_Facebook/Makefile Wed Nov 9 00:01:15 2016 (r425777) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Service_Facebook -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.9 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org @@ -13,6 +13,7 @@ USE_PHP= json simplexml USE_HORDE_RUN= Horde_Exception \ Horde_Http \ Horde_Translation \ - Horde_Support + Horde_Support \ + Horde_Util .include Modified: head/www/pear-Horde_Service_Facebook/distinfo ============================================================================== --- head/www/pear-Horde_Service_Facebook/distinfo Tue Nov 8 23:59:19 2016 (r425776) +++ head/www/pear-Horde_Service_Facebook/distinfo Wed Nov 9 00:01:15 2016 (r425777) @@ -1,2 +1,3 @@ -SHA256 (Horde/Horde_Service_Facebook-2.0.6.tgz) = 5d764aec70e20b1b87325d7ebfbc9f5a714341b7aa6d744ac8b3e3d8088c9261 -SIZE (Horde/Horde_Service_Facebook-2.0.6.tgz) = 31046 +TIMESTAMP = 1478649614 +SHA256 (Horde/Horde_Service_Facebook-2.0.9.tgz) = d1060e5e92b3c32e9d45402038f19698b280438f6829f56650637dc999e22961 +SIZE (Horde/Horde_Service_Facebook-2.0.9.tgz) = 31289 From owner-svn-ports-all@freebsd.org Wed Nov 9 00:01:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34D25C37DC9; Wed, 9 Nov 2016 00:01:26 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03ABBBAF; Wed, 9 Nov 2016 00:01:25 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA901Pqi069459; Wed, 9 Nov 2016 00:01:25 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA901P5x069457; Wed, 9 Nov 2016 00:01:25 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611090001.uA901P5x069457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Wed, 9 Nov 2016 00:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425778 - head/net/concourse-fly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 00:01:26 -0000 Author: dumbbell (src committer) Date: Wed Nov 9 00:01:24 2016 New Revision: 425778 URL: https://svnweb.freebsd.org/changeset/ports/425778 Log: net/concourse-fly: Update to 2.4.0 Approved by: mat Differential Revision: https://reviews.freebsd.org/D8479 Modified: head/net/concourse-fly/Makefile head/net/concourse-fly/distinfo Modified: head/net/concourse-fly/Makefile ============================================================================== --- head/net/concourse-fly/Makefile Wed Nov 9 00:01:15 2016 (r425777) +++ head/net/concourse-fly/Makefile Wed Nov 9 00:01:24 2016 (r425778) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= concourse -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.0 CATEGORIES= net sysutils MASTER_SITES= LOCAL/dumbbell/concourse/ PKGNAMESUFFIX= -fly Modified: head/net/concourse-fly/distinfo ============================================================================== --- head/net/concourse-fly/distinfo Wed Nov 9 00:01:15 2016 (r425777) +++ head/net/concourse-fly/distinfo Wed Nov 9 00:01:24 2016 (r425778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476452215 -SHA256 (concourse-2.3.1.tar.xz) = f5bbe289cd107da02795bb0e9fb0d6365be78ee8ffd3b35272afd5b0ce850ba7 -SIZE (concourse-2.3.1.tar.xz) = 8586184 +TIMESTAMP = 1478166426 +SHA256 (concourse-2.4.0.tar.xz) = 9839d4fa0a5515e7aa74c5379b8a680622339b9cbc3894203cf6bdab4b3c201c +SIZE (concourse-2.4.0.tar.xz) = 8699284 From owner-svn-ports-all@freebsd.org Wed Nov 9 00:39:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 159BEC367BC; Wed, 9 Nov 2016 00:39:20 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C15DDC1E; Wed, 9 Nov 2016 00:39:19 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA90dJtd083478; Wed, 9 Nov 2016 00:39:19 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA90dIih083475; Wed, 9 Nov 2016 00:39:18 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201611090039.uA90dIih083475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Wed, 9 Nov 2016 00:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425779 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 00:39:20 -0000 Author: marcus Date: Wed Nov 9 00:39:18 2016 New Revision: 425779 URL: https://svnweb.freebsd.org/changeset/ports/425779 Log: Update to 2.17.5. * Allow https URLs for the WWW line in pkg-descr. Why are we only NOW doing this? [1] * Check TIMESTAMP to make sure it's in the present/past, but not more than 30 days in the past. [2] PR: 212091 [2] Submitted by: amdmi3 [1] Differential Revision: D8462 [1] Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Wed Nov 9 00:01:24 2016 (r425778) +++ head/ports-mgmt/portlint/Makefile Wed Nov 9 00:39:18 2016 (r425779) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.17.4 +PORTVERSION= 2.17.5 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Wed Nov 9 00:01:24 2016 (r425778) +++ head/ports-mgmt/portlint/src/portlint.pl Wed Nov 9 00:39:18 2016 (r425779) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.393 2016/07/24 14:20:19 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.396 2016/11/09 00:33:57 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 17; -my $micro = 4; +my $micro = 5; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -393,8 +393,15 @@ sub checkdistinfo { &perror("FATAL", $file, $., "found blank line."); next; } - if (/^TIMESTAMP\s+=\s+\d+$/) { - # TIMESTAMP is a valid distinfo option + if (/^TIMESTAMP\s+=\s+(\d+)$/) { + my $now = time; + if ($_ > $now) { + &perror("FATAL", $file, $., "TIMESTAMP is in the future"); + } else { + if ($now - $_ > 2592000) { + &perror("WARN", $file, $., "TIMESTAMP is over 30 days old"); + } + } next; } if (/(\S+)\s+\((\S+)\)\s+=\s+(\S+)/) { @@ -491,14 +498,14 @@ sub checkdescr { "other local characters. files should be in ". "plain 7-bit ASCII"); } - if ($file =~ /\bpkg-descr/ && $tmp =~ m,http://,) { + if ($file =~ /\bpkg-descr/ && $tmp =~ m,https?://,) { my $has_url = 0; my $has_www = 0; my $cpan_url = 0; my $has_endslash = 0; - foreach my $line (grep($_ =~ "http://", split(/\n+/, $tmp))) { + foreach my $line (grep($_ =~ "https?://", split(/\n+/, $tmp))) { $has_url = 1; - if ($line =~ m,WWW:[ \t]+http://,) { + if ($line =~ m,WWW:[ \t]+https?://,) { $has_www = 1; if ($line =~ m,search.cpan.org,) { $cpan_url = 1; From owner-svn-ports-all@freebsd.org Wed Nov 9 06:40:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 366FDC37E7E; Wed, 9 Nov 2016 06:40:05 +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 059C7925; Wed, 9 Nov 2016 06:40:04 +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 uA96e44w023995; Wed, 9 Nov 2016 06:40:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA96e4Qe023993; Wed, 9 Nov 2016 06:40:04 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611090640.uA96e4Qe023993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 9 Nov 2016 06:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425780 - 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: Wed, 09 Nov 2016 06:40:05 -0000 Author: wen Date: Wed Nov 9 06:40:03 2016 New Revision: 425780 URL: https://svnweb.freebsd.org/changeset/ports/425780 Log: - Update to 5.0.13 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 Wed Nov 9 00:39:18 2016 (r425779) +++ head/math/R-cran-Zelig/Makefile Wed Nov 9 06:40:03 2016 (r425780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Zelig -DISTVERSION= 5.0-12 +DISTVERSION= 5.0-13 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Zelig/distinfo ============================================================================== --- head/math/R-cran-Zelig/distinfo Wed Nov 9 00:39:18 2016 (r425779) +++ head/math/R-cran-Zelig/distinfo Wed Nov 9 06:40:03 2016 (r425780) @@ -1,2 +1,3 @@ -SHA256 (Zelig_5.0-12.tar.gz) = 6bf201a60b13eb54ffca12ad69cf76b69f23c7dac98e2dbd59ad782045e40128 -SIZE (Zelig_5.0-12.tar.gz) = 388497 +TIMESTAMP = 1478575833 +SHA256 (Zelig_5.0-13.tar.gz) = 01ce51ad0ab3edcc3998df02193ae5e769f5f9ea86aeed759fc5666e81b3720a +SIZE (Zelig_5.0-13.tar.gz) = 388699 From owner-svn-ports-all@freebsd.org Wed Nov 9 08:48:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69801C3553C; Wed, 9 Nov 2016 08:48: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 3B448BFD; Wed, 9 Nov 2016 08:48: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 uA98m9W9074558; Wed, 9 Nov 2016 08:48:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA98m9wI074556; Wed, 9 Nov 2016 08:48:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090848.uA98m9wI074556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 08:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425781 - in head/multimedia/libav: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 08:48:10 -0000 Author: jbeich Date: Wed Nov 9 08:48:09 2016 New Revision: 425781 URL: https://svnweb.freebsd.org/changeset/ports/425781 Log: multimedia/libav: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required (yet?) unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Modified: head/multimedia/libav/Makefile (contents, props changed) head/multimedia/libav/files/patch-configure (contents, props changed) Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Wed Nov 9 06:40:03 2016 (r425780) +++ head/multimedia/libav/Makefile Wed Nov 9 08:48:09 2016 (r425781) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/multimedia/libav/files/patch-configure ============================================================================== --- head/multimedia/libav/files/patch-configure Wed Nov 9 06:40:03 2016 (r425780) +++ head/multimedia/libav/files/patch-configure Wed Nov 9 08:48:09 2016 (r425781) @@ -11,6 +11,14 @@ check_cc $($cflags_filter $flags) || return flags=$($ldflags_filter $flags) libs=$($ldflags_filter $libs) +@@ -4436,6 +4436,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes @@ -4644,7 +4644,7 @@ DOCDIR=\$(DESTDIR)$docdir MANDIR=\$(DESTDIR)$mandir SRC_PATH=$source_path From owner-svn-ports-all@freebsd.org Wed Nov 9 08:48:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99BEEC3559E; Wed, 9 Nov 2016 08:48:23 +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 69D26CD6; Wed, 9 Nov 2016 08:48:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA98mMYl074680; Wed, 9 Nov 2016 08:48:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA98mM6q074678; Wed, 9 Nov 2016 08:48:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090848.uA98mM6q074678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 08:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425782 - in head/multimedia/ffmpeg0: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 08:48:23 -0000 Author: jbeich Date: Wed Nov 9 08:48:22 2016 New Revision: 425782 URL: https://svnweb.freebsd.org/changeset/ports/425782 Log: multimedia/ffmpeg0: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required yet unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Modified: head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/ffmpeg0/files/patch-configure (contents, props changed) Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Wed Nov 9 08:48:09 2016 (r425781) +++ head/multimedia/ffmpeg0/Makefile Wed Nov 9 08:48:22 2016 (r425782) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg0/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg0/files/patch-configure Wed Nov 9 08:48:09 2016 (r425781) +++ head/multimedia/ffmpeg0/files/patch-configure Wed Nov 9 08:48:22 2016 (r425782) @@ -20,6 +20,14 @@ check_header sys/videoio.h check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs" +@@ -3128,6 +3128,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + elif enabled armcc; then + # 2523: use of inline assembler is deprecated @@ -3322,7 +3322,7 @@ SRC_PATH="$source_path" SRC_PATH_BARE=$source_path From owner-svn-ports-all@freebsd.org Wed Nov 9 08:51:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE5CAC357C5; Wed, 9 Nov 2016 08:51: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 6649BFA7; Wed, 9 Nov 2016 08:51:14 +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 uA98pDN7077696; Wed, 9 Nov 2016 08:51:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA98pDl0077694; Wed, 9 Nov 2016 08:51:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090851.uA98pDl0077694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 08:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425783 - in branches/2016Q4/multimedia/libav: . 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: Wed, 09 Nov 2016 08:51:14 -0000 Author: jbeich Date: Wed Nov 9 08:51:13 2016 New Revision: 425783 URL: https://svnweb.freebsd.org/changeset/ports/425783 Log: MFH: r425781 multimedia/libav: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required (yet?) unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/multimedia/libav/Makefile branches/2016Q4/multimedia/libav/files/patch-configure Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/libav/Makefile ============================================================================== --- branches/2016Q4/multimedia/libav/Makefile Wed Nov 9 08:48:22 2016 (r425782) +++ branches/2016Q4/multimedia/libav/Makefile Wed Nov 9 08:51:13 2016 (r425783) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: branches/2016Q4/multimedia/libav/files/patch-configure ============================================================================== --- branches/2016Q4/multimedia/libav/files/patch-configure Wed Nov 9 08:48:22 2016 (r425782) +++ branches/2016Q4/multimedia/libav/files/patch-configure Wed Nov 9 08:51:13 2016 (r425783) @@ -11,6 +11,14 @@ check_cc $($cflags_filter $flags) || return flags=$($ldflags_filter $flags) libs=$($ldflags_filter $libs) +@@ -4436,6 +4436,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes @@ -4644,7 +4644,7 @@ DOCDIR=\$(DESTDIR)$docdir MANDIR=\$(DESTDIR)$mandir SRC_PATH=$source_path From owner-svn-ports-all@freebsd.org Wed Nov 9 08:54:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89679C35A29; Wed, 9 Nov 2016 08:54:16 +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 429042B5; Wed, 9 Nov 2016 08:54:16 +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 uA98sFOB078574; Wed, 9 Nov 2016 08:54:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA98sF6H078572; Wed, 9 Nov 2016 08:54:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090854.uA98sF6H078572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 08:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425784 - in branches/2016Q4/multimedia/ffmpeg0: . 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: Wed, 09 Nov 2016 08:54:16 -0000 Author: jbeich Date: Wed Nov 9 08:54:15 2016 New Revision: 425784 URL: https://svnweb.freebsd.org/changeset/ports/425784 Log: MFH: r425782 multimedia/ffmpeg0: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required yet unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/multimedia/ffmpeg0/Makefile branches/2016Q4/multimedia/ffmpeg0/files/patch-configure Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/ffmpeg0/Makefile ============================================================================== --- branches/2016Q4/multimedia/ffmpeg0/Makefile Wed Nov 9 08:51:13 2016 (r425783) +++ branches/2016Q4/multimedia/ffmpeg0/Makefile Wed Nov 9 08:54:15 2016 (r425784) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: branches/2016Q4/multimedia/ffmpeg0/files/patch-configure ============================================================================== --- branches/2016Q4/multimedia/ffmpeg0/files/patch-configure Wed Nov 9 08:51:13 2016 (r425783) +++ branches/2016Q4/multimedia/ffmpeg0/files/patch-configure Wed Nov 9 08:54:15 2016 (r425784) @@ -20,6 +20,14 @@ check_header sys/videoio.h check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs" +@@ -3128,6 +3128,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + elif enabled armcc; then + # 2523: use of inline assembler is deprecated @@ -3322,7 +3322,7 @@ SRC_PATH="$source_path" SRC_PATH_BARE=$source_path From owner-svn-ports-all@freebsd.org Wed Nov 9 09:00:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D94C35D41; Wed, 9 Nov 2016 09:00: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 0FF5282B; Wed, 9 Nov 2016 09:00:14 +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 uA990EF1079013; Wed, 9 Nov 2016 09:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA990Exs079012; Wed, 9 Nov 2016 09:00:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611090900.uA990Exs079012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Nov 2016 09:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425785 - head/graphics/libopenraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 09:00:15 -0000 Author: amdmi3 Date: Wed Nov 9 09:00:14 2016 New Revision: 425785 URL: https://svnweb.freebsd.org/changeset/ports/425785 Log: - Fix LICENSE - Switch to USES=localbase - Switch to options helpers - Verbosify build Modified: head/graphics/libopenraw/Makefile Modified: head/graphics/libopenraw/Makefile ============================================================================== --- head/graphics/libopenraw/Makefile Wed Nov 9 08:54:15 2016 (r425784) +++ head/graphics/libopenraw/Makefile Wed Nov 9 09:00:14 2016 (r425785) @@ -10,18 +10,17 @@ MASTER_SITES= http://libopenraw.freedesk MAINTAINER= ports@FreeBSD.org COMMENT= Library for camera RAW files decoding -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= compiler:c++11-lang jpeg libtool pkgconfig tar:bzip2 +USES= compiler:c++11-lang jpeg libtool localbase pkgconfig tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include +MAKE_ENV= V=1 OPTIONS_DEFINE= GNOME OPTIONS_DEFAULT= GNOME @@ -30,17 +29,15 @@ OPTIONS_SUB= yes GNOME_CONFIGURE_ENABLE= gnome GNOME_USE= GNOME=glib20,gdkpixbuf2 -.include - post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenraw.so -.if ${PORT_OPTIONS:MGNOME} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenrawgnome.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders/libopenraw_pixbuf.so -.endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenraw.so + +post-install-GNOME-on: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenrawgnome.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders/libopenraw_pixbuf.so .include From owner-svn-ports-all@freebsd.org Wed Nov 9 09:53:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3522C369AF; Wed, 9 Nov 2016 09:53: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 74D94F82; Wed, 9 Nov 2016 09:53: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 uA99rBcD002253; Wed, 9 Nov 2016 09:53:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA99rBM2002251; Wed, 9 Nov 2016 09:53:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090953.uA99rBM2002251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 09:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425786 - in head/multimedia/kodi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 09:53:12 -0000 Author: jbeich Date: Wed Nov 9 09:53:11 2016 New Revision: 425786 URL: https://svnweb.freebsd.org/changeset/ports/425786 Log: multimedia/kodi: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required (yet?) unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Added: head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure (contents, props changed) Modified: head/multimedia/kodi/Makefile (contents, props changed) Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Wed Nov 9 09:00:14 2016 (r425785) +++ head/multimedia/kodi/Makefile Wed Nov 9 09:53:11 2016 (r425786) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Added: head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Wed Nov 9 09:53:11 2016 (r425786) @@ -0,0 +1,10 @@ +--- tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure.orig 2016-02-03 20:33:07 UTC ++++ tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure +@@ -5683,6 +5683,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes From owner-svn-ports-all@freebsd.org Wed Nov 9 09:55:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BD5FC36A33; Wed, 9 Nov 2016 09:55:20 +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 31E3CE6; Wed, 9 Nov 2016 09:55:20 +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 uA99tJJX002507; Wed, 9 Nov 2016 09:55:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA99tJgZ002505; Wed, 9 Nov 2016 09:55:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611090955.uA99tJgZ002505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 09:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425787 - in branches/2016Q4/multimedia/kodi: . 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: Wed, 09 Nov 2016 09:55:20 -0000 Author: jbeich Date: Wed Nov 9 09:55:19 2016 New Revision: 425787 URL: https://svnweb.freebsd.org/changeset/ports/425787 Log: MFH: r425786 multimedia/kodi: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required (yet?) unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Approved by: ports-secteam blanket Added: branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure - copied unchanged from r425786, head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Modified: branches/2016Q4/multimedia/kodi/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/kodi/Makefile ============================================================================== --- branches/2016Q4/multimedia/kodi/Makefile Wed Nov 9 09:53:11 2016 (r425786) +++ branches/2016Q4/multimedia/kodi/Makefile Wed Nov 9 09:55:19 2016 (r425787) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Copied: branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure (from r425786, head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Wed Nov 9 09:55:19 2016 (r425787, copy of r425786, head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure) @@ -0,0 +1,10 @@ +--- tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure.orig 2016-02-03 20:33:07 UTC ++++ tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure +@@ -5683,6 +5683,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes From owner-svn-ports-all@freebsd.org Wed Nov 9 10:51:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8CCBC37908; Wed, 9 Nov 2016 10:51:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A80BAAFF; Wed, 9 Nov 2016 10:51:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9ApNqP022111; Wed, 9 Nov 2016 10:51:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9ApN8r022110; Wed, 9 Nov 2016 10:51:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611091051.uA9ApN8r022110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 10:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425788 - head/multimedia/plexhometheater/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 10:51:24 -0000 Author: jbeich Date: Wed Nov 9 10:51:23 2016 New Revision: 425788 URL: https://svnweb.freebsd.org/changeset/ports/425788 Log: multimedia/plexhometheater: unbreak build after r425442 xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp:77:12: error: cannot initialize a variable of type 'float *' with an lvalue of type 'const float *' float* outputptr = m_converterdata.data_in; ^ ~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Pointy hat to: @bapt (and upstream) Approved by: portmgr blanket Added: head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp (contents, props changed) Added: head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp Wed Nov 9 10:51:23 2016 (r425788) @@ -0,0 +1,11 @@ +--- xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp.orig 2015-05-11 07:54:22 UTC ++++ xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp +@@ -74,7 +74,7 @@ void CDVDPlayerResampler::Add(DVDAudioFr + + //add samples to the resample input buffer + int16_t* inputptr = (int16_t*)audioframe.data; +- float* outputptr = m_converterdata.data_in; ++ float* outputptr = (float*)m_converterdata.data_in; + + for (int i = 0; i < nrframes * m_nrchannels; i++) + *outputptr++ = (float)*inputptr++ / scale; From owner-svn-ports-all@freebsd.org Wed Nov 9 10:51:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49C65C37A54; Wed, 9 Nov 2016 10:51:36 +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 195B9C35; Wed, 9 Nov 2016 10:51:36 +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 uA9ApZuA024267; Wed, 9 Nov 2016 10:51:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9ApZlS024266; Wed, 9 Nov 2016 10:51:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611091051.uA9ApZlS024266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 10:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425789 - head/comms/fldigi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 10:51:36 -0000 Author: jbeich Date: Wed Nov 9 10:51:35 2016 New Revision: 425789 URL: https://svnweb.freebsd.org/changeset/ports/425789 Log: comms/fldigi: mark BROKEN after r425442 src/main.cxx:1492:2: error: no matching function for call to 'memset' memset(src.data_in, 0, src.input_frames * sizeof(float)); ^~~~~~ /usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with & void *memset(void *, int, size_t); ^ Reported by: pkg-fallout Pointy hat to: @bapt (and upstream) Modified: head/comms/fldigi/Makefile (contents, props changed) Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Wed Nov 9 10:51:23 2016 (r425788) +++ head/comms/fldigi/Makefile Wed Nov 9 10:51:35 2016 (r425789) @@ -18,6 +18,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libs libboost_system.so:devel/boost-libs\ libfltk.so:x11-toolkits/fltk +BROKEN= Fails to build against libsamplerate-0.1.9 + USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes USES= compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix From owner-svn-ports-all@freebsd.org Wed Nov 9 10:53:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 382C8C37ACF; Wed, 9 Nov 2016 10:53:03 +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 E1A4CEC9; Wed, 9 Nov 2016 10:53:02 +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 uA9Ar259026084; Wed, 9 Nov 2016 10:53:02 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9Ar1TK026082; Wed, 9 Nov 2016 10:53:01 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611091053.uA9Ar1TK026082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 9 Nov 2016 10:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425790 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 10:53:03 -0000 Author: robak Date: Wed Nov 9 10:53:01 2016 New Revision: 425790 URL: https://svnweb.freebsd.org/changeset/ports/425790 Log: x11-fm/doublecmd: update 0.7.5 -> 0.7.6 PR: 213920 Submitted by: Benat Gonzalez Etxepare (maintainer) Modified: head/x11-fm/doublecmd/Makefile head/x11-fm/doublecmd/distinfo Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Nov 9 10:51:35 2016 (r425789) +++ head/x11-fm/doublecmd/Makefile Wed Nov 9 10:53:01 2016 (r425790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= doublecmd -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -276,7 +276,7 @@ pre-install: .for FILE in %%DATADIR%%/doublecmd.ext.example %%DATADIR%%/pixmaps.txt \ %%DATADIR%%/multiarc.ini bin/doublecmd share/applications/doublecmd.desktop \ - share/pixmaps/doublecmd.png share/pixmaps/doublecmd.xpm \ + share/pixmaps/doublecmd.png share/icons/hicolor/scalable/apps/doublecmd.svg \ %%DATADIR%%/doublecmd.xml @${ECHO_CMD} ${FILE} >> ${PLIST} .endfor @@ -374,9 +374,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DATADIR} .endfor -.for FILE in doublecmd.png install/linux/doublecmd.xpm - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${PREFIX}/share/pixmaps/ -.endfor + ${INSTALL_DATA} ${WRKSRC}/doublecmd.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/pixmaps/mainicon/alt/dcfinal.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/doublecmd.svg ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/install/linux/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/ Modified: head/x11-fm/doublecmd/distinfo ============================================================================== --- head/x11-fm/doublecmd/distinfo Wed Nov 9 10:51:35 2016 (r425789) +++ head/x11-fm/doublecmd/distinfo Wed Nov 9 10:53:01 2016 (r425790) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473665081 -SHA256 (doublecmd-0.7.5-src.tar.gz) = b92fcd6a29cb0ed4eedb4e209c44fc6614f1b3455e0d9a9721be21f5b6bf725b -SIZE (doublecmd-0.7.5-src.tar.gz) = 6675706 +TIMESTAMP = 1477756979 +SHA256 (doublecmd-0.7.6-src.tar.gz) = e6f9e2230c44a83ae66cf96636fae58b8a1799abacfbcea85ffcbafc359b64d5 +SIZE (doublecmd-0.7.6-src.tar.gz) = 6676117 SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39 SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996 From owner-svn-ports-all@freebsd.org Wed Nov 9 11:02:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6254CC37E90; Wed, 9 Nov 2016 11:02:11 +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 3177863C; Wed, 9 Nov 2016 11:02: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 uA9B2ASK027265; Wed, 9 Nov 2016 11:02:10 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9B2A98027263; Wed, 9 Nov 2016 11:02:10 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201611091102.uA9B2A98027263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 9 Nov 2016 11:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425791 - head/devel/py-country X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 11:02:11 -0000 Author: demon Date: Wed Nov 9 11:02:10 2016 New Revision: 425791 URL: https://svnweb.freebsd.org/changeset/ports/425791 Log: Update to version 16.11.8 Modified: head/devel/py-country/Makefile head/devel/py-country/distinfo Modified: head/devel/py-country/Makefile ============================================================================== --- head/devel/py-country/Makefile Wed Nov 9 10:53:01 2016 (r425790) +++ head/devel/py-country/Makefile Wed Nov 9 11:02:10 2016 (r425791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= country -PORTVERSION= 1.20 +PORTVERSION= 16.11.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-country/distinfo ============================================================================== --- head/devel/py-country/distinfo Wed Nov 9 10:53:01 2016 (r425790) +++ head/devel/py-country/distinfo Wed Nov 9 11:02:10 2016 (r425791) @@ -1,2 +1,3 @@ -SHA256 (pycountry-1.20.tar.gz) = 0588efa3171e1d5e4cc96fce569ac865964285fdc8dbdc0860844f74598d1f98 -SIZE (pycountry-1.20.tar.gz) = 5024012 +TIMESTAMP = 1478689168 +SHA256 (pycountry-16.11.8.tar.gz) = c9a0536699dfb46fb43ae1449999a921a79361030773bc3d35e00abfecb437c2 +SIZE (pycountry-16.11.8.tar.gz) = 9042735 From owner-svn-ports-all@freebsd.org Wed Nov 9 11:16:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8B32C38334; Wed, 9 Nov 2016 11:16:21 +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 7C9A1D33; Wed, 9 Nov 2016 11:16:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 71B3ABDE74; Wed, 9 Nov 2016 12:16:18 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id A2506BDE18; Wed, 9 Nov 2016 12:16:15 +0100 (CET) Subject: Re: svn commit: r425513 - head/devel/p5-Devel-MAT To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611061646.uA6GkrD1047980@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 9 Nov 2016 12:16:05 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dx74fGgslhrm9FQiO9CgTBeRGjk9UXO3A" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 11:16:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dx74fGgslhrm9FQiO9CgTBeRGjk9UXO3A Content-Type: multipart/mixed; boundary="PJOTHo2PF2Tt35vcQL4U1l9WgpqwukHsd"; protected-headers="v1" From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r425513 - head/devel/p5-Devel-MAT References: <201611061646.uA6GkrD1047980@repo.freebsd.org> In-Reply-To: --PJOTHo2PF2Tt35vcQL4U1l9WgpqwukHsd Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 06/11/2016 =C3=A0 20:37, Mathieu Arnold a =C3=A9crit : > Le 06/11/2016 =C3=A0 17:46, Sunpoet Po-Chuan Hsieh a =C3=A9crit : >> Log: >> - Remove outdated PERL_LEVEL check >> =20 >> -.include >> - >> -.if ${PERL_LEVEL} >=3D 502000 >> -BUILD_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Pluggable >> -RUN_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Pluggable >> -.endif >> - > Why is it outdated ? We still have Perl 5.18 in the tree. > ping ? --=20 Mathieu Arnold --PJOTHo2PF2Tt35vcQL4U1l9WgpqwukHsd-- --dx74fGgslhrm9FQiO9CgTBeRGjk9UXO3A 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 iQJ8BAEBCgBmBQJYIwV4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IwfEP/RJcfRz5XUDEY68LFLw/TVnU n34mSrsR42p+vpvSOBAK7L+vbK9YLSPZh0oeyR2WltKp9EjeVOd4cilCgpeg4No5 clkcUvlNNaYUNH+qVGGkn/LEl24SCGRyqKp8YHFHIH7JjBVsCAzKc5JuloDcq/wG WkNRNkp55opTw70I1+uEHswFXJbMnlGblL/XxOXAsXoxiY5j/+8c3/IGOKJ2bV0y WQULSL0W20Ja7Bw/T2yFhln+F/+IV8Ez4wa5QShKkwB5yG5fVVHCD08ZQM5QCpAu LRZgM2Or6UnOEouOaOnUcM7IoFZTm58bnhLaXRGyydBtPJRDo4MFDPH6dxWGRE+M dxDpEjm8DRAdzYn0MXV1tZt0lAUuFf4GnxfIgz1zeR6s7+Yr6/Q6lBhDeik6ANLN e66tM+9mrghJQ11Or+pAzE1IVe8WdffWYPadbiRv7QLRdGmt3/U2eyoTfj3IpsJo asnvJ83LrwjwOkR69tTWSXVAM+cAIKapYhgdjJZAWkGcmItTU6yjjWVSG3oD+64N IS6s6QPtQHXKPMqOFiMqgBlFQ2ApbNt9bgy3mxhQHpVlGPV4/BSuXAvDIwQo6RAw qjZH960+FwHaYTnJGTgvxFiz6ZSWIOhHH8pH3C6eYPOYLBphkBbemk8qi/MJadcY gLfA9xpCrG/IU0R8GElV =wcmb -----END PGP SIGNATURE----- --dx74fGgslhrm9FQiO9CgTBeRGjk9UXO3A-- From owner-svn-ports-all@freebsd.org Wed Nov 9 11:19:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDC97C3844B; Wed, 9 Nov 2016 11:19:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAB54E75; Wed, 9 Nov 2016 11:19:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9BJKJW034037; Wed, 9 Nov 2016 11:19:20 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9BJKtN034032; Wed, 9 Nov 2016 11:19:20 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611091119.uA9BJKtN034032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 9 Nov 2016 11:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425792 - in head/misc/ansiweather: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 11:19:21 -0000 Author: robak Date: Wed Nov 9 11:19:20 2016 New Revision: 425792 URL: https://svnweb.freebsd.org/changeset/ports/425792 Log: misc/ansiweather: update 1.08 -> 1.09 PR: 213629 Submitted by: Danilo G. Baio (maintainer) Modified: head/misc/ansiweather/Makefile head/misc/ansiweather/distinfo head/misc/ansiweather/files/patch-ansiweather head/misc/ansiweather/pkg-plist Modified: head/misc/ansiweather/Makefile ============================================================================== --- head/misc/ansiweather/Makefile Wed Nov 9 11:02:10 2016 (r425791) +++ head/misc/ansiweather/Makefile Wed Nov 9 11:19:20 2016 (r425792) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansiweather -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= misc MAINTAINER= dbaio@bsd.com.br @@ -29,6 +29,7 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/ansiweather.plugin.zsh ${STAGEDIR}${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/ansiweather.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/misc/ansiweather/distinfo ============================================================================== --- head/misc/ansiweather/distinfo Wed Nov 9 11:02:10 2016 (r425791) +++ head/misc/ansiweather/distinfo Wed Nov 9 11:19:20 2016 (r425792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469537228 -SHA256 (fcambus-ansiweather-1.08_GH0.tar.gz) = 22dd814ef158df13b3fdbe72ca39e820874e710a4d341d1a2367aa771609665d -SIZE (fcambus-ansiweather-1.08_GH0.tar.gz) = 16991 +TIMESTAMP = 1476884144 +SHA256 (fcambus-ansiweather-1.09_GH0.tar.gz) = 75f705263c8ca1eea74039c478b6c760632f26e3b503ac9d04cd1ab188d1ca77 +SIZE (fcambus-ansiweather-1.09_GH0.tar.gz) = 17360 Modified: head/misc/ansiweather/files/patch-ansiweather ============================================================================== --- head/misc/ansiweather/files/patch-ansiweather Wed Nov 9 11:02:10 2016 (r425791) +++ head/misc/ansiweather/files/patch-ansiweather Wed Nov 9 11:19:20 2016 (r425792) @@ -1,15 +1,6 @@ ---- ansiweather.orig 2016-07-26 11:16:31 UTC +--- ansiweather.orig 2016-10-18 17:14:59 UTC +++ ansiweather -@@ -66,7 +66,7 @@ done - - if [ "$usage" = true ] - then -- printf "%s\n" \ -+ gprintf "%s\n" \ - "" \ - "AnsiWeather 1.08" \ - "Copyright (c) 2013-2016, Frederic Cambus" \ -@@ -224,7 +224,7 @@ then +@@ -205,7 +205,7 @@ then forecast=$([ "$forecast" -gt "$flength" ] && echo "$flength" || echo "$forecast") else city=$(echo "$weather" | jq -r '.name') @@ -18,7 +9,7 @@ humidity=$(echo "$weather" | jq '.main.humidity') pressure=$(echo "$weather" | jq '.main.pressure') sky=$(echo "$weather" | jq -r '.weather[0].main') -@@ -304,7 +304,7 @@ case $units in +@@ -285,7 +285,7 @@ case $units in scale="°C" speed_unit="m/s" pressure_unit="hPa" @@ -27,7 +18,7 @@ ;; imperial) scale="°F" -@@ -312,7 +312,7 @@ case $units in +@@ -293,7 +293,7 @@ case $units in pressure_unit="inHg" if [ "$forecast" = 0 ] then @@ -36,7 +27,7 @@ fi ;; esac -@@ -368,8 +368,8 @@ then +@@ -349,8 +349,8 @@ then do day=$(echo "$weather" | jq ".list[$i]") date=$(epoch_to_date "$(echo "$day" | jq -r '.dt')") @@ -47,7 +38,7 @@ icon="" if [ "$symbols" = true ] -@@ -401,7 +401,7 @@ fi +@@ -397,7 +397,7 @@ fi if [ "$ansi" = true ] then Modified: head/misc/ansiweather/pkg-plist ============================================================================== --- head/misc/ansiweather/pkg-plist Wed Nov 9 11:02:10 2016 (r425791) +++ head/misc/ansiweather/pkg-plist Wed Nov 9 11:19:20 2016 (r425792) @@ -1,4 +1,5 @@ bin/ansiweather +man/man1/ansiweather.1.gz %%DATADIR%%/ansiweather.plugin.zsh %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Wed Nov 9 12:14:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A96DC37DC9; Wed, 9 Nov 2016 12:14:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 079A324A; Wed, 9 Nov 2016 12:14:47 +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 uA9CElNh057413; Wed, 9 Nov 2016 12:14:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9CEl2d057412; Wed, 9 Nov 2016 12:14:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611091214.uA9CEl2d057412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Nov 2016 12:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425793 - 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: Wed, 09 Nov 2016 12:14:48 -0000 Author: mat Date: Wed Nov 9 12:14:47 2016 New Revision: 425793 URL: https://svnweb.freebsd.org/changeset/ports/425793 Log: Optimize COPYTREE_* macros. The main problem slowing down those macros was that it was ending up calling chmod(1) once for each file and directory. It was doing this because it was running find(1) in the source tree and needed to chmod in the target tree, so it had to append the full path to the chmod(1) calls, which made it impossible to use -exec +. Rewrite the -exec calls to call sh and cd into it before running chmod(1) and do so on as many files as we can using the -exec + construct. While there, optimize a bit more after figuring out that it is possible to only use one find(1) to run two -exec for different options. Also switch to using the more powerfull modern regular expressions instead of the usual basic regular expressions by using find -E. This will allow the use of | which as no basic regular expressions equivalent (as in, for example, "*.(html|txt)") as well as the + and ? keywords, and back references. About the speed gain, I did a few tests, using time's builtin from csh (table with all the data available in the review), comparing the home baked versions of COPYTREE_SHARE found in ports, it boils down to: | version | www/sit (~2k) | www/mathjax (~30k) | +------------+------------------+--------------------+ | home baked | 0.032u 0.104s | 0.946u 7.446s | | current | 0.281u 0.649s | 5.446u 18.626s | | new | 0.024u 0.081s | 0.770u 7.012s | PR: 213614 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8283 Modified: head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Nov 9 11:19:20 2016 (r425792) +++ head/Mk/bsd.port.mk Wed Nov 9 12:14:47 2016 (r425793) @@ -2057,14 +2057,15 @@ MAKE_ENV+= ${INSTALL_MACROS} SCRIPTS_ENV+= ${INSTALL_MACROS} # Macro for copying entire directory tree with correct permissions -COPYTREE_BIN= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ - 2>&1) && \ - ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ - ${FIND} -d $$0 $$2 -type f -exec chmod ${BINMODE} $$1/{} \;' -- -COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ - 2>&1) && \ - ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ - ${FIND} -d $$0 $$2 -type f -exec chmod ${SHAREMODE} $$1/{} \;' -- +# In the -exec shell commands, we add add a . as the first argument, it would +# end up being $0 aka the script name, which is not part of $@, so we force it +# to be able to use $@ directly. +COPYTREE_BIN= ${SH} -c '(${FIND} -Ed $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null 2>&1) && \ + ${FIND} -Ed $$0 $$2 \( -type d -exec ${SH} -c '\''cd '\''$$1'\'' && chmod 755 "$$@"'\'' -- . {} + \ + -o -type f -exec ${SH} -c '\''cd '\''$$1'\'' && chmod ${BINMODE} "$$@"'\'' -- . {} + \)' -- +COPYTREE_SHARE= ${SH} -c '(${FIND} -Ed $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null 2>&1) && \ + ${FIND} -Ed $$0 $$2 \( -type d -exec ${SH} -c '\''cd '\''$$1'\'' && chmod 755 "$$@"'\'' -- . {} + \ + -o -type f -exec ${SH} -c '\''cd '\''$$1'\'' && chmod ${SHAREMODE} "$$@"'\'' -- . {} + \)' -- # The user can override the NO_PACKAGE by specifying this from # the make command line From owner-svn-ports-all@freebsd.org Wed Nov 9 12:39:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C4E9C36859; Wed, 9 Nov 2016 12:39:58 +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 4E483114; Wed, 9 Nov 2016 12:39:58 +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 uA9CdvTh065426; Wed, 9 Nov 2016 12:39:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9CdvQp065425; Wed, 9 Nov 2016 12:39:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611091239.uA9CdvQp065425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Nov 2016 12:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425794 - head/math/py-numarray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 12:39:58 -0000 Author: mat Date: Wed Nov 9 12:39:57 2016 New Revision: 425794 URL: https://svnweb.freebsd.org/changeset/ports/425794 Log: Fix installing examples. Pointy hat to: amdmi3 Sponsored by: Absolight Modified: head/math/py-numarray/Makefile (contents, props changed) Modified: head/math/py-numarray/Makefile ============================================================================== --- head/math/py-numarray/Makefile Wed Nov 9 12:14:47 2016 (r425793) +++ head/math/py-numarray/Makefile Wed Nov 9 12:39:57 2016 (r425794) @@ -3,7 +3,7 @@ PORTNAME= numarray PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,7 +34,7 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${TAR} -C ${WRKSRC}/Doc -cf- .|${TAR} -C ${STAGEDIR}${DOCSDIR} -xf- -port-install-EXAMPLES-on: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/Examples -cf- .|${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf- @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/ufunc/build From owner-svn-ports-all@freebsd.org Wed Nov 9 12:44:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8428C369F4; Wed, 9 Nov 2016 12:44:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9E256D4; Wed, 9 Nov 2016 12:44:35 +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 uA9CiYnq069306; Wed, 9 Nov 2016 12:44:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9CiYqN069305; Wed, 9 Nov 2016 12:44:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611091244.uA9CiYqN069305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 12:44:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425795 - in head/multimedia/plexhometheater: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 12:44:36 -0000 Author: jbeich Date: Wed Nov 9 12:44:34 2016 New Revision: 425795 URL: https://svnweb.freebsd.org/changeset/ports/425795 Log: multimedia/plexhometheater: oops, back out r425788 `outputptr` is modified a few lines later which leads to undefined behavior. Pointy hat to: @jbeich Deleted: head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp Modified: head/multimedia/plexhometheater/Makefile (contents, props changed) Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Wed Nov 9 12:39:57 2016 (r425794) +++ head/multimedia/plexhometheater/Makefile Wed Nov 9 12:44:34 2016 (r425795) @@ -61,6 +61,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ xdpyinfo:x11/xdpyinfo +BROKEN= Fails to build against libsamplerate-0.1.9 + USE_GITHUB= yes GH_ACCOUNT= plexinc GH_PROJECT= plex-home-theater-public From owner-svn-ports-all@freebsd.org Wed Nov 9 13:41:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C92CAC37C6B; Wed, 9 Nov 2016 13:41:32 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2B01FA3; Wed, 9 Nov 2016 13:41:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id F199543C0E; Wed, 9 Nov 2016 07:40:46 -0600 (CST) Subject: Re: svn commit: r425789 - head/comms/fldigi To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611091051.uA9ApZlS024266@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <7a648386-b559-67d2-4767-6dcf9d05c5de@marino.st> Date: Wed, 9 Nov 2016 07:41:28 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201611091051.uA9ApZlS024266@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161108-5, 11/08/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 13:41:32 -0000 On 11/9/2016 04:51, Jan Beich wrote: > Author: jbeich > Date: Wed Nov 9 10:51:35 2016 > New Revision: 425789 > URL: https://svnweb.freebsd.org/changeset/ports/425789 > > Log: > comms/fldigi: mark BROKEN after r425442 > > src/main.cxx:1492:2: error: no matching function for call to 'memset' > memset(src.data_in, 0, src.input_frames * sizeof(float)); > ^~~~~~ > /usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with & > void *memset(void *, int, size_t); > ^ > > Reported by: pkg-fallout > Pointy hat to: @bapt (and upstream) > > Modified: > head/comms/fldigi/Makefile (contents, props changed) > > Modified: head/comms/fldigi/Makefile > ============================================================================== > --- head/comms/fldigi/Makefile Wed Nov 9 10:51:23 2016 (r425788) > +++ head/comms/fldigi/Makefile Wed Nov 9 10:51:35 2016 (r425789) > @@ -18,6 +18,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libs > libboost_system.so:devel/boost-libs\ > libfltk.so:x11-toolkits/fltk > > +BROKEN= Fails to build against libsamplerate-0.1.9 > + > USE_CXXSTD= gnu++0x > GNU_CONFIGURE= yes > USES= compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix > zrj was able to fix this in dports with a -fpermissive flag: https://github.com/DragonFlyBSD/DeltaPorts/commit/027deb64600a338f1e0c080933f4e5b34c5533f4 "New audio/libsamplerate has const float in SRC_DATA stuct, yet here it is used with non-c++ memset(that is C)." with that change, it builds for us. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Wed Nov 9 15:22:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97243C38B45; Wed, 9 Nov 2016 15:22:25 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59508EA5; Wed, 9 Nov 2016 15:22:25 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9FMO5c031877; Wed, 9 Nov 2016 15:22:24 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9FMOkX031873; Wed, 9 Nov 2016 15:22:24 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611091522.uA9FMOkX031873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 9 Nov 2016 15:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425796 - in head/japanese: ajaxzip2-data zipcodes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 15:22:25 -0000 Author: kuriyama Date: Wed Nov 9 15:22:24 2016 New Revision: 425796 URL: https://svnweb.freebsd.org/changeset/ports/425796 Log: - Update to 20161031. Modified: head/japanese/ajaxzip2-data/Makefile head/japanese/ajaxzip2-data/distinfo head/japanese/zipcodes/Makefile head/japanese/zipcodes/distinfo Modified: head/japanese/ajaxzip2-data/Makefile ============================================================================== --- head/japanese/ajaxzip2-data/Makefile Wed Nov 9 12:44:34 2016 (r425795) +++ head/japanese/ajaxzip2-data/Makefile Wed Nov 9 15:22:24 2016 (r425796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ajaxzip2 -PORTVERSION= 20160831 +PORTVERSION= 20161031 CATEGORIES= japanese MASTER_SITES= LOCAL/kuriyama PKGNAMESUFFIX= -data Modified: head/japanese/ajaxzip2-data/distinfo ============================================================================== --- head/japanese/ajaxzip2-data/distinfo Wed Nov 9 12:44:34 2016 (r425795) +++ head/japanese/ajaxzip2-data/distinfo Wed Nov 9 15:22:24 2016 (r425796) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473164944 -SHA256 (ken_all-20160831.zip) = e7316d10b59412b86e70484086a43cb6b6b80da29067bfa7a214435c185ad48b -SIZE (ken_all-20160831.zip) = 1684704 -SHA256 (jigyosyo-20160831.zip) = 733a423e7613bb770dfb9d5c4538159cb3ed9d936a7ef05d15fab831fe664287 -SIZE (jigyosyo-20160831.zip) = 753934 +TIMESTAMP = 1478139827 +SHA256 (ken_all-20161031.zip) = a363eefa9867c497b12bf5a603f64426af7bd938733c2925dd2747150d2cdd42 +SIZE (ken_all-20161031.zip) = 1685061 +SHA256 (jigyosyo-20161031.zip) = 1a8d9cf30421a5bdfbccb6e3d9fc4f141895821ac0275425a60ad858e38c2a43 +SIZE (jigyosyo-20161031.zip) = 754418 Modified: head/japanese/zipcodes/Makefile ============================================================================== --- head/japanese/zipcodes/Makefile Wed Nov 9 12:44:34 2016 (r425795) +++ head/japanese/zipcodes/Makefile Wed Nov 9 15:22:24 2016 (r425796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zipcodes -PORTVERSION= 20160831 +PORTVERSION= 20161031 CATEGORIES= japanese MASTER_SITES= LOCAL/kuriyama DISTFILES= ken_all-${PORTVERSION_K}.zip jigyosyo-${PORTVERSION_J}.zip Modified: head/japanese/zipcodes/distinfo ============================================================================== --- head/japanese/zipcodes/distinfo Wed Nov 9 12:44:34 2016 (r425795) +++ head/japanese/zipcodes/distinfo Wed Nov 9 15:22:24 2016 (r425796) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473164959 -SHA256 (ken_all-20160831.zip) = e7316d10b59412b86e70484086a43cb6b6b80da29067bfa7a214435c185ad48b -SIZE (ken_all-20160831.zip) = 1684704 -SHA256 (jigyosyo-20160831.zip) = 733a423e7613bb770dfb9d5c4538159cb3ed9d936a7ef05d15fab831fe664287 -SIZE (jigyosyo-20160831.zip) = 753934 +TIMESTAMP = 1478139816 +SHA256 (ken_all-20161031.zip) = a363eefa9867c497b12bf5a603f64426af7bd938733c2925dd2747150d2cdd42 +SIZE (ken_all-20161031.zip) = 1685061 +SHA256 (jigyosyo-20161031.zip) = 1a8d9cf30421a5bdfbccb6e3d9fc4f141895821ac0275425a60ad858e38c2a43 +SIZE (jigyosyo-20161031.zip) = 754418 From owner-svn-ports-all@freebsd.org Wed Nov 9 15:27:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AECDBC38BF9; Wed, 9 Nov 2016 15:27:59 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 634BE6B; Wed, 9 Nov 2016 15:27:59 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9FRwxC032224; Wed, 9 Nov 2016 15:27:58 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9FRwcf032220; Wed, 9 Nov 2016 15:27:58 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201611091527.uA9FRwcf032220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Wed, 9 Nov 2016 15:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425797 - head/multimedia/smplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 15:27:59 -0000 Author: nemysis Date: Wed Nov 9 15:27:58 2016 New Revision: 425797 URL: https://svnweb.freebsd.org/changeset/ports/425797 Log: - Update to 16.11.0, please see /usr/local/share/doc/smplayer/Changelog Modified: head/multimedia/smplayer/Makefile head/multimedia/smplayer/distinfo head/multimedia/smplayer/pkg-plist Modified: head/multimedia/smplayer/Makefile ============================================================================== --- head/multimedia/smplayer/Makefile Wed Nov 9 15:22:24 2016 (r425796) +++ head/multimedia/smplayer/Makefile Wed Nov 9 15:27:58 2016 (r425797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smplayer -DISTVERSION= 16.9.0 +DISTVERSION= 16.11.0 CATEGORIES= multimedia audio kde MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} Modified: head/multimedia/smplayer/distinfo ============================================================================== --- head/multimedia/smplayer/distinfo Wed Nov 9 15:22:24 2016 (r425796) +++ head/multimedia/smplayer/distinfo Wed Nov 9 15:27:58 2016 (r425797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473665317 -SHA256 (smplayer-16.9.0.tar.bz2) = 692e49fbfbcedaecf9e41f40e3f49905ec4d967e0b99b2c8c5fec1b6810ccdbe -SIZE (smplayer-16.9.0.tar.bz2) = 4205771 +TIMESTAMP = 1478686741 +SHA256 (smplayer-16.11.0.tar.bz2) = e53a5d8b4d66fb0b7eb73053ef0bfdd2d942b79a16f8cc8d3d0b0771c7c80b5a +SIZE (smplayer-16.11.0.tar.bz2) = 4254170 Modified: head/multimedia/smplayer/pkg-plist ============================================================================== --- head/multimedia/smplayer/pkg-plist Wed Nov 9 15:22:24 2016 (r425796) +++ head/multimedia/smplayer/pkg-plist Wed Nov 9 15:27:58 2016 (r425797) @@ -23,7 +23,8 @@ share/icons/hicolor/scalable/apps/smplay %%DATADIR%%/translations/smplayer_cs.qm %%DATADIR%%/translations/smplayer_da.qm %%DATADIR%%/translations/smplayer_de.qm -%%DATADIR%%/translations/smplayer_el_GR.qm +%%DATADIR%%/translations/smplayer_el.qm +%%DATADIR%%/translations/smplayer_en.qm %%DATADIR%%/translations/smplayer_en_GB.qm %%DATADIR%%/translations/smplayer_en_US.qm %%DATADIR%%/translations/smplayer_es.qm From owner-svn-ports-all@freebsd.org Wed Nov 9 15:28:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E46B7C38C46; Wed, 9 Nov 2016 15:28:56 +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 BBF4015D; Wed, 9 Nov 2016 15:28:56 +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 uA9FStBX032441; Wed, 9 Nov 2016 15:28:55 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9FStdA032436; Wed, 9 Nov 2016 15:28:55 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611091528.uA9FStdA032436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 9 Nov 2016 15:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425798 - in head/mail/anubis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 15:28:57 -0000 Author: jhale Date: Wed Nov 9 15:28:55 2016 New Revision: 425798 URL: https://svnweb.freebsd.org/changeset/ports/425798 Log: Add TEST option to toggle regression tests. They were previously running by default and causing aarch64 builds to fail, presumably due to an emulation issue. [1] Add EMACS option to install emacs lisp files. Previously, if emacs was already installed on the system, it would install these files in STAGEDIR and would cause check-plist to error. Convert USE_MYSQL to USES=mysql Convert CPPFLAGS/LDFLAGS to USES=localbase Add some missing dependencies reported by stage-qa Remake patches Bump PORTREVISION Reported by: linimon (via private mail) [1] Added: head/mail/anubis/files/patch-src_env.c - copied, changed from r425797, head/mail/anubis/files/patch-src__env.c head/mail/anubis/files/patch-src_headers.h - copied, changed from r425797, head/mail/anubis/files/patch-src__headers.h Deleted: head/mail/anubis/files/patch-src__env.c head/mail/anubis/files/patch-src__headers.h Modified: head/mail/anubis/Makefile head/mail/anubis/files/patch-configure.ac head/mail/anubis/pkg-plist Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Wed Nov 9 15:27:58 2016 (r425797) +++ head/mail/anubis/Makefile Wed Nov 9 15:28:55 2016 (r425798) @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= GNU @@ -13,7 +13,8 @@ COMMENT= Outgoing SMTP mail processor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf charsetfix cpe makeinfo pkgconfig shebangfix +USES= autoreconf charsetfix cpe localbase makeinfo \ + pkgconfig shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk CPE_VENDOR= gnu SHEBANG_FILES= contrib/msg2smtp.pl @@ -23,15 +24,14 @@ GNU_CONFIGURE= yes INFO= anubis PORTEXAMPLES= 1anubisrc 2anubisrc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= NLS EXAMPLES GUILE GNUPG GNUTLS GSASL \ - LIBWRAP PCRE PAM SOCKS +OPTIONS_DEFINE= NLS EXAMPLES EMACS GUILE GNUPG GNUTLS \ + GSASL LIBWRAP PCRE PAM SOCKS TEST OPTIONS_GROUP= DB OPTIONS_GROUP_DB= GDBM MYSQL PGSQL OPTIONS_DEFAULT= GUILE GNUPG GNUTLS GSASL +OPTIONS_EXCLUDE_aarch64=TEST OPTIONS_SUB= yes NO_OPTIONS_SORT= yes @@ -42,29 +42,38 @@ OPTIONS_EXCLUDE+= LIBWRAP OPTIONS_EXCLUDE+= PAM .endif +EMACS_DESC= Install EMACS lisp files (requires emacs) +EMACS_USE= EMACS=yes +EMACS_CONFIGURE_ON= --with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR}/anubis +EMACS_CONFIGURE_OFF= --with-lispdir=no + GDBM_DESC= GDBM backend GDBM_IMPLIES= GSASL GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm -GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme +GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme \ + libgpg-error.so:security/libgpg-error GNUPG_CONFIGURE_WITH= gpgme -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt GNUTLS_CONFIGURE_WITH= gnutls GSASL_DESC= GSASL support (required for databases) GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl GSASL_CONFIGURE_WITH= gsasl -GUILE_LIB_DEPENDS= libguile.so:lang/guile +GUILE_LIB_DEPENDS= libltdl.so:devel/libltdl \ + libguile.so:lang/guile \ + libgmp.so:math/gmp GUILE_CONFIGURE_WITH= guile GUILE_PORTEXAMPLES= anubis.scm anubisrc.guile LIBWRAP_CONFIGURE_WITH= tcp-wrappers MYSQL_IMPLIES= GSASL -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql MYSQL_VARS= REQUIRE+=mysql @@ -94,6 +103,9 @@ SUB_LIST+= REQUIRE="${REQUIRE}" post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h +post-patch-TEST-off: + @${REINPLACE_CMD} -e 's| testsuite||' ${WRKSRC}/Makefile.am + post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*rc ${STAGEDIR}${EXAMPLESDIR} Modified: head/mail/anubis/files/patch-configure.ac ============================================================================== --- head/mail/anubis/files/patch-configure.ac Wed Nov 9 15:27:58 2016 (r425797) +++ head/mail/anubis/files/patch-configure.ac Wed Nov 9 15:28:55 2016 (r425798) @@ -1,6 +1,6 @@ ---- ./configure.ac.orig 2008-12-16 11:21:54.000000000 -0500 -+++ ./configure.ac 2011-02-09 20:52:34.000000000 -0500 -@@ -78,7 +78,6 @@ +--- configure.ac.orig 2014-05-23 20:25:28 UTC ++++ configure.ac +@@ -78,7 +78,6 @@ AH_BOTTOM([ ]) AC_CHECK_LIB(socket, socket) @@ -8,7 +8,7 @@ AC_SUBST(ADD_INCLUDES) case $build in -@@ -179,11 +178,21 @@ +@@ -179,11 +178,21 @@ MU_CHECK_GSASL(0.2.3, [ ANUBIS_BIN_ADM='$(adm_bin_programs)' M4_DEFS="$M4_DEFS -DWITH_GSASL" @@ -31,7 +31,7 @@ AC_ARG_WITH(mysql, AC_HELP_STRING([--with-mysql], -@@ -285,8 +294,8 @@ +@@ -285,8 +294,8 @@ AC_ARG_WITH(pam, [with_pam=no]) if test "$with_pam" = "yes"; then AC_CHECK_LIB(pam, main,, with_pam=no) @@ -42,7 +42,7 @@ fi if test "$with_pam" = "yes"; then AC_MSG_RESULT([Enabling PAM support...]) -@@ -300,7 +309,6 @@ +@@ -300,7 +309,6 @@ AC_ARG_WITH(tcp-wrappers, [with_tcp_wrappers=no]) if test "$with_tcp_wrappers" = "yes"; then AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no) Copied and modified: head/mail/anubis/files/patch-src_env.c (from r425797, head/mail/anubis/files/patch-src__env.c) ============================================================================== --- head/mail/anubis/files/patch-src__env.c Wed Nov 9 15:27:58 2016 (r425797, copy source) +++ head/mail/anubis/files/patch-src_env.c Wed Nov 9 15:28:55 2016 (r425798) @@ -1,6 +1,6 @@ ---- ./src/env.c.orig 2008-12-16 16:44:38.000000000 -0500 -+++ ./src/env.c 2011-02-09 20:52:34.000000000 -0500 -@@ -32,7 +32,7 @@ +--- src/env.c.orig 2014-05-17 20:26:43 UTC ++++ src/env.c +@@ -30,7 +30,7 @@ #ifdef HAVE_PAM pam_handle_t *pamh; static struct pam_conv conv = { Copied and modified: head/mail/anubis/files/patch-src_headers.h (from r425797, head/mail/anubis/files/patch-src__headers.h) ============================================================================== --- head/mail/anubis/files/patch-src__headers.h Wed Nov 9 15:27:58 2016 (r425797, copy source) +++ head/mail/anubis/files/patch-src_headers.h Wed Nov 9 15:28:55 2016 (r425798) @@ -1,5 +1,5 @@ ---- ./src/headers.h.orig 2008-12-16 11:21:54.000000000 -0500 -+++ ./src/headers.h 2011-02-09 20:52:34.000000000 -0500 +--- src/headers.h.orig 2014-05-22 05:42:44 UTC ++++ src/headers.h @@ -43,11 +43,11 @@ # define HAVE_PCRE # endif /* HAVE_PCRE_H or HAVE_PCRE_PCRE_H */ Modified: head/mail/anubis/pkg-plist ============================================================================== --- head/mail/anubis/pkg-plist Wed Nov 9 15:27:58 2016 (r425797) +++ head/mail/anubis/pkg-plist Wed Nov 9 15:28:55 2016 (r425798) @@ -6,6 +6,8 @@ man/man1/anubis.1.gz %%GUILE%%share/anubis/entire-msg.scm %%GUILE%%share/anubis/remailer.scm %%GUILE%%share/anubis/rot-13.scm +%%EMACS%%%%EMACS_SITE_LISPDIR%%/anubis/anubis-mode.el +%%EMACS%%%%EMACS_SITE_LISPDIR%%/anubis/anubis-mode.elc %%NLS%%share/locale/da/LC_MESSAGES/anubis.mo %%NLS%%share/locale/de/LC_MESSAGES/anubis.mo %%NLS%%share/locale/es/LC_MESSAGES/anubis.mo From owner-svn-ports-all@freebsd.org Wed Nov 9 15:45:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B0A0C37109; Wed, 9 Nov 2016 15:45:58 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id 69C21C1B; Wed, 9 Nov 2016 15:45:57 +0000 (UTC) (envelope-from db@db.net) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id D3DB32AA368; Wed, 9 Nov 2016 08:45:01 -0700 (MST) Received: by night.db.net (Postfix, from userid 1000) id 41A861CC56; Wed, 9 Nov 2016 10:45:54 -0500 (EST) Date: Wed, 9 Nov 2016 10:45:54 -0500 From: Diane Bruce To: marino@freebsd.org Cc: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r425789 - head/comms/fldigi Message-ID: <20161109154554.GA2363@night.db.net> References: <201611091051.uA9ApZlS024266@repo.freebsd.org> <7a648386-b559-67d2-4767-6dcf9d05c5de@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7a648386-b559-67d2-4767-6dcf9d05c5de@marino.st> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 15:45:58 -0000 On Wed, Nov 09, 2016 at 07:41:28AM -0600, John Marino wrote: I've got fldigi 3.23.15 in poudriere now. I had a simple fix for current version but might as well keep the ports churn down. Here's the fix for previous version. --- src/main.cxx.orig 2016-11-06 22:37:25 UTC +++ src/main.cxx @@ -1489,7 +1489,7 @@ double speed_test(int converter, unsigne src.data_in = new float[src.input_frames]; src.data_out = new float[src.output_frames]; - memset(src.data_in, 0, src.input_frames * sizeof(float)); + memset((void *)&src.data_in, 0, src.input_frames * sizeof(float)); // warm up src_simple(&src, converter, 1); > On 11/9/2016 04:51, Jan Beich wrote: > > Author: jbeich > > Date: Wed Nov 9 10:51:35 2016 > > New Revision: 425789 > > URL: https://svnweb.freebsd.org/changeset/ports/425789 > > > > Log: > > comms/fldigi: mark BROKEN after r425442 > > > > src/main.cxx:1492:2: error: no matching function for call to 'memset' > > memset(src.data_in, 0, src.input_frames * sizeof(float)); > > ^~~~~~ > > /usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with & > > void *memset(void *, int, size_t); > > ^ > > > > Reported by: pkg-fallout > > Pointy hat to: @bapt (and upstream) > > > > Modified: > > head/comms/fldigi/Makefile (contents, props changed) > > > > Modified: head/comms/fldigi/Makefile > > ============================================================================== > > --- head/comms/fldigi/Makefile Wed Nov 9 10:51:23 2016 (r425788) > > +++ head/comms/fldigi/Makefile Wed Nov 9 10:51:35 2016 (r425789) > > @@ -18,6 +18,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libs > > libboost_system.so:devel/boost-libs\ > > libfltk.so:x11-toolkits/fltk > > > > +BROKEN= Fails to build against libsamplerate-0.1.9 > > + > > USE_CXXSTD= gnu++0x > > GNU_CONFIGURE= yes > > USES= compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix > > > > zrj was able to fix this in dports with a -fpermissive flag: > > https://github.com/DragonFlyBSD/DeltaPorts/commit/027deb64600a338f1e0c080933f4e5b34c5533f4 > > "New audio/libsamplerate has const float in SRC_DATA stuct, yet here > it is used with non-c++ memset(that is C)." > > with that change, it builds for us. > > John > > > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-svn-ports-all@freebsd.org Wed Nov 9 16:01:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9443C37873; Wed, 9 Nov 2016 16:01:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA96E65D; Wed, 9 Nov 2016 16:01:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9G1pkl044515; Wed, 9 Nov 2016 16:01:51 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9G1pVa044513; Wed, 9 Nov 2016 16:01:51 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201611091601.uA9G1pVa044513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 9 Nov 2016 16:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425799 - head/security/pulledpork X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 16:01:53 -0000 Author: ohauer Date: Wed Nov 9 16:01:51 2016 New Revision: 425799 URL: https://svnweb.freebsd.org/changeset/ports/425799 Log: - update to 0.7.2 release Additional Changes from previous GH tag - Support for Suricata, and ETOpen/ETPro rulesets Modified: head/security/pulledpork/Makefile head/security/pulledpork/distinfo Modified: head/security/pulledpork/Makefile ============================================================================== --- head/security/pulledpork/Makefile Wed Nov 9 15:28:55 2016 (r425798) +++ head/security/pulledpork/Makefile Wed Nov 9 16:01:51 2016 (r425799) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pulledpork -PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTVERSION= 0.7.2 CATEGORIES= security MASTER_SITES= GHL @@ -26,7 +25,6 @@ SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= shirkdog -GH_TAGNAME= 8b9441a OPTIONS_DEFINE= DOCS .include Modified: head/security/pulledpork/distinfo ============================================================================== --- head/security/pulledpork/distinfo Wed Nov 9 15:28:55 2016 (r425798) +++ head/security/pulledpork/distinfo Wed Nov 9 16:01:51 2016 (r425799) @@ -1,2 +1,3 @@ -SHA256 (shirkdog-pulledpork-0.7.0-8b9441a_GH0.tar.gz) = 6c82d5e78239460d054f1bcab614da913490084cb624c76a50bb5cfff3fb9aaf -SIZE (shirkdog-pulledpork-0.7.0-8b9441a_GH0.tar.gz) = 40767 +TIMESTAMP = 1478665576 +SHA256 (shirkdog-pulledpork-0.7.2_GH0.tar.gz) = 50046477d5d1a18aec131a56bd3f21170057d8a31fd6f30af706e31d5b14bd0a +SIZE (shirkdog-pulledpork-0.7.2_GH0.tar.gz) = 41740 From owner-svn-ports-all@freebsd.org Wed Nov 9 16:06:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27705C3798D; Wed, 9 Nov 2016 16:06:51 +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 DEAA0ABB; Wed, 9 Nov 2016 16:06:50 +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 uA9G6o5A048302; Wed, 9 Nov 2016 16:06:50 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9G6naA048299; Wed, 9 Nov 2016 16:06:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611091606.uA9G6naA048299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 9 Nov 2016 16:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425800 - head/games/0ad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 16:06:51 -0000 Author: madpilot Date: Wed Nov 9 16:06:49 2016 New Revision: 425800 URL: https://svnweb.freebsd.org/changeset/ports/425800 Log: Update 0ad to Alpha 21 Ulysses. Modified: head/games/0ad/Makefile head/games/0ad/distinfo head/games/0ad/pkg-plist Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Wed Nov 9 16:01:51 2016 (r425799) +++ head/games/0ad/Makefile Wed Nov 9 16:06:49 2016 (r425800) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= 0ad -PORTVERSION= 0.0.20 -PORTREVISION= 3 +PORTVERSION= 0.0.21 CATEGORIES= games -MASTER_SITES= SF/zero-ad/releases \ - http://releases.wildfiregames.com/ +MASTER_SITES= http://releases.wildfiregames.com/ \ + SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz @@ -70,7 +69,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libAtlasUI.so libCollada.so libnvcore.so libnvimage.so libnvmath.so libnvtt.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) - (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libmozjs31-ps-release.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libmozjs38-ps-release.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/games/0ad/distinfo ============================================================================== --- head/games/0ad/distinfo Wed Nov 9 16:01:51 2016 (r425799) +++ head/games/0ad/distinfo Wed Nov 9 16:06:49 2016 (r425800) @@ -1,4 +1,5 @@ -SHA256 (0ad-0.0.20-alpha-unix-build.tar.xz) = a396d5cb37057ddd3cd523434f70c56be21588a2228443e7508d2b2d610fc68e -SIZE (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932 -SHA256 (0ad-0.0.20-alpha-unix-data.tar.xz) = db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 -SIZE (0ad-0.0.20-alpha-unix-data.tar.xz) = 575064564 +TIMESTAMP = 1478641325 +SHA256 (0ad-0.0.21-alpha-unix-build.tar.xz) = 96be23e4284a3931ef9536f988f2517040bde1f8700ee048bff18c932d8683cf +SIZE (0ad-0.0.21-alpha-unix-build.tar.xz) = 29196476 +SHA256 (0ad-0.0.21-alpha-unix-data.tar.xz) = f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 +SIZE (0ad-0.0.21-alpha-unix-data.tar.xz) = 587025496 Modified: head/games/0ad/pkg-plist ============================================================================== --- head/games/0ad/pkg-plist Wed Nov 9 16:01:51 2016 (r425799) +++ head/games/0ad/pkg-plist Wed Nov 9 16:06:49 2016 (r425800) @@ -3,7 +3,7 @@ bin/0ad bin/ActorEditor lib/0ad/libAtlasUI.so lib/0ad/libCollada.so -lib/0ad/libmozjs31-ps-release.so +lib/0ad/libmozjs38-ps-release.so lib/0ad/libnvcore.so lib/0ad/libnvimage.so lib/0ad/libnvmath.so From owner-svn-ports-all@freebsd.org Wed Nov 9 16:24:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4FECC3801C; Wed, 9 Nov 2016 16:24:23 +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 745CC78F; Wed, 9 Nov 2016 16:24:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9GOMYr056170; Wed, 9 Nov 2016 16:24:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9GOMF4056168; Wed, 9 Nov 2016 16:24:22 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611091624.uA9GOMF4056168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 9 Nov 2016 16:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425801 - 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, 09 Nov 2016 16:24:23 -0000 Author: feld Date: Wed Nov 9 16:24:22 2016 New Revision: 425801 URL: https://svnweb.freebsd.org/changeset/ports/425801 Log: Document gitlab vulnerability PR: 214360 Security: CVE-2016-9086 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 9 16:06:49 2016 (r425800) +++ head/security/vuxml/vuln.xml Wed Nov 9 16:24:22 2016 (r425801) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + gitlab -- Directory traversal via "import/export" feature + + + rubygem-gitlab + 8.10.08.10.12 + 8.11.08.11.9 + 8.12.08.12.7 + 8.13.08.13.2 + + + + +

GitLab reports:

+
+

The import/export feature did not properly check for symbolic links + in user-provided archives and therefore it was possible for an + authenticated user to retrieve the contents of any file + accessible to the GitLab service account. This included + sensitive files such as those that contain secret tokens used + by the GitLab service to authenticate users.

+
+ +
+ + https://about.gitlab.com/2016/11/02/cve-2016-9086-patches/ + CVE-2016-9086 + ports/214360 + + + 2016-11-02 + 2016-11-09 + +
+ chromium -- out-of-bounds memory access From owner-svn-ports-all@freebsd.org Wed Nov 9 19:13:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBFBBC37DBD; Wed, 9 Nov 2016 19:13:26 +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 98DCE28C; Wed, 9 Nov 2016 19:13: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 uA9JDPq7028400; Wed, 9 Nov 2016 19:13:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9JDPLw028393; Wed, 9 Nov 2016 19:13:25 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611091913.uA9JDPLw028393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 9 Nov 2016 19:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425802 - in head/emulators: fuse fuse-utils libspectrum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 19:13:26 -0000 Author: rene Date: Wed Nov 9 19:13:25 2016 New Revision: 425802 URL: https://svnweb.freebsd.org/changeset/ports/425802 Log: Update libspectrum, fuse and fuse-utils to 1.3.1 Reported by: portscout Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse-utils/distinfo head/emulators/fuse/Makefile head/emulators/fuse/distinfo head/emulators/libspectrum/Makefile head/emulators/libspectrum/distinfo head/emulators/libspectrum/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/fuse-utils/Makefile Wed Nov 9 19:13:25 2016 (r425802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse-utils -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse-utils/distinfo ============================================================================== --- head/emulators/fuse-utils/distinfo Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/fuse-utils/distinfo Wed Nov 9 19:13:25 2016 (r425802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475519501 -SHA256 (fuse-utils-1.3.0.tar.gz) = 23322a143a2122ffe8c9aa9c5402bf470bc5167ef70d116e8041b9047f6bc731 -SIZE (fuse-utils-1.3.0.tar.gz) = 501298 +TIMESTAMP = 1478688895 +SHA256 (fuse-utils-1.3.1.tar.gz) = 1f9f95851a179ed9be474605a1580739168e68d051945729242274bea2f0e87c +SIZE (fuse-utils-1.3.1.tar.gz) = 488461 Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/fuse/Makefile Wed Nov 9 19:13:25 2016 (r425802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/fuse/distinfo Wed Nov 9 19:13:25 2016 (r425802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475519456 -SHA256 (fuse-1.3.0.tar.gz) = 7aa1d6e057a09ffe661494514115d271f73a79e032bafc7a6fd78db4adce06ad -SIZE (fuse-1.3.0.tar.gz) = 1634267 +TIMESTAMP = 1478688480 +SHA256 (fuse-1.3.1.tar.gz) = 2973d50a72a176e308ee89f5930c4b722d47f40f05d32042eee987a921fdf089 +SIZE (fuse-1.3.1.tar.gz) = 1626538 Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/libspectrum/Makefile Wed Nov 9 19:13:25 2016 (r425802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/libspectrum/distinfo Wed Nov 9 19:13:25 2016 (r425802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475519405 -SHA256 (libspectrum-1.3.0.tar.gz) = b587774da3e089054216e91c49fbcaeb62d499348adfccaee3657888de893e42 -SIZE (libspectrum-1.3.0.tar.gz) = 518021 +TIMESTAMP = 1478687833 +SHA256 (libspectrum-1.3.1.tar.gz) = 1043de3be9f9c7ab671e1515c63dadb1999e8366bb08d4f1f399784b35cd5110 +SIZE (libspectrum-1.3.1.tar.gz) = 496995 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Wed Nov 9 16:24:22 2016 (r425801) +++ head/emulators/libspectrum/pkg-plist Wed Nov 9 19:13:25 2016 (r425802) @@ -2,7 +2,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.4.3 +lib/libspectrum.so.8.4.4 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog From owner-svn-ports-all@freebsd.org Wed Nov 9 20:21:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2E2C38EB6; Wed, 9 Nov 2016 20:21: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 40752371; Wed, 9 Nov 2016 20:21: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 uA9KL5f5052928; Wed, 9 Nov 2016 20:21:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9KL5FB052927; Wed, 9 Nov 2016 20:21:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611092021.uA9KL5FB052927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 20:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425803 - in head/dns/openmdns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 20:21:06 -0000 Author: jbeich Date: Wed Nov 9 20:21:05 2016 New Revision: 425803 URL: https://svnweb.freebsd.org/changeset/ports/425803 Log: dns/openmdns: fix interface selection in rc.d - Don't append default interface when /etc/rc.conf has mdnsd_flags - Switch to lo0 as a more predictable (but less useful) default interface PR: 214366 Submitted by: Dave Cottlehuber Modified: head/dns/openmdns/Makefile (contents, props changed) head/dns/openmdns/files/mdnsd.in Modified: head/dns/openmdns/Makefile ============================================================================== --- head/dns/openmdns/Makefile Wed Nov 9 19:13:25 2016 (r425802) +++ head/dns/openmdns/Makefile Wed Nov 9 20:21:05 2016 (r425803) @@ -3,6 +3,7 @@ PORTNAME= openmdns DISTVERSION= 0.6-11 DISTVERSIONSUFFIX= -g2008828 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= jbeich@FreeBSD.org Modified: head/dns/openmdns/files/mdnsd.in ============================================================================== --- head/dns/openmdns/files/mdnsd.in Wed Nov 9 19:13:25 2016 (r425802) +++ head/dns/openmdns/files/mdnsd.in Wed Nov 9 20:21:05 2016 (r425803) @@ -13,10 +13,10 @@ name="mdnsd" desc="%%COMMENT%%" rcvar="${name}_enable" command="%%PREFIX%%/sbin/${name}" -command_args="em0" extra_commands="reload" : ${mdnsd_enable:="NO"} +: ${mdnsd_flags:="lo0"} load_rc_config $name run_rc_command "$1" From owner-svn-ports-all@freebsd.org Wed Nov 9 20:30:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC23C381F9; Wed, 9 Nov 2016 20:30:29 +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 AF118AFA; Wed, 9 Nov 2016 20:30:29 +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 uA9KUSTb056079; Wed, 9 Nov 2016 20:30:28 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9KUSno056076; Wed, 9 Nov 2016 20:30:28 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201611092030.uA9KUSno056076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 9 Nov 2016 20:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425804 - 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, 09 Nov 2016 20:30:30 -0000 Author: lme Date: Wed Nov 9 20:30:28 2016 New Revision: 425804 URL: https://svnweb.freebsd.org/changeset/ports/425804 Log: security/lynis: Update to 2.4.0 PR: 213931 Submitted by: dewayne@heuristicsystems.com.au Modified: head/security/lynis/Makefile head/security/lynis/distinfo head/security/lynis/pkg-plist Modified: head/security/lynis/Makefile ============================================================================== --- head/security/lynis/Makefile Wed Nov 9 20:21:05 2016 (r425803) +++ head/security/lynis/Makefile Wed Nov 9 20:30:28 2016 (r425804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lynis -PORTVERSION= 2.3.4 +PORTVERSION= 2.4.0 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ Modified: head/security/lynis/distinfo ============================================================================== --- head/security/lynis/distinfo Wed Nov 9 20:21:05 2016 (r425803) +++ head/security/lynis/distinfo Wed Nov 9 20:30:28 2016 (r425804) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475613665 -SHA256 (lynis-2.3.4.tar.gz) = effa5b93d1e6c284ea6317a87f041a8a24428c9acc26e00a29844bf161a3267f -SIZE (lynis-2.3.4.tar.gz) = 252474 +TIMESTAMP = 1478722927 +SHA256 (lynis-2.4.0.tar.gz) = 4bda6fb87674c7f402564351b142fcda6b5397b66d0d7edb6a8f0d46a70de5ab +SIZE (lynis-2.4.0.tar.gz) = 257696 Modified: head/security/lynis/pkg-plist ============================================================================== --- head/security/lynis/pkg-plist Wed Nov 9 20:21:05 2016 (r425803) +++ head/security/lynis/pkg-plist Wed Nov 9 20:30:28 2016 (r425804) @@ -77,6 +77,7 @@ man/man8/lynis.8.gz %%DATADIR%%/include/tests_ssh %%DATADIR%%/include/tests_storage %%DATADIR%%/include/tests_storage_nfs +%%DATADIR%%/include/tests_system_integrity %%DATADIR%%/include/tests_time %%DATADIR%%/include/tests_tooling %%DATADIR%%/include/tests_virtualization From owner-svn-ports-all@freebsd.org Wed Nov 9 20:36:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D78EBC384EB; Wed, 9 Nov 2016 20:36:05 +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 8CFBDF5A; Wed, 9 Nov 2016 20:36:05 +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 uA9Ka4YC059899; Wed, 9 Nov 2016 20:36:04 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9Ka4r8059896; Wed, 9 Nov 2016 20:36:04 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201611092036.uA9Ka4r8059896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 9 Nov 2016 20:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425805 - head/german/mediathek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 20:36:05 -0000 Author: lme Date: Wed Nov 9 20:36:04 2016 New Revision: 425805 URL: https://svnweb.freebsd.org/changeset/ports/425805 Log: german/mediathek: - Update to version 12 - Add java/openjfx8-devel as run dependency Modified: head/german/mediathek/Makefile head/german/mediathek/distinfo head/german/mediathek/pkg-plist Modified: head/german/mediathek/Makefile ============================================================================== --- head/german/mediathek/Makefile Wed Nov 9 20:30:28 2016 (r425804) +++ head/german/mediathek/Makefile Wed Nov 9 20:36:04 2016 (r425805) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediathek -PORTVERSION= 11 +PORTVERSION= 12 CATEGORIES= german java MASTER_SITES= SF/zdfmediathk/Mediathek/Mediathek%20${PORTVERSION} DISTNAME= MediathekView_${PORTVERSION} @@ -10,12 +10,13 @@ DISTNAME= MediathekView_${PORTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Filme der oeff. rechtlichen Sender herunterladen und ansehen -RUN_DEPENDS= flvstreamer:multimedia/flvstreamer +RUN_DEPENDS= ${LOCALBASE}/openjdk8/bin/javafxpackager:java/openjfx8-devel \ + flvstreamer:multimedia/flvstreamer NO_BUILD= yes USES= zip:infozip USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ SUB_FILES= mediathek INSTALLFILES= MediathekView.jar MediathekView.ico Modified: head/german/mediathek/distinfo ============================================================================== --- head/german/mediathek/distinfo Wed Nov 9 20:30:28 2016 (r425804) +++ head/german/mediathek/distinfo Wed Nov 9 20:36:04 2016 (r425805) @@ -1,2 +1,3 @@ -SHA256 (MediathekView_11.zip) = 1846e2e2dcb29ea0f1c1d4e33587a971de16453a6d733b1f71b37bd19c4ccbbf -SIZE (MediathekView_11.zip) = 37860047 +TIMESTAMP = 1471200643 +SHA256 (MediathekView_12.zip) = 7a8767572657390831a39f0a1e6ce483cca589c56506a27c896f6fb39edd549a +SIZE (MediathekView_12.zip) = 39389109 Modified: head/german/mediathek/pkg-plist ============================================================================== --- head/german/mediathek/pkg-plist Wed Nov 9 20:30:28 2016 (r425804) +++ head/german/mediathek/pkg-plist Wed Nov 9 20:36:04 2016 (r425805) @@ -4,9 +4,9 @@ bin/mediathek %%DATADIR%%/MediathekView.ico %%DATADIR%%/MediathekView.jar %%DATADIR%%/lib/MSearch.jar -%%DATADIR%%/lib/commons-compress-1.8.1.jar -%%DATADIR%%/lib/commons-lang3-3.3.2.jar -%%DATADIR%%/lib/jackson-core-2.4.1.jar +%%DATADIR%%/lib/commons-compress-1.12.jar +%%DATADIR%%/lib/commons-lang3-3.4.jar +%%DATADIR%%/lib/jackson-core-2.7.0.jar %%DATADIR%%/lib/jchart2d-3.2.2.jar %%DATADIR%%/lib/jgoodies-common-1.8.0.jar %%DATADIR%%/lib/jgoodies-forms-1.8.0.jar From owner-svn-ports-all@freebsd.org Wed Nov 9 20:49:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D7D8C3882C; Wed, 9 Nov 2016 20:49:59 +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 13D6C7A8; Wed, 9 Nov 2016 20:49:59 +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 uA9KnwGs064259; Wed, 9 Nov 2016 20:49:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9KnwnR064258; Wed, 9 Nov 2016 20:49:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611092049.uA9KnwnR064258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 9 Nov 2016 20:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425806 - head/biology/molden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 20:49:59 -0000 Author: pi Date: Wed Nov 9 20:49:57 2016 New Revision: 425806 URL: https://svnweb.freebsd.org/changeset/ports/425806 Log: biology/molden: fix distinfo, set LICENSE Submitted by: marino Reported by: Eduardo Lemos de Sa MFH: 2016Q4 Modified: head/biology/molden/Makefile head/biology/molden/distinfo Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Wed Nov 9 20:36:04 2016 (r425805) +++ head/biology/molden/Makefile Wed Nov 9 20:49:57 2016 (r425806) @@ -3,6 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -11,7 +12,10 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= pi@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D -BROKEN= unfetchable, size mismatch +LICENSE= Molden +LICENSE_FILE= ${WRKSRC}/CopyRight +LICENSE_PERMS= auto-accept + RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -56,11 +60,11 @@ do-install: .for i in ambfor surf (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}/${PREFIX}/bin) .endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/test + ${MKDIR} ${STAGEDIR}${DATADIR}/test (cd ${WRKSRC}/test && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/test) - @${MKDIR} ${STAGEDIR}${DATADIR}/utils + ${MKDIR} ${STAGEDIR}${DATADIR}/utils (cd ${WRKSRC}/utils && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/utils) - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) .include Modified: head/biology/molden/distinfo ============================================================================== --- head/biology/molden/distinfo Wed Nov 9 20:36:04 2016 (r425805) +++ head/biology/molden/distinfo Wed Nov 9 20:49:57 2016 (r425806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472043944 -SHA256 (molden5.7.tar.gz) = 72c3568013a9804d8b50b6a88da4571f9d5c685ab25a740702aa119562bcf21c -SIZE (molden5.7.tar.gz) = 4958169 +TIMESTAMP = 1478691816 +SHA256 (molden5.7.tar.gz) = 4c7a6b550fefb3d71a7072c4a3a3e4793a927b62c2713180589b9481df546694 +SIZE (molden5.7.tar.gz) = 5338585 From owner-svn-ports-all@freebsd.org Wed Nov 9 21:13:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E016C38F63; Wed, 9 Nov 2016 21:13: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 1CF5781E; Wed, 9 Nov 2016 21:13:14 +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 uA9LDD4X075445; Wed, 9 Nov 2016 21:13:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9LDDbP075443; Wed, 9 Nov 2016 21:13:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611092113.uA9LDDbP075443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 21:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425807 - in head/dns/openmdns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 21:13:14 -0000 Author: jbeich Date: Wed Nov 9 21:13:12 2016 New Revision: 425807 URL: https://svnweb.freebsd.org/changeset/ports/425807 Log: dns/openmdns: document rc.d minimally PR: 214366 Modified: head/dns/openmdns/Makefile (contents, props changed) head/dns/openmdns/files/mdnsd.in Modified: head/dns/openmdns/Makefile ============================================================================== --- head/dns/openmdns/Makefile Wed Nov 9 20:49:57 2016 (r425806) +++ head/dns/openmdns/Makefile Wed Nov 9 21:13:12 2016 (r425807) @@ -3,7 +3,7 @@ PORTNAME= openmdns DISTVERSION= 0.6-11 DISTVERSIONSUFFIX= -g2008828 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= jbeich@FreeBSD.org Modified: head/dns/openmdns/files/mdnsd.in ============================================================================== --- head/dns/openmdns/files/mdnsd.in Wed Nov 9 20:49:57 2016 (r425806) +++ head/dns/openmdns/files/mdnsd.in Wed Nov 9 21:13:12 2016 (r425807) @@ -6,6 +6,14 @@ # REQUIRE: NETWORKING # BEFORE: DAEMON # KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable this service: +# +# mdnsd_enable (bool): Set it to YES to enable mdnsd(8) on startup. +# Default: NO +# mdnsd_flags (string): Arguments passed to mdnsd(8) such as the list of +# network interfaces to listen on e.g., "em0 fxp0". +# Default: lo0 (no network exposure) . /etc/rc.subr From owner-svn-ports-all@freebsd.org Wed Nov 9 21:30:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F13C38366; Wed, 9 Nov 2016 21:30:50 +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 70A1610B4; Wed, 9 Nov 2016 21:30:50 +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 uA9LUnkB080056; Wed, 9 Nov 2016 21:30:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9LUnf0080052; Wed, 9 Nov 2016 21:30:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611092130.uA9LUnf0080052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 9 Nov 2016 21:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425808 - in head/x11-wm/i3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 21:30:50 -0000 Author: bapt Date: Wed Nov 9 21:30:49 2016 New Revision: 425808 URL: https://svnweb.freebsd.org/changeset/ports/425808 Log: Update to 4.13 Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt Added: head/x11-wm/i3/files/ head/x11-wm/i3/files/patch-configure (contents, props changed) head/x11-wm/i3/files/patch-libi3_get__config__path.c (contents, props changed) Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Wed Nov 9 21:13:12 2016 (r425807) +++ head/x11-wm/i3/Makefile Wed Nov 9 21:30:49 2016 (r425808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.12 +DISTVERSION= 4.13 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ @@ -21,38 +21,23 @@ LIB_DEPENDS= libstartup-notification-1.s libpangocairo-1.0.so:x11-toolkits/pango \ libpcre.so:devel/pcre \ libxcb-cursor.so:x11/xcb-util-cursor \ - libxkbcommon.so:x11/libxkbcommon + libxkbcommon.so:x11/libxkbcommon \ + libxcb-xrm.so:x11/xcb-util-xrm RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 USE_XORG= xcb -USES= pkgconfig iconv gmake perl5 tar:bzip2 +USES= pkgconfig gmake iconv perl5 tar:bzip2 +GNU_CONFIGURE= yes +CONFIGURE_OUTSOURCE= yes +CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC="" USE_PERL5= run LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -MAKE_JOBS_UNSAFE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/src/config.c - @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/i3.config - @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/i3.config - @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}/|g' ${WRKSRC}/man/Makefile - @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3.1 - @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3-msg.1 - @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3-input.1 - @${REINPLACE_CMD} -e 's|.SILENT||g' ${WRKSRC}/common.mk - @${REINPLACE_CMD} -e 's|-Iinclude|-Iinclude -Isrc|g' \ - -e 's|-liconv|${ICONV_LIB}|' \ - -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/common.mk +INSTALL_TARGET= install-strip post-install: @${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3 \ - ${STAGEDIR}${PREFIX}/bin/i3bar \ - ${STAGEDIR}${PREFIX}/bin/i3-config-wizard \ - ${STAGEDIR}${PREFIX}/bin/i3-msg \ - ${STAGEDIR}${PREFIX}/bin/i3-input \ - ${STAGEDIR}${PREFIX}/bin/i3-nagbar \ - ${STAGEDIR}${PREFIX}/bin/i3-dump-log + .include Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Wed Nov 9 21:13:12 2016 (r425807) +++ head/x11-wm/i3/distinfo Wed Nov 9 21:30:49 2016 (r425808) @@ -1,2 +1,3 @@ -SHA256 (i3-4.12.tar.bz2) = e19e1ce08c2549cba83e083cc768d487202c41760d5c283f67752e791f1d78b4 -SIZE (i3-4.12.tar.bz2) = 988084 +TIMESTAMP = 1478723379 +SHA256 (i3-4.13.tar.bz2) = 94c13183e527a984132a3b050c8bf629626502a6e133e07b413641aec5f8cf8a +SIZE (i3-4.13.tar.bz2) = 1121298 Added: head/x11-wm/i3/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3/files/patch-configure Wed Nov 9 21:30:49 2016 (r425808) @@ -0,0 +1,11 @@ +--- configure.orig 2016-11-08 18:54:08 UTC ++++ configure +@@ -3351,7 +3351,7 @@ if test "x$_cv_gnu_make_command" = x""; + fi + + case $srcdir in #( +- .|.*) : ++ *) : + + # pwd -P is specified in IEEE 1003.1 from 2004 + as_dir=`cd "$srcdir" && pwd -P` Added: head/x11-wm/i3/files/patch-libi3_get__config__path.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3/files/patch-libi3_get__config__path.c Wed Nov 9 21:30:49 2016 (r425808) @@ -0,0 +1,11 @@ +--- libi3/get_config_path.c.orig 2016-11-08 18:54:01 UTC ++++ libi3/get_config_path.c +@@ -71,7 +71,7 @@ char *get_config_path(const char *overri + + /* 4: check for $XDG_CONFIG_DIRS/i3/config */ + if ((xdg_config_dirs = getenv("XDG_CONFIG_DIRS")) == NULL) +- xdg_config_dirs = "/etc/xdg"; ++ xdg_config_dirs = SYSCONFDIR "/xdg"; + + char *buf = sstrdup(xdg_config_dirs); + char *tok = strtok(buf, ":"); From owner-svn-ports-all@freebsd.org Wed Nov 9 21:54:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21B30C38A98; Wed, 9 Nov 2016 21:54: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 D67866A; Wed, 9 Nov 2016 21:54: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 uA9LsUuL092672; Wed, 9 Nov 2016 21:54:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9LsTeV092668; Wed, 9 Nov 2016 21:54:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611092154.uA9LsTeV092668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 21:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425809 - in head/audio/pulseaudio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 21:54:31 -0000 Author: jbeich Date: Wed Nov 9 21:54:29 2016 New Revision: 425809 URL: https://svnweb.freebsd.org/changeset/ports/425809 Log: audio/pulseaudio: respect hw.snd.default_unit PR: 211684 Submitted by: lightside Reviewed by: Tobias Kortkamp Approved by: maintainer timeout (3 months) MFH: 2016Q4 (notorious for affecting www/firefox) Modified: head/audio/pulseaudio/Makefile (contents, props changed) head/audio/pulseaudio/files/patch-src_modules_module-detect.c (contents, props changed) head/audio/pulseaudio/files/pkg-message.in (contents, props changed) Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Wed Nov 9 21:30:49 2016 (r425808) +++ head/audio/pulseaudio/Makefile Wed Nov 9 21:54:29 2016 (r425809) @@ -6,6 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 9.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ Modified: head/audio/pulseaudio/files/patch-src_modules_module-detect.c ============================================================================== --- head/audio/pulseaudio/files/patch-src_modules_module-detect.c Wed Nov 9 21:30:49 2016 (r425808) +++ head/audio/pulseaudio/files/patch-src_modules_module-detect.c Wed Nov 9 21:54:29 2016 (r425809) @@ -1,12 +1,54 @@ --- src/modules/module-detect.c.orig 2016-05-10 12:28:04 UTC +++ src/modules/module-detect.c -@@ -160,8 +160,7 @@ static int detect_oss(pa_core *c, int ju +@@ -160,11 +160,48 @@ static int detect_oss(pa_core *c, int ju continue; } else if (sscanf(line, "pcm%u: ", &device) == 1) { - /* FreeBSD support, the devices are named /dev/dsp0.0, dsp0.1 and so on */ - pa_snprintf(args, sizeof(args), "device=/dev/dsp%u.0", device); + pa_snprintf(args, sizeof(args), "device=/dev/dsp%u", device); ++ pa_module *m = pa_module_load(c, "module-oss", args); - if (!pa_module_load(c, "module-oss", args)) +- if (!pa_module_load(c, "module-oss", args)) ++ if (!m) ++ continue; ++ ++ if (!pa_endswith(line, "default")) ++ continue; ++ ++ char *p = strrchr(line, '>'); ++ ++ if (p) ++ p = strchr(p, '('); ++ ++ if (!p) continue; ++ ++ if (!c->default_sink && (strstr(p, "play") || (strstr(p, "p:") && !strstr(p, "(0p:")))) { ++ uint32_t idx = PA_IDXSET_INVALID; ++ pa_sink *s; ++ PA_IDXSET_FOREACH(s, c->sinks, idx) { ++ if (s->module == m) { ++ if (!pa_namereg_set_default_sink(c, s)) ++ pa_log_error("failed to set default sink for device: /dev/dsp%u", device); ++ ++ break; ++ } ++ } ++ } ++ ++ if (!c->default_source && (strstr(p, "rec") || (strstr(p, "r:") && !strstr(p, "/0r:")))) { ++ uint32_t idx = PA_IDXSET_INVALID; ++ pa_source *s; ++ PA_IDXSET_FOREACH(s, c->sources, idx) { ++ if (s->module == m) { ++ if (!pa_namereg_set_default_source(c, s)) ++ pa_log_error("failed to set default source for device: /dev/dsp%u", device); ++ ++ break; ++ } ++ } ++ } + } + + n++; Modified: head/audio/pulseaudio/files/pkg-message.in ============================================================================== --- head/audio/pulseaudio/files/pkg-message.in Wed Nov 9 21:30:49 2016 (r425808) +++ head/audio/pulseaudio/files/pkg-message.in Wed Nov 9 21:54:29 2016 (r425809) @@ -1,8 +1,10 @@ +Pulseaudio tries to determine default values for FreeBSD OSS driver at first +start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect +these values, but restart of the Pulseaudio might be needed to rescan it again, +e.g. `pacmd exit`. -Pulseaudio doesn't know about the hw.snd.default_unit=3 sysctl for the -FreeBSD OSS driver that is used to select the active input/output. So -for Pulseaudio we also need to tell it which input/output to use. The -difference is that Pulseaudio has separate input and output configure lines. +Pulseaudio has separate input and output configure lines. You can change them +with using following commands: To change the default sink (output): # pacmd set-default-sink 3 @@ -11,7 +13,7 @@ To change the default source (input): This can also be set in %%PREFIX%%/etc/pulse/default.pa -Replace the number '3' with the new default your want to set. +Replace the number '3' with the new default you want to set. The audio/freedesktop-sound-theme is needed if the default sound files From owner-svn-ports-all@freebsd.org Wed Nov 9 21:57:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0581AC38B65; Wed, 9 Nov 2016 21:57:26 +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 B30741FF; Wed, 9 Nov 2016 21:57:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9LvOwE092927; Wed, 9 Nov 2016 21:57:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9LvOMN092925; Wed, 9 Nov 2016 21:57:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611092157.uA9LvOMN092925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 9 Nov 2016 21:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425810 - in head/mail/dovecot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 21:57:26 -0000 Author: adamw Date: Wed Nov 9 21:57:24 2016 New Revision: 425810 URL: https://svnweb.freebsd.org/changeset/ports/425810 Log: Add an upstream github commit: https://github.com/dovecot/core/commit/b284962364068d5e9d60b8b1e98ba61b4b6593ec lib-http: client: Fixed assert failure occurring when server eturns error status early while client is still sending blocking payload. PR: 214365 Submitted by: Larry Rosenman Added: head/mail/dovecot2/files/patch-src_lib-http_http-client-request.c (contents, props changed) Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed Nov 9 21:54:29 2016 (r425809) +++ head/mail/dovecot2/Makefile Wed Nov 9 21:57:24 2016 (r425810) @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 Added: head/mail/dovecot2/files/patch-src_lib-http_http-client-request.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot2/files/patch-src_lib-http_http-client-request.c Wed Nov 9 21:57:24 2016 (r425810) @@ -0,0 +1,22 @@ +--- src/lib-http/http-client-request.c.orig 2016-10-27 12:26:28 UTC ++++ src/lib-http/http-client-request.c +@@ -786,10 +786,16 @@ int http_client_request_send_payload(str + i_assert(data != NULL); + + ret = http_client_request_continue_payload(&req, data, size); +- if (ret < 0) ++ if (ret < 0) { ++ /* failed to send payload */ + *_req = NULL; +- else { +- i_assert(ret == 0); ++ } else if (ret > 0) { ++ /* premature end of request; ++ server sent error before all payload could be sent */ ++ ret = -1; ++ *_req = NULL; ++ } else { ++ /* not finished sending payload */ + i_assert(req != NULL); + } + return ret; From owner-svn-ports-all@freebsd.org Wed Nov 9 22:06:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FE13C38D84; Wed, 9 Nov 2016 22:06:28 +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 D4FAD9AE; Wed, 9 Nov 2016 22:06:27 +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 uA9M6RXP096753; Wed, 9 Nov 2016 22:06:27 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9M6QL3096751; Wed, 9 Nov 2016 22:06:26 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092206.uA9M6QL3096751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 22:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425811 - in head/security/openvpn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 22:06:28 -0000 Author: mandree Date: Wed Nov 9 22:06:26 2016 New Revision: 425811 URL: https://svnweb.freebsd.org/changeset/ports/425811 Log: Experimental patch for topology subnet. Added as an extra patch behind an option that defaults to ON so people can still opt out, this is slated for an upcoming 2.3.14 release that is, however, not yet scheduled. PR: 207831 (related) Obtained from: Gert Doering, via upstream Git repository 446ef5bda4cdc75d Added: head/security/openvpn/files/extra-patch-fix-subnet (contents, props changed) Modified: head/security/openvpn/Makefile Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Wed Nov 9 21:57:24 2016 (r425810) +++ head/security/openvpn/Makefile Wed Nov 9 22:06:26 2016 (r425811) @@ -3,6 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.3.13 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ @@ -31,8 +32,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -DPLUGIN_LIBDIR=\\\"${PREFIX}/lib/openvpn/plugins\\\" OPTIONS_DEFINE= PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \ - TUNNELBLICK TEST -OPTIONS_DEFAULT= EASYRSA OPENSSL TEST + TUNNELBLICK TEST FIXSUBNET +OPTIONS_DEFAULT= EASYRSA OPENSSL TEST FIXSUBNET OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= OPENSSL POLARSSL # The following feature is always enabled since 2.3.9 and no longer optional. @@ -42,6 +43,7 @@ EASYRSA_DESC= Install security/easy-rsa POLARSSL_DESC= SSL/TLS via mbedTLS 1.3.X (not 2.x) TUNNELBLICK_DESC= Tunnelblick XOR scramble patch (READ HELP!) X509ALTUSERNAME_DESC= Enable --x509-username-field (OpenSSL only) +FIXSUBNET_DESC= Enable 'topology subnet' fix (experimental) EASYRSA_RUN_DEPENDS= easy-rsa>=0:security/easy-rsa @@ -50,6 +52,8 @@ PKCS11_CONFIGURE_ENABLE= pkcs11 TUNNELBLICK_EXTRA_PATCHES= ${FILESDIR}/extra-tunnelblick-openvpn_xorpatch +FIXSUBNET_EXTRA_PATCHES= ${FILESDIR}/extra-patch-fix-subnet + X509ALTUSERNAME_CONFIGURE_ENABLE= x509-alt-username X509ALTUSERNAME_PREVENTS= POLARSSL Added: head/security/openvpn/files/extra-patch-fix-subnet ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvpn/files/extra-patch-fix-subnet Wed Nov 9 22:06:26 2016 (r425811) @@ -0,0 +1,90 @@ +commit 446ef5bda4cdc75d4cb955e274846faff0181fd3 +Author: Gert Doering +Date: Tue Nov 8 13:45:06 2016 +0100 + + Repair topology subnet on FreeBSD 11 + + We used to add "route for this subnet" by using our own address as + the gateway address, which used to mean "connected to the interface, + no gateway". FreeBSD commit 293159 changed the kernel side of that + assumption so "my address" is now always bound to "lo0" - thus, our + subnet route also ended up pointing to "lo0", breaking connectivity + for all hosts in the subnet except the one we used as "remote". + + commit 60fd44e501f200 already introduced a "remote address" we use + for the "ifconfig tunX " part - extend that to be used + as gateway address for the "tunX subnet" as well, and things will + work more robustly. + + Tested on FreeBSD 11.0-RELEASE and 7.4-RELEASE (client and server) + (this particular issue is not present before 11.0, but "adding the + subnet route" never worked right, not even in 7.4 - 11.0 just made + the problem manifest more clearly) + + Trac #425 + URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207831 + + Signed-off-by: Gert Doering + Acked-by: Steffan Karger + Message-Id: <20161108124506.32559-1-gert@greenie.muc.de> + URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12950.html + Signed-off-by: Gert Doering + (cherry picked from commit a433b3813d8c38b491d2baa7b433973f2d6cd7c6) + +diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c +index 11027dd..9bb586d 100644 +--- ./src/openvpn/tun.c ++++ ./src/openvpn/tun.c +@@ -635,8 +635,8 @@ void delete_route_connected_v6_net(struct tuntap * tt, + * is still point to point and no layer 2 resolution is done... + */ + +-const char * +-create_arbitrary_remote( struct tuntap *tt, struct gc_arena * gc ) ++in_addr_t ++create_arbitrary_remote( struct tuntap *tt ) + { + in_addr_t remote; + +@@ -644,7 +644,7 @@ create_arbitrary_remote( struct tuntap *tt, struct gc_arena * gc ) + + if ( remote == tt->local ) remote ++; + +- return print_in_addr_t (remote, 0, gc); ++ return remote; + } + #endif + +@@ -1126,6 +1126,8 @@ do_ifconfig (struct tuntap *tt, + + #elif defined(TARGET_FREEBSD)||defined(TARGET_DRAGONFLY) + ++ in_addr_t remote_end; /* for "virtual" subnet topology */ ++ + /* example: ifconfig tun2 10.2.0.2 10.2.0.1 mtu 1450 netmask 255.255.255.255 up */ + if (tun) + argv_printf (&argv, +@@ -1138,12 +1140,13 @@ do_ifconfig (struct tuntap *tt, + ); + else if ( tt->topology == TOP_SUBNET ) + { ++ remote_end = create_arbitrary_remote( tt ); + argv_printf (&argv, + "%s %s %s %s mtu %d netmask %s up", + IFCONFIG_PATH, + actual, + ifconfig_local, +- create_arbitrary_remote( tt, &gc ), ++ print_in_addr_t (remote_end, 0, &gc), + tun_mtu, + ifconfig_remote_netmask + ); +@@ -1170,7 +1173,7 @@ do_ifconfig (struct tuntap *tt, + r.flags = RT_DEFINED; + r.network = tt->local & tt->remote_netmask; + r.netmask = tt->remote_netmask; +- r.gateway = tt->local; ++ r.gateway = remote_end; + add_route (&r, tt, 0, NULL, es); + } + From owner-svn-ports-all@freebsd.org Wed Nov 9 22:06:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3078C38DB9; Wed, 9 Nov 2016 22:06:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92501A8E; Wed, 9 Nov 2016 22:06:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9M6gfq096891; Wed, 9 Nov 2016 22:06:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9M6gAa096889; Wed, 9 Nov 2016 22:06:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611092206.uA9M6gAa096889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 22:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425812 - in head/audio/pulseaudio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 22:06:43 -0000 Author: jbeich Date: Wed Nov 9 22:06:42 2016 New Revision: 425812 URL: https://svnweb.freebsd.org/changeset/ports/425812 Log: audio/pulseaudio: simplify hw.snd.default_unit search PR: 211684 Submitted by: lightside MFH: 2016Q4 (r425809 bandwagon) Modified: head/audio/pulseaudio/Makefile (contents, props changed) head/audio/pulseaudio/files/patch-src_modules_module-detect.c (contents, props changed) Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Wed Nov 9 22:06:26 2016 (r425811) +++ head/audio/pulseaudio/Makefile Wed Nov 9 22:06:42 2016 (r425812) @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ Modified: head/audio/pulseaudio/files/patch-src_modules_module-detect.c ============================================================================== --- head/audio/pulseaudio/files/patch-src_modules_module-detect.c Wed Nov 9 22:06:26 2016 (r425811) +++ head/audio/pulseaudio/files/patch-src_modules_module-detect.c Wed Nov 9 22:06:42 2016 (r425812) @@ -1,6 +1,6 @@ --- src/modules/module-detect.c.orig 2016-05-10 12:28:04 UTC +++ src/modules/module-detect.c -@@ -160,11 +160,48 @@ static int detect_oss(pa_core *c, int ju +@@ -160,11 +160,45 @@ static int detect_oss(pa_core *c, int ju continue; } else if (sscanf(line, "pcm%u: ", &device) == 1) { @@ -16,10 +16,7 @@ + if (!pa_endswith(line, "default")) + continue; + -+ char *p = strrchr(line, '>'); -+ -+ if (p) -+ p = strchr(p, '('); ++ const char *p = strrchr(line, '('); + + if (!p) continue; From owner-svn-ports-all@freebsd.org Wed Nov 9 22:31:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A4F7C384CE; Wed, 9 Nov 2016 22:31:50 +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 BA782A86; Wed, 9 Nov 2016 22:31:49 +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 uA9MVmYv007271; Wed, 9 Nov 2016 22:31:48 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9MVmCL007267; Wed, 9 Nov 2016 22:31:48 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092231.uA9MVmCL007267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 22:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425813 - in head/databases/db5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 22:31:50 -0000 Author: mandree Date: Wed Nov 9 22:31:48 2016 New Revision: 425813 URL: https://svnweb.freebsd.org/changeset/ports/425813 Log: Avoid junk pointer when __db_vrfy_datapage() fails Rather than second-guessing what the __os_free() might be doing and avoiding it, initialize the pointer to NULL, which __os_free() will skip. This should be the safer approach if Oracle ever patches other parts of db 5.3. PR: 210829 Submitted by: Mark Millard Added: head/databases/db5/files/patch-src_heap_heap__verify.c (contents, props changed) Modified: head/databases/db5/Makefile head/databases/db5/files/patch-lang_tcl_tcl__env.c head/databases/db5/files/patch-lang_tcl_tcl__seq.c Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Wed Nov 9 22:06:42 2016 (r425812) +++ head/databases/db5/Makefile Wed Nov 9 22:31:48 2016 (r425813) @@ -3,7 +3,7 @@ PORTNAME= db5 PORTVERSION= 5.3.28 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= Modified: head/databases/db5/files/patch-lang_tcl_tcl__env.c ============================================================================== --- head/databases/db5/files/patch-lang_tcl_tcl__env.c Wed Nov 9 22:06:42 2016 (r425812) +++ head/databases/db5/files/patch-lang_tcl_tcl__env.c Wed Nov 9 22:31:48 2016 (r425813) @@ -1,4 +1,4 @@ ---- lang/tcl/tcl_env.c.orig 2016-05-24 08:19:08 UTC +--- lang/tcl/tcl_env.c.orig 2013-09-09 15:35:07 UTC +++ lang/tcl/tcl_env.c @@ -2864,9 +2864,10 @@ env_GetFlags(interp, objc, objv, dbenv) for (i = 0; open_flags[i].flag != 0; i++) Modified: head/databases/db5/files/patch-lang_tcl_tcl__seq.c ============================================================================== --- head/databases/db5/files/patch-lang_tcl_tcl__seq.c Wed Nov 9 22:06:42 2016 (r425812) +++ head/databases/db5/files/patch-lang_tcl_tcl__seq.c Wed Nov 9 22:31:48 2016 (r425813) @@ -1,4 +1,4 @@ ---- lang/tcl/tcl_seq.c.orig 2016-05-24 08:18:03 UTC +--- lang/tcl/tcl_seq.c.orig 2013-09-09 15:35:07 UTC +++ lang/tcl/tcl_seq.c @@ -555,9 +555,10 @@ tcl_SeqGetFlags(interp, objc, objv, seq) for (i = 0; seq_flags[i].flag != 0; i++) Added: head/databases/db5/files/patch-src_heap_heap__verify.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db5/files/patch-src_heap_heap__verify.c Wed Nov 9 22:31:48 2016 (r425813) @@ -0,0 +1,11 @@ +--- src/heap/heap_verify.c.orig 2013-09-09 15:35:08 UTC ++++ src/heap/heap_verify.c +@@ -122,7 +122,7 @@ __heap_vrfy(dbp, vdp, h, pgno, flags) + { + HEAPHDR *hdr; + int cnt, i, j, ret; +- db_indx_t *offsets, *offtbl, end; ++ db_indx_t *offsets = NULL, *offtbl, end; + + if ((ret = __db_vrfy_datapage(dbp, vdp, h, pgno, flags)) != 0) + goto err; From owner-svn-ports-all@freebsd.org Wed Nov 9 22:42:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EA11C388A2; Wed, 9 Nov 2016 22:42:56 +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 D39E629; Wed, 9 Nov 2016 22:42:55 +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 uA9Mgtpp012586; Wed, 9 Nov 2016 22:42:55 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9MgtWq012585; Wed, 9 Nov 2016 22:42:55 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201611092242.uA9MgtWq012585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 9 Nov 2016 22:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425814 - head/security/heimdal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 22:42:56 -0000 Author: jkim Date: Wed Nov 9 22:42:54 2016 New Revision: 425814 URL: https://svnweb.freebsd.org/changeset/ports/425814 Log: Do not let the configure script pick up Berkeley DB from ports. Approved by: hrs (maintainer) Modified: head/security/heimdal/files/patch-configure Modified: head/security/heimdal/files/patch-configure ============================================================================== --- head/security/heimdal/files/patch-configure Wed Nov 9 22:31:48 2016 (r425813) +++ head/security/heimdal/files/patch-configure Wed Nov 9 22:42:54 2016 (r425814) @@ -1,6 +1,6 @@ ---- configure.orig 2014-10-20 14:24:44.000000000 +0900 -+++ configure 2014-10-20 14:27:30.000000000 +0900 -@@ -9567,29 +9567,6 @@ +--- configure.orig 2012-12-09 22:09:32 UTC ++++ configure +@@ -9567,29 +9567,6 @@ fi hardcode_shlibpath_var=no ;; @@ -30,7 +30,7 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -@@ -10561,10 +10538,6 @@ +@@ -10561,10 +10538,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; @@ -41,7 +41,7 @@ freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. -@@ -10572,7 +10545,6 @@ +@@ -10572,7 +10545,6 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in @@ -49,7 +49,7 @@ *) objformat=elf ;; esac fi -@@ -10590,18 +10562,6 @@ +@@ -10590,18 +10562,6 @@ freebsd* | dragonfly*) esac shlibpath_var=LD_LIBRARY_PATH case $host_os in @@ -68,7 +68,7 @@ *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes -@@ -14227,7 +14187,7 @@ +@@ -14227,7 +14187,7 @@ case "$host" in native_pthread_support="netbsd 3 uses explict pthread" PTHREAD_LIBADD="-lpthread" ;; @@ -77,7 +77,17 @@ native_pthread_support=yes PTHREAD_LIBADD="-pthread" ;; -@@ -28245,7 +28205,7 @@ +@@ -14393,9 +14353,6 @@ done + + else + for ac_header in \ +- db5/db.h \ +- db4/db.h \ +- db3/db.h \ + db.h \ + + do : +@@ -28245,7 +28202,7 @@ fi krb_cv_compile_et="no" krb_cv_com_err_need_r="" From owner-svn-ports-all@freebsd.org Wed Nov 9 22:59:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46EFEC372CF; Wed, 9 Nov 2016 22:59:07 +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 0A071994; Wed, 9 Nov 2016 22:59: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 uA9Mx6Xq016885; Wed, 9 Nov 2016 22:59:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9Mx68d016883; Wed, 9 Nov 2016 22:59:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611092259.uA9Mx68d016883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Nov 2016 22:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425815 - in head/games/zdoom: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 22:59:07 -0000 Author: jbeich Date: Wed Nov 9 22:59:05 2016 New Revision: 425815 URL: https://svnweb.freebsd.org/changeset/ports/425815 Log: games/zdoom: add .desktop file + icon for it PR: 213904 Submitted by: Kyle Evans (maintainer) Added: head/games/zdoom/files/ head/games/zdoom/files/zdoom.xpm (contents, props changed) Modified: head/games/zdoom/Makefile (contents, props changed) Modified: head/games/zdoom/Makefile ============================================================================== --- head/games/zdoom/Makefile Wed Nov 9 22:42:54 2016 (r425814) +++ head/games/zdoom/Makefile Wed Nov 9 22:59:05 2016 (r425815) @@ -3,7 +3,7 @@ PORTNAME= zdoom PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= bsdports@kyle-evans.net @@ -32,8 +32,11 @@ USE_SDL= sdl2 CMAKE_ARGS= -DNO_FMOD:BOOL=ON CXXFLAGS+= -DSHARE_DIR=\\\"${DATADIR}\\\" +DESKTOP_ENTRIES= "ZDoom" "" "${PORTNAME}" "${PORTNAME}" "Game;Shooter;" "" + PLIST_FILES= bin/${PORTNAME} \ - ${DATADIR}/${PORTNAME}.pk3 + ${DATADIR}/${PORTNAME}.pk3 \ + share/pixmaps/${PORTNAME}.xpm OPTIONS_DEFINE= FLUIDSYNTH OPTIONS_DEFAULT=FLUIDSYNTH @@ -48,5 +51,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps .include Added: head/games/zdoom/files/zdoom.xpm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zdoom/files/zdoom.xpm Wed Nov 9 22:59:05 2016 (r425815) @@ -0,0 +1,83 @@ +/* XPM */ +static char * zdoom_xpm[] = { +"48 48 32 1", +" c None", +". c #ADA990", +"+ c #999966", +"@ c #666666", +"# c #393939", +"$ c #555555", +"% c #996666", +"& c #777777", +"* c #5F5F5F", +"= c #333333", +"- c #4D4D4D", +"; c #868686", +"> c #969696", +", c #1C1C1C", +"' c #339933", +") c #336633", +"! c #66CC66", +"~ c #66FF66", +"{ c #66CC33", +"] c #222222", +"^ c #333300", +"/ c #292929", +"( c #040404", +"_ c #0C0C0C", +": c #663333", +"< c #996633", +"[ c #CC9966", +"} c #CC6633", +"| c #CC9999", +"1 c #FFCC99", +"2 c #FF9966", +"3 c #FFCCCC", +" ... ", +" ++@##$+ ", +" +...+%&+ ", +" %*=-*&;$=&* ", +" %**=$@;>@=&*% ", +" &**@$*@@$-.+& ", +" %$%@*..$@.. ", +" ,#@+++@@#& ", +" $,#$$@@$#=$'' ", +" )!!!~!{=],,,,]^)'!{') =/, ", +" )){'~!!'')=],=))'{)'')) /=],( ", +" )'!!'!)~'{'),)''''''')) @@/==](( ", +" ^)''')'{{''')'''''),))) $$@$/,( ", +" ,^))),))''''))'')^,__/$$$-#-(( ", +" :<[}<,_)))))))),___,]#@@-/]] ", +" :<|12<:_,,,,,_,#$$-#/,^^=^}}< ", +" :<[1}::,^,,__,#$-==/,,::^:<<< ", +" ::&+@#^,,__/)#-=/,,,,-::^<::= ", +" :*+12[:==_,$-=/,,,,/,#::::=^ ", +" #*}331}-$]-==/,,,,// ##:=^ ", +" /]<13[---],,,,,,,]_] ", +" ,:--/,___]]]]:^___/ ", +" _______,^^,^,__/# ", +" ______:::::/$,,/# ", +" ____^:::=,^^^^,^^ ", +" __,,:=^,,)))^,,= ", +" _,,),,,,,^)^^^,, ", +" ,^,,),__,^))),,^ ", +" ,,,^^,,,,,)))),, ", +" ,,,,,,,)^))))^ ", +" ,,^,,,^^)))))^ ", +" ,^^,,,,)))))), ", +" ,^,,,,))^))), ", +" ],,,,,$&&&*$# ", +" ],,,]#****$# ", +" ]]]]]^####, ", +" ]]]]*,,,,#* ", +" ,_,#@&&@*/ ", +" __$####=# ", +" ,_/$$$$$# ", +" ,,,$*$$$ ", +" ],,,$**$# ", +" ],,,@&&@# ", +" ],,,$**#= ", +" ,,=+++%$ ", +" *%%%*$ ", +" /$*$#/ ", +" ],,]] "}; From owner-svn-ports-all@freebsd.org Wed Nov 9 23:05:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02028C3755F; Wed, 9 Nov 2016 23:05:01 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6511E0F; Wed, 9 Nov 2016 23:05:00 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9N4xcP021004; Wed, 9 Nov 2016 23:04:59 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9N4x28021000; Wed, 9 Nov 2016 23:04:59 GMT (envelope-from db@FreeBSD.org) Message-Id: <201611092304.uA9N4x28021000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 9 Nov 2016 23:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425816 - in head/comms/fldigi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:05:01 -0000 Author: db Date: Wed Nov 9 23:04:59 2016 New Revision: 425816 URL: https://svnweb.freebsd.org/changeset/ports/425816 Log: Unbreak fldigi and update to latest version 3.23.15 Move distribution site to sourceforge Version 3.23.15 * Maintenance release Translation file * Updated po/pl.po Polish translation file - update provided by Roman Bagiñski, SP4JEU N3FJP command sequencing * changed command/response sequencing to correct difference in behavior Windows versus all other platforms. BARTG vice BART * Acronymn correction on Contest configuration panel speed test * improper use of memset XP fault on failure * debug thread timing caused delayed attempt to access a deleted Fl_Browser widget in debug panel - not evident on other OS or on later versions of Windows Default Logbook widget sizing * Added resizing to all logbook widgets Mono / Stereo wav file * Output monophonic wav file (left channel) unless configured for right channel recording ARQ thread * change server thread to make non blocking N3FJP logged frequency * User selectable for ssb Suppressed carrier, or ssb Suppressed carrier +/- wf audio injection frequency modified if RTTY update check * Use www.w1hkj.com file mirror for version check DX cluster * Add DX cluster access via telnet connection CQWW zone/state * Add parsing and auto log entry for CQzone when passed from CQWW's CALLTAB event * Fix error in not passing CQstate entry from both log views Contest fields * remove ambiguity for menu items View ... Contest fields OSX Clang build * Correct errors in clang build on OS X 10.11 flrig default * Change flrig control default to FALSE Added: head/comms/fldigi/files/patch-src_include_main.h (contents, props changed) Deleted: head/comms/fldigi/files/patch-src_dialogs_fl__digi.cxx head/comms/fldigi/files/patch-src_dominoex_dominoex.cxx head/comms/fldigi/files/patch-src_fsq_fsq.cxx head/comms/fldigi/files/patch-src_ifkp_ifkp.cxx head/comms/fldigi/files/patch-src_include_data__io.h head/comms/fldigi/files/patch-src_include_qrunner.h head/comms/fldigi/files/patch-src_qrunner_qrunner.cxx head/comms/fldigi/files/patch-src_soundcard_sound.cxx head/comms/fldigi/files/patch-src_spot_pskrep.cxx head/comms/fldigi/files/patch-src_thor_thor.cxx head/comms/fldigi/files/patch-src_wefax_wefax.cxx head/comms/fldigi/files/patch-src_xmlrpcpp_XmlRpcBase64.h Modified: head/comms/fldigi/Makefile head/comms/fldigi/distinfo head/comms/fldigi/files/patch-src_misc_newinstall.cxx head/comms/fldigi/files/patch-src_widgets_picture.cxx Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Wed Nov 9 22:59:05 2016 (r425815) +++ head/comms/fldigi/Makefile Wed Nov 9 23:04:59 2016 (r425816) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 3.23.03 +PORTVERSION= 3.23.15 CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\ - LOCAL/db +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= hamradio@FreeBSD.org COMMENT= Digital decoder for psk, cw, psk31, olivia @@ -18,8 +17,6 @@ LIB_DEPENDS= libsamplerate.so:audio/libs libboost_system.so:devel/boost-libs\ libfltk.so:x11-toolkits/fltk -BROKEN= Fails to build against libsamplerate-0.1.9 - USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes USES= compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix Modified: head/comms/fldigi/distinfo ============================================================================== --- head/comms/fldigi/distinfo Wed Nov 9 22:59:05 2016 (r425815) +++ head/comms/fldigi/distinfo Wed Nov 9 23:04:59 2016 (r425816) @@ -1,2 +1,3 @@ -SHA256 (fldigi-3.23.03.tar.gz) = b308ceb0581e7668eedf83042baf6f9ae4af938648436cd1857655cad8fe978e -SIZE (fldigi-3.23.03.tar.gz) = 2951727 +TIMESTAMP = 1478699919 +SHA256 (fldigi-3.23.15.tar.gz) = b55018b50f8ace203a633f23cab9b4b5a0c6e4bf6d0fcc1258de6497d274aadb +SIZE (fldigi-3.23.15.tar.gz) = 3138313 Added: head/comms/fldigi/files/patch-src_include_main.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/fldigi/files/patch-src_include_main.h Wed Nov 9 23:04:59 2016 (r425816) @@ -0,0 +1,11 @@ +--- src/include/main.h.orig 2016-08-07 11:40:50 UTC ++++ src/include/main.h +@@ -22,6 +22,8 @@ + #define MAIN_H_ + + #include ++// FreeBSD needs this ++#include + + #include + Modified: head/comms/fldigi/files/patch-src_misc_newinstall.cxx ============================================================================== --- head/comms/fldigi/files/patch-src_misc_newinstall.cxx Wed Nov 9 22:59:05 2016 (r425815) +++ head/comms/fldigi/files/patch-src_misc_newinstall.cxx Wed Nov 9 23:04:59 2016 (r425816) @@ -1,5 +1,14 @@ ---- src/misc/newinstall.cxx.orig 2015-08-12 20:42:32 UTC +--- src/misc/newinstall.cxx.orig 2016-11-09 20:36:15 UTC +++ src/misc/newinstall.cxx +@@ -67,7 +67,7 @@ text[3] = " btu de From owner-svn-ports-all@freebsd.org Wed Nov 9 23:23:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA5F0C378F7; Wed, 9 Nov 2016 23:23:15 +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 6CA4681A; Wed, 9 Nov 2016 23:23:15 +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 uA9NNEAP028654; Wed, 9 Nov 2016 23:23:14 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9NNEIE028652; Wed, 9 Nov 2016 23:23:14 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092323.uA9NNEIE028652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425817 - head/net-im/ricochet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:23:15 -0000 Author: mandree Date: Wed Nov 9 23:23:14 2016 New Revision: 425817 URL: https://svnweb.freebsd.org/changeset/ports/425817 Log: Maintainer update to new 1.1.4 release. ChangeLog: https://github.com/ricochet-im/ricochet/releases/tag/v1.1.4 Next time, please tag the PR with "[MAINTAINER UPDATE]" so we can identify it more easily. PR: 214331 Submitted by: Yuri Victorovich (maintainer) Modified: head/net-im/ricochet/Makefile head/net-im/ricochet/distinfo Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Wed Nov 9 23:04:59 2016 (r425816) +++ head/net-im/ricochet/Makefile Wed Nov 9 23:23:14 2016 (r425817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ricochet -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -22,10 +22,9 @@ BROKEN_FreeBSD_9_amd64= does not build USE_GITHUB= yes GH_ACCOUNT= ricochet-im -USES= compiler:c++11-lib gmake pkgconfig qmake -USE_OPENSSL= yes +USES= compiler:c++11-lib gmake pkgconfig qmake ssl USE_GL= gl -USE_QT5= core gui network qml quick quickcontrols widgets multimedia buildtools_build linguisttools_build +USE_QT5= core gui network qml quick widgets multimedia buildtools_build linguisttools_build QMAKE_ARGS+= DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${LOCALBASE} PLIST_FILES= bin/ricochet \ Modified: head/net-im/ricochet/distinfo ============================================================================== --- head/net-im/ricochet/distinfo Wed Nov 9 23:04:59 2016 (r425816) +++ head/net-im/ricochet/distinfo Wed Nov 9 23:23:14 2016 (r425817) @@ -1,2 +1,3 @@ -SHA256 (ricochet-im-ricochet-v1.1.2_GH0.tar.gz) = 793a29d9a621a3ba471b1906afdceac71114f45c6f1e6415dc802a4ceb2eebeb -SIZE (ricochet-im-ricochet-v1.1.2_GH0.tar.gz) = 1219902 +TIMESTAMP = 1478592820 +SHA256 (ricochet-im-ricochet-v1.1.4_GH0.tar.gz) = 4eb9000bc3f6c6a18659479015af980c16f971d468d10410ebeac8ada720d2cd +SIZE (ricochet-im-ricochet-v1.1.4_GH0.tar.gz) = 1292671 From owner-svn-ports-all@freebsd.org Wed Nov 9 23:35:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E586C37CFE; Wed, 9 Nov 2016 23:35:35 +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 14F11DF1; Wed, 9 Nov 2016 23:35:35 +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 uA9NZYEd032800; Wed, 9 Nov 2016 23:35:34 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9NZY5b032798; Wed, 9 Nov 2016 23:35:34 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092335.uA9NZY5b032798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425818 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:35:35 -0000 Author: mandree Date: Wed Nov 9 23:35:33 2016 New Revision: 425818 URL: https://svnweb.freebsd.org/changeset/ports/425818 Log: Maintainer update to newer release 1.8.7. PR: 213944 Submitted by: Anton Sayetsky (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Wed Nov 9 23:23:14 2016 (r425817) +++ head/graphics/pngcrush/Makefile Wed Nov 9 23:35:33 2016 (r425818) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.7 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ - SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ +MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ + # SF/pmt/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Wed Nov 9 23:23:14 2016 (r425817) +++ head/graphics/pngcrush/distinfo Wed Nov 9 23:35:33 2016 (r425818) @@ -1,2 +1,3 @@ -SHA256 (pngcrush-1.8.1-nolib.tar.xz) = 29dfdc0e4302a10a58f1785ebc08ec5f57b6b2d3f36688dcb69ee058eb8a7ac0 -SIZE (pngcrush-1.8.1-nolib.tar.xz) = 61232 +TIMESTAMP = 1477914424 +SHA256 (pngcrush-1.8.7-nolib.tar.xz) = f0cfc0d6f4df67106a184600f891b164875b6be7173111c87bec48a509fac60b +SIZE (pngcrush-1.8.7-nolib.tar.xz) = 64556 From owner-svn-ports-all@freebsd.org Wed Nov 9 23:49:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BAC8C380CF; Wed, 9 Nov 2016 23:49:34 +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 0993A614; Wed, 9 Nov 2016 23:49:33 +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 uA9NnXuq036994; Wed, 9 Nov 2016 23:49:33 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9NnXce036991; Wed, 9 Nov 2016 23:49:33 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092349.uA9NnXce036991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425819 - in head/devel/jsoncpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:49:34 -0000 Author: mandree Date: Wed Nov 9 23:49:32 2016 New Revision: 425819 URL: https://svnweb.freebsd.org/changeset/ports/425819 Log: Fix build on GCC 5. PR: 213992 Submitted by: Yuri Victorovich (maintainer) Added: head/devel/jsoncpp/files/patch-src_lib__json_json__reader.cpp (contents, props changed) head/devel/jsoncpp/files/patch-src_lib__json_json__writer.cpp (contents, props changed) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Wed Nov 9 23:35:33 2016 (r425818) +++ head/devel/jsoncpp/Makefile Wed Nov 9 23:49:32 2016 (r425819) @@ -26,7 +26,12 @@ MAKE_ARGS= platform=linux-gcc # Certain new compiler features unlock parts of jsoncpp API (ex. see JSON_HAS_RVALUE_REFERENCES). # Use c++11 above to be the most inclusive. USES+= compiler:c++11-lang +# lang/gcc5 fix +.if ${COMPILER_TYPE} == clang CXXFLAGS+= --std=c++11 +.else +CXXFLAGS+= --std=gnu++11 -D_GLIBCXX_USE_C99=1 +.endif .endif do-install: Added: head/devel/jsoncpp/files/patch-src_lib__json_json__reader.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jsoncpp/files/patch-src_lib__json_json__reader.cpp Wed Nov 9 23:49:32 2016 (r425819) @@ -0,0 +1,14 @@ +--- src/lib_json/json_reader.cpp.orig 2016-10-30 21:28:16 UTC ++++ src/lib_json/json_reader.cpp +@@ -3,6 +3,11 @@ + // recognized in your jurisdiction. + // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE + ++// fix for lang/gcc5+ ++#if __GNUC__ == 5 ++#include ++#endif ++ + #if !defined(JSON_IS_AMALGAMATION) + #include + #include Added: head/devel/jsoncpp/files/patch-src_lib__json_json__writer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jsoncpp/files/patch-src_lib__json_json__writer.cpp Wed Nov 9 23:49:32 2016 (r425819) @@ -0,0 +1,14 @@ +--- src/lib_json/json_writer.cpp.orig 2016-10-30 21:27:18 UTC ++++ src/lib_json/json_writer.cpp +@@ -3,6 +3,11 @@ + // recognized in your jurisdiction. + // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE + ++// fix for lang/gcc5+ ++#if __GNUC__ == 5 ++#include ++#endif ++ + #if !defined(JSON_IS_AMALGAMATION) + #include + #include "json_tool.h" From owner-svn-ports-all@freebsd.org Wed Nov 9 23:53:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9744BC382C7; Wed, 9 Nov 2016 23:53:08 +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 4DF57A91; Wed, 9 Nov 2016 23:53:08 +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 uA9Nr7ew040720; Wed, 9 Nov 2016 23:53:07 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9Nr7rJ040719; Wed, 9 Nov 2016 23:53:07 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092353.uA9Nr7rJ040719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:53:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425820 - head/devel/jsoncpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:53:08 -0000 Author: mandree Date: Wed Nov 9 23:53:07 2016 New Revision: 425820 URL: https://svnweb.freebsd.org/changeset/ports/425820 Log: Forced commit to note: PR: 213992 Reported by: Kenneth Salerno Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== From owner-svn-ports-all@freebsd.org Wed Nov 9 23:56:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA1C1C38384; Wed, 9 Nov 2016 23:56:29 +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 8A12DC3C; Wed, 9 Nov 2016 23:56:29 +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 uA9NuSkx040972; Wed, 9 Nov 2016 23:56:28 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9NuSmW040970; Wed, 9 Nov 2016 23:56:28 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092356.uA9NuSmW040970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425821 - head/security/clamfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 09 Nov 2016 23:56:29 -0000 Author: mandree Date: Wed Nov 9 23:56:28 2016 New Revision: 425821 URL: https://svnweb.freebsd.org/changeset/ports/425821 Log: Update pkg-message and maintainer's email address. PR: 212836 Submitted by: Mageirias Anastasios (maintainer) Modified: head/security/clamfs/Makefile head/security/clamfs/pkg-message Modified: head/security/clamfs/Makefile ============================================================================== --- head/security/clamfs/Makefile Wed Nov 9 23:53:07 2016 (r425820) +++ head/security/clamfs/Makefile Wed Nov 9 23:56:28 2016 (r425821) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= anastmag@gmail.com +MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 Modified: head/security/clamfs/pkg-message ============================================================================== --- head/security/clamfs/pkg-message Wed Nov 9 23:53:07 2016 (r425820) +++ head/security/clamfs/pkg-message Wed Nov 9 23:56:28 2016 (r425821) @@ -1,5 +1,5 @@ ************************************************************************** -In order to use clamav, you should load fuse.ko module. +In order to use clamfs, you should load fuse.ko module. Type "sudo kldload fuse.ko" From owner-svn-ports-all@freebsd.org Thu Nov 10 01:08:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BB6AC375B2; Thu, 10 Nov 2016 01:08:46 +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 C54AFD4; Thu, 10 Nov 2016 01:08:45 +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 uAA18ij8068430; Thu, 10 Nov 2016 01:08:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA18isO068424; Thu, 10 Nov 2016 01:08:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611100108.uAA18isO068424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 10 Nov 2016 01:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425822 - in head/cad: . solvespace solvespace/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 01:08:46 -0000 Author: swills Date: Thu Nov 10 01:08:44 2016 New Revision: 425822 URL: https://svnweb.freebsd.org/changeset/ports/425822 Log: cad/solvespace: create port SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and 3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and solid geometry. WWW: http://solvespace.com/ Added: head/cad/solvespace/ head/cad/solvespace/Makefile (contents, props changed) head/cad/solvespace/distinfo (contents, props changed) head/cad/solvespace/files/ head/cad/solvespace/files/patch-CMakeLists.txt (contents, props changed) head/cad/solvespace/pkg-descr (contents, props changed) head/cad/solvespace/pkg-plist (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Wed Nov 9 23:56:28 2016 (r425821) +++ head/cad/Makefile Thu Nov 10 01:08:44 2016 (r425822) @@ -79,6 +79,7 @@ SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch + SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode Added: head/cad/solvespace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/Makefile Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= solvespace +PORTVERSION= 2.2 +DISTVERSIONPREFIX= v +CATEGORIES= cad + +MAINTAINER= swills@FreeBSD.org +COMMENT= Parametric 2d/3d CAD + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +LIB_DEPENDS= libpng.so:graphics/png \ + libjson-c.so:devel/json-c \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgtkmm-2.4.so:x11-toolkits/gtkmm24 + +USE_GITHUB= yes +GH_PROJECT= libdxfrw:libdxfrw +GH_TAGNAME= 8f95895:libdxfrw +GH_SUBDIR= extlib/libdxfrw:libdxfrw + +USES= cmake pkgconfig +USE_GL= gl glu glew +USE_GNOME= atkmm gtk20 pangomm +USE_XORG= x11 +USE_LDCONFIG= yes +INSTALLS_ICONS= yes + +BROKEN_FreeBSD_9= Does not build on FreeBSD 9.x + +.include Added: head/cad/solvespace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/distinfo Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,5 @@ +TIMESTAMP = 1478636572 +SHA256 (solvespace-solvespace-v2.2_GH0.tar.gz) = ba2d5b6aa78c6d3b1b67b533376c901c687e4d4e233aee2b8bf69e1c29807ae1 +SIZE (solvespace-solvespace-v2.2_GH0.tar.gz) = 2115713 +SHA256 (solvespace-libdxfrw-8f95895_GH0.tar.gz) = d39a07d00b9590be5f2ac7e468cb97077e029498d0e2e5ccfc8d5bbc9e494ba4 +SIZE (solvespace-libdxfrw-8f95895_GH0.tar.gz) = 691378 Added: head/cad/solvespace/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/files/patch-CMakeLists.txt Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2016-10-17 02:07:14 UTC ++++ CMakeLists.txt +@@ -20,9 +20,9 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX + # NOTE TO PACKAGERS: The embedded git commit hash is critical for rapid bug triage when the builds + # can come from a variety of sources. If you are mirroring the sources or otherwise build when + # the .git directory is not present, please comment the following line: +-include(GetGitCommitHash) ++#include(GetGitCommitHash) + # and instead uncomment the following, adding the complete git hash of the checkout you are using: +-# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000) ++set(GIT_COMMIT_HASH c4ad073d1b3d3fcd81b34cbe5f2352547b14213f) + + project(solvespace) + set(solvespace_VERSION_MAJOR 2) Added: head/cad/solvespace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/pkg-descr Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,5 @@ +SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and +3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and +solid geometry. + +WWW: http://solvespace.com/ Added: head/cad/solvespace/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/solvespace/pkg-plist Thu Nov 10 01:08:44 2016 (r425822) @@ -0,0 +1,18 @@ +bin/solvespace +include/slvs.h +lib/libslvs.so +lib/libslvs.so.1 +lib/libslvs.so.2.2 +share/applications/solvespace.desktop +share/icons/hicolor/16x16/apps/solvespace.png +share/icons/hicolor/16x16/mimetypes/application.x-solvespace.png +share/icons/hicolor/24x24/apps/solvespace.png +share/icons/hicolor/24x24/mimetypes/application.x-solvespace.png +share/icons/hicolor/32x32/apps/solvespace.png +share/icons/hicolor/32x32/mimetypes/application.x-solvespace.png +share/icons/hicolor/48x48/apps/solvespace.png +share/icons/hicolor/48x48/mimetypes/application.x-solvespace.png +share/pixmaps/solvespace-16x16.xpm +share/pixmaps/solvespace-24x24.xpm +share/pixmaps/solvespace-32x32.xpm +share/pixmaps/solvespace-48x48.xpm From owner-svn-ports-all@freebsd.org Thu Nov 10 01:21:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEA6C38040; Thu, 10 Nov 2016 01:21:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C112C88; Thu, 10 Nov 2016 01:21:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA1LmMp076542; Thu, 10 Nov 2016 01:21:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA1LhHR076491; Thu, 10 Nov 2016 01:21:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611100121.uAA1LhHR076491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 10 Nov 2016 01:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425823 - in head: benchmarks/stress-ng cad/cider cad/ngspice_rework databases/mariadb100-server databases/mariadb101-server databases/mariadb55-server databases/virtuoso devel/ace deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 01:21:49 -0000 Author: linimon Date: Thu Nov 10 01:21:43 2016 New Revision: 425823 URL: https://svnweb.freebsd.org/changeset/ports/425823 Log: Mark as broken on aarch64: fails to link with sbrk. While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Modified: head/benchmarks/stress-ng/Makefile head/cad/cider/Makefile head/cad/ngspice_rework/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb55-server/Makefile head/databases/virtuoso/Makefile head/devel/ace/Makefile head/devel/libgtop/Makefile head/devel/ptmalloc2/Makefile head/devel/rvm/Makefile head/dns/unbound/Makefile head/editors/2bsd-vi/Makefile head/editors/emacs-nox11/Makefile head/games/paintown/Makefile head/irc/irc/Makefile head/irc/ircd-ratbox-devel/Makefile head/irc/ircd-ratbox/Makefile head/irc/ircd-ru/Makefile head/irc/unreal/Makefile head/lang/elk/Makefile head/lang/gauche/Makefile head/lang/p2c/Makefile head/lang/pbasic/Makefile head/mail/dbmail/Makefile head/misc/pinfo/Makefile head/net-im/zephyr/Makefile head/net-mgmt/pmacct/Makefile head/news/nn/Makefile head/news/nntpcache/Makefile head/science/fastcap/Makefile head/science/fasthenry/Makefile head/shells/44bsd-csh/Makefile head/shells/bashc/Makefile head/shells/heirloom-sh/Makefile head/shells/v7sh/Makefile head/sysutils/LPRng/Makefile head/sysutils/bacula-client-static/Makefile head/sysutils/bacula-client/Makefile head/sysutils/bacula5-client-static/Makefile head/sysutils/bacula5-client/Makefile head/sysutils/bareos-client-static/Makefile head/sysutils/bareos-client/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/genisoimage/Makefile head/sysutils/torque/Makefile head/textproc/msort/Makefile head/x11-toolkits/xbae/Makefile Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/benchmarks/stress-ng/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ COMMENT= Stress test benchmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake ALL_TARGET= # empty Modified: head/cad/cider/Makefile ============================================================================== --- head/cad/cider/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/cad/cider/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ DISTNAME= cider1b1 MAINTAINER= ports@FreeBSD.org COMMENT= Mixed-level circuit and device simulator (includes SPICE3) +BROKEN_aarch64= Fails to link: missing sbrk + CONFLICTS= spice-[0-9]* WRKSRC= ${WRKDIR}/sim USE_XORG= xt xaw xmu Modified: head/cad/ngspice_rework/Makefile ============================================================================== --- head/cad/ngspice_rework/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/cad/ngspice_rework/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Mixed-signal circuit simulator LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + GNU_CONFIGURE= yes USES= gmake libtool readline Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb100-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -21,6 +21,7 @@ LICENSE_NAME_PerconaFT= PerconaFT patent LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc64= Does not build SUB_FILES= pkg-message @@ -145,7 +146,7 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="no" .if ${PORT_OPTIONS:MTOKUDB} NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= TokuDB not supported on 32-bit platforms, see \ - https://github.com/percona/PerconaFT/blob/master/README.md + https://github.com/percona/PerconaFT/blob/master/README.md .endif .if ${ARCH} == 'i386' && ${OSVERSION} >= 1001000 Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb101-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -22,6 +22,7 @@ LICENSE_NAME_PerconaFT= PerconaFT patent LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc64= Does not build SUB_FILES= pkg-message Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/mariadb55-server/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -50,7 +50,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc DATADIR= ${PREFIX}/share/mysql -BROKEN_armv6= Does not compile on arm +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_armv6= Does not compile on armv6 .if defined(USE_MYSQL) .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/databases/virtuoso/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,21 +14,22 @@ COMMENT= Universal SQL/Application Serve LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ gperf>=3.0.3:devel/gperf LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= execinfo gmake libtool readline uidfix -USE_AUTOTOOLS= autoheader aclocal -USE_OPENSSL= yes +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_powerpc64= Does not build NOT_FOR_ARCHS= arm armv6 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms +USES= execinfo gmake libtool readline uidfix +USE_AUTOTOOLS= autoheader aclocal +USE_OPENSSL= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline\ --without-internal-zlib\ Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/ace/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -33,7 +33,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" CONFLICTS= ace+tao-5* -BROKEN_ia64= Does not compile on ${ARCH} +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_powerpc64= Does not build on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/devel/libgtop/Makefile ============================================================================== --- head/devel/libgtop/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/libgtop/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -10,6 +10,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME top library +BROKEN_aarch64= Fails to link: missing sbrk + USE_PERL5= build USE_XORG= xau USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ Modified: head/devel/ptmalloc2/Makefile ============================================================================== --- head/devel/ptmalloc2/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/ptmalloc2/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Alternative threads-aware mallo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_aarch64= Fails to link: missing sbrk + USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake Modified: head/devel/rvm/Makefile ============================================================================== --- head/devel/rvm/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/devel/rvm/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LICENSE= LGPL20 LIB_DEPENDS= liblwp.so:devel/lwp +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/dns/unbound/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= Validating, recursive, and cach LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= Fails to link: missing sbrk + USES+= autoreconf cpe libtool ssl CPE_VENDOR= nlnetlabs GNU_CONFIGURE= yes Modified: head/editors/2bsd-vi/Makefile ============================================================================== --- head/editors/2bsd-vi/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/editors/2bsd-vi/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,8 @@ COMMENT= The original vi editor, updated LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= Fails to link: missing sbrk + USES= ncurses tar:bzip2 PRESERVEDIR= /var/preserve/${PKGBASE} Modified: head/editors/emacs-nox11/Makefile ============================================================================== --- head/editors/emacs-nox11/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/editors/emacs-nox11/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,4 +12,6 @@ OPTIONS_DEFAULT= GNUTLS MODULES SOURCES MASTERDIR= ${.CURDIR}/../emacs +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/games/paintown/Makefile ============================================================================== --- head/games/paintown/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/games/paintown/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LIB_DEPENDS= liballeg.so:devel/allegro \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 +BROKEN_aarch64= Fails to link: missing sbrk + USES= dos2unix scons tar:bzip2 USE_SDL= yes INSTALLS_ICONS= yes Modified: head/irc/irc/Makefile ============================================================================== --- head/irc/irc/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/irc/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,8 @@ COMMENT= The "Internet Relay Chat" Serve CONFLICTS_INSTALL= charybdis-[0-9]* ircd-hybrid-[0-9]* Nefarious-[0-9]* \ ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + USE_RC_SUBR= ircd GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes Modified: head/irc/ircd-ratbox-devel/Makefile ============================================================================== --- head/irc/ircd-ratbox-devel/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ratbox-devel/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,8 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-[0-9]* charybdis-[0-9]* +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool perl5 sqlite tar:bzip2 USE_RC_SUBR= ircd-ratbox USE_PERL5= build Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ratbox/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,6 +16,7 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]* BROKEN_FreeBSD_9= does not build +BROKEN_aarch64= Fails to link: missing sbrk USES= cpe libtool sqlite tar:bzip2 CPE_VENDOR= ratbox Modified: head/irc/ircd-ru/Makefile ============================================================================== --- head/irc/ircd-ru/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/ircd-ru/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= IRC daemon with translation sch LICENSE= GPLv1 +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= ircd Modified: head/irc/unreal/Makefile ============================================================================== --- head/irc/unreal/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/irc/unreal/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcares.so:dns/c-ares +BROKEN_aarch64= Fails to link: missing sbrk + MODULESDIR= ${PREFIX}/lib/${PORTNAME} CONFIGDIR= ${PREFIX}/etc/${PORTNAME} RUNDIR= /var/run/ircd Modified: head/lang/elk/Makefile ============================================================================== --- head/lang/elk/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/elk/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Embeddable Scheme interpreter LIB_DEPENDS= libgdbm.so:databases/gdbm \ libelf.so:devel/libelf +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool motif tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/gauche/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,7 @@ COMMENT= Scheme script interpreter with LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk BROKEN_armv6= Fails to build: unknown attribute __alloc_size__; also fails in assembler BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries Modified: head/lang/p2c/Makefile ============================================================================== --- head/lang/p2c/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/p2c/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ LICENSE= GPLv2 WRKSRC_SUBDIR= src +BROKEN_aarch64= Fails to link: missing sbrk + USES= perl5 shebangfix SHEBANG_FILES= p2cc.perl perl_OLD_CMD= /bin/perl Modified: head/lang/pbasic/Makefile ============================================================================== --- head/lang/pbasic/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/lang/pbasic/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Phil Cockroft's Basic Interpret # Ask maintainer if you want newer sources or author's latest e-mail # (which is currently "phil@cockcroft.de") +BROKEN_aarch64= Fails to link: missing sbrk + ALL_TARGET= freebsd MAKEFILE= makefile PLIST_FILES= bin/pbasic man/man1/pbasic.1.gz Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/mail/dbmail/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -20,6 +20,8 @@ BUILD_DEPENDS= asciidoc:textproc/asciido xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml +BROKEN_aarch64= Fails to link: missing sbrk + CONFLICTS= dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE Modified: head/misc/pinfo/Makefile ============================================================================== --- head/misc/pinfo/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/misc/pinfo/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Ncurses based, lynx style info LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= autoreconf gettext-tools libtool makeinfo ncurses tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/zephyr/Makefile ============================================================================== --- head/net-im/zephyr/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/net-im/zephyr/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= Enterprise-scale distributed me LICENSE= MIT +BROKEN_aarch64= Fails to link: missing sbrk + GNU_CONFIGURE= yes # it is an upstream bug that --with-krb5 needs a path CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/net-mgmt/pmacct/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -13,6 +13,8 @@ COMMENT= Accounting and aggregation tool LICENSE= GPLv2 +BROKEN_aarch64= Fails to link: missing sbrk + USE_RC_SUBR= pmacctd SUB_FILES= pkg-message GNU_CONFIGURE= yes Modified: head/news/nn/Makefile ============================================================================== --- head/news/nn/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/news/nn/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= johans@FreeBSD.org COMMENT= Newsreader +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:Z MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s" Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/news/nntpcache/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,6 +15,9 @@ COMMENT= News caching/anti-spam/server-m SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only + +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake autoreconf shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} \ Modified: head/science/fastcap/Makefile ============================================================================== --- head/science/fastcap/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/science/fastcap/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ LICENSE_NAME= fastcap license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fastcap-2.0wr Modified: head/science/fasthenry/Makefile ============================================================================== --- head/science/fasthenry/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/science/fasthenry/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/p MAINTAINER= ports@FreeBSD.org COMMENT= Multipole-accelerated inductance analysis program +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fasthenry-3.0wr Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/44bsd-csh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -1,5 +1,6 @@ # Created by: David O'Brien # $FreeBSD$ + PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 5 @@ -11,6 +12,8 @@ COMMENT= The traditional 4.4BSD /bin/csh EXTRACT_DEPENDS= rcs:devel/rcs57 +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 NO_WRKSUBDIR= yes PORTDOCS= paper.ascii.gz Modified: head/shells/bashc/Makefile ============================================================================== --- head/shells/bashc/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/bashc/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -12,6 +12,8 @@ COMMENT= GNU bash shell extended with vi MAKE_JOBS_UNSAFE= yes +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:tgz GNU_CONFIGURE= yes Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/heirloom-sh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -9,6 +9,8 @@ MASTER_SITES= SF/heirloom/${PORTNAME}/${ MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 MAKEFILE= makefile PLIST_FILES= bin/jsh \ Modified: head/shells/v7sh/Makefile ============================================================================== --- head/shells/v7sh/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/shells/v7sh/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -20,6 +20,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the UNIX 7th Edition shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= uidfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= Modified: head/sysutils/LPRng/Makefile ============================================================================== --- head/sysutils/LPRng/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/LPRng/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -17,6 +17,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libgdbm.so:databases/gdbm +BROKEN_aarch64= Fails to link: missing sbrk + USES= gmake USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/sysutils/bacula-client-static/Makefile ============================================================================== --- head/sysutils/bacula-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -21,4 +21,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-client/Makefile ============================================================================== --- head/sysutils/bacula-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,4 +16,6 @@ OPTIONS_DEFAULT=ENABLE_IPV6 ENABLE_IPV6_DESC= Enable IPv6 support +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula5-client-static/Makefile ============================================================================== --- head/sysutils/bacula5-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula5-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -23,4 +23,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula5-client/Makefile ============================================================================== --- head/sysutils/bacula5-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bacula5-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -16,4 +16,6 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bac OPTIONS_DEFINE= NLS OPENSSL PYTHON OPTIONS_DEFAULT=OPENSSL +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bareos-client-static/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -25,5 +25,6 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-stored \ --with-jansson=${LOCALBASE} +BROKEN_aarch64= Fails to link: missing sbrk .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/bareos-client/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -7,6 +7,8 @@ PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) +BROKEN_aarch64= Fails to link: missing sbrk + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/e2fsprogs/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ LICENSE= GPLv2 PORTSCOUT= ignore # cannot handle the version in the directory +BROKEN_aarch64= Fails to link: missing sbrk + USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 Modified: head/sysutils/genisoimage/Makefile ============================================================================== --- head/sysutils/genisoimage/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/genisoimage/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -15,4 +15,6 @@ SLAVE_PORT= cdrkit MASTERDIR= ${.CURDIR}/../cdrkit +BROKEN_aarch64= Fails to link: missing sbrk + .include "${MASTERDIR}/Makefile" Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/sysutils/torque/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.adaptivecomputi MAINTAINER= ports@FreeBSD.org COMMENT= Open source distributed computing resource manager based on PBS +BROKEN_aarch64= Fails to link: missing sbrk + FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool GNU_CONFIGURE= yes Modified: head/textproc/msort/Makefile ============================================================================== --- head/textproc/msort/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/textproc/msort/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -19,6 +19,8 @@ LIB_DEPENDS= libtre.so:textproc/libtre \ RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets TEST_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash +BROKEN_aarch64= Fails to link: missing sbrk + CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/xbae/Makefile ============================================================================== --- head/x11-toolkits/xbae/Makefile Thu Nov 10 01:08:44 2016 (r425822) +++ head/x11-toolkits/xbae/Makefile Thu Nov 10 01:21:43 2016 (r425823) @@ -14,6 +14,8 @@ COMMENT= Motif-based widget which displa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= Fails to link: missing sbrk + USES= libtool motif USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Thu Nov 10 01:32:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4679C388EF; Thu, 10 Nov 2016 01:32:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A140E34A; Thu, 10 Nov 2016 01:32:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA1WodE080513; Thu, 10 Nov 2016 01:32:50 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA1Wo1g080512; Thu, 10 Nov 2016 01:32:50 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611100132.uAA1Wo1g080512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 10 Nov 2016 01:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425824 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 01:32:51 -0000 Author: linimon Date: Thu Nov 10 01:32:50 2016 New Revision: 425824 URL: https://svnweb.freebsd.org/changeset/ports/425824 Log: Attempt to fix INDEX build on FreeBSD-9. Approved by: "just fix it" Modified: head/graphics/pngcrush/Makefile Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Thu Nov 10 01:21:43 2016 (r425823) +++ head/graphics/pngcrush/Makefile Thu Nov 10 01:32:50 2016 (r425824) @@ -5,7 +5,7 @@ PORTNAME= pngcrush PORTVERSION= 1.8.7 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ - # SF/pmt/${PORTNAME}/${PORTVERSION}/ +# # SF/pmt/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com From owner-svn-ports-all@freebsd.org Thu Nov 10 01:47:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E29A6C3905E; Thu, 10 Nov 2016 01:47:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6B1C61; Thu, 10 Nov 2016 01:47:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA1lZW1084726; Thu, 10 Nov 2016 01:47:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA1lZNm084725; Thu, 10 Nov 2016 01:47:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611100147.uAA1lZNm084725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 10 Nov 2016 01:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425825 - head/comms/conserver-com X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 01:47:37 -0000 Author: swills Date: Thu Nov 10 01:47:35 2016 New Revision: 425825 URL: https://svnweb.freebsd.org/changeset/ports/425825 Log: comms/conserver-com: Add IPMI support, Fix MAN PR: 204703 Submitted by: m1cro Approved by: maintainer timeout (kuriyama, 2 months) Modified: head/comms/conserver-com/Makefile Modified: head/comms/conserver-com/Makefile ============================================================================== --- head/comms/conserver-com/Makefile Thu Nov 10 01:32:50 2016 (r425824) +++ head/comms/conserver-com/Makefile Thu Nov 10 01:47:35 2016 (r425825) @@ -11,28 +11,37 @@ PKGNAMESUFFIX= -com MAINTAINER= kuriyama@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles +LICENSE= BSD2CLAUSE + CONFLICTS_INSTALL= conserver-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \ --with-pam --with-libwrap --with-openssl + USE_OPENSSL= yes USE_RC_SUBR= conserver -OPTIONS_DEFINE= UDS GSSAPI GSSAPIONLY STRIPREALM -UDS_DESC= Use Unix domain sockets for client/server -STRIPREALM_DESC=Strip @REALM when using GSSAPI +OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS +FREEIPMI_DESC= Compile in FreeIPMI support GSSAPIONLY_DESC=Never prompt for a password when using GSSAPI -STRIPREALM_IMPLIES= GSSAPI GSSAPIONLY_IMPLIES= GSSAPI +STRIPREALM_DESC=Strip @REALM when using GSSAPI +STRIPREALM_IMPLIES= GSSAPI +UDS_DESC= Use Unix domain sockets for client/server DEFAULTPORT?= 782 DEFAULTHOST?= localhost -UDS_CONFIGURE_WITH= uds +FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} +FREEIPMI_LIB_DEPENDS= libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi -STRIPREALM_CONFIGURE_WITH= striprealm GSSAPIONLY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c +STRIPREALM_CONFIGURE_WITH= striprealm +UDS_CONFIGURE_WITH= uds + +post-patch: + @${REINPLACE_CMD} -e 's,impi,ipmi,' ${WRKSRC}/conserver.cf/conserver.cf.man post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert From owner-svn-ports-all@freebsd.org Thu Nov 10 01:55:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8325C3931F; Thu, 10 Nov 2016 01:55:28 +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 9BB91137; Thu, 10 Nov 2016 01:55:28 +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 uAA1tRLn088745; Thu, 10 Nov 2016 01:55:27 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA1tRsT088742; Thu, 10 Nov 2016 01:55:27 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201611100155.uAA1tRsT088742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 10 Nov 2016 01:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425826 - 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: Thu, 10 Nov 2016 01:55:28 -0000 Author: kevlo Date: Thu Nov 10 01:55:27 2016 New Revision: 425826 URL: https://svnweb.freebsd.org/changeset/ports/425826 Log: Update to 9.1.2 Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Nov 10 01:47:35 2016 (r425825) +++ head/www/owncloud/Makefile Thu Nov 10 01:55:27 2016 (r425826) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.1.1 +PORTVERSION= 9.1.2 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -30,18 +30,15 @@ SUB_FILES= pkg-message PLIST_SUB= OWNCLOUD_USERNAME=${OWNCLOUD_USERNAME} \ OWNCLOUD_GROUPNAME=${OWNCLOUD_GROUPNAME} -OPTIONS_DEFINE= EXIF LDAP MP3INFO SMB SSL +OPTIONS_DEFINE= EXIF LDAP SMB SSL OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= EXIF LDAP MP3INFO MYSQL SMB SSL +OPTIONS_DEFAULT= EXIF LDAP MYSQL SMB SSL EXIF_DESC= Image rotation support -MP3INFO_DESC= MP3 ID3 tags support EXIF_USE= PHP=exif LDAP_USE= PHP=ldap -MP3INFO_BUILD_DEPENDS= mp3info:audio/mp3info -MP3INFO_RUN_DEPENDS= ${MP3INFO_BUILD_DEPENDS} MYSQL_USE= MYSQL=client PHP=pdo_mysql PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql,pgsql Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Thu Nov 10 01:47:35 2016 (r425825) +++ head/www/owncloud/distinfo Thu Nov 10 01:55:27 2016 (r425826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476407508 -SHA256 (owncloud-9.1.1.tar.bz2) = a6bf3531ebb7e09a11aaae641bc3af933f339261424782841c640bf9df1ba7b9 -SIZE (owncloud-9.1.1.tar.bz2) = 28984910 +TIMESTAMP = 1478739712 +SHA256 (owncloud-9.1.2.tar.bz2) = 108bd46864aac95c90c246a2eda35b00513c14df132177add07976c1cdb14933 +SIZE (owncloud-9.1.2.tar.bz2) = 29041269 Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Thu Nov 10 01:47:35 2016 (r425825) +++ head/www/owncloud/pkg-plist Thu Nov 10 01:55:27 2016 (r425826) @@ -3208,6 +3208,7 @@ %%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php %%WWWDIR%%/apps/dav/lib/HookManager.php %%WWWDIR%%/apps/dav/lib/Migration/Classification.php +%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php %%WWWDIR%%/apps/dav/lib/Migration/GenerateBirthdays.php %%WWWDIR%%/apps/dav/lib/RootCollection.php %%WWWDIR%%/apps/dav/lib/Server.php @@ -8026,6 +8027,7 @@ %%WWWDIR%%/apps/user_ldap/lib/Command/ShowConfig.php %%WWWDIR%%/apps/user_ldap/lib/Command/ShowRemnants.php %%WWWDIR%%/apps/user_ldap/lib/Command/TestConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Command/UpdateGroup.php %%WWWDIR%%/apps/user_ldap/lib/Configuration.php %%WWWDIR%%/apps/user_ldap/lib/Connection.php %%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php @@ -8297,6 +8299,7 @@ %%WWWDIR%%/core/doc/admin/_images/smtp-config-php-sendmail.png %%WWWDIR%%/core/doc/admin/_images/smtp-config-smtp.png %%WWWDIR%%/core/doc/admin/_images/smtp-config-wizard.png +%%WWWDIR%%/core/doc/admin/_images/trashbin-1.png %%WWWDIR%%/core/doc/admin/_images/upgrade-1.png %%WWWDIR%%/core/doc/admin/_images/upgrade-2.png %%WWWDIR%%/core/doc/admin/_images/user_mounts.png @@ -8341,6 +8344,7 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/index.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_files/trashbin_options.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt @@ -8413,7 +8417,6 @@ %%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.txt %%WWWDIR%%/core/doc/admin/_sources/installation/linux_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/nginx_examples.txt -%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_owncloud_9x.txt %%WWWDIR%%/core/doc/admin/_sources/installation/php_54_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/php_55_installation.txt %%WWWDIR%%/core/doc/admin/_sources/installation/selinux_configuration.txt @@ -8540,6 +8543,7 @@ %%WWWDIR%%/core/doc/admin/configuration_files/files_locking_transactional.html %%WWWDIR%%/core/doc/admin/configuration_files/index.html %%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html +%%WWWDIR%%/core/doc/admin/configuration_files/trashbin_options.html %%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html %%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_aliases.html %%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_mapping.html @@ -8613,7 +8617,6 @@ %%WWWDIR%%/core/doc/admin/installation/installation_wizard.html %%WWWDIR%%/core/doc/admin/installation/linux_installation.html %%WWWDIR%%/core/doc/admin/installation/nginx_examples.html -%%WWWDIR%%/core/doc/admin/installation/nginx_owncloud_9x.html %%WWWDIR%%/core/doc/admin/installation/php_54_installation.html %%WWWDIR%%/core/doc/admin/installation/php_55_installation.html %%WWWDIR%%/core/doc/admin/installation/selinux_configuration.html @@ -10666,6 +10669,7 @@ %%WWWDIR%%/updater/src/Formatter/HtmlOutputFormatter.php %%WWWDIR%%/updater/src/Http/Request.php %%WWWDIR%%/updater/src/Resources/views/base.php +%%WWWDIR%%/updater/src/Resources/views/partials/error.php %%WWWDIR%%/updater/src/Resources/views/partials/inner.php %%WWWDIR%%/updater/src/Resources/views/partials/login.php %%WWWDIR%%/updater/src/Tests/Controller/DownloadControllerTest.php From owner-svn-ports-all@freebsd.org Thu Nov 10 02:22:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68E52C39C95; Thu, 10 Nov 2016 02:22:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389E9FCA; Thu, 10 Nov 2016 02:22:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA2MHES000552; Thu, 10 Nov 2016 02:22:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA2MHsN000550; Thu, 10 Nov 2016 02:22:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611100222.uAA2MHsN000550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Nov 2016 02:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425827 - head/www/typo3-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 02:22:18 -0000 Author: wen Date: Thu Nov 10 02:22:17 2016 New Revision: 425827 URL: https://svnweb.freebsd.org/changeset/ports/425827 Log: - Update to 6.2.28 PR: 214321 Submitted by: joneum@bsdproject.de Approved by: maintainer Modified: head/www/typo3-lts/Makefile head/www/typo3-lts/distinfo Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Thu Nov 10 01:55:27 2016 (r425826) +++ head/www/typo3-lts/Makefile Thu Nov 10 02:22:17 2016 (r425827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.27 +PORTVERSION= 6.2.28 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts @@ -17,7 +17,8 @@ PORTSCOUT= limit:^6\.2\. USES= cpe shebangfix php:web SHEBANG_FILES= typo3/sysext/core/Build/Scripts/update-static-composer.sh \ - typo3/sysext/core/Build/Scripts/xlfcheck.sh + typo3/sysext/core/Build/Scripts/xlfcheck.sh \ + typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Thu Nov 10 01:55:27 2016 (r425826) +++ head/www/typo3-lts/distinfo Thu Nov 10 02:22:17 2016 (r425827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1136139212 -SHA256 (typo3_src-6.2.27.tar.gz) = 1f8ff63fbc51f68fd8a821fe21e3be35f20a3d2d8bcef0fe5b3353d2b7d25383 -SIZE (typo3_src-6.2.27.tar.gz) = 20948237 +TIMESTAMP = 1478742582 +SHA256 (typo3_src-6.2.28.tar.gz) = 5063c586b292a057db539fe32022119f2ec42d234c51ad3018826d78a45d91ed +SIZE (typo3_src-6.2.28.tar.gz) = 20954064 From owner-svn-ports-all@freebsd.org Thu Nov 10 02:28:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0555C38181; Thu, 10 Nov 2016 02:28:17 +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 824812F9; Thu, 10 Nov 2016 02:28:17 +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 uAA2SGVm000870; Thu, 10 Nov 2016 02:28:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA2SGAI000868; Thu, 10 Nov 2016 02:28:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611100228.uAA2SGAI000868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Nov 2016 02:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425828 - head/astro/p5-Astro-SpaceTrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 02:28:17 -0000 Author: wen Date: Thu Nov 10 02:28:16 2016 New Revision: 425828 URL: https://svnweb.freebsd.org/changeset/ports/425828 Log: - Update to 0.095 Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.095/Changes Modified: head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-SpaceTrack/distinfo Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Thu Nov 10 02:22:17 2016 (r425827) +++ head/astro/p5-Astro-SpaceTrack/Makefile Thu Nov 10 02:28:16 2016 (r425828) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.094 +PORTVERSION= 0.095 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-SpaceTrack/distinfo ============================================================================== --- head/astro/p5-Astro-SpaceTrack/distinfo Thu Nov 10 02:22:17 2016 (r425827) +++ head/astro/p5-Astro-SpaceTrack/distinfo Thu Nov 10 02:28:16 2016 (r425828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473001538 -SHA256 (Astro-SpaceTrack-0.094.tar.gz) = d8a2ace6306fbc64d1fc2e1a729f031e387885d71d3df81329f3bba086795c6a -SIZE (Astro-SpaceTrack-0.094.tar.gz) = 156030 +TIMESTAMP = 1478744615 +SHA256 (Astro-SpaceTrack-0.095.tar.gz) = 4585404eb9b31585c5cd5c19347b6638b24df8fc5ee81d426b33758588373f8e +SIZE (Astro-SpaceTrack-0.095.tar.gz) = 163783 From owner-svn-ports-all@freebsd.org Thu Nov 10 03:11:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA39C397C7; Thu, 10 Nov 2016 03:11:19 +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 D004671; Thu, 10 Nov 2016 03:11:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA3BIOI019290; Thu, 10 Nov 2016 03:11:18 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA3BHU8019288; Thu, 10 Nov 2016 03:11:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611100311.uAA3BHU8019288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Nov 2016 03:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425829 - 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: Thu, 10 Nov 2016 03:11:19 -0000 Author: wen Date: Thu Nov 10 03:11:17 2016 New Revision: 425829 URL: https://svnweb.freebsd.org/changeset/ports/425829 Log: - Update to 7.6.12 PR: 214320 Submitted by: joneum@bsdproject.de Approved by: maintainer Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Nov 10 02:28:16 2016 (r425828) +++ head/www/typo3/Makefile Thu Nov 10 03:11:17 2016 (r425829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.11 +PORTVERSION= 7.6.12 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -12,12 +12,12 @@ COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh +USES= cpe php:web shebangfix +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ + typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${TYPO3SRC} TYPO3WWW= www Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Nov 10 02:28:16 2016 (r425828) +++ head/www/typo3/distinfo Thu Nov 10 03:11:17 2016 (r425829) @@ -1,3 +1,3 @@ -TIMESTAMP = 1136141906 -SHA256 (typo3_src-7.6.11.tar.gz) = e96f9085b6e22e0295a7f3b6ba108dd8a0997479604323a4c663301412826543 -SIZE (typo3_src-7.6.11.tar.gz) = 21559624 +TIMESTAMP = 1478745201 +SHA256 (typo3_src-7.6.12.tar.gz) = e7f479bfbd9498ce0c5465656f99bccb0487a2dc7fb37855a0702e630c5a5c0f +SIZE (typo3_src-7.6.12.tar.gz) = 21568995 From owner-svn-ports-all@freebsd.org Thu Nov 10 05:13:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58A63C3806D; Thu, 10 Nov 2016 05:13: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 286AE926; Thu, 10 Nov 2016 05:13: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 uAA5D2BP067534; Thu, 10 Nov 2016 05:13:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA5D28P067533; Thu, 10 Nov 2016 05:13:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611100513.uAA5D28P067533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 10 Nov 2016 05:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425830 - head/biology/molden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 05:13:03 -0000 Author: pi Date: Thu Nov 10 05:13:02 2016 New Revision: 425830 URL: https://svnweb.freebsd.org/changeset/ports/425830 Log: biology/molden: add missing LICENSE_NAME Reported by: pkg-fallout Modified: head/biology/molden/Makefile Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Thu Nov 10 03:11:17 2016 (r425829) +++ head/biology/molden/Makefile Thu Nov 10 05:13:02 2016 (r425830) @@ -3,7 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -13,6 +13,7 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D LICENSE= Molden +LICENSE_NAME= Molden LICENSE_FILE= ${WRKSRC}/CopyRight LICENSE_PERMS= auto-accept From owner-svn-ports-all@freebsd.org Thu Nov 10 06:09:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 246AFC38F36; Thu, 10 Nov 2016 06:09:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA19CEB6; Thu, 10 Nov 2016 06:09:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA69WTc087093; Thu, 10 Nov 2016 06:09:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA69WJ2087091; Thu, 10 Nov 2016 06:09:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611100609.uAA69WJ2087091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Nov 2016 06:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425831 - head/www/tivoka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 06:09:33 -0000 Author: wen Date: Thu Nov 10 06:09:31 2016 New Revision: 425831 URL: https://svnweb.freebsd.org/changeset/ports/425831 Log: - Update to 3.5.2 PR: 214263 Submitted by: joneum@bsdproject.de Modified: head/www/tivoka/Makefile head/www/tivoka/distinfo Modified: head/www/tivoka/Makefile ============================================================================== --- head/www/tivoka/Makefile Thu Nov 10 05:13:02 2016 (r425830) +++ head/www/tivoka/Makefile Thu Nov 10 06:09:31 2016 (r425831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tivoka -PORTVERSION= 3.4.2 +PORTVERSION= 3.5.2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org Modified: head/www/tivoka/distinfo ============================================================================== --- head/www/tivoka/distinfo Thu Nov 10 05:13:02 2016 (r425830) +++ head/www/tivoka/distinfo Thu Nov 10 06:09:31 2016 (r425831) @@ -1,2 +1,3 @@ -SHA256 (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = e4e3172928ed5d0b2aa6b259e1e4a290e44cb8fb9dfd854a4c93f1f48609e4fd -SIZE (marcelklehr-tivoka-3.4.2_GH0.tar.gz) = 15910 +TIMESTAMP = 1478748210 +SHA256 (marcelklehr-tivoka-3.5.2_GH0.tar.gz) = 053e32dfa8b770ce013266bf0c3a9b46b73ae4c19bf4400aca4f2105302a31f9 +SIZE (marcelklehr-tivoka-3.5.2_GH0.tar.gz) = 16526 From owner-svn-ports-all@freebsd.org Thu Nov 10 07:42:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E38C39A92; Thu, 10 Nov 2016 07:42:03 +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 46331DDE; Thu, 10 Nov 2016 07:42: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 uAA7g1aw023714; Thu, 10 Nov 2016 07:42:01 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA7g1E9023712; Thu, 10 Nov 2016 07:42:01 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201611100742.uAA7g1E9023712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 10 Nov 2016 07:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425832 - head/net/haproxy-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, 10 Nov 2016 07:42:03 -0000 Author: demon Date: Thu Nov 10 07:42:01 2016 New Revision: 425832 URL: https://svnweb.freebsd.org/changeset/ports/425832 Log: Update to version 1.7-dev6 Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Thu Nov 10 06:09:31 2016 (r425831) +++ head/net/haproxy-devel/Makefile Thu Nov 10 07:42:01 2016 (r425832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.7-dev5 +DISTVERSION= 1.7-dev6 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.7/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Thu Nov 10 06:09:31 2016 (r425831) +++ head/net/haproxy-devel/distinfo Thu Nov 10 07:42:01 2016 (r425832) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477431505 -SHA256 (haproxy-1.7-dev5.tar.gz) = a1f5d05e4c4f11a396a74dde4bdebabba2936febceaa1fc1c955d9de08580a4f -SIZE (haproxy-1.7-dev5.tar.gz) = 1667747 +TIMESTAMP = 1478763670 +SHA256 (haproxy-1.7-dev6.tar.gz) = b6aae0fef347ab213586d08f1f2fa60a41956ea5d4c6b0181a0dd9ae605229e3 +SIZE (haproxy-1.7-dev6.tar.gz) = 1721271 SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 From owner-svn-ports-all@freebsd.org Thu Nov 10 08:06:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43574C39BDD; Thu, 10 Nov 2016 08:06:05 +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 1FB01AA9; Thu, 10 Nov 2016 08:06:05 +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 uAA864LM034691; Thu, 10 Nov 2016 08:06:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA863ci034686; Thu, 10 Nov 2016 08:06:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611100806.uAA863ci034686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 10 Nov 2016 08:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425833 - in head/editors/neovim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 08:06:05 -0000 Author: wen Date: Thu Nov 10 08:06:03 2016 New Revision: 425833 URL: https://svnweb.freebsd.org/changeset/ports/425833 Log: - Update to 0.1.6 PR: 214311 Submitted by: gor@clogic.com.ua(maintainer) Modified: head/editors/neovim/Makefile head/editors/neovim/distinfo head/editors/neovim/files/patch-CMakeLists.txt head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c head/editors/neovim/pkg-plist Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Thu Nov 10 07:42:01 2016 (r425832) +++ head/editors/neovim/Makefile Thu Nov 10 08:06:03 2016 (r425833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= neovim -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -12,7 +12,8 @@ COMMENT= Next generation Vim LICENSE= APACHE20 BUILD_DEPENDS= ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop \ - ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg + ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg \ + gperf:devel/gperf LIB_DEPENDS= libunibilium.so:devel/unibilium \ libvterm.so:devel/libvterm \ libtermkey.so:devel/libtermkey \ @@ -22,7 +23,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibi USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig USE_GITHUB= yes -GH_TUPLE= tarruda:libmpack:1.0.2:libmpack +GH_TUPLE= tarruda:libmpack:1.0.3:libmpack CMAKE_ARGS= -DLUA_PRG:FILEPATH="${LUA_CMD}" \ -DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \ @@ -41,5 +42,6 @@ pre-build: -I${LUA_INCDIR} -shared lmpack.c -o \ ${BUILD_WRKSRC}/src/nvim/mpack.so \ ${LUA_LIBDIR}/liblua-${LUA_VER}.so) + @${LN} -s ${BUILD_WRKSRC}/src/nvim/mpack.so ${BUILD_WRKSRC}/runtime/mpack.so .include Modified: head/editors/neovim/distinfo ============================================================================== --- head/editors/neovim/distinfo Thu Nov 10 07:42:01 2016 (r425832) +++ head/editors/neovim/distinfo Thu Nov 10 08:06:03 2016 (r425833) @@ -1,5 +1,5 @@ -TIMESTAMP = 1472456512 -SHA256 (neovim-neovim-v0.1.5_GH0.tar.gz) = f286ff7994ef1835272285425d65804063f112c91925fee3ef8865282a6d2b7e -SIZE (neovim-neovim-v0.1.5_GH0.tar.gz) = 7813974 -SHA256 (tarruda-libmpack-1.0.2_GH0.tar.gz) = 9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9 -SIZE (tarruda-libmpack-1.0.2_GH0.tar.gz) = 44671 +TIMESTAMP = 1478584984 +SHA256 (neovim-neovim-v0.1.6_GH0.tar.gz) = a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a +SIZE (neovim-neovim-v0.1.6_GH0.tar.gz) = 7810818 +SHA256 (tarruda-libmpack-1.0.3_GH0.tar.gz) = 65eb21cfa9313204ac5296e3b305d752b8422c724b6375caecc6385f0a6d6e22 +SIZE (tarruda-libmpack-1.0.3_GH0.tar.gz) = 45720 Modified: head/editors/neovim/files/patch-CMakeLists.txt ============================================================================== --- head/editors/neovim/files/patch-CMakeLists.txt Thu Nov 10 07:42:01 2016 (r425832) +++ head/editors/neovim/files/patch-CMakeLists.txt Thu Nov 10 08:06:03 2016 (r425833) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-09-14 12:44:20 UTC +--- CMakeLists.txt.orig 2016-11-08 05:44:53 UTC +++ CMakeLists.txt -@@ -213,7 +213,7 @@ else() +@@ -221,7 +221,7 @@ else() # On FreeBSD 64 math.h uses unguarded C11 extension, which taints clang # 3.4.1 used there. @@ -9,7 +9,7 @@ add_definitions(-Wno-c11-extensions) endif() endif() -@@ -369,9 +369,9 @@ endforeach() +@@ -386,9 +386,9 @@ endforeach() # Find Lua interpreter include(LuaHelpers) Modified: head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c ============================================================================== --- head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c Thu Nov 10 07:42:01 2016 (r425832) +++ head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c Thu Nov 10 08:06:03 2016 (r425833) @@ -1,11 +1,11 @@ ---- src/nvim/os/pty_process_unix.c.orig 2016-08-22 02:14:28 UTC +--- src/nvim/os/pty_process_unix.c.orig 2016-11-08 05:50:09 UTC +++ src/nvim/os/pty_process_unix.c @@ -9,7 +9,7 @@ #include // forkpty is not in POSIX, so headers are platform-specific -#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || defined __DragonFly__ ++#if defined(__FreeBSD__) || defined (__DragonFly__) # include #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) # include Modified: head/editors/neovim/pkg-plist ============================================================================== --- head/editors/neovim/pkg-plist Thu Nov 10 07:42:01 2016 (r425832) +++ head/editors/neovim/pkg-plist Thu Nov 10 08:06:03 2016 (r425833) @@ -47,6 +47,7 @@ share/nvim/runtime/autoload/gnat.vim share/nvim/runtime/autoload/gzip.vim share/nvim/runtime/autoload/health.vim share/nvim/runtime/autoload/health/nvim.vim +share/nvim/runtime/autoload/health/provider.vim share/nvim/runtime/autoload/htmlcomplete.vim share/nvim/runtime/autoload/javascriptcomplete.vim share/nvim/runtime/autoload/man.vim @@ -175,6 +176,7 @@ share/nvim/runtime/doc/autocmd.txt share/nvim/runtime/doc/change.txt share/nvim/runtime/doc/cmdline.txt share/nvim/runtime/doc/debug.txt +share/nvim/runtime/doc/deprecated.txt share/nvim/runtime/doc/develop.txt share/nvim/runtime/doc/diff.txt share/nvim/runtime/doc/digraph.txt @@ -225,7 +227,6 @@ share/nvim/runtime/doc/print.txt share/nvim/runtime/doc/provider.txt share/nvim/runtime/doc/quickfix.txt share/nvim/runtime/doc/quickref.txt -share/nvim/runtime/doc/quotes.txt share/nvim/runtime/doc/recover.txt share/nvim/runtime/doc/remote.txt share/nvim/runtime/doc/remote_plugin.txt @@ -350,6 +351,7 @@ share/nvim/runtime/ftplugin/gitsendemail share/nvim/runtime/ftplugin/go.vim share/nvim/runtime/ftplugin/gpg.vim share/nvim/runtime/ftplugin/gprof.vim +share/nvim/runtime/ftplugin/groovy.vim share/nvim/runtime/ftplugin/group.vim share/nvim/runtime/ftplugin/grub.vim share/nvim/runtime/ftplugin/haml.vim @@ -779,6 +781,7 @@ share/nvim/runtime/syntax/autohotkey.vim share/nvim/runtime/syntax/autoit.vim share/nvim/runtime/syntax/automake.vim share/nvim/runtime/syntax/ave.vim +share/nvim/runtime/syntax/avra.vim share/nvim/runtime/syntax/awk.vim share/nvim/runtime/syntax/ayacc.vim share/nvim/runtime/syntax/b.vim From owner-svn-ports-all@freebsd.org Thu Nov 10 08:30:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEA9BC3988B; Thu, 10 Nov 2016 08:30:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB208AA; Thu, 10 Nov 2016 08:30:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA8UkTD043306; Thu, 10 Nov 2016 08:30:46 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA8UkTZ043305; Thu, 10 Nov 2016 08:30:46 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201611100830.uAA8UkTZ043305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 10 Nov 2016 08:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425834 - in branches/2016Q4/lang/tcl85: . 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: Thu, 10 Nov 2016 08:30:48 -0000 Author: koobs Date: Thu Nov 10 08:30:46 2016 New Revision: 425834 URL: https://svnweb.freebsd.org/changeset/ports/425834 Log: MFH: r425331 - lang/tcl85: fix integer overflow and avoid segfault PR: 214205 Submitted by: gahr Approved by: ports-secteam (blanket) Added: branches/2016Q4/lang/tcl85/files/patch-bug214205 - copied unchanged from r425331, head/lang/tcl85/files/patch-bug214205 Modified: branches/2016Q4/lang/tcl85/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/lang/tcl85/Makefile ============================================================================== --- branches/2016Q4/lang/tcl85/Makefile Thu Nov 10 08:06:03 2016 (r425833) +++ branches/2016Q4/lang/tcl85/Makefile Thu Nov 10 08:30:46 2016 (r425834) @@ -3,6 +3,7 @@ PORTNAME= tcl PORTVERSION= 8.5.19 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= TCLTK/tcl8_5 \ SF/tcl/Tcl/${PORTVERSION} Copied: branches/2016Q4/lang/tcl85/files/patch-bug214205 (from r425331, head/lang/tcl85/files/patch-bug214205) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/lang/tcl85/files/patch-bug214205 Thu Nov 10 08:30:46 2016 (r425834, copy of r425331, head/lang/tcl85/files/patch-bug214205) @@ -0,0 +1,46 @@ +Index: ../generic/tclListObj.c +================================================================== +--- ../generic/tclListObj.c ++++ ../generic/tclListObj.c +@@ -853,12 +853,15 @@ + */ + count = numElems - first; + } + + if (objc > LIST_MAX - (numElems - count)) { +- Tcl_SetObjResult(interp, Tcl_ObjPrintf( +- "max length of a Tcl list (%d elements) exceeded", LIST_MAX)); ++ if (interp != NULL) { ++ Tcl_SetObjResult(interp, Tcl_ObjPrintf( ++ "max length of a Tcl list (%d elements) exceeded", ++ LIST_MAX)); ++ } + return TCL_ERROR; + } + isShared = (listRepPtr->refCount > 1); + numRequired = numElems - count + objc; /* Known <= LIST_MAX */ + + +Index: ../generic/tclListObj.c +================================================================== +--- ../generic/tclListObj.c ++++ ../generic/tclListObj.c +@@ -844,15 +844,12 @@ + if (first >= numElems) { + first = numElems; /* So we'll insert after last element. */ + } + if (count < 0) { + count = 0; +- } else if (numElems < first+count || first+count < 0) { +- /* +- * The 'first+count < 0' condition here guards agains integer +- * overflow in determining 'first+count' +- */ ++ } else if (first > INT_MAX - count /* Handle integer overflow */ ++ || numElems < first+count) { + count = numElems - first; + } + + if (objc > LIST_MAX - (numElems - count)) { + if (interp != NULL) { + From owner-svn-ports-all@freebsd.org Thu Nov 10 09:00:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4E3C38B3C; Thu, 10 Nov 2016 09:00:14 +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 EF7F2905; Thu, 10 Nov 2016 09:00:13 +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 uAA90CbC054344; Thu, 10 Nov 2016 09:00:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA90CHT054343; Thu, 10 Nov 2016 09:00:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611100900.uAA90CHT054343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Nov 2016 09:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425835 - head/net-im/py-xmpppy-irc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 09:00:14 -0000 Author: amdmi3 Date: Thu Nov 10 09:00:12 2016 New Revision: 425835 URL: https://svnweb.freebsd.org/changeset/ports/425835 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/net-im/py-xmpppy-irc/Makefile Modified: head/net-im/py-xmpppy-irc/Makefile ============================================================================== --- head/net-im/py-xmpppy-irc/Makefile Thu Nov 10 08:30:46 2016 (r425834) +++ head/net-im/py-xmpppy-irc/Makefile Thu Nov 10 09:00:12 2016 (r425835) @@ -12,11 +12,14 @@ DISTNAME= irc-transport-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Xmpp to irc transport -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:net-im/py-xmpppy \ +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:net-im/py-xmpppy \ ${PYTHON_PKGNAMEPREFIX}irc>0:irc/py-irc USES= python NO_BUILD= yes +NO_ARCH= yes FILES= irc.py jep0106.py jep0133.py test_jep0106.py PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/irc/.} PLIST_FILES= ${PFILES} ${PFILES:S.$.c.} ${PFILES:S.$.o.} etc/${PORTNAME:S.-..}.conf.sample @@ -35,14 +38,16 @@ post-patch: -e "s!/etc/jabber/jabber-irc.conf!${PREFIX}/etc/${PORTNAME:S.-..}.conf!" do-install: - @${INSTALL} -d ${STAGEDIR}${DDIR} + @${MKDIR} ${STAGEDIR}${DDIR} ${INSTALL_SCRIPT} ${WRKSRC}/irc.py ${STAGEDIR}${DDIR}/ ${INSTALL_DATA} ${FILES:M*jep*:S.^.${WRKSRC}/.} ${STAGEDIR}${DDIR}/ ${INSTALL_DATA} ${WRKSRC}/transport.ini ${STAGEDIR}${PREFIX}/etc/${PORTNAME:S.-..}.conf.sample ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${DDIR} ${STAGEDIR}${DDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${DDIR} ${STAGEDIR}${DDIR} @${CHMOD} -R a-w ${STAGEDIR}${DDIR} - @${INSTALL} -d ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL} ${PORTDOCS:S.^.${WRKSRC}/.} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-all@freebsd.org Thu Nov 10 09:03:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ADFAC38D8C; Thu, 10 Nov 2016 09:03:12 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0FEACD9; Thu, 10 Nov 2016 09:03:11 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA93BRO058244; Thu, 10 Nov 2016 09:03:11 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA93BZl058242; Thu, 10 Nov 2016 09:03:11 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201611100903.uAA93BZl058242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Thu, 10 Nov 2016 09:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425836 - head/german/ding X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 09:03:12 -0000 Author: beat Date: Thu Nov 10 09:03:10 2016 New Revision: 425836 URL: https://svnweb.freebsd.org/changeset/ports/425836 Log: - Update to 1.8.1 - Modernize COMMENT - Add LICENSE PR: 214350 Submitted by: Jochen Neumeister Modified: head/german/ding/Makefile head/german/ding/distinfo Modified: head/german/ding/Makefile ============================================================================== --- head/german/ding/Makefile Thu Nov 10 09:00:12 2016 (r425835) +++ head/german/ding/Makefile Thu Nov 10 09:03:10 2016 (r425836) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= ding -PORTVERSION= 1.8 +PORTVERSION= 1.8.1 CATEGORIES= german tk MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \ LOCAL/ehaupt MAINTAINER= beat@FreeBSD.org -COMMENT= A German-English dictionary program for X windows/Unix +COMMENT= German-English dictionary program for X windows/Unix + +LICENSE= GPLv2 RUN_DEPENDS= wish8.4:x11-toolkits/tk84 \ agrep:textproc/agrep Modified: head/german/ding/distinfo ============================================================================== --- head/german/ding/distinfo Thu Nov 10 09:00:12 2016 (r425835) +++ head/german/ding/distinfo Thu Nov 10 09:03:10 2016 (r425836) @@ -1,2 +1,3 @@ -SHA256 (ding-1.8.tar.gz) = b4fc3bd52362b2b5aec3457a9ca2bfe6f8be2cf2287983d38b4fffca9b3de903 -SIZE (ding-1.8.tar.gz) = 5798784 +TIMESTAMP = 1478679318 +SHA256 (ding-1.8.1.tar.gz) = 5817bad70d9661fc1efc8bad38939bf665818c549a9675e8e041fff487c61232 +SIZE (ding-1.8.1.tar.gz) = 6543141 From owner-svn-ports-all@freebsd.org Thu Nov 10 09:09:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F6BC38FCD; Thu, 10 Nov 2016 09:09:26 +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 8224EF27; Thu, 10 Nov 2016 09:09:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA99PdR058581; Thu, 10 Nov 2016 09:09:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA99PNt058579; Thu, 10 Nov 2016 09:09:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611100909.uAA99PNt058579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Nov 2016 09:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425837 - head/games/cockatrice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 09:09:26 -0000 Author: mat Date: Thu Nov 10 09:09:25 2016 New Revision: 425837 URL: https://svnweb.freebsd.org/changeset/ports/425837 Log: Fix plist. Reported by: qat Sponsored by: Absolight Modified: head/games/cockatrice/Makefile (contents, props changed) head/games/cockatrice/pkg-plist (contents, props changed) Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Thu Nov 10 09:03:10 2016 (r425836) +++ head/games/cockatrice/Makefile Thu Nov 10 09:09:25 2016 (r425837) @@ -3,6 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2016.10.30 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org Modified: head/games/cockatrice/pkg-plist ============================================================================== --- head/games/cockatrice/pkg-plist Thu Nov 10 09:03:10 2016 (r425836) +++ head/games/cockatrice/pkg-plist Thu Nov 10 09:09:25 2016 (r425837) @@ -51,6 +51,7 @@ share/applications/oracle.desktop %%DATADIR%%/translations/cockatrice_pt.qm %%DATADIR%%/translations/cockatrice_pt_BR.qm %%DATADIR%%/translations/cockatrice_ru.qm +%%DATADIR%%/translations/cockatrice_sr.qm %%DATADIR%%/translations/cockatrice_sv.qm %%DATADIR%%/translations/cockatrice_zh-Hans.qm share/icons/hicolor/48x48/apps/cockatrice.png @@ -73,5 +74,6 @@ share/oracle/translations/oracle_pl.qm share/oracle/translations/oracle_pt.qm share/oracle/translations/oracle_pt_BR.qm share/oracle/translations/oracle_ru.qm +share/oracle/translations/oracle_sr.qm share/oracle/translations/oracle_sv.qm share/oracle/translations/oracle_zh-Hans.qm From owner-svn-ports-all@freebsd.org Thu Nov 10 09:12:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4669BC3905B; Thu, 10 Nov 2016 09:12:04 +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 1864A29B; Thu, 10 Nov 2016 09:12:04 +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 uAA9C3f8060139; Thu, 10 Nov 2016 09:12:03 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA9C39A060137; Thu, 10 Nov 2016 09:12:03 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201611100912.uAA9C39A060137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 10 Nov 2016 09:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425838 - 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: Thu, 10 Nov 2016 09:12:04 -0000 Author: olivier Date: Thu Nov 10 09:12:03 2016 New Revision: 425838 URL: https://svnweb.freebsd.org/changeset/ports/425838 Log: Update to 0.07.02 PR: 214361 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D8481 Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu Nov 10 09:09:25 2016 (r425837) +++ head/benchmarks/stress-ng/Makefile Thu Nov 10 09:12:03 2016 (r425838) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.00 +PORTVERSION= 0.07.02 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Thu Nov 10 09:09:25 2016 (r425837) +++ head/benchmarks/stress-ng/distinfo Thu Nov 10 09:12:03 2016 (r425838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476778500 -SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319 -SIZE (stress-ng-0.07.00.tar.gz) = 341086 +TIMESTAMP = 1478684146 +SHA256 (stress-ng-0.07.02.tar.gz) = 8b9cf270bd0288e23d93d2b41f76c94f9af989f5fede1432f2b1e49f9eda6f7f +SIZE (stress-ng-0.07.02.tar.gz) = 343763 From owner-svn-ports-all@freebsd.org Thu Nov 10 10:29:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07CD8C39BD9; Thu, 10 Nov 2016 10:29:45 +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 CDD75C75; Thu, 10 Nov 2016 10:29:44 +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 uAAATiXJ090711; Thu, 10 Nov 2016 10:29:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAATiwN090710; Thu, 10 Nov 2016 10:29:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611101029.uAAATiwN090710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Nov 2016 10:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425839 - 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: Thu, 10 Nov 2016 10:29:45 -0000 Author: mat Date: Thu Nov 10 10:29:43 2016 New Revision: 425839 URL: https://svnweb.freebsd.org/changeset/ports/425839 Log: Fix typo. Sponsored by: Absolight Modified: head/devel/p5-Specio/Makefile (contents, props changed) Modified: head/devel/p5-Specio/Makefile ============================================================================== --- head/devel/p5-Specio/Makefile Thu Nov 10 09:12:03 2016 (r425838) +++ head/devel/p5-Specio/Makefile Thu Nov 10 10:29:43 2016 (r425839) @@ -3,6 +3,7 @@ PORTNAME= Specio PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -14,7 +15,7 @@ COMMENT= Type constraints and coercions LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -xBUILD_DEPENDS= p5-Devel-StackTrace>=0:devel/p5-Devel-StackTrace \ +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-Role-Tiny>=1.003003:devel/p5-Role-Tiny From owner-svn-ports-all@freebsd.org Thu Nov 10 10:33:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC99C39F4B; Thu, 10 Nov 2016 10:33: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 801361DA; Thu, 10 Nov 2016 10:33: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 uAAAX9tV094565; Thu, 10 Nov 2016 10:33:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAAX92P094563; Thu, 10 Nov 2016 10:33:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611101033.uAAAX92P094563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 10 Nov 2016 10:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425840 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 10:33:10 -0000 Author: tijl Date: Thu Nov 10 10:33:09 2016 New Revision: 425840 URL: https://svnweb.freebsd.org/changeset/ports/425840 Log: Update flash plugin to 11.2r202.644. MFH: 2016Q4 Security: https://helpx.adobe.com/security/products/flash-player/apsb16-37.html Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Thu Nov 10 10:29:43 2016 (r425839) +++ head/www/linux-c6-flashplugin11/Makefile Thu Nov 10 10:33:09 2016 (r425840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.643 +PORTVERSION= 11.2r202.644 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: head/www/linux-c6-flashplugin11/distinfo ============================================================================== --- head/www/linux-c6-flashplugin11/distinfo Thu Nov 10 10:29:43 2016 (r425839) +++ head/www/linux-c6-flashplugin11/distinfo Thu Nov 10 10:33:09 2016 (r425840) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477572180 -SHA256 (flashplugin/11.2r202.643/install_flash_player_11_linux.i386.tar.gz) = b3cb465620b18df1a4cb88427f2e3c7bd080ee23883b05f94245187a783fa25c -SIZE (flashplugin/11.2r202.643/install_flash_player_11_linux.i386.tar.gz) = 6991072 -SHA256 (flashplugin/11.2r202.643/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.643/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +TIMESTAMP = 1478773365 +SHA256 (flashplugin/11.2r202.644/install_flash_player_11_linux.i386.tar.gz) = 63ca6e1ad1e1b39ae6e35265b628a818dfc4544b1aa857b8a8365d056779f297 +SIZE (flashplugin/11.2r202.644/install_flash_player_11_linux.i386.tar.gz) = 6992226 +SHA256 (flashplugin/11.2r202.644/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.644/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-all@freebsd.org Thu Nov 10 10:48:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EDEFC3950A; Thu, 10 Nov 2016 10:48: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 23441C14; Thu, 10 Nov 2016 10:48: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 uAAAmvpc098615; Thu, 10 Nov 2016 10:48:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAAmvYk098613; Thu, 10 Nov 2016 10:48:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611101048.uAAAmvYk098613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 10 Nov 2016 10:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425841 - 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, 10 Nov 2016 10:48:58 -0000 Author: tijl Date: Thu Nov 10 10:48:56 2016 New Revision: 425841 URL: https://svnweb.freebsd.org/changeset/ports/425841 Log: Document latest flash plugin vulnerabilities. Security: https://helpx.adobe.com/security/products/flash-player/apsb16-37.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 10 10:33:09 2016 (r425840) +++ head/security/vuxml/vuln.xml Thu Nov 10 10:48:56 2016 (r425841) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + flash -- multiple vulnerabilities + + + linux-c6-flashplugin + linux-c7-flashplugin + linux-f10-flashplugin + 11.2r202.644 + + + + +

Adobe reports:

+
+
    +
  • These updates resolve type confusion vulnerabilities that + could lead to code execution (CVE-2016-7860, CVE-2016-7861, + CVE-2016-7865).
  • +
  • These updates resolve use-after-free vulnerabilities that + could lead to code execution (CVE-2016-7857, CVE-2016-7858, + CVE-2016-7859, CVE-2016-7862, CVE-2016-7863, CVE-2016-7864).
  • +
+
+ +
+ + https://helpx.adobe.com/security/products/flash-player/apsb16-37.html + CVE-2016-7857 + CVE-2016-7858 + CVE-2016-7859 + CVE-2016-7860 + CVE-2016-7861 + CVE-2016-7862 + CVE-2016-7863 + CVE-2016-7864 + CVE-2016-7865 + + + 2016-11-08 + 2016-11-10 + +
+ gitlab -- Directory traversal via "import/export" feature From owner-svn-ports-all@freebsd.org Thu Nov 10 11:33:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FC35C3A8CB; Thu, 10 Nov 2016 11:33:53 +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 3C2941CCB; Thu, 10 Nov 2016 11:33:53 +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 uAABXq1C018400; Thu, 10 Nov 2016 11:33:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAABXqSH018399; Thu, 10 Nov 2016 11:33:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611101133.uAABXqSH018399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 10 Nov 2016 11:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425842 - head/devel/erlang-backoff/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 11:33:53 -0000 Author: olgeni Date: Thu Nov 10 11:33:52 2016 New Revision: 425842 URL: https://svnweb.freebsd.org/changeset/ports/425842 Log: devel/erlang-backoff: do not try to download the rebar3_proper plugin in build phase. Added: head/devel/erlang-backoff/files/ head/devel/erlang-backoff/files/patch-rebar.config (contents, props changed) Added: head/devel/erlang-backoff/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/files/patch-rebar.config Thu Nov 10 11:33:52 2016 (r425842) @@ -0,0 +1,10 @@ +--- rebar.config.orig 2016-11-10 11:19:16 UTC ++++ rebar.config +@@ -3,7 +3,6 @@ + ]}. + + {plugins, [ +- {rebar3_proper, "0.5.0"} + ]}. + + {profiles, [ From owner-svn-ports-all@freebsd.org Thu Nov 10 11:34:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28258C3A960; Thu, 10 Nov 2016 11:34:57 +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 DF6BE1DCA; Thu, 10 Nov 2016 11:34:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAABYu6B018568; Thu, 10 Nov 2016 11:34:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAABYtJ1018565; Thu, 10 Nov 2016 11:34:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611101134.uAABYtJ1018565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 10 Nov 2016 11:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425843 - head/databases/elixir-db_connection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 11:34:57 -0000 Author: olgeni Date: Thu Nov 10 11:34:55 2016 New Revision: 425843 URL: https://svnweb.freebsd.org/changeset/ports/425843 Log: Update databases/elixir-db_connection to version 1.1.0. Modified: head/databases/elixir-db_connection/Makefile head/databases/elixir-db_connection/distinfo head/databases/elixir-db_connection/pkg-plist Modified: head/databases/elixir-db_connection/Makefile ============================================================================== --- head/databases/elixir-db_connection/Makefile Thu Nov 10 11:33:52 2016 (r425842) +++ head/databases/elixir-db_connection/Makefile Thu Nov 10 11:34:55 2016 (r425843) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= db_connection -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-db_connection/distinfo ============================================================================== --- head/databases/elixir-db_connection/distinfo Thu Nov 10 11:33:52 2016 (r425842) +++ head/databases/elixir-db_connection/distinfo Thu Nov 10 11:34:55 2016 (r425843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476266720 -SHA256 (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 52557de82e1b60e0c08a49a28e5a4f14ad762f198458761d312bba7cd23df352 -SIZE (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 41984 +TIMESTAMP = 1478776633 +SHA256 (elixir-ecto-db_connection-v1.1.0_GH0.tar.gz) = 4bd8c245a0d4f0f9819c0b4de88dfc43ae66b88ea04eda40cfde904fce67c5ea +SIZE (elixir-ecto-db_connection-v1.1.0_GH0.tar.gz) = 44650 Modified: head/databases/elixir-db_connection/pkg-plist ============================================================================== --- head/databases/elixir-db_connection/pkg-plist Thu Nov 10 11:33:52 2016 (r425842) +++ head/databases/elixir-db_connection/pkg-plist Thu Nov 10 11:34:55 2016 (r425843) @@ -13,6 +13,7 @@ lib/elixir/lib/db_connection/ebin/Elixir lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Pool.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.Worker.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.PrepareStream.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Query.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Broker.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Pool.beam @@ -21,9 +22,12 @@ lib/elixir/lib/db_connection/ebin/Elixir lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Supervisor.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.SojournError.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Stream.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Task.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Watcher.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.beam +lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.PrepareStream.beam +lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.Stream.beam lib/elixir/lib/db_connection/ebin/db_connection.app lib/elixir/lib/db_connection/lib/db_connection.ex lib/elixir/lib/db_connection/lib/db_connection/app.ex From owner-svn-ports-all@freebsd.org Thu Nov 10 11:39:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1761FC3AA43; Thu, 10 Nov 2016 11:39: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 CBFF01F4D; Thu, 10 Nov 2016 11:39:44 +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 uAABdijM018951; Thu, 10 Nov 2016 11:39:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAABdhdi018943; Thu, 10 Nov 2016 11:39:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611101139.uAABdhdi018943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 10 Nov 2016 11:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425844 - in head/lang: erlang erlang-java erlang-runtime19 erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 11:39:45 -0000 Author: olgeni Date: Thu Nov 10 11:39:43 2016 New Revision: 425844 URL: https://svnweb.freebsd.org/changeset/ports/425844 Log: Upgrade Erlang 19 ports to version 19.1.6. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-java/Makefile Thu Nov 10 11:39:43 2016 (r425844) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.5 +PORTVERSION= 19.1.6 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 patch-otp-19.1.5 + patch-otp-19.1.4 patch-otp-19.1.5 patch-otp-19.1.6 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-java/distinfo Thu Nov 10 11:39:43 2016 (r425844) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476793157 +TIMESTAMP = 1478774983 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -13,3 +13,5 @@ SHA256 (erlang/patch-otp-19.1.4) = d922f SIZE (erlang/patch-otp-19.1.4) = 20204 SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 SIZE (erlang/patch-otp-19.1.5) = 7511 +SHA256 (erlang/patch-otp-19.1.6) = 0f17a4e6c486123d7942e85bd87be282df8bba5b16a07f3337238ffff25211e0 +SIZE (erlang/patch-otp-19.1.6) = 9504 Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-runtime19/Makefile Thu Nov 10 11:39:43 2016 (r425844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.5 +PORTVERSION= 19.1.6 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 patch-otp-19.1.5 + patch-otp-19.1.4 patch-otp-19.1.5 patch-otp-19.1.6 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -216,6 +216,10 @@ post-install: ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.6 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-runtime19/distinfo Thu Nov 10 11:39:43 2016 (r425844) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476793175 +TIMESTAMP = 1478774943 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -15,3 +15,5 @@ SHA256 (erlang/patch-otp-19.1.4) = d922f SIZE (erlang/patch-otp-19.1.4) = 20204 SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 SIZE (erlang/patch-otp-19.1.5) = 7511 +SHA256 (erlang/patch-otp-19.1.6) = 0f17a4e6c486123d7942e85bd87be282df8bba5b16a07f3337238ffff25211e0 +SIZE (erlang/patch-otp-19.1.6) = 9504 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-wx/Makefile Thu Nov 10 11:39:43 2016 (r425844) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.5 +PORTVERSION= 19.1.6 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 patch-otp-19.1.5 + patch-otp-19.1.4 patch-otp-19.1.5 patch-otp-19.1.6 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang-wx/distinfo Thu Nov 10 11:39:43 2016 (r425844) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476793135 +TIMESTAMP = 1478774958 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -13,3 +13,5 @@ SHA256 (erlang/patch-otp-19.1.4) = d922f SIZE (erlang/patch-otp-19.1.4) = 20204 SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 SIZE (erlang/patch-otp-19.1.5) = 7511 +SHA256 (erlang/patch-otp-19.1.6) = 0f17a4e6c486123d7942e85bd87be282df8bba5b16a07f3337238ffff25211e0 +SIZE (erlang/patch-otp-19.1.6) = 9504 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang/Makefile Thu Nov 10 11:39:43 2016 (r425844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.5 +PORTVERSION= 19.1.6 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -21,7 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ - patch-otp-19.1.4 patch-otp-19.1.5 + patch-otp-19.1.4 patch-otp-19.1.5 patch-otp-19.1.6 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -240,6 +240,10 @@ post-install: ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.1 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.6 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Thu Nov 10 11:34:55 2016 (r425843) +++ head/lang/erlang/distinfo Thu Nov 10 11:39:43 2016 (r425844) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476793118 +TIMESTAMP = 1478771621 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -27,3 +27,5 @@ SHA256 (erlang/patch-otp-19.1.4) = d922f SIZE (erlang/patch-otp-19.1.4) = 20204 SHA256 (erlang/patch-otp-19.1.5) = 3112e79e49b183daeaf936c4e6db76952d9d0d51dd22b0dacdf51f15e6cbf202 SIZE (erlang/patch-otp-19.1.5) = 7511 +SHA256 (erlang/patch-otp-19.1.6) = 0f17a4e6c486123d7942e85bd87be282df8bba5b16a07f3337238ffff25211e0 +SIZE (erlang/patch-otp-19.1.6) = 9504 From owner-svn-ports-all@freebsd.org Thu Nov 10 11:55:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44688C3AECB; Thu, 10 Nov 2016 11:55:25 +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 F036DAEC; Thu, 10 Nov 2016 11:55: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 uAABtOAf026554; Thu, 10 Nov 2016 11:55:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAABtOtF026553; Thu, 10 Nov 2016 11:55:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611101155.uAABtOtF026553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 10 Nov 2016 11:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425845 - 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, 10 Nov 2016 11:55:25 -0000 Author: cpm Date: Thu Nov 10 11:55:23 2016 New Revision: 425845 URL: https://svnweb.freebsd.org/changeset/ports/425845 Log: Document new vulnerabilities in www/chromium < 54.0.2840.98 Approved by: rene Obtained from: https://googlechromereleases.blogspot.nl/2016/11/stable-channel-update-for-desktop_9.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 10 11:39:43 2016 (r425844) +++ head/security/vuxml/vuln.xml Thu Nov 10 11:55:23 2016 (r425845) @@ -58,6 +58,47 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 54.0.2840.98 + + + + +

Google Chrome Releases reports:

+
+

4 security fixes in this release, including:

+
    +
  • [643948] High CVE-2016-5199: Heap corruption in FFmpeg. Credit to + Paul Mehta
  • +
  • [658114] High CVE-2016-5200: Out of bounds memory access in V8. Credit to + Choongwoo Han
  • +
  • [660678] Medium CVE-2016-5201: Info leak in extensions. Credit to + Rob Wu
  • +
  • [662843] CVE-2016-5202: Various fixes from internal audits, + fuzzing and other initiatives
  • +
+
+ +
+ + CVE-2016-5199 + CVE-2016-5200 + CVE-2016-5201 + CVE-2016-5202 + https://googlechromereleases.blogspot.nl/2016/11/stable-channel-update-for-desktop_9.html + + + 2016-11-9 + 2016-11-10 + +
+ flash -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Nov 10 14:22:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B8DBC39B30; Thu, 10 Nov 2016 14:22:59 +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 2E37166D; Thu, 10 Nov 2016 14:22:59 +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 uAAEMw7T084525; Thu, 10 Nov 2016 14:22:58 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAEMwLT084521; Thu, 10 Nov 2016 14:22:58 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201611101422.uAAEMwLT084521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 10 Nov 2016 14:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425846 - 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: Thu, 10 Nov 2016 14:22:59 -0000 Author: osa Date: Thu Nov 10 14:22:57 2016 New Revision: 425846 URL: https://svnweb.freebsd.org/changeset/ports/425846 Log: Add one more third-party module: ngx_http_geoip2, v.2.0. PR: 210294 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 Thu Nov 10 11:55:23 2016 (r425845) +++ head/www/nginx-devel/Makefile Thu Nov 10 14:22:57 2016 (r425846) @@ -78,6 +78,7 @@ OPTIONS_DEFINE= \ HTTP_EVAL \ HTTP_FANCYINDEX \ HTTP_FOOTER \ + HTTP_GEOIP2 \ HTTP_JSON_STATUS \ HTTP_MOGILEFS \ HTTP_MP4_H264 \ @@ -186,6 +187,7 @@ HTTP_DAV_EXT_DESC= 3rd party webdav_ext HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module HTTP_FOOTER_DESC= 3rd party http_footer module +HTTP_GEOIP2_DESC= 3rd party geoip2 module HTTP_JSON_STATUS_DESC= 3rd party http_json_status module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_H264_DESC= 3rd party mp4/h264 module @@ -509,6 +511,20 @@ GH_TAGNAME+= ${NGINX_FOOTER_VERSION}:foo CONFIGURE_ARGS+=--add-module=${WRKSRC_footer} .endif +.if ${PORT_OPTIONS:MHTTP_GEOIP2} +# WWW: https://github.com/leev/ngx_http_geoip2_module +NGINX_HTTP_GEOIP2_VERSION= 2.0 +GH_ACCOUNT+= leev:geoip2 +GH_PROJECT+= ngx_http_geoip2_module:geoip2 +GH_TAGNAME+= ${NGINX_HTTP_GEOIP2_VERSION}:geoip2 +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_geoip2} +.else +CONFIGURE_ARGS+=--add-module=${WRKSRC_geoip2} +.endif +LIB_DEPENDS+= libmaxminddb.so:net/libmaxminddb +.endif + .if ${PORT_OPTIONS:MHTTP_FLV} CONFIGURE_ARGS+=--with-http_flv_module .endif Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Thu Nov 10 11:55:23 2016 (r425845) +++ head/www/nginx-devel/distinfo Thu Nov 10 14:22:57 2016 (r425846) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476391310 +TIMESTAMP = 1478786895 SHA256 (nginx-1.11.5.tar.gz) = 223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6 SIZE (nginx-1.11.5.tar.gz) = 956517 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -55,6 +55,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.6_G SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 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 +SIZE (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = 6766 SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Nov 10 11:55:23 2016 (r425845) +++ head/www/nginx/Makefile Thu Nov 10 14:22:57 2016 (r425846) @@ -78,6 +78,7 @@ OPTIONS_DEFINE= \ HTTP_EVAL \ HTTP_FANCYINDEX \ HTTP_FOOTER \ + HTTP_GEOIP2 \ HTTP_JSON_STATUS \ HTTP_MOGILEFS \ HTTP_MP4_H264 \ @@ -186,6 +187,7 @@ HTTP_DAV_EXT_DESC= 3rd party webdav_ext HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module HTTP_FOOTER_DESC= 3rd party http_footer module +HTTP_GEOIP2_DESC= 3rd party geoip2 module HTTP_JSON_STATUS_DESC= 3rd party http_json_status module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_H264_DESC= 3rd party mp4/h264 module @@ -507,6 +509,20 @@ GH_TAGNAME+= ${NGINX_FOOTER_VERSION}:foo CONFIGURE_ARGS+=--add-module=${WRKSRC_footer} .endif +.if ${PORT_OPTIONS:MHTTP_GEOIP2} +# WWW: https://github.com/leev/ngx_http_geoip2_module +NGINX_HTTP_GEOIP2_VERSION= 2.0 +GH_ACCOUNT+= leev:geoip2 +GH_PROJECT+= ngx_http_geoip2_module:geoip2 +GH_TAGNAME+= ${NGINX_HTTP_GEOIP2_VERSION}:geoip2 +.if !empty(PORT_OPTIONS:MDSO) +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_geoip2} +.else +CONFIGURE_ARGS+=--add-module=${WRKSRC_geoip2} +.endif +LIB_DEPENDS+= libmaxminddb.so:net/libmaxminddb +.endif + .if ${PORT_OPTIONS:MHTTP_FLV} CONFIGURE_ARGS+=--with-http_flv_module .endif Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Thu Nov 10 11:55:23 2016 (r425845) +++ head/www/nginx/distinfo Thu Nov 10 14:22:57 2016 (r425846) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476831245 +TIMESTAMP = 1478786895 SHA256 (nginx-1.10.2.tar.gz) = 1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 SIZE (nginx-1.10.2.tar.gz) = 910812 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -55,6 +55,8 @@ SHA256 (aperezdc-ngx-fancyindex-v0.3.6_G SIZE (aperezdc-ngx-fancyindex-v0.3.6_GH0.tar.gz) = 17252 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 +SIZE (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = 6766 SHA256 (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = fdc34e0e712d28f4452ce3858ba05a38cc00703f14502095189c4a1063a36997 SIZE (nginx-modules-ngx_http_json_status_module-1d2f303_GH0.tar.gz) = 6736 SHA256 (kr-nginx-notice-3c95966_GH0.tar.gz) = e829fc94178cc8c91fef15a1fc44ee7ac162c13eddc0bba4c9427aaa23386885 From owner-svn-ports-all@freebsd.org Thu Nov 10 16:14:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7442BC3AFBF; Thu, 10 Nov 2016 16:14:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD2FA5D; Thu, 10 Nov 2016 16:14:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAAGE464027782; Thu, 10 Nov 2016 16:14:04 GMT (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAGE3Dp027774; Thu, 10 Nov 2016 16:14:03 GMT (envelope-from marcel@FreeBSD.org) Message-Id: <201611101614.uAAGE3Dp027774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcel set sender to marcel@FreeBSD.org using -f From: Marcel Moolenaar Date: Thu, 10 Nov 2016 16:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425847 - in head: . security security/openiked security/openiked/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 16:14:05 -0000 Author: marcel (src committer) Date: Thu Nov 10 16:14:03 2016 New Revision: 425847 URL: https://svnweb.freebsd.org/changeset/ports/425847 Log: Add OpenIKED, version 1.0 This is OpenBSD's OpenIKED with fixes and improvements and additional features. Original author: Reyk Floeter Author: Marcel Moolenaar Reviewed by: mat@ Approved by: mat@ Obtained from: https://github.com/xcllnt/openiked Sponsored by: Bracket Computing, Inc. Differential Revision: https://reviews.freebsd.org/D8417 Added: head/security/openiked/ head/security/openiked/Makefile (contents, props changed) head/security/openiked/distinfo (contents, props changed) head/security/openiked/files/ head/security/openiked/files/iked.in (contents, props changed) head/security/openiked/pkg-descr (contents, props changed) head/security/openiked/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/security/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Thu Nov 10 14:22:57 2016 (r425846) +++ head/GIDs Thu Nov 10 16:14:03 2016 (r425847) @@ -104,7 +104,7 @@ nocat:*:159: _ypldap:*:160: solr:*:161: octoprint:*:162: -# free: 163 +_iked:*:163: # free: 164 # free: 165 # free: 166 Modified: head/UIDs ============================================================================== --- head/UIDs Thu Nov 10 14:22:57 2016 (r425846) +++ head/UIDs Thu Nov 10 16:14:03 2016 (r425847) @@ -109,7 +109,7 @@ nocat:*:159:159::0:0:NoCat Daemon:/libex _ypldap:*:160:160::0:0:YP Ldap unprivileged user:/var/empty:/usr/sbin/nologin solr:*:161:161::0:0:Apache Solr System:/var/db/solr:/usr/sbin/nologin octoprint:*:162:162::0:0:OctoPrint Daemon:/usr/local/octoprint:/usr/sbin/nologin -# free: 163 +_iked:*:163:163::0:0:IKEv2 Daemon:/var/empty:/usr/sbin/nologin # free: 164 # free: 165 # free: 166 Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 10 14:22:57 2016 (r425846) +++ head/security/Makefile Thu Nov 10 16:14:03 2016 (r425847) @@ -417,6 +417,7 @@ SUBDIR += openconnect SUBDIR += opencryptoki SUBDIR += openct + SUBDIR += openiked SUBDIR += opensaml2 SUBDIR += opensc SUBDIR += openscep Added: head/security/openiked/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/Makefile Thu Nov 10 16:14:03 2016 (r425847) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= openiked +PORTVERSION= 1.0 +CATEGORIES= security net ipv6 + +MAINTAINER= marcel@FreeBSD.org +COMMENT= IKEv2 daemon + +LICENSE= ISCL + +LIB_DEPENDS= libevent.so:devel/libevent2 + +USE_GITHUB= yes +GH_ACCOUNT= xcllnt + +USE_RC_SUBR= iked +USERS= _iked +GROUPS= _iked + +USES= autoreconf libtool ssl +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} + +post-install: + ${MV} ${STAGEDIR}/etc/ssl/ikeca.cnf \ + ${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ + ${STAGEDIR}${PREFIX}/etc/iked.conf.sample + +.include Added: head/security/openiked/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/distinfo Thu Nov 10 16:14:03 2016 (r425847) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477960722 +SHA256 (xcllnt-openiked-1.0_GH0.tar.gz) = 675835edb34ebbfa096eb5e16014ec3a3ba25a3b9468ca7fa063ebaf81e3cb02 +SIZE (xcllnt-openiked-1.0_GH0.tar.gz) = 224063 Added: head/security/openiked/files/iked.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/files/iked.in Thu Nov 10 16:14:03 2016 (r425847) @@ -0,0 +1,70 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: iked +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# iked_enable (bool): Set to NO by default. +# Set it to YES to enable iked. +# iked_ramdisk (bool): Set to NO by default. See below. +# +# When iked_ramdisk is set to YES, the rc.d script will make sure +# all directories exist, but will not generate a key pair if none +# exists. The daemon is not started when the key pair no config +# files are missing. It is assumed the ramdisk is not populated +# completely. When iked_ramdisk is NO, key pairs are created as +# needed and thr daemon is started unconditionally. + +. /etc/rc.subr + +name=iked +desc="IKEv2 daemon" +rcvar=iked_enable + +load_rc_config $name + +: ${iked_enable:=NO} +: ${iked_ramdisk=NO} + +command=%%PREFIX%%/sbin/iked +start_precmd=iked_precmd + +iked_config=%%PREFIX%%/etc/iked.conf +iked_rootdir=%%PREFIX%%/etc/iked +iked_privkey=${iked_rootdir}/private/local.key +iked_pubkey=${iked_rootdir}/local.pub + +iked_precmd() +{ + + if checkyesno iked_ramdisk; then + # Make sure we have our directory hierarchy. + for D in ca certs crls export private pubkeys \ + pubkeys/fqdn pubkeys/ipv4 pubkeys/ipv6 pubkeys/ufqdn; do + mkdir -p %%PREFIX%%/etc/iked/$D + done + chmod 700 %%PREFIX%%/etc/iked/private + else + # Create a key pair if not already present. + if test ! -f $iked_privkey; then + /usr/bin/openssl genrsa -out $iked_privkey 2048 + /bin/chmod 600 $iked_privkey + /usr/bin/openssl rsa -out $iked_pubkey \ + -in $iked_privkey -pubout + fi + fi + + # We must have a private key and a configuration file. + # Don't start iked when those are missing. + if test ! \( -f $iked_privkey -a -f $iked_config \); then + # Be quiet about it; it must be intentional. + exit 1 + fi +} + +run_rc_command "$1" Added: head/security/openiked/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/pkg-descr Thu Nov 10 16:14:03 2016 (r425847) @@ -0,0 +1,9 @@ +OpenIKED is a lean Internet Key Exchange (IKEv2) daemon which performs +mutual authentication and which establishes and maintains IPsec VPN +flows and security associations (SAs) between the two peers. + +This version of OpenIKED is derived from OpenIKED's iked, but changed +to support transport mode IPSec and lazy creation of associations, +among many other improvements. + +WWW: https://github.com/xcllnt/openiked Added: head/security/openiked/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openiked/pkg-plist Thu Nov 10 16:14:03 2016 (r425847) @@ -0,0 +1,15 @@ +@sample etc/ikeca.cnf.sample +@sample etc/iked.conf.sample +man/man5/iked.conf.5.gz +man/man8/ikectl.8.gz +man/man8/iked.8.gz +sbin/ikectl +sbin/iked +@dir etc/iked/ca +@dir etc/iked/certs +@dir etc/iked/crls +@dir(,,700) etc/iked/private +@dir etc/iked/pubkeys/fqdn +@dir etc/iked/pubkeys/ipv4 +@dir etc/iked/pubkeys/ipv6 +@dir etc/iked/pubkeys/ufqdn From owner-svn-ports-all@freebsd.org Thu Nov 10 16:20:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4601FC3A24A; Thu, 10 Nov 2016 16:20:33 +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 157BAD01; Thu, 10 Nov 2016 16:20:33 +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 uAAGKWPH028111; Thu, 10 Nov 2016 16:20:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAGKW4i028110; Thu, 10 Nov 2016 16:20:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611101620.uAAGKW4i028110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Nov 2016 16:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425848 - head/security/p5-CryptX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 16:20:33 -0000 Author: mat Date: Thu Nov 10 16:20:32 2016 New Revision: 425848 URL: https://svnweb.freebsd.org/changeset/ports/425848 Log: Fix depends. Using := is almost, but not quite, entirely unlike a good idea. In that case, as BUILD_DEPENDS is not defined, it will act as a normal assignment. Sponsored by: Absolight Modified: head/security/p5-CryptX/Makefile (contents, props changed) Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Thu Nov 10 16:14:03 2016 (r425847) +++ head/security/p5-CryptX/Makefile Thu Nov 10 16:20:32 2016 (r425848) @@ -3,6 +3,7 @@ PORTNAME= CryptX PORTVERSION= 0.041 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- @@ -13,8 +14,6 @@ COMMENT= Crypto toolkit LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Thu Nov 10 16:22:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 848F3C3A409; Thu, 10 Nov 2016 16:22:42 +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 5E7AADB; Thu, 10 Nov 2016 16:22:42 +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 uAAGMfGb031686; Thu, 10 Nov 2016 16:22:41 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAGMfEG031683; Thu, 10 Nov 2016 16:22:41 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611101622.uAAGMfEG031683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 10 Nov 2016 16:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425849 - 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, 10 Nov 2016 16:22:42 -0000 Author: brnrd Date: Thu Nov 10 16:22:41 2016 New Revision: 425849 URL: https://svnweb.freebsd.org/changeset/ports/425849 Log: security/openssl-devel: Update to 1.1.0c - Update to 1.1.0c - Fix EC option - Fix added/removed man-pages MFH: 2016Q4 Security: CVE-2016-7054 Security: CVE-2016-7053 Security: CVE-2016-7055 Modified: head/security/openssl-devel/Makefile head/security/openssl-devel/distinfo head/security/openssl-devel/pkg-plist Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Thu Nov 10 16:20:32 2016 (r425848) +++ head/security/openssl-devel/Makefile Thu Nov 10 16:22:41 2016 (r425849) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.1.0b -PORTREVISION= 1 +PORTVERSION= 1.1.0c CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ @@ -27,19 +26,21 @@ CONFIGURE_ARGS= --openssldir=${OPENSSLDI OPTIONS_GROUP= CIPHERS HASHES OPTIMIZE PROTOCOLS OPTIONS_GROUP_CIPHERS= IDEA JPAKE RC2 RC4 RC5 OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 -OPTIONS_GROUP_OPTIMIZE= ASM EC SSE2 THREADS +OPTIONS_GROUP_OPTIMIZE= ASM SSE2 THREADS OPTIONS_DEFINE_i386= I386 OPTIONS_GROUP_PROTOCOLS= NEXTPROTONEG SCTP SSL3 OPTIONS_DEFINE= MAN3 RFC3779 SHARED THREADS ZLIB -OPTIONS_DEFINE_amd64= EC -OPTIONS_DEFAULT_amd64= EC -OPTIONS_DEFINE_ia64= EC -OPTIONS_DEFAULT_ia64= EC -.if ${MACHINE_ARCH} == "mips64el" -OPTIONS_DEFINE+= EC -OPTIONS_DEFAULT+= EC +.if ${MACHINE_ARCH} == "amd64" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC +.elif ${MACHINE_ARCH} == "ia64" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC +.elif ${MACHINE_ARCH} == "mips64el" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC .endif OPTIONS_DEFAULT= ASM MAN3 MD4 RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS Modified: head/security/openssl-devel/distinfo ============================================================================== --- head/security/openssl-devel/distinfo Thu Nov 10 16:20:32 2016 (r425848) +++ head/security/openssl-devel/distinfo Thu Nov 10 16:22:41 2016 (r425849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474897657 -SHA256 (openssl-1.1.0b.tar.gz) = a45de072bf9be4dea437230aaf036000f0e68c6a665931c57e76b5b036cef6f7 -SIZE (openssl-1.1.0b.tar.gz) = 5162355 +TIMESTAMP = 1478791341 +SHA256 (openssl-1.1.0c.tar.gz) = fc436441a2e05752d31b4e46115eb89709a28aef96d4fe786abe92409b2fd6f5 +SIZE (openssl-1.1.0c.tar.gz) = 5179668 Modified: head/security/openssl-devel/pkg-plist ============================================================================== --- head/security/openssl-devel/pkg-plist Thu Nov 10 16:20:32 2016 (r425848) +++ head/security/openssl-devel/pkg-plist Thu Nov 10 16:22:41 2016 (r425849) @@ -1247,6 +1247,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_OpenInit.3.gz %%MAN3%%man/man3/EVP_OpenUpdate.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_add1_hkdf_info.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_add1_tls1_prf_seed.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_ctrl.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_ctrl_str.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_dup.3.gz @@ -1258,6 +1259,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_PKEY_CTX_new_id.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set1_hkdf_key.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set1_hkdf_salt.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_set1_tls1_prf_secret.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_app_data.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_cb.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.3.gz @@ -1271,6 +1273,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_signature_md.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_DH.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_DSA.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_EC_KEY.3.gz @@ -2437,8 +2440,6 @@ man/man1/x509.1.gz %%MAN3%%man/man3/X509_CINF_new.3.gz %%MAN3%%man/man3/X509_CRL_INFO_free.3.gz %%MAN3%%man/man3/X509_CRL_INFO_new.3.gz -%%MAN3%%man/man3/X509_CRL_METHOD_free.3.gz -%%MAN3%%man/man3/X509_CRL_METHOD_new.3.gz %%MAN3%%man/man3/X509_CRL_add0_revoked.3.gz %%MAN3%%man/man3/X509_CRL_add1_ext_i2d.3.gz %%MAN3%%man/man3/X509_CRL_add_ext.3.gz From owner-svn-ports-all@freebsd.org Thu Nov 10 16:53:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B45B4C3AC1B; Thu, 10 Nov 2016 16:53:17 +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 82C0F31E; Thu, 10 Nov 2016 16:53:17 +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 uAAGrGSo043516; Thu, 10 Nov 2016 16:53:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAGrGSv043515; Thu, 10 Nov 2016 16:53:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611101653.uAAGrGSv043515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Nov 2016 16:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425850 - head/devel/git-cinnabar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 16:53:17 -0000 Author: mat Date: Thu Nov 10 16:53:16 2016 New Revision: 425850 URL: https://svnweb.freebsd.org/changeset/ports/425850 Log: Fix build as a regular user. Sponsored by: Absolight Modified: head/devel/git-cinnabar/Makefile (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Thu Nov 10 16:22:41 2016 (r425849) +++ head/devel/git-cinnabar/Makefile Thu Nov 10 16:53:16 2016 (r425850) @@ -22,7 +22,6 @@ SHEBANG_LANG= python2.7 SHEBANG_FILES= ${PORTNAME} git-remote-hg ALL_TARGET= ${PORTNAME}-helper .ifnmake describe -WRKSRC_git!= ${MAKE} -V WRKSRC -C ${.CURDIR}/../git MAKE_ENV!= ${MAKE} -V MAKE_ENV -C ${.CURDIR}/../git MAKE_ARGS!= ${MAKE} -V MAKE_ARGS -C ${.CURDIR}/../git .endif @@ -32,7 +31,8 @@ PORTDATA= * PORTDOCS= README.md post-configure: - @(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core) + @${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \ + ${TAR} xof - -C${WRKSRC}/git-core do-install: ${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-all@freebsd.org Thu Nov 10 18:39:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2CA7C384C6; Thu, 10 Nov 2016 18:39:20 +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 930FD7D2; Thu, 10 Nov 2016 18:39:20 +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 uAAIdJ0X082480; Thu, 10 Nov 2016 18:39:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAIdJJu082478; Thu, 10 Nov 2016 18:39:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611101839.uAAIdJJu082478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 10 Nov 2016 18:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425851 - head/misc/py-tqdm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 18:39:20 -0000 Author: pi Date: Thu Nov 10 18:39:19 2016 New Revision: 425851 URL: https://svnweb.freebsd.org/changeset/ports/425851 Log: misc/py-tqdm: update 4.8.4 -> 4.9.0 PR: 214229 Changes: https://github.com/tqdm/tqdm/releases Submitted by: Neel Chauhan (maintainer) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Thu Nov 10 16:53:16 2016 (r425850) +++ head/misc/py-tqdm/Makefile Thu Nov 10 18:39:19 2016 (r425851) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.8.4 +PORTVERSION= 4.9.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Thu Nov 10 16:53:16 2016 (r425850) +++ head/misc/py-tqdm/distinfo Thu Nov 10 18:39:19 2016 (r425851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471636890 -SHA256 (tqdm-tqdm-v4.8.4_GH0.tar.gz) = 8be8712eb5c8476d50acda96cd799fd336261e59886ba31da8255e47533d3910 -SIZE (tqdm-tqdm-v4.8.4_GH0.tar.gz) = 609527 +TIMESTAMP = 1478187179 +SHA256 (tqdm-tqdm-v4.9.0_GH0.tar.gz) = 784173862e6e1bc9fbe86fd1e78f0d35b4a0d471655cbd8af5abaee621b69d8e +SIZE (tqdm-tqdm-v4.9.0_GH0.tar.gz) = 613114 From owner-svn-ports-all@freebsd.org Thu Nov 10 19:23:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C8CC3A7F6; Thu, 10 Nov 2016 19:23:54 +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 0AEC5794; Thu, 10 Nov 2016 19:23:53 +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 uAAJNrfl002121; Thu, 10 Nov 2016 19:23:53 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAJNrkb002120; Thu, 10 Nov 2016 19:23:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611101923.uAAJNrkb002120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 10 Nov 2016 19:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425852 - 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, 10 Nov 2016 19:23:54 -0000 Author: brnrd Date: Thu Nov 10 19:23:52 2016 New Revision: 425852 URL: https://svnweb.freebsd.org/changeset/ports/425852 Log: security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 10 18:39:19 2016 (r425851) +++ head/security/vuxml/vuln.xml Thu Nov 10 19:23:52 2016 (r425852) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssl -- multiple vulnerabilities + + + openssl-devel + 1.0.1c + + + + +

OpenSSL reports:

+
+
    +
  • ChaCha20/Poly1305 heap-buffer-overflow (CVE-2016-7054)
    + Severity: High
    + TLS connections using *-CHACHA20-POLY1305 ciphersuites are susceptible to a DoS + attack by corrupting larger payloads. This can result in an OpenSSL crash. This + issue is not considered to be exploitable beyond a DoS.
  • +
  • CMS Null dereference (CVE-2016-7053)
    + Severity: Medium
    + Applications parsing invalid CMS structures can crash with a NULL pointer + dereference. This is caused by a bug in the handling of the ASN.1 CHOICE type + in OpenSSL 1.1.0 which can result in a NULL value being passed to the structure + callback if an attempt is made to free certain invalid encodings. Only CHOICE + structures using a callback which do not handle NULL value are affected.
  • +
  • Montgomery multiplication may produce incorrect results (CVE-2016-7055)i
    + Severity: Low
    + There is a carry propagating bug in the Broadwell-specific Montgomery + multiplication procedure that handles input lengths divisible by, but + longer than 256 bits.
  • +
+
+ +
+ + https://www.openssl.org/news/secadv/20161110.txt + CVE-2016-7054 + CVE-2016-7053 + CVE-2016-7055 + + + 2016-11-10 + 2016-11-10 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Nov 10 19:38:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C45C3AB12; Thu, 10 Nov 2016 19:38:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F8C2C6F; Thu, 10 Nov 2016 19:38:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAAJciQ3006447; Thu, 10 Nov 2016 19:38:44 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAJci4c006444; Thu, 10 Nov 2016 19:38:44 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611101938.uAAJci4c006444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 10 Nov 2016 19:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425853 - in head: . cad cad/py-gdsii cad/python-gdsii X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 19:38:45 -0000 Author: hrs Date: Thu Nov 10 19:38:43 2016 New Revision: 425853 URL: https://svnweb.freebsd.org/changeset/ports/425853 Log: Rename with python-gdsii, which is the official package name in PyPI. Suggested by: koobs Added: head/cad/python-gdsii/ - copied from r425852, head/cad/py-gdsii/ Deleted: head/cad/py-gdsii/ Modified: head/MOVED head/cad/Makefile head/cad/python-gdsii/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 10 19:23:52 2016 (r425852) +++ head/MOVED Thu Nov 10 19:38:43 2016 (r425853) @@ -8799,3 +8799,4 @@ net/remmina-plugin-i18n||2016-11-08|Plug net/p5-Net-Ping||2016-11-08|Has expired: This or newer version included in all supported versions of perl ftp/curl-hiphop||2016-11-08|Has expired: useful only for removed hiphop-php textproc/rubygem-string-scrub||2016-11-08|Has expired: needed only for EOL versions of Ruby +cad/py-gdsii|cad/python-gdsii|2016-11-10|Renamed Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Thu Nov 10 19:23:52 2016 (r425852) +++ head/cad/Makefile Thu Nov 10 19:38:43 2016 (r425853) @@ -65,10 +65,10 @@ SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh - SUBDIR += py-gdsii SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam + SUBDIR += python-gdsii SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech Modified: head/cad/python-gdsii/Makefile ============================================================================== --- head/cad/py-gdsii/Makefile Thu Nov 10 19:23:52 2016 (r425852) +++ head/cad/python-gdsii/Makefile Thu Nov 10 19:38:43 2016 (r425853) @@ -1,14 +1,13 @@ # $FreeBSD$ -PORTNAME= gdsii +PORTNAME= python-gdsii PORTVERSION= 0.2.1 CATEGORIES= cad python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org -COMMENT= GDSII manipulation libaray +COMMENT= GDSII manipulation library LICENSE= LGPL3 From owner-svn-ports-all@freebsd.org Thu Nov 10 19:50:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21772C3AF3A; Thu, 10 Nov 2016 19:50:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 91E1F7B8; Thu, 10 Nov 2016 19:50:27 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [IPv6:2001:8b0:151:1:1c1d:86a1:a200:b700]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 1DCA12D9B; Thu, 10 Nov 2016 19:50:22 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/1DCA12D9B; dkim=none; dkim-atps=neutral Subject: Re: svn commit: r425852 - head/security/vuxml To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611101923.uAAJNrkb002120@repo.freebsd.org> From: Matthew Seaman Message-ID: <650fd522-9181-2fd8-4837-0be0f84ff5b6@FreeBSD.org> Date: Thu, 10 Nov 2016 19:50:07 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611101923.uAAJNrkb002120@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="m7SeDBhnfvLAtQSIFPhKtr8XqOCjahnPs" X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 19:50:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --m7SeDBhnfvLAtQSIFPhKtr8XqOCjahnPs Content-Type: multipart/mixed; boundary="7Qwtjub2XkDLaxxwH5rI80qImOLP0Q8GW"; protected-headers="v1" From: Matthew Seaman To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <650fd522-9181-2fd8-4837-0be0f84ff5b6@FreeBSD.org> Subject: Re: svn commit: r425852 - head/security/vuxml References: <201611101923.uAAJNrkb002120@repo.freebsd.org> In-Reply-To: <201611101923.uAAJNrkb002120@repo.freebsd.org> --7Qwtjub2XkDLaxxwH5rI80qImOLP0Q8GW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/11/2016 19:23, Bernard Spil wrote: > Author: brnrd > Date: Thu Nov 10 19:23:52 2016 > New Revision: 425852 > URL: https://svnweb.freebsd.org/changeset/ports/425852 >=20 > Log: > security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities >=20 > Modified: > head/security/vuxml/vuln.xml >=20 > Modified: head/security/vuxml/vuln.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/vuxml/vuln.xml Thu Nov 10 18:39:19 2016 (r425851) > +++ head/security/vuxml/vuln.xml Thu Nov 10 19:23:52 2016 (r425852) > @@ -58,6 +58,52 @@ Notes: > * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) > --> > > + > + openssl -- multiple vulnerabilities > + > + > + openssl-devel > + 1.0.1c Um... shouldn't this read 1.1.0c > + > + Cheers, Matthew --7Qwtjub2XkDLaxxwH5rI80qImOLP0Q8GW-- --m7SeDBhnfvLAtQSIFPhKtr8XqOCjahnPs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYJM99XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATiAIQAJyMvik9z6jQ6eFNWef5N141 QKOpsoJ2C+fYc1c8Dy8ZiuLiAJxz62IM/yvuNx2kypAsIG/93h3KEVEX4L/bU9am HIQSeLhj0adkpnozLqvJsSEZSGJU5gT8OThak9xRfbTIPepKDeo/qkaLuJe54Dl6 PgKTWdX/+d/CoqW5BKB/3vxpizpK0+2aQv6lyTwmB2Twf1T/jpdXANUi/24WgaVc JBvBiw3ITTDygSRmZ72bQ6Y8Sgph4E5kow75Wj+EX4cK838U5dfGWlt1+X5+qdpD mN9WmSxss+5G35IH3y1srVjpzi61t1DgViJBV9H4R6nyJnOHgpLcB8zyvQE+ZpEH YK9VnolemHBcFa4hEuKs2WN+Mf/XSV7VT6O/l2x4lsBqPyppt1qhLqMeEm+a3bDW YJijbkVMIaUuEFCwVqiBF4v9OwkLJH1V4IVFuSwjVe8MNtr1DUrJYkRdzbk/s4Pq HWCcFw+PsnjBvN6LEQlwW5aWvmYvnO/F9GcuXaRzITLjiojcUgVdVKv6nLEm1Kki d0ILp+sJy75QPPueI24NPL9/oEoc81Ntu0LJsLQ5Y+lVpTEjb21ZgLcHdVTyxo8l gV7FrKDWi2wmkXt2MEp73IYlYGLq0s6mIXWX9Ratf9LjtieGS8WHtziAalGMgrOT alSf7fn33LGvYYM4UPEd =gSgo -----END PGP SIGNATURE----- --m7SeDBhnfvLAtQSIFPhKtr8XqOCjahnPs-- From owner-svn-ports-all@freebsd.org Thu Nov 10 20:19:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77416C3A6D9; Thu, 10 Nov 2016 20:19:51 +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 46A767F1; Thu, 10 Nov 2016 20:19:51 +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 uAAKJoE1022253; Thu, 10 Nov 2016 20:19:50 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAKJoZR022250; Thu, 10 Nov 2016 20:19:50 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611102019.uAAKJoZR022250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 10 Nov 2016 20:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425854 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 20:19:51 -0000 Author: pi Date: Thu Nov 10 20:19:50 2016 New Revision: 425854 URL: https://svnweb.freebsd.org/changeset/ports/425854 Log: databases/cego: update 2.31.0 -> 2.31.1 - Fix in CegoBTreeManager::insertBTree, in case of a duplicate exception, a bufferpool leak occured ( buffer is not unfixed ). Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Nov 10 19:38:43 2016 (r425853) +++ head/databases/cego/Makefile Thu Nov 10 20:19:50 2016 (r425854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.0 +PORTVERSION= 2.31.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Nov 10 19:38:43 2016 (r425853) +++ head/databases/cego/distinfo Thu Nov 10 20:19:50 2016 (r425854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473412204 -SHA256 (cego-2.31.0.tar.gz) = c035cfa6670f375a85e0bf8d4a92d34563ea42a41afeaca460c075b2bd1b1143 -SIZE (cego-2.31.0.tar.gz) = 1402385 +TIMESTAMP = 1478808710 +SHA256 (cego-2.31.1.tar.gz) = dd07b1a09d7a1a3693c7a5a2602c2b9c6985b2247eacb3fd596d5ad55ecc8d5e +SIZE (cego-2.31.1.tar.gz) = 1398092 From owner-svn-ports-all@freebsd.org Thu Nov 10 20:52:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B2D0C3A17E; Thu, 10 Nov 2016 20:52:06 +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 3AEEFC2D; Thu, 10 Nov 2016 20:52:06 +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 uAAKq5Dn036301; Thu, 10 Nov 2016 20:52:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAKq5Mk036299; Thu, 10 Nov 2016 20:52:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611102052.uAAKq5Mk036299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 10 Nov 2016 20:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425855 - head/dns/dnsviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 20:52:06 -0000 Author: pi Date: Thu Nov 10 20:52:05 2016 New Revision: 425855 URL: https://svnweb.freebsd.org/changeset/ports/425855 Log: dns/dnsviz: update 0.6.3 -> 0.6.4 - fixes minor bugs Modified: head/dns/dnsviz/Makefile head/dns/dnsviz/distinfo Modified: head/dns/dnsviz/Makefile ============================================================================== --- head/dns/dnsviz/Makefile Thu Nov 10 20:19:50 2016 (r425854) +++ head/dns/dnsviz/Makefile Thu Nov 10 20:52:05 2016 (r425855) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsviz -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 DISTVERSIONPREFIX=v CATEGORIES= dns Modified: head/dns/dnsviz/distinfo ============================================================================== --- head/dns/dnsviz/distinfo Thu Nov 10 20:19:50 2016 (r425854) +++ head/dns/dnsviz/distinfo Thu Nov 10 20:52:05 2016 (r425855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476017302 -SHA256 (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = daa457b911aa1e8977c92077b6be8f624806dc3bc3765626f48c879be9344f54 -SIZE (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = 325208 +TIMESTAMP = 1478809695 +SHA256 (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 922cff896b1f66c836df6e65fdcf938cbf7166ef3d7fced0f168d095798ba328 +SIZE (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 325971 From owner-svn-ports-all@freebsd.org Thu Nov 10 23:58:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1793FC3BE5A; Thu, 10 Nov 2016 23:58:58 +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 9D05B1B79; Thu, 10 Nov 2016 23:58:57 +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 uAANwujW008048; Thu, 10 Nov 2016 23:58:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAANwuZ7008045; Thu, 10 Nov 2016 23:58:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611102358.uAANwuZ7008045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 10 Nov 2016 23:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425856 - head/java/visualvm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 10 Nov 2016 23:58:58 -0000 Author: swills Date: Thu Nov 10 23:58:56 2016 New Revision: 425856 URL: https://svnweb.freebsd.org/changeset/ports/425856 Log: java/visualvm: update to 1.3.9 Submitted by: girgen Modified: head/java/visualvm/Makefile head/java/visualvm/distinfo head/java/visualvm/pkg-plist Modified: head/java/visualvm/Makefile ============================================================================== --- head/java/visualvm/Makefile Thu Nov 10 20:52:05 2016 (r425855) +++ head/java/visualvm/Makefile Thu Nov 10 23:58:56 2016 (r425856) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= visualvm -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= java devel -MASTER_SITES= https://java.net/downloads/visualvm/release${PORTVERSION:S/.//g}/ -DISTNAME= visualvm_${PORTVERSION:S/.//g}-ml +MASTER_SITES= https://github.com/visualvm/visualvm.src/releases/download/${PORTVERSION}/ +DISTNAME= visualvm_${PORTVERSION:S/.//g} MAINTAINER= swills@FreeBSD.org COMMENT= GUI tool combining CLI JDK tools and profiling capabilities @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg USES= zip:infozip NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ WRKSRC= ${WRKDIR}/visualvm_${PORTVERSION:S/.//g} SUB_FILES= visualvm.desktop Modified: head/java/visualvm/distinfo ============================================================================== --- head/java/visualvm/distinfo Thu Nov 10 20:52:05 2016 (r425855) +++ head/java/visualvm/distinfo Thu Nov 10 23:58:56 2016 (r425856) @@ -1,2 +1,3 @@ -SHA256 (visualvm_138-ml.zip) = b8758a35096f7000b63485492ddc20b15c441fbe59fd8ecee7e91ba9f0d67be2 -SIZE (visualvm_138-ml.zip) = 19428862 +TIMESTAMP = 1478558349 +SHA256 (visualvm_139.zip) = 90dfabfcbebe9214c8474c9edd1c36d67426b162ec642cb3527540a191812b93 +SIZE (visualvm_139.zip) = 13642161 Modified: head/java/visualvm/pkg-plist ============================================================================== --- head/java/visualvm/pkg-plist Thu Nov 10 20:52:05 2016 (r425855) +++ head/java/visualvm/pkg-plist Thu Nov 10 23:58:56 2016 (r425856) @@ -1,11 +1,9 @@ bin/visualvm share/applications/visualvm.desktop -%%DATADIR%%/platform/.lastModified %%DATADIR%%/platform/VERSION.txt %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-core.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-modules-queries.xml -%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-execution.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-explorer.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-filesystems.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-loaders.xml @@ -13,39 +11,25 @@ share/applications/visualvm.desktop %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-nodes.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-text.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-util.xml -%%DATADIR%%/platform/config/Modules/org-jdesktop-layout.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-annotations-common.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-progress.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-search.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-api-visual.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-core-execution.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-core-io-ui.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-multitabs.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-multiview.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-nativeaccess.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-core-netigso.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-network.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-core-osgi.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-core-output2.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-ui.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core-windows.xml %%DATADIR%%/platform/config/Modules/org-netbeans-core.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-lib-uihandler.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-libs-felix.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-javafx.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna-platform.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-libs-jsr223.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-libs-osgi.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-libs-testng.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-applemenu.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-ui.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-core-kit.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-favorites.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-javahelp.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-keyring-impl.xml @@ -55,248 +39,59 @@ share/applications/visualvm.desktop %%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-windows.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-netbinox.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-options-api.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-options-keymap.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-print.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-progress-ui.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-queries.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-sampler.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-sendopts.xml %%DATADIR%%/platform/config/Modules/org-netbeans-modules-settings.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-spi-actions.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-templates.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-modules-uihandler.xml %%DATADIR%%/platform/config/Modules/org-netbeans-spi-quicksearch.xml %%DATADIR%%/platform/config/Modules/org-netbeans-swing-outline.xml %%DATADIR%%/platform/config/Modules/org-netbeans-swing-plaf.xml %%DATADIR%%/platform/config/Modules/org-netbeans-swing-tabcontrol.xml %%DATADIR%%/platform/config/Modules/org-openide-actions.xml %%DATADIR%%/platform/config/Modules/org-openide-awt.xml -%%DATADIR%%/platform/config/Modules/org-openide-compat.xml %%DATADIR%%/platform/config/Modules/org-openide-dialogs.xml -%%DATADIR%%/platform/config/Modules/org-openide-execution.xml %%DATADIR%%/platform/config/Modules/org-openide-explorer.xml %%DATADIR%%/platform/config/Modules/org-openide-io.xml %%DATADIR%%/platform/config/Modules/org-openide-loaders.xml %%DATADIR%%/platform/config/Modules/org-openide-nodes.xml -%%DATADIR%%/platform/config/Modules/org-openide-options.xml %%DATADIR%%/platform/config/Modules/org-openide-text.xml -%%DATADIR%%/platform/config/Modules/org-openide-util-enumerations.xml %%DATADIR%%/platform/config/Modules/org-openide-windows.xml %%DATADIR%%/platform/core/core.jar -%%DATADIR%%/platform/core/locale/core_ja.jar -%%DATADIR%%/platform/core/locale/core_zh_CN.jar -%%DATADIR%%/platform/core/locale/org-openide-filesystems_ja.jar -%%DATADIR%%/platform/core/locale/org-openide-filesystems_zh_CN.jar %%DATADIR%%/platform/core/org-openide-filesystems.jar -%%DATADIR%%/platform/docs/swing-layout-1.0.4-doc.zip -%%DATADIR%%/platform/docs/swing-layout-1.0.4-src.zip -%%DATADIR%%/platform/docs/testng-6.8.1-javadoc.zip %%DATADIR%%/platform/lib/boot.jar -%%DATADIR%%/platform/lib/locale/boot_ja.jar -%%DATADIR%%/platform/lib/locale/boot_zh_CN.jar -%%DATADIR%%/platform/lib/locale/org-openide-modules_ja.jar -%%DATADIR%%/platform/lib/locale/org-openide-modules_zh_CN.jar -%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_ja.jar -%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_zh_CN.jar -%%DATADIR%%/platform/lib/locale/org-openide-util_ja.jar -%%DATADIR%%/platform/lib/locale/org-openide-util_zh_CN.jar %%DATADIR%%/platform/lib/nbexec %%DATADIR%%/platform/lib/org-openide-modules.jar %%DATADIR%%/platform/lib/org-openide-util-lookup.jar %%DATADIR%%/platform/lib/org-openide-util.jar -%%DATADIR%%/platform/modules/ext/felix-4.2.1.jar %%DATADIR%%/platform/modules/ext/jhall-2.0_05.jar -%%DATADIR%%/platform/modules/ext/jna-3.4.0.jar -%%DATADIR%%/platform/modules/ext/locale/updater_ja.jar -%%DATADIR%%/platform/modules/ext/locale/updater_zh_CN.jar +%%DATADIR%%/platform/modules/ext/jna-4.1.0.jar +%%DATADIR%%/platform/modules/ext/jna-platform-4.1.0.jar %%DATADIR%%/platform/modules/ext/nsProxyAutoConfig.js -%%DATADIR%%/platform/modules/ext/org.eclipse.osgi_3.8.0.v20120529-1548.jar -%%DATADIR%%/platform/modules/ext/osgi.cmpn-4.2.jar -%%DATADIR%%/platform/modules/ext/osgi.core-5.0.0.jar -%%DATADIR%%/platform/modules/ext/platform-3.4.0.jar -%%DATADIR%%/platform/modules/ext/swing-layout-1.0.4.jar -%%DATADIR%%/platform/modules/ext/testng-6.8.1-dist.jar %%DATADIR%%/platform/modules/ext/updater.jar -%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-340.so -%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-340.so -%%DATADIR%%/platform/modules/lib/libjnidispatch-340.jnilib -%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_ja.jar -%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-core_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar -%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-actions_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-actions_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-awt_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-awt_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-compat_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-compat_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-dialogs_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-dialogs_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-execution_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-execution_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-explorer_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-explorer_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-io_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-io_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-loaders_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-loaders_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-nodes_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-nodes_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-options_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-options_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-text_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-text_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_zh_CN.jar -%%DATADIR%%/platform/modules/locale/org-openide-windows_ja.jar -%%DATADIR%%/platform/modules/locale/org-openide-windows_zh_CN.jar -%%DATADIR%%/platform/modules/org-jdesktop-layout.jar +%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-410.so +%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-410.so +%%DATADIR%%/platform/modules/lib/libjnidispatch-410.jnilib %%DATADIR%%/platform/modules/org-netbeans-api-annotations-common.jar %%DATADIR%%/platform/modules/org-netbeans-api-progress.jar %%DATADIR%%/platform/modules/org-netbeans-api-search.jar -%%DATADIR%%/platform/modules/org-netbeans-api-visual.jar -%%DATADIR%%/platform/modules/org-netbeans-core-execution.jar -%%DATADIR%%/platform/modules/org-netbeans-core-io-ui.jar %%DATADIR%%/platform/modules/org-netbeans-core-multitabs.jar %%DATADIR%%/platform/modules/org-netbeans-core-multiview.jar %%DATADIR%%/platform/modules/org-netbeans-core-nativeaccess.jar -%%DATADIR%%/platform/modules/org-netbeans-core-netigso.jar %%DATADIR%%/platform/modules/org-netbeans-core-network.jar -%%DATADIR%%/platform/modules/org-netbeans-core-osgi.jar -%%DATADIR%%/platform/modules/org-netbeans-core-output2.jar %%DATADIR%%/platform/modules/org-netbeans-core-ui.jar %%DATADIR%%/platform/modules/org-netbeans-core-windows.jar %%DATADIR%%/platform/modules/org-netbeans-core.jar -%%DATADIR%%/platform/modules/org-netbeans-lib-uihandler.jar -%%DATADIR%%/platform/modules/org-netbeans-libs-felix.jar %%DATADIR%%/platform/modules/org-netbeans-libs-javafx.jar %%DATADIR%%/platform/modules/org-netbeans-libs-jna-platform.jar %%DATADIR%%/platform/modules/org-netbeans-libs-jna.jar -%%DATADIR%%/platform/modules/org-netbeans-libs-jsr223.jar -%%DATADIR%%/platform/modules/org-netbeans-libs-osgi.jar -%%DATADIR%%/platform/modules/org-netbeans-libs-testng.jar %%DATADIR%%/platform/modules/org-netbeans-modules-applemenu.jar %%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-cli.jar %%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-services.jar %%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-ui.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-core-kit.jar %%DATADIR%%/platform/modules/org-netbeans-modules-editor-mimelookup-impl.jar %%DATADIR%%/platform/modules/org-netbeans-modules-editor-mimelookup.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-favorites.jar %%DATADIR%%/platform/modules/org-netbeans-modules-javahelp.jar %%DATADIR%%/platform/modules/org-netbeans-modules-keyring-fallback.jar %%DATADIR%%/platform/modules/org-netbeans-modules-keyring-impl.jar @@ -306,70 +101,46 @@ share/applications/visualvm.desktop %%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-nio2.jar %%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-windows.jar %%DATADIR%%/platform/modules/org-netbeans-modules-masterfs.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-netbinox.jar %%DATADIR%%/platform/modules/org-netbeans-modules-options-api.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-options-keymap.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-print.jar %%DATADIR%%/platform/modules/org-netbeans-modules-progress-ui.jar %%DATADIR%%/platform/modules/org-netbeans-modules-queries.jar %%DATADIR%%/platform/modules/org-netbeans-modules-sampler.jar %%DATADIR%%/platform/modules/org-netbeans-modules-sendopts.jar %%DATADIR%%/platform/modules/org-netbeans-modules-settings.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-spi-actions.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-templates.jar -%%DATADIR%%/platform/modules/org-netbeans-modules-uihandler.jar %%DATADIR%%/platform/modules/org-netbeans-spi-quicksearch.jar %%DATADIR%%/platform/modules/org-netbeans-swing-outline.jar %%DATADIR%%/platform/modules/org-netbeans-swing-plaf.jar %%DATADIR%%/platform/modules/org-netbeans-swing-tabcontrol.jar %%DATADIR%%/platform/modules/org-openide-actions.jar %%DATADIR%%/platform/modules/org-openide-awt.jar -%%DATADIR%%/platform/modules/org-openide-compat.jar %%DATADIR%%/platform/modules/org-openide-dialogs.jar -%%DATADIR%%/platform/modules/org-openide-execution.jar %%DATADIR%%/platform/modules/org-openide-explorer.jar %%DATADIR%%/platform/modules/org-openide-io.jar %%DATADIR%%/platform/modules/org-openide-loaders.jar %%DATADIR%%/platform/modules/org-openide-nodes.jar -%%DATADIR%%/platform/modules/org-openide-options.jar %%DATADIR%%/platform/modules/org-openide-text.jar -%%DATADIR%%/platform/modules/org-openide-util-enumerations.jar %%DATADIR%%/platform/modules/org-openide-windows.jar -%%DATADIR%%/platform/update_tracking/org-jdesktop-layout.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-annotations-common.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-progress.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-search.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-api-visual.xml %%DATADIR%%/platform/update_tracking/org-netbeans-bootstrap.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-core-execution.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-core-io-ui.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-multitabs.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-multiview.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-nativeaccess.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-core-netigso.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-network.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-core-osgi.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-core-output2.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-startup.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-ui.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core-windows.xml %%DATADIR%%/platform/update_tracking/org-netbeans-core.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-lib-uihandler.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-libs-felix.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-javafx.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna-platform.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-libs-jsr223.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-libs-osgi.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-libs-testng.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-applemenu.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-ui.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-core-kit.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-favorites.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-javahelp.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-keyring-impl.xml @@ -379,40 +150,29 @@ share/applications/visualvm.desktop %%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-windows.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-netbinox.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-options-api.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-options-keymap.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-print.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-progress-ui.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-queries.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-sampler.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-sendopts.xml %%DATADIR%%/platform/update_tracking/org-netbeans-modules-settings.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-spi-actions.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-templates.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-modules-uihandler.xml %%DATADIR%%/platform/update_tracking/org-netbeans-spi-quicksearch.xml %%DATADIR%%/platform/update_tracking/org-netbeans-swing-outline.xml %%DATADIR%%/platform/update_tracking/org-netbeans-swing-plaf.xml %%DATADIR%%/platform/update_tracking/org-netbeans-swing-tabcontrol.xml %%DATADIR%%/platform/update_tracking/org-openide-actions.xml %%DATADIR%%/platform/update_tracking/org-openide-awt.xml -%%DATADIR%%/platform/update_tracking/org-openide-compat.xml %%DATADIR%%/platform/update_tracking/org-openide-dialogs.xml -%%DATADIR%%/platform/update_tracking/org-openide-execution.xml %%DATADIR%%/platform/update_tracking/org-openide-explorer.xml %%DATADIR%%/platform/update_tracking/org-openide-filesystems.xml %%DATADIR%%/platform/update_tracking/org-openide-io.xml %%DATADIR%%/platform/update_tracking/org-openide-loaders.xml %%DATADIR%%/platform/update_tracking/org-openide-modules.xml %%DATADIR%%/platform/update_tracking/org-openide-nodes.xml -%%DATADIR%%/platform/update_tracking/org-openide-options.xml %%DATADIR%%/platform/update_tracking/org-openide-text.xml -%%DATADIR%%/platform/update_tracking/org-openide-util-enumerations.xml %%DATADIR%%/platform/update_tracking/org-openide-util-lookup.xml %%DATADIR%%/platform/update_tracking/org-openide-util.xml %%DATADIR%%/platform/update_tracking/org-openide-windows.xml -%%DATADIR%%/profiler/.lastModified %%DATADIR%%/profiler/VERSION.txt %%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler-charts.xml %%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler-common.xml @@ -428,34 +188,6 @@ share/applications/visualvm.desktop %%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml %%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler.xml %%DATADIR%%/profiler/lib/jfluid-server.jar -%%DATADIR%%/profiler/lib/locale/jfluid-server_ja.jar -%%DATADIR%%/profiler/lib/locale/jfluid-server_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_zh_CN.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar -%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_zh_CN.jar %%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-charts.jar %%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-common.jar %%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-ui.jar @@ -531,8 +263,6 @@ share/applications/visualvm.desktop %%DATADIR%%/visualvm/config/Modules/org-openide-options.xml_hidden %%DATADIR%%/visualvm/config/Modules/org-openide-util-enumerations.xml_hidden %%DATADIR%%/visualvm/core/com-sun-tools-visualvm-modules-startup.jar -%%DATADIR%%/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_ja.jar -%%DATADIR%%/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_zh_CN.jar %%DATADIR%%/visualvm/core/locale/core_visualvm.jar %%DATADIR%%/visualvm/modules/com-sun-tools-visualvm-api-caching.jar %%DATADIR%%/visualvm/modules/com-sun-tools-visualvm-application-views.jar @@ -556,50 +286,6 @@ share/applications/visualvm.desktop %%DATADIR%%/visualvm/modules/com-sun-tools-visualvm-threaddump.jar %%DATADIR%%/visualvm/modules/com-sun-tools-visualvm-tools.jar %%DATADIR%%/visualvm/modules/com-sun-tools-visualvm-uisupport.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-api-caching_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-api-caching_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-application-views_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-application-views_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-application_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-application_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-attach_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-attach_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-charts_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-charts_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-core_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-core_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-coredump_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-coredump_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-heapdump_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-heapdump_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host-remote_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host-remote_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host-views_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host-views_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-host_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jmx_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jmx_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jvm_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jvm_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jvmstat_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-jvmstat_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-modules-appui_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-modules-appui_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-profiler_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-profiler_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-profiling_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-profiling_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-sa_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-sa_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-sampler_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-sampler_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-threaddump_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-threaddump_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-tools_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-tools_zh_CN.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-uisupport_ja.jar -%%DATADIR%%/visualvm/modules/locale/com-sun-tools-visualvm-uisupport_zh_CN.jar %%DATADIR%%/visualvm/modules/locale/org-netbeans-core-windows_visualvm.jar %%DATADIR%%/visualvm/modules/locale/org-netbeans-core_visualvm.jar %%DATADIR%%/visualvm/modules/locale/org-netbeans-modules-profiler_visualvm.jar From owner-svn-ports-all@freebsd.org Fri Nov 11 01:01:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977DAC38E9D; Fri, 11 Nov 2016 01:01:39 +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 742A8A06; Fri, 11 Nov 2016 01:01:39 +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 uAB11cNK031630; Fri, 11 Nov 2016 01:01:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB11cRd031625; Fri, 11 Nov 2016 01:01:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611110101.uAB11cRd031625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 11 Nov 2016 01:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425857 - in head/sysutils/consul: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 01:01:39 -0000 Author: swills Date: Fri Nov 11 01:01:38 2016 New Revision: 425857 URL: https://svnweb.freebsd.org/changeset/ports/425857 Log: sysutils/consul: update 0.7.1 While here, remove the ui files since they are baked into the binary now and fix a typo. Changelog: https://github.com/hashicorp/consul/blob/v0.7.1/CHANGELOG.md Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo head/sysutils/consul/files/consul.in head/sysutils/consul/pkg-descr head/sysutils/consul/pkg-plist Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Thu Nov 10 23:58:56 2016 (r425856) +++ head/sysutils/consul/Makefile Fri Nov 11 01:01:38 2016 (r425857) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= https://releases.hashicorp.com/consul/${PORTVERSION}/:web_ui -DISTFILES= consul_${PORTVERSION}_web_ui.zip:web_ui MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy @@ -36,10 +34,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MKDIR} ${WRKDIR}/dist - ${MV} ${WRKDIR}/index.html ${WRKDIR}/static ${WRKDIR}/dist - cd ${WRKDIR}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Thu Nov 10 23:58:56 2016 (r425856) +++ head/sysutils/consul/distinfo Fri Nov 11 01:01:38 2016 (r425857) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475593864 -SHA256 (consul_0.7.0_web_ui.zip) = 42212089c228a73a0881a5835079c8df58a4f31b5060a3b4ffd4c2497abe3aa8 -SIZE (consul_0.7.0_web_ui.zip) = 255229 -SHA256 (hashicorp-consul-v0.7.0_GH0.tar.gz) = d3616f204370aa199df516d792fe0835019aed7b6596aa7f6bdc71c2b1067494 -SIZE (hashicorp-consul-v0.7.0_GH0.tar.gz) = 3625239 +TIMESTAMP = 1478821632 +SHA256 (consul_0.7.1_web_ui.zip) = 1b793c60e1af24cc470421d0411e13748f451b51d8a6ed5fcabc8d00bfb84264 +SIZE (consul_0.7.1_web_ui.zip) = 255257 +SHA256 (hashicorp-consul-v0.7.1_GH0.tar.gz) = d1498c851df8aa150c7b4398fdbb74467af4949d20ce5b4840b88095fce71135 +SIZE (hashicorp-consul-v0.7.1_GH0.tar.gz) = 4003354 Modified: head/sysutils/consul/files/consul.in ============================================================================== --- head/sysutils/consul/files/consul.in Thu Nov 10 23:58:56 2016 (r425856) +++ head/sysutils/consul/files/consul.in Fri Nov 11 01:01:38 2016 (r425857) @@ -37,7 +37,7 @@ load_rc_config $name pidfile=/var/run/consul.pid procname="%%PREFIX%%/bin/consul" command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} /usr/bin/env ${consul_env} ${procname} agent -data-dir=${consul_dir} -ui-dir=%%PREFIX%%/share/consul -config-dir=%%PREFIX%%/etc/consul.d ${consul_args}" +command_args="-f -p ${pidfile} /usr/bin/env ${consul_env} ${procname} agent -data-dir=${consul_dir} -config-dir=%%PREFIX%%/etc/consul.d ${consul_args}" start_precmd=consul_startprecmd Modified: head/sysutils/consul/pkg-descr ============================================================================== --- head/sysutils/consul/pkg-descr Thu Nov 10 23:58:56 2016 (r425856) +++ head/sysutils/consul/pkg-descr Fri Nov 11 01:01:38 2016 (r425857) @@ -1,4 +1,4 @@ -Consule is a distributed, highly available and data center aware tool for +Consul is a distributed, highly available and data center aware tool for discovering and configuring services. WWW: https://consul.io/ Modified: head/sysutils/consul/pkg-plist ============================================================================== --- head/sysutils/consul/pkg-plist Thu Nov 10 23:58:56 2016 (r425856) +++ head/sysutils/consul/pkg-plist Fri Nov 11 01:01:38 2016 (r425857) @@ -1,9 +1 @@ bin/consul -%%DATADIR%%/index.html -%%DATADIR%%/static/application.min.js -%%DATADIR%%/static/base.css -%%DATADIR%%/static/base.css.map -%%DATADIR%%/static/bootstrap.min.css -%%DATADIR%%/static/consul-logo.png -%%DATADIR%%/static/favicon.png -%%DATADIR%%/static/loading-cylon-purple.svg From owner-svn-ports-all@freebsd.org Fri Nov 11 02:13:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56E48C3A4A8; Fri, 11 Nov 2016 02:13:41 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26BDFC3B; Fri, 11 Nov 2016 02:13:41 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB2De8R062317; Fri, 11 Nov 2016 02:13:40 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB2De7B062315; Fri, 11 Nov 2016 02:13:40 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201611110213.uAB2De7B062315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Fri, 11 Nov 2016 02:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425858 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 02:13:41 -0000 Author: marcus Date: Fri Nov 11 02:13:40 2016 New Revision: 425858 URL: https://svnweb.freebsd.org/changeset/ports/425858 Log: Correct a typo with TIMESTAMP handling. While here, don't use a pure magic number for the 30 days worth of seconds. PR: 212091 Submitted by: jrm Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Fri Nov 11 01:01:38 2016 (r425857) +++ head/ports-mgmt/portlint/Makefile Fri Nov 11 02:13:40 2016 (r425858) @@ -3,6 +3,7 @@ PORTNAME= portlint PORTVERSION= 2.17.5 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Fri Nov 11 01:01:38 2016 (r425857) +++ head/ports-mgmt/portlint/src/portlint.pl Fri Nov 11 02:13:40 2016 (r425858) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.396 2016/11/09 00:33:57 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.397 2016/11/11 02:12:15 jclarke Exp $ # use strict; @@ -395,10 +395,10 @@ sub checkdistinfo { } if (/^TIMESTAMP\s+=\s+(\d+)$/) { my $now = time; - if ($_ > $now) { + if ($1 > $now) { &perror("FATAL", $file, $., "TIMESTAMP is in the future"); } else { - if ($now - $_ > 2592000) { + if ($now - $1 > (30 * 60 * 60 * 24)) { &perror("WARN", $file, $., "TIMESTAMP is over 30 days old"); } } From owner-svn-ports-all@freebsd.org Fri Nov 11 03:42:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59C1DC38CB4; Fri, 11 Nov 2016 03:42:51 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F4E112F; Fri, 11 Nov 2016 03:42:51 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB3goJF098616; Fri, 11 Nov 2016 03:42:50 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB3goOx098614; Fri, 11 Nov 2016 03:42:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201611110342.uAB3goOx098614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 11 Nov 2016 03:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425859 - head/sysutils/monit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 03:42:51 -0000 Author: junovitch Date: Fri Nov 11 03:42:50 2016 New Revision: 425859 URL: https://svnweb.freebsd.org/changeset/ports/425859 Log: sysutils/monit: update 5.19.0 -> 5.20.0 PR: 213690 Submitted by: martinp@tildeslash.com (maintainer) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Fri Nov 11 02:13:40 2016 (r425858) +++ head/sysutils/monit/Makefile Fri Nov 11 03:42:50 2016 (r425859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.19.0 +PORTVERSION= 5.20.0 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Fri Nov 11 02:13:40 2016 (r425858) +++ head/sysutils/monit/distinfo Fri Nov 11 03:42:50 2016 (r425859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470649547 -SHA256 (monit-5.19.0.tar.gz) = befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8 -SIZE (monit-5.19.0.tar.gz) = 1260248 +TIMESTAMP = 1477081179 +SHA256 (monit-5.20.0.tar.gz) = ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d +SIZE (monit-5.20.0.tar.gz) = 1267991 From owner-svn-ports-all@freebsd.org Fri Nov 11 05:19:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C342C3A37A; Fri, 11 Nov 2016 05:19:21 +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 1EE77C79; Fri, 11 Nov 2016 05:19:21 +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 uAB5JK7o034621; Fri, 11 Nov 2016 05:19:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB5JKJW034618; Fri, 11 Nov 2016 05:19:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611110519.uAB5JKJW034618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 05:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425860 - in branches/2016Q4/audio/pulseaudio: . 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, 11 Nov 2016 05:19:21 -0000 Author: jbeich Date: Fri Nov 11 05:19:19 2016 New Revision: 425860 URL: https://svnweb.freebsd.org/changeset/ports/425860 Log: MFH: r425809 r425812 audio/pulseaudio: respect hw.snd.default_unit PR: 211684 Submitted by: lightside Reviewed by: Tobias Kortkamp Approved by: maintainer timeout (3 months) Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/audio/pulseaudio/Makefile branches/2016Q4/audio/pulseaudio/files/patch-src_modules_module-detect.c branches/2016Q4/audio/pulseaudio/files/pkg-message.in Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/audio/pulseaudio/Makefile ============================================================================== --- branches/2016Q4/audio/pulseaudio/Makefile Fri Nov 11 03:42:50 2016 (r425859) +++ branches/2016Q4/audio/pulseaudio/Makefile Fri Nov 11 05:19:19 2016 (r425860) @@ -6,6 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 8.0 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ Modified: branches/2016Q4/audio/pulseaudio/files/patch-src_modules_module-detect.c ============================================================================== --- branches/2016Q4/audio/pulseaudio/files/patch-src_modules_module-detect.c Fri Nov 11 03:42:50 2016 (r425859) +++ branches/2016Q4/audio/pulseaudio/files/patch-src_modules_module-detect.c Fri Nov 11 05:19:19 2016 (r425860) @@ -10,13 +10,52 @@ static const char* const valid_modargs[] = { "just-one", -@@ -157,8 +159,7 @@ static int detect_oss(pa_core *c, int ju +@@ -157,11 +159,45 @@ static int detect_oss(pa_core *c, int ju continue; } else if (sscanf(line, "pcm%u: ", &device) == 1) { - /* FreeBSD support, the devices are named /dev/dsp0.0, dsp0.1 and so on */ - pa_snprintf(args, sizeof(args), "device=/dev/dsp%u.0", device); + pa_snprintf(args, sizeof(args), "device=/dev/dsp%u", device); ++ pa_module *m = pa_module_load(c, "module-oss", args); - if (!pa_module_load(c, "module-oss", args)) +- if (!pa_module_load(c, "module-oss", args)) ++ if (!m) ++ continue; ++ ++ if (!pa_endswith(line, "default")) continue; ++ ++ const char *p = strrchr(line, '('); ++ ++ if (!p) ++ continue; ++ ++ if (!c->default_sink && (strstr(p, "play") || (strstr(p, "p:") && !strstr(p, "(0p:")))) { ++ uint32_t idx = PA_IDXSET_INVALID; ++ pa_sink *s; ++ PA_IDXSET_FOREACH(s, c->sinks, idx) { ++ if (s->module == m) { ++ if (!pa_namereg_set_default_sink(c, s)) ++ pa_log_error("failed to set default sink for device: /dev/dsp%u", device); ++ ++ break; ++ } ++ } ++ } ++ ++ if (!c->default_source && (strstr(p, "rec") || (strstr(p, "r:") && !strstr(p, "/0r:")))) { ++ uint32_t idx = PA_IDXSET_INVALID; ++ pa_source *s; ++ PA_IDXSET_FOREACH(s, c->sources, idx) { ++ if (s->module == m) { ++ if (!pa_namereg_set_default_source(c, s)) ++ pa_log_error("failed to set default source for device: /dev/dsp%u", device); ++ ++ break; ++ } ++ } ++ } + } + + n++; Modified: branches/2016Q4/audio/pulseaudio/files/pkg-message.in ============================================================================== --- branches/2016Q4/audio/pulseaudio/files/pkg-message.in Fri Nov 11 03:42:50 2016 (r425859) +++ branches/2016Q4/audio/pulseaudio/files/pkg-message.in Fri Nov 11 05:19:19 2016 (r425860) @@ -1,8 +1,10 @@ +Pulseaudio tries to determine default values for FreeBSD OSS driver at first +start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect +these values, but restart of the Pulseaudio might be needed to rescan it again, +e.g. `pacmd exit`. -Pulseaudio doesn't know about the hw.snd.default_unit=3 sysctl for the -FreeBSD OSS driver that is used to select the active input/output. So -for Pulseaudio we also need to tell it which input/output to use. The -difference is that Pulseaudio has separate input and output configure lines. +Pulseaudio has separate input and output configure lines. You can change them +with using following commands: To change the default sink (output): # pacmd set-default-sink 3 @@ -11,7 +13,7 @@ To change the default source (input): This can also be set in %%PREFIX%%/etc/pulse/default.pa -Replace the number '3' with the new default your want to set. +Replace the number '3' with the new default you want to set. The audio/freedesktop-sound-theme is needed if the default sound files From owner-svn-ports-all@freebsd.org Fri Nov 11 05:53:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABBF6C3AFC7; Fri, 11 Nov 2016 05:53:45 +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 821661DCA; Fri, 11 Nov 2016 05:53:45 +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 uAB5ri6s050189; Fri, 11 Nov 2016 05:53:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB5riWU050185; Fri, 11 Nov 2016 05:53:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611110553.uAB5riWU050185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Nov 2016 05:53:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425861 - in head/net-mgmt/riemann: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 05:53:45 -0000 Author: pi Date: Fri Nov 11 05:53:44 2016 New Revision: 425861 URL: https://svnweb.freebsd.org/changeset/ports/425861 Log: net-mgmt/riemann: several changes to the port itself - fix reload under daemon(8) using pkill - use new upstream master site - add conf.d for more complex configurations - add named daemon(8) process info PR: 212671 Submitted by: Dave Cottlehuber (maintainer) Modified: head/net-mgmt/riemann/Makefile head/net-mgmt/riemann/distinfo head/net-mgmt/riemann/files/riemann.in head/net-mgmt/riemann/pkg-plist Modified: head/net-mgmt/riemann/Makefile ============================================================================== --- head/net-mgmt/riemann/Makefile Fri Nov 11 05:19:19 2016 (r425860) +++ head/net-mgmt/riemann/Makefile Fri Nov 11 05:53:44 2016 (r425861) @@ -3,9 +3,9 @@ PORTNAME= riemann PORTVERSION= 0.2.11 +PORTREVISION= 1 CATEGORIES= net-mgmt java -MASTER_SITES= https://wintermute.skunkwerks.at/${PORTNAME}/releases/${PORTVERSION}/ \ - http://aphyr.com/${PORTNAME}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= dch@skunkwerks.at COMMENT= Monitors distributed systems @@ -50,6 +50,7 @@ do-install: ${MKDIR} \ ${STAGEDIR}${JAVAJARDIR} \ ${STAGEDIR}${ETCDIR} \ + ${STAGEDIR}${ETCDIR}/conf.d \ ${STAGEDIR}${RIEMANN_LOGDIR} ${INSTALL_DATA} \ ${WRKSRC}/lib/${PORTNAME}.jar \ Modified: head/net-mgmt/riemann/distinfo ============================================================================== --- head/net-mgmt/riemann/distinfo Fri Nov 11 05:19:19 2016 (r425860) +++ head/net-mgmt/riemann/distinfo Fri Nov 11 05:53:44 2016 (r425861) @@ -1,2 +1,3 @@ +TIMESTAMP = 1473805695 SHA256 (riemann-0.2.11.tar.bz2) = 5e7982002685f6fa7716782c57e227e4b4eeaa4c14a77ab586aac5ecf114e933 SIZE (riemann-0.2.11.tar.bz2) = 40503519 Modified: head/net-mgmt/riemann/files/riemann.in ============================================================================== --- head/net-mgmt/riemann/files/riemann.in Fri Nov 11 05:19:19 2016 (r425860) +++ head/net-mgmt/riemann/files/riemann.in Fri Nov 11 05:53:44 2016 (r425861) @@ -56,7 +56,7 @@ load_rc_config $name pidfile="%%RIEMANN_PIDFILE%%" command="/usr/sbin/daemon" -command_args="-f -c -r -P ${pidfile} \ +command_args="-f -t ${name} -c -r -P ${pidfile} \ ${riemann_java_home}/bin/java \ ${riemann_java_opts} \ -jar ${riemann_jarfile} ${riemann_config}" @@ -66,6 +66,11 @@ riemann_prestart() { install -o ${riemann_user} /dev/null ${pidfile} } -start_precmd=${name}_prestart +start_precmd="${name}_prestart" + +# support SIGHUP to reload config file using pkill. parent pid +# is that of daemon(8) and not of riemann's JVM instance +extra_commands="reload" +reload_cmd="pkill -SIGHUP -U ${riemann_user} -G ${riemann_group} -f Dapp=riemann" run_rc_command "$1" Modified: head/net-mgmt/riemann/pkg-plist ============================================================================== --- head/net-mgmt/riemann/pkg-plist Fri Nov 11 05:19:19 2016 (r425860) +++ head/net-mgmt/riemann/pkg-plist Fri Nov 11 05:53:44 2016 (r425861) @@ -1,3 +1,4 @@ %%JAVAJARDIR%%/riemann.jar @sample %%ETCDIR%%/riemann.config.sample @dir(%%RIEMANN_USER%%,%%RIEMANN_GROUP%%,0750) %%RIEMANN_LOGDIR%% +@dir(%%RIEMANN_USER%%,%%RIEMANN_GROUP%%,0750) %%ETCDIR%%/conf.d From owner-svn-ports-all@freebsd.org Fri Nov 11 06:09:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B660C3B2D7; Fri, 11 Nov 2016 06:09:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E74FB14C1; Fri, 11 Nov 2016 06:09:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB69DvG054610; Fri, 11 Nov 2016 06:09:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB69DlL054608; Fri, 11 Nov 2016 06:09:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611110609.uAB69DlL054608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Nov 2016 06:09:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425862 - branches/2016Q4/biology/molden 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, 11 Nov 2016 06:09:14 -0000 Author: pi Date: Fri Nov 11 06:09:12 2016 New Revision: 425862 URL: https://svnweb.freebsd.org/changeset/ports/425862 Log: biology/molden: fix distinfo, set LICENSE MFH: r425806 r425830 Submitted by: marino Reported by: pkg-fallout, Eduardo Lemos de Sa Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/biology/molden/Makefile branches/2016Q4/biology/molden/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/biology/molden/Makefile ============================================================================== --- branches/2016Q4/biology/molden/Makefile Fri Nov 11 05:53:44 2016 (r425861) +++ branches/2016Q4/biology/molden/Makefile Fri Nov 11 06:09:12 2016 (r425862) @@ -3,6 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -11,7 +12,11 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= pi@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D -BROKEN= unfetchable, size mismatch +LICENSE= Molden +LICENSE_NAME= Molden +LICENSE_FILE= ${WRKSRC}/CopyRight +LICENSE_PERMS= auto-accept + RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -56,11 +61,11 @@ do-install: .for i in ambfor surf (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}/${PREFIX}/bin) .endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/test + ${MKDIR} ${STAGEDIR}${DATADIR}/test (cd ${WRKSRC}/test && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/test) - @${MKDIR} ${STAGEDIR}${DATADIR}/utils + ${MKDIR} ${STAGEDIR}${DATADIR}/utils (cd ${WRKSRC}/utils && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/utils) - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) .include Modified: branches/2016Q4/biology/molden/distinfo ============================================================================== --- branches/2016Q4/biology/molden/distinfo Fri Nov 11 05:53:44 2016 (r425861) +++ branches/2016Q4/biology/molden/distinfo Fri Nov 11 06:09:12 2016 (r425862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472043944 -SHA256 (molden5.7.tar.gz) = 72c3568013a9804d8b50b6a88da4571f9d5c685ab25a740702aa119562bcf21c -SIZE (molden5.7.tar.gz) = 4958169 +TIMESTAMP = 1478691816 +SHA256 (molden5.7.tar.gz) = 4c7a6b550fefb3d71a7072c4a3a3e4793a927b62c2713180589b9481df546694 +SIZE (molden5.7.tar.gz) = 5338585 From owner-svn-ports-all@freebsd.org Fri Nov 11 06:19:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E57D5C3B700; Fri, 11 Nov 2016 06:19: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 97EB81A97; Fri, 11 Nov 2016 06:19: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 uAB6JArk058839; Fri, 11 Nov 2016 06:19:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB6JAH3058837; Fri, 11 Nov 2016 06:19:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611110619.uAB6JAH3058837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Nov 2016 06:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425863 - in head/biology/seqtools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 06:19:12 -0000 Author: pi Date: Fri Nov 11 06:19:10 2016 New Revision: 425863 URL: https://svnweb.freebsd.org/changeset/ports/425863 Log: biology/seqtools: update 4.43.0 -> 4.44.1 - Blixem: Features can now be added to multiple different groups/filters. - Belvu: Fix a problem where column highlighting can get out of sync with the text. Added: head/biology/seqtools/files/ head/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c (contents, props changed) Modified: head/biology/seqtools/Makefile head/biology/seqtools/distinfo Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Fri Nov 11 06:09:12 2016 (r425862) +++ head/biology/seqtools/Makefile Fri Nov 11 06:19:10 2016 (r425863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.43.0 +PORTVERSION= 4.44.1 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ Modified: head/biology/seqtools/distinfo ============================================================================== --- head/biology/seqtools/distinfo Fri Nov 11 06:09:12 2016 (r425862) +++ head/biology/seqtools/distinfo Fri Nov 11 06:19:10 2016 (r425863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469510431 -SHA256 (seqtools-4.43.0.tar.gz) = 01861098451eab001d49a039e60ddc6df22a61a7472924c850942ffdae396c8b -SIZE (seqtools-4.43.0.tar.gz) = 6862548 +TIMESTAMP = 1478810582 +SHA256 (seqtools-4.44.1.tar.gz) = 0e1dd7087d1180e434f0ea1aac21b8dfb5261195581ec3ba012abf0d1e39daa9 +SIZE (seqtools-4.44.1.tar.gz) = 6922888 Added: head/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c Fri Nov 11 06:19:10 2016 (r425863) @@ -0,0 +1,10 @@ +--- gbtools/src/blatSrc/lib/gff3.c.orig 2016-11-10 21:14:27 UTC ++++ gbtools/src/blatSrc/lib/gff3.c +@@ -7,6 +7,7 @@ + /* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" ++#include "dnaseq.h" + #include "gff3.h" + #include + #include "errAbort.h" From owner-svn-ports-all@freebsd.org Fri Nov 11 06:35:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE24DC3BB31; Fri, 11 Nov 2016 06:35:05 +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 93A9E147A; Fri, 11 Nov 2016 06:35:05 +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 uAB6Z4FB066415; Fri, 11 Nov 2016 06:35:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB6Z4sJ066412; Fri, 11 Nov 2016 06:35:04 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611110635.uAB6Z4sJ066412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 11 Nov 2016 06:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425864 - 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, 11 Nov 2016 06:35:05 -0000 Author: wen Date: Fri Nov 11 06:35:04 2016 New Revision: 425864 URL: https://svnweb.freebsd.org/changeset/ports/425864 Log: - Update to 6.1.19 PR: 214383 Submitted by: joneum@bsdproject.de(maintainer) Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Nov 11 06:19:10 2016 (r425863) +++ head/www/groupoffice/Makefile Fri Nov 11 06:35:04 2016 (r425864) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= groupoffice +PORTVERSION= 6.2.19 DISTVERSIONPREFIX= com- -PORTVERSION= 6.2.18 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Nov 11 06:19:10 2016 (r425863) +++ head/www/groupoffice/distinfo Fri Nov 11 06:35:04 2016 (r425864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476890617 -SHA256 (groupoffice-com-6.2.18.tar.gz) = d5c17ff8d3ae63bf5800ec6f7a865a1c6b56f0659f9e1827a46b940670bac36f -SIZE (groupoffice-com-6.2.18.tar.gz) = 36251404 +TIMESTAMP = 1478774038 +SHA256 (groupoffice-com-6.2.19.tar.gz) = a152678957755d783cfc05c7c7815016e02815970a79433a4b7cd9d77213f6b0 +SIZE (groupoffice-com-6.2.19.tar.gz) = 36299144 Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Fri Nov 11 06:19:10 2016 (r425863) +++ head/www/groupoffice/pkg-plist Fri Nov 11 06:35:04 2016 (r425864) @@ -1056,6 +1056,7 @@ %%WWWDIR%%/install/updatescripts/13_insert_system_cron.php %%WWWDIR%%/install/updatescripts/14_insert_disk_usage_cron.php %%WWWDIR%%/install/updatescripts/15_update_dutch_holidays.php +%%WWWDIR%%/install/updatescripts/16_update_db_collation_utf8_general_ci_to_utf8mb4_unicode_ci.php %%WWWDIR%%/install/upgrade.php %%WWWDIR%%/language/addressformats.php %%WWWDIR%%/language/common/bg.php @@ -2714,10 +2715,15 @@ %%WWWDIR%%/modules/files/FilesTemplate.js %%WWWDIR%%/modules/files/FolderPanel.js %%WWWDIR%%/modules/files/FolderPropertiesDialog.js +%%WWWDIR%%/modules/files/FolderbrowserTabPanel.js %%WWWDIR%%/modules/files/ImageViewer.js %%WWWDIR%%/modules/files/NewFolderDialog.js %%WWWDIR%%/modules/files/OpenFileWindow.js %%WWWDIR%%/modules/files/Portlet.js +%%WWWDIR%%/modules/files/PortletExpiredFiles.js +%%WWWDIR%%/modules/files/PortletExpiredFilesGrid.js +%%WWWDIR%%/modules/files/PortletFolderBrowser.js +%%WWWDIR%%/modules/files/PortletFolderBrowserGrid.js %%WWWDIR%%/modules/files/RecentFilesGrid.js %%WWWDIR%%/modules/files/SaveAsDialog.js %%WWWDIR%%/modules/files/SelectFile.js @@ -2939,6 +2945,7 @@ %%WWWDIR%%/modules/freebusypermissions/Plugin.js %%WWWDIR%%/modules/freebusypermissions/install/install.sql %%WWWDIR%%/modules/freebusypermissions/install/uninstall.sql +%%WWWDIR%%/modules/freebusypermissions/install/updates.php %%WWWDIR%%/modules/freebusypermissions/language/bg.php %%WWWDIR%%/modules/freebusypermissions/language/bn_BD.php %%WWWDIR%%/modules/freebusypermissions/language/cs.php @@ -3137,6 +3144,7 @@ %%WWWDIR%%/modules/ipwhitelist/controller/EnableWhitelistController.php %%WWWDIR%%/modules/ipwhitelist/controller/IpAddressController.php %%WWWDIR%%/modules/ipwhitelist/install/install.sql +%%WWWDIR%%/modules/ipwhitelist/install/updates.php %%WWWDIR%%/modules/ipwhitelist/language/bn_BD.php %%WWWDIR%%/modules/ipwhitelist/language/en.php %%WWWDIR%%/modules/ipwhitelist/language/fr.php @@ -3508,6 +3516,7 @@ %%WWWDIR%%/modules/presidents/customfields/model/President.php %%WWWDIR%%/modules/presidents/install/install.sql %%WWWDIR%%/modules/presidents/install/uninstall.sql +%%WWWDIR%%/modules/presidents/install/updates.php %%WWWDIR%%/modules/presidents/language/bn_BD.php %%WWWDIR%%/modules/presidents/language/en.php %%WWWDIR%%/modules/presidents/language/fr.php @@ -3637,6 +3646,7 @@ %%WWWDIR%%/modules/projects2/report/ProjectsReport.php %%WWWDIR%%/modules/projects2/report/ProjectsReportLarge.php %%WWWDIR%%/modules/projects2/report/TimeTrackingCsv.php +%%WWWDIR%%/modules/projects2/report/TimeTrackingReport.php %%WWWDIR%%/modules/projects2/scripts.inc.php %%WWWDIR%%/modules/projects2/scripts.txt %%WWWDIR%%/modules/projects2/themes/Default/images/complete.png From owner-svn-ports-all@freebsd.org Fri Nov 11 07:03:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB8BEC3A4D4; Fri, 11 Nov 2016 07:03:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B381558; Fri, 11 Nov 2016 07:03:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB73R0f078446; Fri, 11 Nov 2016 07:03:27 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB73RRR078445; Fri, 11 Nov 2016 07:03:27 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201611110703.uAB73RRR078445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Fri, 11 Nov 2016 07:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425865 - in head: . textproc/erlang-p1xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 07:03:29 -0000 Author: farrokhi Date: Fri Nov 11 07:03:27 2016 New Revision: 425865 URL: https://svnweb.freebsd.org/changeset/ports/425865 Log: textproc/erlang-p1xml is now textproc/erlang-fast_xml Reviewed by: mat,bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8471 Deleted: head/textproc/erlang-p1xml/ Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 11 06:35:04 2016 (r425864) +++ head/MOVED Fri Nov 11 07:03:27 2016 (r425865) @@ -8800,3 +8800,4 @@ net/p5-Net-Ping||2016-11-08|Has expired: ftp/curl-hiphop||2016-11-08|Has expired: useful only for removed hiphop-php textproc/rubygem-string-scrub||2016-11-08|Has expired: needed only for EOL versions of Ruby cad/py-gdsii|cad/python-gdsii|2016-11-10|Renamed +textproc/erlang-p1xml|textproc/erlang-fast_xml|2016-11-08|Project was renamed From owner-svn-ports-all@freebsd.org Fri Nov 11 07:06:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B6FFC3A56B; Fri, 11 Nov 2016 07:06:49 +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 EBF1F165A; Fri, 11 Nov 2016 07:06: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 uAB76m19078688; Fri, 11 Nov 2016 07:06:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB76lif078686; Fri, 11 Nov 2016 07:06:47 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611110706.uAB76lif078686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 11 Nov 2016 07:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425866 - branches/2016Q4/devel/git-lfs 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, 11 Nov 2016 07:06:49 -0000 Author: rene Date: Fri Nov 11 07:06:47 2016 New Revision: 425866 URL: https://svnweb.freebsd.org/changeset/ports/425866 Log: MFH: r425729 devel/git-lfs: update to 1.4.4 - unbreak - unexpire - pass maintainership to submitter PR: 214154 Submitted by: Kenji Rikitake Approved by: three consecutive maintainer timeouts (kuriyama) Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/devel/git-lfs/Makefile branches/2016Q4/devel/git-lfs/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/git-lfs/Makefile ============================================================================== --- branches/2016Q4/devel/git-lfs/Makefile Fri Nov 11 07:03:27 2016 (r425865) +++ branches/2016Q4/devel/git-lfs/Makefile Fri Nov 11 07:06:47 2016 (r425866) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 1.1.0 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= GH GHC PKGNAMEPREFIX= go- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= kenji@k2r.org COMMENT= Git extension for versioning large files LICENSE= MIT -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= go USE_GITHUB= yes @@ -23,4 +22,12 @@ PLIST_FILES= bin/git-lfs GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +# see https://github.com/github/git-lfs/wiki/Installation + +do-build: + cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap + +pre-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs + .include Modified: branches/2016Q4/devel/git-lfs/distinfo ============================================================================== --- branches/2016Q4/devel/git-lfs/distinfo Fri Nov 11 07:03:27 2016 (r425865) +++ branches/2016Q4/devel/git-lfs/distinfo Fri Nov 11 07:06:47 2016 (r425866) @@ -1,2 +1,3 @@ -SHA256 (git-lfs-v1.1.0_GH0.tar.gz) = 1f246ec5f1141677b05847b3e9bcb9929c9d9b1afc78585d5776a9c18186ea9b -SIZE (git-lfs-v1.1.0_GH0.tar.gz) = 345118 +TIMESTAMP = 1478133689 +SHA256 (git-lfs-v1.4.4_GH0.tar.gz) = ee4c3b459dd08cc9443fc5774baf342abc9b7975ffffbefb52b248b3eb91dd33 +SIZE (git-lfs-v1.4.4_GH0.tar.gz) = 581870 From owner-svn-ports-all@freebsd.org Fri Nov 11 07:08:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F088C3A5D0; Fri, 11 Nov 2016 07:08:04 +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 C8AC41755; Fri, 11 Nov 2016 07:08:03 +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 uAB7824l078874; Fri, 11 Nov 2016 07:08:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB782qW078872; Fri, 11 Nov 2016 07:08:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611110708.uAB782qW078872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 11 Nov 2016 07:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425867 - branches/2016Q4/lang/maude 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, 11 Nov 2016 07:08:04 -0000 Author: rene Date: Fri Nov 11 07:08:02 2016 New Revision: 425867 URL: https://svnweb.freebsd.org/changeset/ports/425867 Log: MFH: r425771 lang/maude: fix fetching and unexpire The MASTER_SITES was changed and so was the name of one distfile, the contents remained the same. PR: 210018 Submitted by: Keith Gaughan Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/lang/maude/Makefile branches/2016Q4/lang/maude/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/lang/maude/Makefile ============================================================================== --- branches/2016Q4/lang/maude/Makefile Fri Nov 11 07:06:47 2016 (r425866) +++ branches/2016Q4/lang/maude/Makefile Fri Nov 11 07:08:02 2016 (r425867) @@ -5,16 +5,12 @@ PORTNAME= maude PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://maude.cs.uiuc.edu/versions/${PORTVERSION}/ +MASTER_SITES= http://maude.cs.illinois.edu/versions/${PORTVERSION}/ DISTNAME= Maude-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= High-performance reflective language -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -48,7 +44,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${PORT_OPTIONS:MFULL_MAUDE} MASTER_SITES+= http://maude.lcc.uma.es/FullMaude/FM${FULL_MAUDE_VER}/:fm FULL_MAUDE= full-maude${FULL_MAUDE_VER}.maude -FULL_MAUDE_DIST= ${FULL_MAUDE}.zip +FULL_MAUDE_DIST= full-maude.maude.zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${FULL_MAUDE_DIST}:fm EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:archivers/unzip Modified: branches/2016Q4/lang/maude/distinfo ============================================================================== --- branches/2016Q4/lang/maude/distinfo Fri Nov 11 07:06:47 2016 (r425866) +++ branches/2016Q4/lang/maude/distinfo Fri Nov 11 07:08:02 2016 (r425867) @@ -1,4 +1,5 @@ +TIMESTAMP = 1478641858 SHA256 (Maude-2.6.tar.gz) = a5ba79bf3d30565c874e80b3531b51a7e835b600e86cac82508a6eb9e15f4aa0 SIZE (Maude-2.6.tar.gz) = 1600026 -SHA256 (full-maude26b.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128 -SIZE (full-maude26b.maude.zip) = 154881 +SHA256 (full-maude.maude.zip) = 57ebfc41056b7afc2be48983f6a1311e817d23eeaaed71023471bc4edaf6b128 +SIZE (full-maude.maude.zip) = 154881 From owner-svn-ports-all@freebsd.org Fri Nov 11 07:12:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 535B4C3A77A; Fri, 11 Nov 2016 07:12:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C7F11A9A; Fri, 11 Nov 2016 07:12:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB7BxwT082534; Fri, 11 Nov 2016 07:11:59 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB7Bxj5082533; Fri, 11 Nov 2016 07:11:59 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110711.uAB7Bxj5082533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 07:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425868 - head/lang/racket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 07:12:00 -0000 Author: linimon Date: Fri Nov 11 07:11:59 2016 New Revision: 425868 URL: https://svnweb.freebsd.org/changeset/ports/425868 Log: The correct spelling is aarch64, not arm64. Modified: head/lang/racket/Makefile Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Fri Nov 11 07:08:02 2016 (r425867) +++ head/lang/racket/Makefile Fri Nov 11 07:11:59 2016 (r425868) @@ -22,7 +22,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libcairo.so:graphics/cairo \ libpng.so:graphics/png -BROKEN_arm64= does not build: error: Unported platform +BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build MAKE_JOBS_UNSAFE=yes From owner-svn-ports-all@freebsd.org Fri Nov 11 07:21:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9008BC3AA6E; Fri, 11 Nov 2016 07:21:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 529D71F19; Fri, 11 Nov 2016 07:21:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB7LCun083017; Fri, 11 Nov 2016 07:21:12 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB7LCMi083016; Fri, 11 Nov 2016 07:21:12 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110721.uAB7LCMi083016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 07:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425869 - head/net/hping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 07:21:13 -0000 Author: linimon Date: Fri Nov 11 07:21:12 2016 New Revision: 425869 URL: https://svnweb.freebsd.org/changeset/ports/425869 Log: The proper spelling is aarch64, not arm64. Modified: head/net/hping/Makefile Modified: head/net/hping/Makefile ============================================================================== --- head/net/hping/Makefile Fri Nov 11 07:11:59 2016 (r425868) +++ head/net/hping/Makefile Fri Nov 11 07:21:12 2016 (r425869) @@ -17,7 +17,7 @@ CONFLICTS= hping-devel-[0-9]* WRKSRC= ${WRKDIR}/hping2-rc3 -BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h +BROKEN_aarch64= fails to build: can not find the byte order for this architecture, fix bytesex.h USES= gmake GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Nov 11 07:46:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F2BC3B0E5; Fri, 11 Nov 2016 07:46:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4326C1EB2; Fri, 11 Nov 2016 07:46:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB7kFOg094912; Fri, 11 Nov 2016 07:46:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB7kF9u094911; Fri, 11 Nov 2016 07:46:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110746.uAB7kF9u094911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 07:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425870 - head/x11/eterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 07:46:16 -0000 Author: linimon Date: Fri Nov 11 07:46:15 2016 New Revision: 425870 URL: https://svnweb.freebsd.org/changeset/ports/425870 Log: Mark as broken on aarch64 due to missing file 'gdb.scr' on install. This is probably easy to fix, but I can't figure it out right now. Approved by: portmgr (tier-2 blanket) Modified: head/x11/eterm/Makefile Modified: head/x11/eterm/Makefile ============================================================================== --- head/x11/eterm/Makefile Fri Nov 11 07:21:12 2016 (r425869) +++ head/x11/eterm/Makefile Fri Nov 11 07:46:15 2016 (r425870) @@ -15,6 +15,8 @@ BUILD_DEPENDS= man2html:textproc/man2htm LIB_DEPENDS= libast.so:devel/libast \ libImlib2.so:graphics/imlib2 +BROKEN_aarch64= Fails to install: gdb.scr: no such file or directory + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ From owner-svn-ports-all@freebsd.org Fri Nov 11 08:22:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40DF2C3BD15; Fri, 11 Nov 2016 08:22:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12CE1118F; Fri, 11 Nov 2016 08:22:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB8MfUX011400; Fri, 11 Nov 2016 08:22:41 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB8MfLZ011399; Fri, 11 Nov 2016 08:22:41 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110822.uAB8MfLZ011399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 08:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425871 - head/cad/spice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 08:22:42 -0000 Author: linimon Date: Fri Nov 11 08:22:41 2016 New Revision: 425871 URL: https://svnweb.freebsd.org/changeset/ports/425871 Log: Mark broken on aarch64: fails to link with sbrk. Approved by: portmgr (tier-2 blanket) Modified: head/cad/spice/Makefile Modified: head/cad/spice/Makefile ============================================================================== --- head/cad/spice/Makefile Fri Nov 11 07:46:15 2016 (r425870) +++ head/cad/spice/Makefile Fri Nov 11 08:22:41 2016 (r425871) @@ -26,6 +26,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT EXTRACT_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip +BROKEN_aarch64= Fails to link: missing sbrk + WRKSRC= ${WRKDIR}/${PORTNAME}3f5 MAKEFILE= ${FILESDIR}/Makefile CONFIGURE_ENV= CONFIGFILE="${CONFIGFILE}" \ From owner-svn-ports-all@freebsd.org Fri Nov 11 08:31:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EB49C3BF56; Fri, 11 Nov 2016 08:31:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28CF1154E; Fri, 11 Nov 2016 08:31:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB8VYdP014777; Fri, 11 Nov 2016 08:31:34 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB8VYNX014773; Fri, 11 Nov 2016 08:31:34 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201611110831.uAB8VYNX014773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 11 Nov 2016 08:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425872 - branches/2016Q4/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, 11 Nov 2016 08:31:35 -0000 Author: delphij Date: Fri Nov 11 08:31:33 2016 New Revision: 425872 URL: https://svnweb.freebsd.org/changeset/ports/425872 Log: MFH: r425849 security/openssl-devel: Update to 1.1.0c - Update to 1.1.0c - Fix EC option - Fix added/removed man-pages Security: CVE-2016-7054 Security: CVE-2016-7053 Security: CVE-2016-7055 Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/security/openssl-devel/Makefile branches/2016Q4/security/openssl-devel/distinfo branches/2016Q4/security/openssl-devel/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/openssl-devel/Makefile ============================================================================== --- branches/2016Q4/security/openssl-devel/Makefile Fri Nov 11 08:22:41 2016 (r425871) +++ branches/2016Q4/security/openssl-devel/Makefile Fri Nov 11 08:31:33 2016 (r425872) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.1.0b -PORTREVISION= 1 +PORTVERSION= 1.1.0c CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ @@ -27,19 +26,21 @@ CONFIGURE_ARGS= --openssldir=${OPENSSLDI OPTIONS_GROUP= CIPHERS HASHES OPTIMIZE PROTOCOLS OPTIONS_GROUP_CIPHERS= IDEA JPAKE RC2 RC4 RC5 OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 -OPTIONS_GROUP_OPTIMIZE= ASM EC SSE2 THREADS +OPTIONS_GROUP_OPTIMIZE= ASM SSE2 THREADS OPTIONS_DEFINE_i386= I386 OPTIONS_GROUP_PROTOCOLS= NEXTPROTONEG SCTP SSL3 OPTIONS_DEFINE= MAN3 RFC3779 SHARED THREADS ZLIB -OPTIONS_DEFINE_amd64= EC -OPTIONS_DEFAULT_amd64= EC -OPTIONS_DEFINE_ia64= EC -OPTIONS_DEFAULT_ia64= EC -.if ${MACHINE_ARCH} == "mips64el" -OPTIONS_DEFINE+= EC -OPTIONS_DEFAULT+= EC +.if ${MACHINE_ARCH} == "amd64" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC +.elif ${MACHINE_ARCH} == "ia64" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC +.elif ${MACHINE_ARCH} == "mips64el" +OPTIONS_GROUP_OPTIMIZE+= EC +OPTIONS_DEFAULT+= EC .endif OPTIONS_DEFAULT= ASM MAN3 MD4 RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS Modified: branches/2016Q4/security/openssl-devel/distinfo ============================================================================== --- branches/2016Q4/security/openssl-devel/distinfo Fri Nov 11 08:22:41 2016 (r425871) +++ branches/2016Q4/security/openssl-devel/distinfo Fri Nov 11 08:31:33 2016 (r425872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474897657 -SHA256 (openssl-1.1.0b.tar.gz) = a45de072bf9be4dea437230aaf036000f0e68c6a665931c57e76b5b036cef6f7 -SIZE (openssl-1.1.0b.tar.gz) = 5162355 +TIMESTAMP = 1478791341 +SHA256 (openssl-1.1.0c.tar.gz) = fc436441a2e05752d31b4e46115eb89709a28aef96d4fe786abe92409b2fd6f5 +SIZE (openssl-1.1.0c.tar.gz) = 5179668 Modified: branches/2016Q4/security/openssl-devel/pkg-plist ============================================================================== --- branches/2016Q4/security/openssl-devel/pkg-plist Fri Nov 11 08:22:41 2016 (r425871) +++ branches/2016Q4/security/openssl-devel/pkg-plist Fri Nov 11 08:31:33 2016 (r425872) @@ -1247,6 +1247,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_OpenInit.3.gz %%MAN3%%man/man3/EVP_OpenUpdate.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_add1_hkdf_info.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_add1_tls1_prf_seed.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_ctrl.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_ctrl_str.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_dup.3.gz @@ -1258,6 +1259,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_PKEY_CTX_new_id.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set1_hkdf_key.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set1_hkdf_salt.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_set1_tls1_prf_secret.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_app_data.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_cb.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.3.gz @@ -1271,6 +1273,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3.gz %%MAN3%%man/man3/EVP_PKEY_CTX_set_signature_md.3.gz +%%MAN3%%man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_DH.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_DSA.3.gz %%MAN3%%man/man3/EVP_PKEY_assign_EC_KEY.3.gz @@ -2437,8 +2440,6 @@ man/man1/x509.1.gz %%MAN3%%man/man3/X509_CINF_new.3.gz %%MAN3%%man/man3/X509_CRL_INFO_free.3.gz %%MAN3%%man/man3/X509_CRL_INFO_new.3.gz -%%MAN3%%man/man3/X509_CRL_METHOD_free.3.gz -%%MAN3%%man/man3/X509_CRL_METHOD_new.3.gz %%MAN3%%man/man3/X509_CRL_add0_revoked.3.gz %%MAN3%%man/man3/X509_CRL_add1_ext_i2d.3.gz %%MAN3%%man/man3/X509_CRL_add_ext.3.gz From owner-svn-ports-all@freebsd.org Fri Nov 11 08:35:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FAA3C3A15F; Fri, 11 Nov 2016 08:35:32 +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 E54131814; Fri, 11 Nov 2016 08:35:31 +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 uAB8ZVPH015865; Fri, 11 Nov 2016 08:35:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB8ZVf3015863; Fri, 11 Nov 2016 08:35:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611110835.uAB8ZVf3015863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 11 Nov 2016 08:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425873 - head/devel/elixir-decimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 08:35:32 -0000 Author: olgeni Date: Fri Nov 11 08:35:30 2016 New Revision: 425873 URL: https://svnweb.freebsd.org/changeset/ports/425873 Log: Update devel/elixir-decimal to version 1.3.0. Modified: head/devel/elixir-decimal/Makefile head/devel/elixir-decimal/distinfo Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Fri Nov 11 08:31:33 2016 (r425872) +++ head/devel/elixir-decimal/Makefile Fri Nov 11 08:35:30 2016 (r425873) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= decimal -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-decimal/distinfo ============================================================================== --- head/devel/elixir-decimal/distinfo Fri Nov 11 08:31:33 2016 (r425872) +++ head/devel/elixir-decimal/distinfo Fri Nov 11 08:35:30 2016 (r425873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475483233 -SHA256 (ericmj-decimal-v1.2.0_GH0.tar.gz) = ba126a7b3a81a4e8a9154fedc8eb384203afb5ab573df122fe269ee4c6eae079 -SIZE (ericmj-decimal-v1.2.0_GH0.tar.gz) = 15052 +TIMESTAMP = 1478853275 +SHA256 (ericmj-decimal-v1.3.0_GH0.tar.gz) = f3d30a7421fa7a64fac11fccef1c8af84ba105a2cbaebc5e2f6b8cfb240272d3 +SIZE (ericmj-decimal-v1.3.0_GH0.tar.gz) = 16164 From owner-svn-ports-all@freebsd.org Fri Nov 11 08:42:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B164C3A5A6; Fri, 11 Nov 2016 08:42:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20A641E21; Fri, 11 Nov 2016 08:42:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB8gqqm019826; Fri, 11 Nov 2016 08:42:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB8gqqo019823; Fri, 11 Nov 2016 08:42:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110842.uAB8gqqo019823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 08:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425874 - in head/cad: jspice3 meshlab sp2sp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 08:42:53 -0000 Author: linimon Date: Fri Nov 11 08:42:51 2016 New Revision: 425874 URL: https://svnweb.freebsd.org/changeset/ports/425874 Log: Mark various cad ports broken on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/cad/jspice3/Makefile head/cad/meshlab/Makefile head/cad/sp2sp/Makefile Modified: head/cad/jspice3/Makefile ============================================================================== --- head/cad/jspice3/Makefile Fri Nov 11 08:35:30 2016 (r425873) +++ head/cad/jspice3/Makefile Fri Nov 11 08:42:51 2016 (r425874) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/p MAINTAINER= ports@FreeBSD.org COMMENT= Adaptation of the Berkeley Spice3f4 with superconductivity +BROKEN_aarch64= Fails to link jspice3 + CONFLICTS= spice-[0-9]* OPTIONS_DEFINE= X11 EXAMPLES Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Fri Nov 11 08:35:30 2016 (r425873) +++ head/cad/meshlab/Makefile Fri Nov 11 08:42:51 2016 (r425874) @@ -17,6 +17,8 @@ EXTRACT_DEPENDS=gtar:archivers/gtar LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \ libmpir.so:math/mpir +BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char + USES= dos2unix qmake compiler:c++11-lib tar:tgz USE_CXXSTD= c++11 USE_GL= glew glu Modified: head/cad/sp2sp/Makefile ============================================================================== --- head/cad/sp2sp/Makefile Fri Nov 11 08:35:30 2016 (r425873) +++ head/cad/sp2sp/Makefile Fri Nov 11 08:42:51 2016 (r425874) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found + USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Nov 11 08:57:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00A4AC3AB54; Fri, 11 Nov 2016 08:57:33 +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 C647F18EB; Fri, 11 Nov 2016 08:57:32 +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 uAB8vWU0024209; Fri, 11 Nov 2016 08:57:32 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB8vV6a024207; Fri, 11 Nov 2016 08:57:31 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201611110857.uAB8vV6a024207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 11 Nov 2016 08:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425875 - head/sysutils/iohyve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 08:57:33 -0000 Author: lme Date: Fri Nov 11 08:57:31 2016 New Revision: 425875 URL: https://svnweb.freebsd.org/changeset/ports/425875 Log: sysutils/iohyve: Update to 0.7.7 Deleted: head/sysutils/iohyve/pkg-plist Modified: head/sysutils/iohyve/Makefile head/sysutils/iohyve/distinfo Modified: head/sysutils/iohyve/Makefile ============================================================================== --- head/sysutils/iohyve/Makefile Fri Nov 11 08:42:51 2016 (r425874) +++ head/sysutils/iohyve/Makefile Fri Nov 11 08:57:31 2016 (r425875) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= iohyve -PORTVERSION= 0.7.6 -PORTREVISION= 1 +PORTVERSION= 0.7.7 CATEGORIES= sysutils MAINTAINER= lme@FreeBSD.org Modified: head/sysutils/iohyve/distinfo ============================================================================== --- head/sysutils/iohyve/distinfo Fri Nov 11 08:42:51 2016 (r425874) +++ head/sysutils/iohyve/distinfo Fri Nov 11 08:57:31 2016 (r425875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467139724 -SHA256 (pr1ntf-iohyve-0.7.6_GH0.tar.gz) = 248756a466c54b2c9f2d9cb70b0247ea2d135858ffae7d633dabc347090760f6 -SIZE (pr1ntf-iohyve-0.7.6_GH0.tar.gz) = 22246 +TIMESTAMP = 1478854539 +SHA256 (pr1ntf-iohyve-0.7.7_GH0.tar.gz) = 87dcd6927fa4ee87fa5559b001712945f2605939bb8a0bb97367df85ea7ba986 +SIZE (pr1ntf-iohyve-0.7.7_GH0.tar.gz) = 22056 From owner-svn-ports-all@freebsd.org Fri Nov 11 09:00:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AF3EC3AE65; Fri, 11 Nov 2016 09:00:14 +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 31B111B68; Fri, 11 Nov 2016 09:00:14 +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 uAB90D63024500; Fri, 11 Nov 2016 09:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB90Ds1024499; Fri, 11 Nov 2016 09:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611110900.uAB90Ds1024499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 09:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425876 - head/net/sixxs-aiccu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 09:00:14 -0000 Author: amdmi3 Date: Fri Nov 11 09:00:13 2016 New Revision: 425876 URL: https://svnweb.freebsd.org/changeset/ports/425876 Log: - Switch to options helpers Modified: head/net/sixxs-aiccu/Makefile Modified: head/net/sixxs-aiccu/Makefile ============================================================================== --- head/net/sixxs-aiccu/Makefile Fri Nov 11 08:57:31 2016 (r425875) +++ head/net/sixxs-aiccu/Makefile Fri Nov 11 09:00:13 2016 (r425876) @@ -15,29 +15,26 @@ COMMENT= SixXS IPv6 TIC+ tunnel broker h LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/LICENSE +WRKSRC= ${WRKDIR}/aiccu +BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console + USE_RC_SUBR= sixxs-aiccu USES= gmake - +MAKE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}" CFLAGS+= -D_REENTRANT -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib -MAKE_ARGS+= CC="${CC}" LDFLAGS="${LDFLAGS}" -WRKSRC= ${WRKDIR}/aiccu -BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console + PORTDOCS= README OPTIONS_DEFINE= GNUTLS LOG_DAEMON DOCS +OPTIONS_DEFAULT= GNUTLS + GNUTLS_DESC= Use gnutls to secure TIC supporting starttls LOG_DAEMON_DESC=Log to LOG_DAEMON instead to LOG_LOCAL7 -OPTIONS_DEFAULT+= GNUTLS - -.include - -.if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= libgnutls.so:security/gnutls -CFLAGS+= -DAICCU_GNUTLS -LDFLAGS+= -lgnutls -.endif +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_CFLAGS= -DAICCU_GNUTLS +GNUTLS_LDFLAGS= -lgnutls post-patch: @${REINPLACE_CMD} \ @@ -49,17 +46,17 @@ post-patch: -e 's:ipv6_interface sixxs:ipv6_interface gif0:' \ ${WRKSRC}/doc/aiccu.conf -.if ${PORT_OPTIONS:MLOG_DAEMON} -do-configure: +post-patch-LOG_DAEMON-on: @${REINPLACE_CMD} \ -e 's:LOG_LOCAL7:LOG_DAEMON:' \ ${WRKSRC}/common/common.c -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${STAGEDIR}${PREFIX}/sbin/sixxs-aiccu - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${STAGEDIR}${PREFIX}/etc/aiccu.conf.sample +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/README ${STAGEDIR}${DOCSDIR} + .include From owner-svn-ports-all@freebsd.org Fri Nov 11 09:00:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7586C3AE8E; Fri, 11 Nov 2016 09:00:20 +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 953481C19; Fri, 11 Nov 2016 09:00:20 +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 uAB90JSU024591; Fri, 11 Nov 2016 09:00:19 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB90JPk024590; Fri, 11 Nov 2016 09:00:19 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611110900.uAB90JPk024590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 11 Nov 2016 09:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425877 - head/net-im/ricochet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 09:00:21 -0000 Author: mandree Date: Fri Nov 11 09:00:19 2016 New Revision: 425877 URL: https://svnweb.freebsd.org/changeset/ports/425877 Log: Unbreak build on FreeBSD 9.x amd64. (Marked broken since r424405.) Punch out the -pie used during link, which fixes linker errors. (I'd tried setting -fPIE in CXXFLAGS before, which turned out not to solve the problem - I won't dig deeper now less than eight weeks before 9.x goes unsupported.) PR: 214331 (related) Approved by: portmgr blanket (just fix it) Modified: head/net-im/ricochet/Makefile Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Fri Nov 11 09:00:13 2016 (r425876) +++ head/net-im/ricochet/Makefile Fri Nov 11 09:00:19 2016 (r425877) @@ -17,8 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= tor:security/tor -BROKEN_FreeBSD_9_amd64= does not build - USE_GITHUB= yes GH_ACCOUNT= ricochet-im @@ -32,8 +30,14 @@ PLIST_FILES= bin/ricochet \ share/icons/hicolor/48x48/apps/ricochet.png \ share/icons/hicolor/scalable/apps/ricochet.svg +.include + post-patch: @${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \ ${WRKSRC}/hardened.pri +.if ${ARCH} == amd64 && ${OSREL:R} == 9 + @${REINPLACE_CMD} -E 's| -pie| |g' \ + ${WRKSRC}/hardened.pri +.endif -.include +.include From owner-svn-ports-all@freebsd.org Fri Nov 11 09:07:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908F3C39190; Fri, 11 Nov 2016 09:07:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 624C21318; Fri, 11 Nov 2016 09:07:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB97LUN028429; Fri, 11 Nov 2016 09:07:21 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB97Lqd028428; Fri, 11 Nov 2016 09:07:21 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110907.uAB97Lqd028428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 09:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425878 - head/biology/bwa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 09:07:22 -0000 Author: linimon Date: Fri Nov 11 09:07:21 2016 New Revision: 425878 URL: https://svnweb.freebsd.org/changeset/ports/425878 Log: Attempt to fix build on non-x86 archs. Approved by: portmgr (tier-2 blanket) Modified: head/biology/bwa/Makefile Modified: head/biology/bwa/Makefile ============================================================================== --- head/biology/bwa/Makefile Fri Nov 11 09:00:19 2016 (r425877) +++ head/biology/bwa/Makefile Fri Nov 11 09:07:21 2016 (r425878) @@ -17,14 +17,16 @@ USE_PERL5= run PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz +.include + +.if ${ARCH} == amd64 || ${ARCH} == i386 # Avoid #error in emmintrin.h CFLAGS+= -msse2 - -BROKEN_powerpc64= Does not build on powerpc64 +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bwa ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include +.include From owner-svn-ports-all@freebsd.org Fri Nov 11 09:31:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08DCBC39642; Fri, 11 Nov 2016 09:31:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADB291CCF; Fri, 11 Nov 2016 09:31:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB9V3iX036889; Fri, 11 Nov 2016 09:31:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB9V3rv036880; Fri, 11 Nov 2016 09:31:03 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110931.uAB9V3rv036880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 09:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425879 - in head: benchmarks/libmicro benchmarks/nosqlbench biology/jellyfish biology/muscle biology/p5-AcePerl biology/plinkseq science/gchemutils science/simlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 09:31:05 -0000 Author: linimon Date: Fri Nov 11 09:31:02 2016 New Revision: 425879 URL: https://svnweb.freebsd.org/changeset/ports/425879 Log: Mark various leaf ports broken on aarch64, and, where appropriate, other tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/benchmarks/libmicro/Makefile head/benchmarks/nosqlbench/Makefile head/biology/jellyfish/Makefile head/biology/muscle/Makefile head/biology/p5-AcePerl/Makefile head/biology/plinkseq/Makefile head/science/gchemutils/Makefile head/science/simlib/Makefile Modified: head/benchmarks/libmicro/Makefile ============================================================================== --- head/benchmarks/libmicro/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/benchmarks/libmicro/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -12,14 +12,16 @@ COMMENT= Set of utilities to benchmark p LICENSE= CDDL +BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory +BROKEN_mips64= Fails to build: bin-mips64: no such file or directory +BROKEN_powerpc64= Does not build on powerpc64 + USES= gmake WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} STRIP= # Do not strip binaries PLIST_SUB= ARCH="${ARCH}" PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} -BROKEN_powerpc64= Does not build on powerpc64 - post-build: ${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/libmicro-bench ${ECHO_CMD} '(cd ${PKGLIBDIR} && ./bench $$1)' \ Modified: head/benchmarks/nosqlbench/Makefile ============================================================================== --- head/benchmarks/nosqlbench/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/benchmarks/nosqlbench/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -18,6 +18,7 @@ USES= cmake tar:bzip2 CONFLICTS= tarantool-c +BROKEN_aarch64= Does not build: clang does not support -march=native BROKEN_powerpc64= Does not build on powerpc64 post-install: Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/biology/jellyfish/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -27,6 +27,7 @@ GH_PROJECT= Jellyfish INSTALL_TARGET= install-strip BROKEN_FreeBSD_9_i386= multiple code issues on i386 < 10.0-RELEASE +BROKEN_aarch64= Fails to compile: error: variable res is uninitialized .include Modified: head/biology/muscle/Makefile ============================================================================== --- head/biology/muscle/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/biology/muscle/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -21,7 +21,8 @@ ALL_TARGET= muscle PLIST_FILES= bin/muscle -BROKEN_powerpc64= Does not build on powerpc64 +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Fails to install: tries to modify /dev/tty do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muscle ${STAGEDIR}${PREFIX}/bin Modified: head/biology/p5-AcePerl/Makefile ============================================================================== --- head/biology/p5-AcePerl/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/biology/p5-AcePerl/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -17,13 +17,15 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_aarch64= Fails to link: unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation + MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure .include -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +.if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/biology/plinkseq/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -13,6 +13,8 @@ COMMENT= Toolset for working with human LICENSE= GPLv2 +BROKEN_aarch64= Does not build: Host architecture was not detected as supported by protobuf +BROKEN_mips64= Does not build: Host architecture was not detected as supported by protobuf BROKEN_powerpc64= Does not build USES= libtool gmake Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/science/gchemutils/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon PORTSCOUT= limitw:1,even +BROKEN_aarch64= Fails to compile: error: call to abs is ambiguous + USE_XORG= x11 USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Fri Nov 11 09:07:21 2016 (r425878) +++ head/science/simlib/Makefile Fri Nov 11 09:31:02 2016 (r425879) @@ -11,15 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-201 MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language -BROKEN_powerpc64= Does not build - USES= gmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= ia64 powerpc sparc64 +NOT_FOR_ARCHS= armv64 aarch64 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: From owner-svn-ports-all@freebsd.org Fri Nov 11 09:46:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CB1BC39AD1; Fri, 11 Nov 2016 09:46:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAADC1366; Fri, 11 Nov 2016 09:46:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAB9k8fp044282; Fri, 11 Nov 2016 09:46:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAB9k8xK044281; Fri, 11 Nov 2016 09:46:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611110946.uAB9k8xK044281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 09:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425880 - head/russian/ircd-hybrid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 09:46:09 -0000 Author: linimon Date: Fri Nov 11 09:46:07 2016 New Revision: 425880 URL: https://svnweb.freebsd.org/changeset/ports/425880 Log: Mark as broken on aarch64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/russian/ircd-hybrid/Makefile Modified: head/russian/ircd-hybrid/Makefile ============================================================================== --- head/russian/ircd-hybrid/Makefile Fri Nov 11 09:31:02 2016 (r425879) +++ head/russian/ircd-hybrid/Makefile Fri Nov 11 09:46:07 2016 (r425880) @@ -6,7 +6,6 @@ PORTVERSION= 7.2.4 CATEGORIES= russian irc MASTER_SITES= SF/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru-${PORTVERSION} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ - PKGNAMESUFFIX= -hybrid DISTNAME= ircd-hybrid-ru-${PORTVERSION} @@ -18,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* +BROKEN_aarch64= Fails to compile: error: passing void * to parameter of incompatible type + WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-ru USE_OPENSSL= yes USES= bison @@ -70,10 +71,10 @@ pre-install: @${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf post-install: - @${INSTALL_SCRIPT} -m 555 ${FILESDIR}/ircd-hybrid-ru.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} -m 555 ${FILESDIR}/ircd-hybrid-ru.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/RELNOTE* ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/server-version-info ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/RELNOTE* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/server-version-info ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Fri Nov 11 10:18:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B85FCC3B386; Fri, 11 Nov 2016 10:18:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC361086; Fri, 11 Nov 2016 10:18:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABAIuI3056425; Fri, 11 Nov 2016 10:18:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABAIukY056422; Fri, 11 Nov 2016 10:18:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611111018.uABAIukY056422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 11 Nov 2016 10:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425881 - in head/japanese: jmode kterm mutt-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, 11 Nov 2016 10:18:57 -0000 Author: linimon Date: Fri Nov 11 10:18:56 2016 New Revision: 425881 URL: https://svnweb.freebsd.org/changeset/ports/425881 Log: Mark various ports broken on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/japanese/jmode/Makefile head/japanese/kterm/Makefile head/japanese/mutt-devel/Makefile Modified: head/japanese/jmode/Makefile ============================================================================== --- head/japanese/jmode/Makefile Fri Nov 11 09:46:07 2016 (r425880) +++ head/japanese/jmode/Makefile Fri Nov 11 10:18:56 2016 (r425881) @@ -13,8 +13,6 @@ COMMENT?= XIM server for Anthy input met LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libanthy.so:japanese/anthy USE_GNOME= gtk12 @@ -22,6 +20,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NOT_FOR_ARCHS= amd64 sparc64 +NOT_FOR_ARCHS= aarch64 amd64 mips mips64 powerpc64 sparc64 .include Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Fri Nov 11 09:46:07 2016 (r425880) +++ head/japanese/kterm/Makefile Fri Nov 11 10:18:56 2016 (r425881) @@ -15,6 +15,8 @@ LICENSE= MIT BUILD_DEPENDS= nkf:japanese/nkf +BROKEN_aarch64= Fails to build: fatal error: kfontlist.c file not found + USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_GITHUB= yes Modified: head/japanese/mutt-devel/Makefile ============================================================================== --- head/japanese/mutt-devel/Makefile Fri Nov 11 09:46:07 2016 (r425880) +++ head/japanese/mutt-devel/Makefile Fri Nov 11 10:18:56 2016 (r425881) @@ -47,6 +47,8 @@ LICENSE= GPLv2 RUN_DEPENDS= urlview:textproc/urlview \ ${LOCALBASE}/etc/mime.types:misc/mime-support +BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth + CONFLICTS= ja-mutt-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* VERSION= 1.5.21 From owner-svn-ports-all@freebsd.org Fri Nov 11 10:22:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BAD5C3B589; Fri, 11 Nov 2016 10:22:37 +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 0117714EC; Fri, 11 Nov 2016 10:22:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABAMavw060540; Fri, 11 Nov 2016 10:22:36 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABAMao6060539; Fri, 11 Nov 2016 10:22:36 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611111022.uABAMao6060539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 11 Nov 2016 10:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425882 - 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: Fri, 11 Nov 2016 10:22:37 -0000 Author: cpm Date: Fri Nov 11 10:22:35 2016 New Revision: 425882 URL: https://svnweb.freebsd.org/changeset/ports/425882 Log: - Fix affected chromium version. Approved by: rene Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 11 10:18:56 2016 (r425881) +++ head/security/vuxml/vuln.xml Fri Nov 11 10:22:35 2016 (r425882) @@ -111,7 +111,7 @@ Notes: chromium chromium-npapi chromium-pulse - 54.0.2840.98 + 54.0.2840.100 From owner-svn-ports-all@freebsd.org Fri Nov 11 11:20:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44915C37534; Fri, 11 Nov 2016 11:20:54 +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 0A3EC1CC2; Fri, 11 Nov 2016 11:20:53 +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 uABBKreM083014; Fri, 11 Nov 2016 11:20:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBKrAA083012; Fri, 11 Nov 2016 11:20:53 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611111120.uABBKrAA083012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 11 Nov 2016 11:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425883 - head/net/asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:20:54 -0000 Author: madpilot Date: Fri Nov 11 11:20:52 2016 New Revision: 425883 URL: https://svnweb.freebsd.org/changeset/ports/425883 Log: Update asterisk13 to 13.12.2. Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri Nov 11 10:22:35 2016 (r425882) +++ head/net/asterisk13/Makefile Fri Nov 11 11:20:52 2016 (r425883) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.12.1 +PORTVERSION= 13.12.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Fri Nov 11 10:22:35 2016 (r425882) +++ head/net/asterisk13/distinfo Fri Nov 11 11:20:52 2016 (r425883) @@ -1,6 +1,6 @@ -TIMESTAMP = 1477601881 -SHA256 (asterisk-13.12.1.tar.gz) = fe8523a1182cdd4e638c530038956d84db1e8a63a1eece1e31e9dbbc6d3e6f30 -SIZE (asterisk-13.12.1.tar.gz) = 32701506 +TIMESTAMP = 1478858927 +SHA256 (asterisk-13.12.2.tar.gz) = ceb13d09180824cc3925ff7c713ef4b82575710c1fbe72e96844a37c8780b89f +SIZE (asterisk-13.12.2.tar.gz) = 32701699 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 From owner-svn-ports-all@freebsd.org Fri Nov 11 11:24:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 874CEC37815; Fri, 11 Nov 2016 11:24: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 3D4BB100C; Fri, 11 Nov 2016 11:24: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 uABBO8QF083917; Fri, 11 Nov 2016 11:24:08 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBO8d5083915; Fri, 11 Nov 2016 11:24:08 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611111124.uABBO8d5083915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 11 Nov 2016 11:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425884 - branches/2016Q4/www/linux-c6-flashplugin11 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, 11 Nov 2016 11:24:09 -0000 Author: tijl Date: Fri Nov 11 11:24:08 2016 New Revision: 425884 URL: https://svnweb.freebsd.org/changeset/ports/425884 Log: MFH: r425840 Update flash plugin to 11.2r202.644. Security: https://helpx.adobe.com/security/products/flash-player/apsb16-37.html Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/www/linux-c6-flashplugin11/Makefile branches/2016Q4/www/linux-c6-flashplugin11/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2016Q4/www/linux-c6-flashplugin11/Makefile Fri Nov 11 11:20:52 2016 (r425883) +++ branches/2016Q4/www/linux-c6-flashplugin11/Makefile Fri Nov 11 11:24:08 2016 (r425884) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.643 +PORTVERSION= 11.2r202.644 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2016Q4/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2016Q4/www/linux-c6-flashplugin11/distinfo Fri Nov 11 11:20:52 2016 (r425883) +++ branches/2016Q4/www/linux-c6-flashplugin11/distinfo Fri Nov 11 11:24:08 2016 (r425884) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477572180 -SHA256 (flashplugin/11.2r202.643/install_flash_player_11_linux.i386.tar.gz) = b3cb465620b18df1a4cb88427f2e3c7bd080ee23883b05f94245187a783fa25c -SIZE (flashplugin/11.2r202.643/install_flash_player_11_linux.i386.tar.gz) = 6991072 -SHA256 (flashplugin/11.2r202.643/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.643/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +TIMESTAMP = 1478773365 +SHA256 (flashplugin/11.2r202.644/install_flash_player_11_linux.i386.tar.gz) = 63ca6e1ad1e1b39ae6e35265b628a818dfc4544b1aa857b8a8365d056779f297 +SIZE (flashplugin/11.2r202.644/install_flash_player_11_linux.i386.tar.gz) = 6992226 +SHA256 (flashplugin/11.2r202.644/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.644/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-all@freebsd.org Fri Nov 11 11:36:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F6ABC3B02B; Fri, 11 Nov 2016 11:36:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0936318BD; Fri, 11 Nov 2016 11:36:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABBa4NB088098; Fri, 11 Nov 2016 11:36:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBa4av088095; Fri, 11 Nov 2016 11:36:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611111136.uABBa4av088095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Nov 2016 11:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425885 - head/security/libzrtpcppcore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:36:05 -0000 Author: pi Date: Fri Nov 11 11:36:03 2016 New Revision: 425885 URL: https://svnweb.freebsd.org/changeset/ports/425885 Log: security/libzrtpcppcore: update 4.6.3 -> 4.6.4 Changes: https://github.com/wernerd/ZRTPCPP/blob/master/NEWS.md Modified: head/security/libzrtpcppcore/Makefile head/security/libzrtpcppcore/distinfo head/security/libzrtpcppcore/pkg-plist Modified: head/security/libzrtpcppcore/Makefile ============================================================================== --- head/security/libzrtpcppcore/Makefile Fri Nov 11 11:24:08 2016 (r425884) +++ head/security/libzrtpcppcore/Makefile Fri Nov 11 11:36:03 2016 (r425885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libzrtpcppcore -PORTVERSION= 4.6.3 +PORTVERSION= 4.6.4 DISTVERSIONPREFIX= V CATEGORIES= security Modified: head/security/libzrtpcppcore/distinfo ============================================================================== --- head/security/libzrtpcppcore/distinfo Fri Nov 11 11:24:08 2016 (r425884) +++ head/security/libzrtpcppcore/distinfo Fri Nov 11 11:36:03 2016 (r425885) @@ -1,2 +1,3 @@ -SHA256 (wernerd-ZRTPCPP-V4.6.3_GH0.tar.gz) = 6d788818ab5fedb15285ea7a3fd6ceadbca33c4fdd1c8abed900494872114f1a -SIZE (wernerd-ZRTPCPP-V4.6.3_GH0.tar.gz) = 2232062 +TIMESTAMP = 1478855665 +SHA256 (wernerd-ZRTPCPP-V4.6.4_GH0.tar.gz) = b619d037f152c8bb1de2433f055c5c78daa3545ebb534bd54684a9da4763e863 +SIZE (wernerd-ZRTPCPP-V4.6.4_GH0.tar.gz) = 2232285 Modified: head/security/libzrtpcppcore/pkg-plist ============================================================================== --- head/security/libzrtpcppcore/pkg-plist Fri Nov 11 11:24:08 2016 (r425884) +++ head/security/libzrtpcppcore/pkg-plist Fri Nov 11 11:36:03 2016 (r425885) @@ -6,5 +6,5 @@ include/libzrtpcpp/ZrtpUserCallback.h include/libzrtpcpp/common/osSpecifics.h lib/libzrtpcppcore.so lib/libzrtpcppcore.so.4 -lib/libzrtpcppcore.so.4.6.3 +lib/libzrtpcppcore.so.4.6.4 libdata/pkgconfig/libzrtpcppcore.pc From owner-svn-ports-all@freebsd.org Fri Nov 11 11:53:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1C0AC3B6CA; Fri, 11 Nov 2016 11:53:57 +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 7393D1212; Fri, 11 Nov 2016 11:53:57 +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 uABBruF7095945; Fri, 11 Nov 2016 11:53:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBruFn095943; Fri, 11 Nov 2016 11:53:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611111153.uABBruFn095943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 11 Nov 2016 11:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425886 - 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: Fri, 11 Nov 2016 11:53:57 -0000 Author: gerald Date: Fri Nov 11 11:53:56 2016 New Revision: 425886 URL: https://svnweb.freebsd.org/changeset/ports/425886 Log: Update to the 20161108 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Fri Nov 11 11:36:03 2016 (r425885) +++ head/lang/gcc5-devel/Makefile Fri Nov 11 11:53:56 2016 (r425886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20161101 +PORTVERSION= 5.4.1.s20161108 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Fri Nov 11 11:36:03 2016 (r425885) +++ head/lang/gcc5-devel/distinfo Fri Nov 11 11:53:56 2016 (r425886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478177451 -SHA256 (gcc-5-20161101.tar.bz2) = 3a5216667b3ddd18fb9d3ba4b0697164abef2bd179b85ec1b89a5fe5f8a6f2c3 -SIZE (gcc-5-20161101.tar.bz2) = 91769594 +TIMESTAMP = 1478820588 +SHA256 (gcc-5-20161108.tar.bz2) = 5c3dbf8d63b22d833922ed4ec9c19276bf8a8cfcf1c441f5c6b4fd018e79dba8 +SIZE (gcc-5-20161108.tar.bz2) = 91780540 From owner-svn-ports-all@freebsd.org Fri Nov 11 11:58:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02232C3B79F; Fri, 11 Nov 2016 11:58:57 +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 C7E9213E4; Fri, 11 Nov 2016 11:58: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 uABBwuuT096248; Fri, 11 Nov 2016 11:58:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBwtMP096246; Fri, 11 Nov 2016 11:58:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111158.uABBwtMP096246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425887 - in head: chinese/tin news/tin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:58:57 -0000 Author: jbeich Date: Fri Nov 11 11:58:55 2016 New Revision: 425887 URL: https://svnweb.freebsd.org/changeset/ports/425887 Log: chinese/tin: drop PORTREVISION as it has no effect PR: 214384 Modified: head/chinese/tin/Makefile (contents, props changed) head/news/tin/Makefile (contents, props changed) Modified: head/chinese/tin/Makefile ============================================================================== --- head/chinese/tin/Makefile Fri Nov 11 11:53:56 2016 (r425886) +++ head/chinese/tin/Makefile Fri Nov 11 11:58:55 2016 (r425887) @@ -1,8 +1,6 @@ # Created by: Yen-Shuo Su # $FreeBSD$ -# Don't reset PORTREVISION and keep bumping it even if PORTVERSION is changed. -PORTREVISION= 9 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Fri Nov 11 11:53:56 2016 (r425886) +++ head/news/tin/Makefile Fri Nov 11 11:58:55 2016 (r425887) @@ -3,7 +3,7 @@ PORTNAME= tin PORTVERSION= 2.3.4 -PORTREVISION= 3 +PORTREVISION?= 3 # keep for chinese/tin CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ From owner-svn-ports-all@freebsd.org Fri Nov 11 11:59:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19B0FC3B7D2; Fri, 11 Nov 2016 11:59:18 +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 DAA77151E; Fri, 11 Nov 2016 11:59:17 +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 uABBxHI0096379; Fri, 11 Nov 2016 11:59:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBxHpe096378; Fri, 11 Nov 2016 11:59:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111159.uABBxHpe096378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425888 - head/textproc/liblrdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:59:18 -0000 Author: jbeich Date: Fri Nov 11 11:59:16 2016 New Revision: 425888 URL: https://svnweb.freebsd.org/changeset/ports/425888 Log: textproc/liblrdf: drop unused dependencies PR: 214384 Reported by: readelf(1) Modified: head/textproc/liblrdf/Makefile (contents, props changed) Modified: head/textproc/liblrdf/Makefile ============================================================================== --- head/textproc/liblrdf/Makefile Fri Nov 11 11:58:55 2016 (r425887) +++ head/textproc/liblrdf/Makefile Fri Nov 11 11:59:16 2016 (r425888) @@ -3,7 +3,7 @@ PORTNAME= liblrdf PORTVERSION= 0.5.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= GENTOO @@ -14,16 +14,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -LIB_DEPENDS= libicuuc.so:devel/icu \ - libyajl.so:devel/yajl \ - libcurl.so:ftp/curl \ - libraptor2.so:textproc/raptor2 +LIB_DEPENDS= libraptor2.so:textproc/raptor2 GNU_CONFIGURE= yes -USES= autoreconf iconv libtool pathfix pkgconfig -USE_GNOME= libxml2 libxslt +USES= autoreconf libtool pathfix pkgconfig ssl USE_LDCONFIG= yes -USE_OPENSSL= yes INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC} From owner-svn-ports-all@freebsd.org Fri Nov 11 11:59:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87A18C3B945; Fri, 11 Nov 2016 11:59:32 +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 573581636; Fri, 11 Nov 2016 11:59:32 +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 uABBxVrm096504; Fri, 11 Nov 2016 11:59:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBxVBI096503; Fri, 11 Nov 2016 11:59:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111159.uABBxVBI096503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425889 - head/math/rpy2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:59:32 -0000 Author: jbeich Date: Fri Nov 11 11:59:31 2016 New Revision: 425889 URL: https://svnweb.freebsd.org/changeset/ports/425889 Log: math/rpy2: stop linking against math/R depends While here, switch back to Clang build but keep RPATH which is a quirk to avoid loading /usr/lib/libgcc_s.so during dlopen() race. PR: 214384 Modified: head/math/rpy2/Makefile (contents, props changed) Modified: head/math/rpy2/Makefile ============================================================================== --- head/math/rpy2/Makefile Fri Nov 11 11:59:16 2016 (r425888) +++ head/math/rpy2/Makefile Fri Nov 11 11:59:31 2016 (r425889) @@ -3,7 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 2.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= CHEESESHOP @@ -17,9 +17,9 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${PYNUMPY} \ R:math/R -USES= python readline -USE_GCC= yes +USES= fortran python readline USE_PYTHON= distutils autoplist +LDFLAGS+= -Wl,--as-needed pre-configure: @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ From owner-svn-ports-all@freebsd.org Fri Nov 11 11:59:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61066C3B9C9; Fri, 11 Nov 2016 11:59:58 +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 234BA1773; Fri, 11 Nov 2016 11:59:58 +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 uABBxvEU096896; Fri, 11 Nov 2016 11:59:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABBxtwg096883; Fri, 11 Nov 2016 11:59:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111159.uABBxtwg096883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 11:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425890 - in head: archivers/unarchiver astro/viking chinese/fcitx databases/evolution-data-server dns/bundy editors/poedit emulators/xcpc games/0ad games/openttd net-p2p/twister net/ze... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 11:59:58 -0000 Author: jbeich Date: Fri Nov 11 11:59:55 2016 New Revision: 425890 URL: https://svnweb.freebsd.org/changeset/ports/425890 Log: Track used or drop unused devel/icu dependency This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Modified: head/archivers/unarchiver/Makefile (contents, props changed) head/astro/viking/Makefile (contents, props changed) head/chinese/fcitx/Makefile (contents, props changed) head/databases/evolution-data-server/Makefile (contents, props changed) head/dns/bundy/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/emulators/xcpc/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/openttd/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net/zebra-server/Makefile (contents, props changed) head/security/certificate-transparency/Makefile (contents, props changed) head/x11-toolkits/gnustep-gui/Makefile (contents, props changed) Modified: head/archivers/unarchiver/Makefile ============================================================================== --- head/archivers/unarchiver/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/archivers/unarchiver/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,6 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt # XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \ + libicuuc.so:devel/icu \ libwavpack.so:audio/wavpack USES= gmake zip Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/astro/viking/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ @@ -65,6 +65,7 @@ GPSD_LIB_DEPENDS= libgpsd.so:astro/gpsd GPSD_CONFIGURE_ENABLE= realtime-gps-tracking MAPNIK_LIB_DEPENDS= libmapnik.so:graphics/mapnik +MAPNIK_CONFIGURE_ENV= ac_cv_lib_icuuc_main=no # indirect MAPNIK_CONFIGURE_ENABLE= mapnik MBTILES_USES= sqlite @@ -74,6 +75,7 @@ JOSM_RUN_DEPENDS= josm:astro/josm MERKAATOR_RUN_DEPENDS= merkaartor:astro/merkaartor post-patch: + @${REINPLACE_CMD} -e '/as_fn_error.*libicuuc/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^AM_CFLAGS/s| -g | |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|Science;|Education;Science;|' \ ${WRKSRC}/src/viking.desktop.in Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/chinese/fcitx/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= fcitx PORTVERSION= 4.2.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \ http://download.fcitx-im.org/data/:data @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-1.so:devel/dbus \ - libicuuc.so:devel/icu \ libXfixes.so:x11/libXfixes \ libXinerama.so:x11/libXinerama \ libXrender.so:x11/libXrender \ Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/databases/evolution-data-server/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,6 +21,7 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:devel/ libgoa-1.0.so:net/gnome-online-accounts \ libgdata.so:devel/libgdata \ libical.so:devel/libical \ + libicui18n.so:devel/icu \ libnss3.so:security/nss \ libtasn1.so:security/libtasn1 \ libsecret-1.so:security/libsecret Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/dns/bundy/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= bundy PORTVERSION= 0.20160125 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost DISTFILES+= boost_1_55_0.tar.bz2:boost @@ -22,7 +22,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/log4 ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3 LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ liblog4cplus.so:devel/log4cplus \ - libicuuc.so:devel/icu \ libgmp.so:math/gmp \ libsqlite3.so:databases/sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3 Modified: head/editors/poedit/Makefile ============================================================================== --- head/editors/poedit/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/editors/poedit/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ @@ -16,6 +16,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libboost_thread.so:devel/boost-libs \ + libicui18n.so:devel/icu \ liblucene++.so:textproc/luceneplusplus USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig Modified: head/emulators/xcpc/Makefile ============================================================================== --- head/emulators/xcpc/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/emulators/xcpc/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,8 +19,7 @@ USE_XORG= ice USE_GNOME= glib20 USES= gettext iconv pkgconfig -LIB_DEPENDS+= libicui18n.so:devel/icu \ - libpcre.so:devel/pcre \ +LIB_DEPENDS+= libpcre.so:devel/pcre \ libdsk.so:emulators/libdsk OPTIONS_DEFINE= MOTIF ATHENA XSHM DEBUG Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/games/0ad/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -2,6 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.21 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases @@ -14,6 +15,7 @@ COMMENT= Real-time strategy (RTS) game o BUILD_DEPENDS= zip:archivers/zip \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libicui18n.so:devel/icu \ libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/games/openttd/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ @@ -20,6 +20,7 @@ COMMENT= Open source clone of Microprose LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ + libicui18n.so:devel/icu \ liblzo2.so:archivers/lzo2 USES= cpe gmake pkgconfig tar:xz Modified: head/net-p2p/twister/Makefile ============================================================================== --- head/net-p2p/twister/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/net-p2p/twister/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= twister-core PORTVERSION= 0.9.34 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-p2p @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libleveldb.so:databases/leveldb \ - libicui18n.so:devel/icu + libleveldb.so:databases/leveldb OPTIONS_DEFINE= DOCS Modified: head/net/zebra-server/Makefile ============================================================================== --- head/net/zebra-server/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/net/zebra-server/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= zebra-server PORTVERSION= 2.0.55 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ DISTNAME= idzebra-${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= ben@gibbed.org COMMENT= Z39.50/SR server software LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libicui18n.so:devel/icu \ libyaz.so:net/yaz GNU_CONFIGURE= yes Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/security/certificate-transparency/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -17,6 +17,7 @@ LIB_DEPENDS?= libevent.so:devel/libevent libgflags.so:devel/gflags \ libglog.so:devel/glog \ libgmock.so:devel/googlemock \ + libicuuc.so:devel/icu \ libjson-c.so:devel/json-c \ libleveldb.so:databases/leveldb \ libobjecthash.so:devel/objecthash \ Modified: head/x11-toolkits/gnustep-gui/Makefile ============================================================================== --- head/x11-toolkits/gnustep-gui/Makefile Fri Nov 11 11:59:31 2016 (r425889) +++ head/x11-toolkits/gnustep-gui/Makefile Fri Nov 11 11:59:55 2016 (r425890) @@ -3,7 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.24.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core @@ -23,6 +23,7 @@ DOCS_BUILD_DEPENDS= texi2html:textproc/t LIB_DEPENDS+= libtiff.so:graphics/tiff LIB_DEPENDS+= libpng.so:graphics/png LIB_DEPENDS+= libgif.so:graphics/giflib +LIB_DEPENDS+= libicui18n.so:devel/icu LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:audio/flite From owner-svn-ports-all@freebsd.org Fri Nov 11 15:02:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26BC1C3B3DA; Fri, 11 Nov 2016 15:02:25 +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 EA25D164E; Fri, 11 Nov 2016 15:02:24 +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 uABF2O56079750; Fri, 11 Nov 2016 15:02:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABF2OW0079748; Fri, 11 Nov 2016 15:02:24 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201611111502.uABF2OW0079748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 11 Nov 2016 15:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425891 - head/www/elixir-joken X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 15:02:25 -0000 Author: vanilla Date: Fri Nov 11 15:02:23 2016 New Revision: 425891 URL: https://svnweb.freebsd.org/changeset/ports/425891 Log: Update to 1.3.2. Modified: head/www/elixir-joken/Makefile head/www/elixir-joken/distinfo Modified: head/www/elixir-joken/Makefile ============================================================================== --- head/www/elixir-joken/Makefile Fri Nov 11 11:59:55 2016 (r425890) +++ head/www/elixir-joken/Makefile Fri Nov 11 15:02:23 2016 (r425891) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= joken -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-joken/distinfo ============================================================================== --- head/www/elixir-joken/distinfo Fri Nov 11 11:59:55 2016 (r425890) +++ head/www/elixir-joken/distinfo Fri Nov 11 15:02:23 2016 (r425891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474863100 -SHA256 (bryanjos-joken-v1.3.1_GH0.tar.gz) = 60fc634f97d3fb50118588d0319716c98736ea12c769d3c698b92dd7bede9a4a -SIZE (bryanjos-joken-v1.3.1_GH0.tar.gz) = 36120 +TIMESTAMP = 1478873859 +SHA256 (bryanjos-joken-v1.3.2_GH0.tar.gz) = 664be7f9d3366d05177ee8bee252caf0ae85c8c50628d62e723dc6486cc3b7f9 +SIZE (bryanjos-joken-v1.3.2_GH0.tar.gz) = 36139 From owner-svn-ports-all@freebsd.org Fri Nov 11 15:39:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55092C3A067; Fri, 11 Nov 2016 15:39: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 18EEA1F50; Fri, 11 Nov 2016 15:39: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 uABFdcGc091870; Fri, 11 Nov 2016 15:39:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABFdcX5091868; Fri, 11 Nov 2016 15:39:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111539.uABFdcX5091868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 15:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425892 - head/astro/josm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 15:39:39 -0000 Author: amdmi3 Date: Fri Nov 11 15:39:38 2016 New Revision: 425892 URL: https://svnweb.freebsd.org/changeset/ports/425892 Log: - Update to 11223 Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Fri Nov 11 15:02:23 2016 (r425891) +++ head/astro/josm/Makefile Fri Nov 11 15:39:38 2016 (r425892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= josm -PORTVERSION= 10966 +PORTVERSION= 11223 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/josm/distinfo ============================================================================== --- head/astro/josm/distinfo Fri Nov 11 15:02:23 2016 (r425891) +++ head/astro/josm/distinfo Fri Nov 11 15:39:38 2016 (r425892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474055562 -SHA256 (josm-snapshot-10966.jar) = 211ddb977b40c6c47ffdc183301d7d9f370053a7ad8519b158c49eec308df13d -SIZE (josm-snapshot-10966.jar) = 10750990 +TIMESTAMP = 1478878313 +SHA256 (josm-snapshot-11223.jar) = 488fa22200753b01ec06bb192c8cfc016733b3c0db767abc442738942e85613b +SIZE (josm-snapshot-11223.jar) = 10800433 From owner-svn-ports-all@freebsd.org Fri Nov 11 16:49:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF4A7C3B37A; Fri, 11 Nov 2016 16:49:22 +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 799951441; Fri, 11 Nov 2016 16:49:22 +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 uABGnLFM019748; Fri, 11 Nov 2016 16:49:21 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABGnL14019741; Fri, 11 Nov 2016 16:49:21 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201611111649.uABGnL14019741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 11 Nov 2016 16:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425893 - in head/science: . tfel tfel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 16:49:22 -0000 Author: thierry Date: Fri Nov 11 16:49:21 2016 New Revision: 425893 URL: https://svnweb.freebsd.org/changeset/ports/425893 Log: `MFront` is a code generator which translates a set of closely related domain specific languages into plain C++ on top of the `TFEL` library. Those languages covers three kind of material knowledge: - material properties (for instance the Young modulus, the thermal conductivity, etc.) - mechanical behaviours. Numerical performances of generated mechanical behaviours was given a particular attention. Various benchmarks shows that `MFront` implementations are competitive with native implementations available in the `Cast3M`, `Code-Aster` and `Cyrano3` solvers. - simple point-wise models, such as material swelling used in fuel performance codes. `MFront` comes with an handy easy-to-use tool called `MTest` that can test the local behaviour of a material, by imposing independent constraints on each component of the strain or the stress. This tool has been much faster (from ten to several hundred times depending on the test case) than using a full-fledged finite element solver. WWW: http://tfel.sourceforge.net/ PR: 212375 Submitted by: Pedro F. Giffuni Added: head/science/tfel/ head/science/tfel/Makefile (contents, props changed) head/science/tfel/distinfo (contents, props changed) head/science/tfel/files/ head/science/tfel/files/patch-configure.ac (contents, props changed) head/science/tfel/pkg-descr (contents, props changed) head/science/tfel/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri Nov 11 15:39:38 2016 (r425892) +++ head/science/Makefile Fri Nov 11 16:49:21 2016 (r425893) @@ -179,6 +179,7 @@ SUBDIR += step SUBDIR += svmlight SUBDIR += szip + SUBDIR += tfel SUBDIR += udunits SUBDIR += v_sim SUBDIR += veusz Added: head/science/tfel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/tfel/Makefile Fri Nov 11 16:49:21 2016 (r425893) @@ -0,0 +1,30 @@ +# Created by: Pedro F. Giffuni +# $FreeBSD$ + +PORTNAME= tfel +PORTVERSION= 2.0.3 +CATEGORIES= science +MASTER_SITES= SF/${PORTNAME}/ +PKGNAMESUFFIX= -mfront + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Code generation tool dedicated to material knowledge + +LICENSE= GPLv3 + +OPTIONS_DEFINE= GNUPLOT +OPTIONS_DEFAULT= GNUPLOT +GNUPLOT_BUILD_DEPENDS= gnuplot:math/gnuplot +GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot + +ONLY_FOR_ARCHS= amd64 i386 + +USES= autoreconf libtool tar:bzip2 +GNU_CONFIGURE=yes +CONFIGURE_ARGS= --enable-aster +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip +TEST_TARGET= check + +.include Added: head/science/tfel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/tfel/distinfo Fri Nov 11 16:49:21 2016 (r425893) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472936809 +SHA256 (tfel-2.0.3.tar.bz2) = 8f0020fd22d6f0e39d512e2aeb457bc5b6ad96bd66336d590bf433d9648f8a58 +SIZE (tfel-2.0.3.tar.bz2) = 50837415 Added: head/science/tfel/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/tfel/files/patch-configure.ac Fri Nov 11 16:49:21 2016 (r425893) @@ -0,0 +1,12 @@ +--- configure.ac.orig 2016-09-04 19:29:53 UTC ++++ configure.ac +@@ -69,6 +69,9 @@ case $host in + TFEL_ARCH32="yes" + ;; + # machine amd opteron, 64 bits ++ amd64*bsd*) ++ TFEL_ARCH64="yes" ++ ;; + x86_64*bsd*) + TFEL_ARCH64="yes" + ;; Added: head/science/tfel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/tfel/pkg-descr Fri Nov 11 16:49:21 2016 (r425893) @@ -0,0 +1,21 @@ +`MFront` is a code generator which translates a set of closely related +domain specific languages into plain C++ on top of the `TFEL` +library. Those languages covers three kind of material knowledge: + +- material properties (for instance the + Young modulus, the thermal conductivity, etc.) +- mechanical behaviours. Numerical performances of + generated mechanical behaviours was given a particular + attention. Various benchmarks shows that `MFront` + implementations are competitive with native implementations + available in the `Cast3M`, `Code-Aster` and `Cyrano3` solvers. +- simple point-wise models, such as material swelling + used in fuel performance codes. + +`MFront` comes with an handy easy-to-use tool called `MTest` that can +test the local behaviour of a material, by imposing independent +constraints on each component of the strain or the stress. This tool +has been much faster (from ten to several hundred times depending on +the test case) than using a full-fledged finite element solver. + +WWW: http://tfel.sourceforge.net/ Added: head/science/tfel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/tfel/pkg-plist Fri Nov 11 16:49:21 2016 (r425893) @@ -0,0 +1,882 @@ +bin/mfront +bin/mtest +bin/tfel-config +bin/tfel-doc +include/MFront/Aster/Aster.hxx +include/MFront/Aster/AsterBehaviourHandler.hxx +include/MFront/Aster/AsterComputeStiffnessTensor.hxx +include/MFront/Aster/AsterComputeThermalExpansionCoefficientTensor.hxx +include/MFront/Aster/AsterConfig.hxx +include/MFront/Aster/AsterException.hxx +include/MFront/Aster/AsterFiniteStrainRotationMatrix.hxx +include/MFront/Aster/AsterInterface.hxx +include/MFront/Aster/AsterInterfaceBase.hxx +include/MFront/Aster/AsterIsotropicBehaviourHandler.hxx +include/MFront/Aster/AsterOrthotropicBehaviour.hxx +include/MFront/Aster/AsterOrthotropicBehaviourHandler.hxx +include/MFront/Aster/AsterRotationMatrix.hxx +include/MFront/Aster/AsterStressFreeExpansionHandler.hxx +include/MFront/Aster/AsterTangentOperator.hxx +include/MFront/Aster/AsterTraits.hxx +include/MFront/BoundsDescription.hxx +include/MFront/CodeBlock.hxx +include/MFront/DrivingVariable.hxx +include/MFront/InterfaceBase.hxx +include/MFront/LawFunction.hxx +include/MFront/MFront.hxx +include/MFront/MFrontAsterInterface.hxx +include/MFront/MFrontBehaviourAnalyser.hxx +include/MFront/MFrontBehaviourAnalyserFactory.hxx +include/MFront/MFrontBehaviourAnalyserProxy.hxx +include/MFront/MFrontBehaviourAnalyserProxy.ixx +include/MFront/MFrontBehaviourInterfaceFactory.hxx +include/MFront/MFrontBehaviourInterfaceProxy.hxx +include/MFront/MFrontBehaviourInterfaceProxy.ixx +include/MFront/MFrontBehaviourParserBase.hxx +include/MFront/MFrontBehaviourParserBase.ixx +include/MFront/MFrontBehaviourParserCommon.hxx +include/MFront/MFrontBehaviourParserCommon.ixx +include/MFront/MFrontBehaviourProfiler.hxx +include/MFront/MFrontBehaviourVirtualInterface.hxx +include/MFront/MFrontConfig.hxx +include/MFront/MFrontDebugMode.hxx +include/MFront/MFrontDefaultCZMParser.hxx +include/MFront/MFrontDefaultFiniteStrainParser.hxx +include/MFront/MFrontDefaultParser.hxx +include/MFront/MFrontDefaultParserBase.hxx +include/MFront/MFrontFileDescription.hxx +include/MFront/MFrontGenericData.hxx +include/MFront/MFrontHeader.hxx +include/MFront/MFrontInitAnalysers.hxx +include/MFront/MFrontInitInterfaces.hxx +include/MFront/MFrontInitParsers.hxx +include/MFront/MFrontLawInterfaceFactory.hxx +include/MFront/MFrontLawInterfaceProxy.hxx +include/MFront/MFrontLawInterfaceProxy.ixx +include/MFront/MFrontLawVirtualInterface.hxx +include/MFront/MFrontLock.hxx +include/MFront/MFrontLogStream.hxx +include/MFront/MFrontMaterialLawParser.hxx +include/MFront/MFrontModelData.hxx +include/MFront/MFrontModelInterfaceFactory.hxx +include/MFront/MFrontModelInterfaceProxy.hxx +include/MFront/MFrontModelInterfaceProxy.ixx +include/MFront/MFrontModelParser.hxx +include/MFront/MFrontModelParserBase.hxx +include/MFront/MFrontModelParserBase.ixx +include/MFront/MFrontModelParserCommon.hxx +include/MFront/MFrontModelVirtualInterface.hxx +include/MFront/MFrontParserFactory.hxx +include/MFront/MFrontParserProxy.hxx +include/MFront/MFrontParserProxy.ixx +include/MFront/MFrontPedanticMode.hxx +include/MFront/MFrontPerformanceProfiling.hxx +include/MFront/MFrontSearchFile.hxx +include/MFront/MFrontUMATInterfaceBase.hxx +include/MFront/MFrontVirtualParser.hxx +include/MFront/MTest.hxx +include/MFront/MTestAccelerationAlgorithm.hxx +include/MFront/MTestAccelerationAlgorithmFactory.hxx +include/MFront/MTestAnalyticalTest.hxx +include/MFront/MTestAsterCohesiveZoneModel.hxx +include/MFront/MTestAsterFiniteStrainBehaviour.hxx +include/MFront/MTestAsterSmallStrainBehaviour.hxx +include/MFront/MTestAsterStandardBehaviour.hxx +include/MFront/MTestBehaviour.hxx +include/MFront/MTestCastemAccelerationAlgorithm.hxx +include/MFront/MTestCastemEvolution.hxx +include/MFront/MTestConfig.hxx +include/MFront/MTestConstraint.hxx +include/MFront/MTestCyranoBehaviour.hxx +include/MFront/MTestEvolution.hxx +include/MFront/MTestFileGeneratorBase.hxx +include/MFront/MTestFunctionEvolution.hxx +include/MFront/MTestImposedDrivingVariable.hxx +include/MFront/MTestImposedThermodynamicForce.hxx +include/MFront/MTestIronsTuckAccelerationAlgorithm.hxx +include/MFront/MTestParser.hxx +include/MFront/MTestReferenceFileComparisonTest.hxx +include/MFront/MTestSecantAccelerationAlgorithm.hxx +include/MFront/MTestSteffensenAccelerationAlgorithm.hxx +include/MFront/MTestTypes.hxx +include/MFront/MTestUmatBehaviourBase.hxx +include/MFront/MTestUmatCohesiveZoneModel.hxx +include/MFront/MTestUmatFiniteStrainBehaviour.hxx +include/MFront/MTestUmatNormaliseTangentOperator.hxx +include/MFront/MTestUmatSmallStrainBehaviour.hxx +include/MFront/MTestUmatStandardBehaviour.hxx +include/MFront/MaterialPropertyDescription.hxx +include/MFront/MechanicalBehaviourAttribute.hxx +include/MFront/MechanicalBehaviourData.hxx +include/MFront/MechanicalBehaviourData.ixx +include/MFront/MechanicalBehaviourDescription.hxx +include/MFront/MechanicalBehaviourDescription.ixx +include/MFront/MechanicalBehaviourSymmetryType.hxx +include/MFront/ParserBase.hxx +include/MFront/ParserBase.ixx +include/MFront/ParserUtilities.hxx +include/MFront/StaticVarHandler.hxx +include/MFront/StaticVariableDescription.hxx +include/MFront/SupportedTypes.hxx +include/MFront/ThermodynamicForce.hxx +include/MFront/UMATFiniteStrainMTestFileGenerator.hxx +include/MFront/UMATSmallStrainMTestFileGenerator.hxx +include/MFront/VarHandler.hxx +include/MFront/VariableBoundsDescription.hxx +include/MFront/VariableDescription.hxx +include/TFEL/Config/Internals/HeatFluxVectorType.hxx +include/TFEL/Config/Internals/InvJacobianType.hxx +include/TFEL/Config/Internals/JacobianType.hxx +include/TFEL/Config/Internals/PositionType.hxx +include/TFEL/Config/Internals/SpatialGradType.hxx +include/TFEL/Config/Internals/TFELTypesInternals.hxx +include/TFEL/Config/Internals/ThermalConductivityMatrixType.hxx +include/TFEL/Config/TFELConfig.hxx +include/TFEL/Config/TFELTypes.hxx +include/TFEL/Config/TFEL_MATH_Config.hxx +include/TFEL/Exception/TFELException.hxx +include/TFEL/FSAlgorithm/FSAlgorithm.hxx +include/TFEL/FSAlgorithm/accumulate.hxx +include/TFEL/FSAlgorithm/copy.hxx +include/TFEL/FSAlgorithm/equal.hxx +include/TFEL/FSAlgorithm/fill.hxx +include/TFEL/FSAlgorithm/for_each.hxx +include/TFEL/FSAlgorithm/generate.hxx +include/TFEL/FSAlgorithm/inner_product.hxx +include/TFEL/FSAlgorithm/iota.hxx +include/TFEL/FSAlgorithm/max_element.hxx +include/TFEL/FSAlgorithm/min_element.hxx +include/TFEL/FSAlgorithm/swap_ranges.hxx +include/TFEL/FSAlgorithm/transform.hxx +include/TFEL/Glossary/Forward/Glossary.hxx +include/TFEL/Glossary/Glossary.hxx +include/TFEL/Glossary/GlossaryEntry.hxx +include/TFEL/Macros.hxx +include/TFEL/Material/BoundsCheck.hxx +include/TFEL/Material/DDIF2Base.hxx +include/TFEL/Material/DDIF2Base.ixx +include/TFEL/Material/FiniteStrainBehaviourTangentOperator.hxx +include/TFEL/Material/FiniteStrainBehaviourTangentOperatorBase.hxx +include/TFEL/Material/GursonTvergaardNeedleman.hxx +include/TFEL/Material/Hill.hxx +include/TFEL/Material/Hill.ixx +include/TFEL/Material/IsotropicLinearFourierHookLaw.hxx +include/TFEL/Material/IsotropicLinearFourierLaw.hxx +include/TFEL/Material/Lame.hxx +include/TFEL/Material/MaterialException.hxx +include/TFEL/Material/MechanicalBehaviour.hxx +include/TFEL/Material/MechanicalBehaviourTraits.hxx +include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.hxx +include/TFEL/Material/MetallicCFCGenericSlidingSystemsInteractionMatrix.ixx +include/TFEL/Material/MetallicCFCSlidingSystems.hxx +include/TFEL/Material/MetallicCFCSlidingSystems.ixx +include/TFEL/Material/ModellingHypothesis.hxx +include/TFEL/Material/OutOfBoundsPolicy.hxx +include/TFEL/Material/PolyCrystalsSlidingSystems.hxx +include/TFEL/Material/PolyCrystalsSlidingSystems.ixx +include/TFEL/Material/RambergOsgood.hxx +include/TFEL/Material/ThermalBehaviour.hxx +include/TFEL/Material/ThermalBehaviourData.hxx +include/TFEL/Material/ThermoMechanicalBehaviour.hxx +include/TFEL/Math/Array/ArrayConcept.hxx +include/TFEL/Math/Array/ArrayConcept.ixx +include/TFEL/Math/Array/ArrayConceptOperations.hxx +include/TFEL/Math/Array/ArrayExpr.hxx +include/TFEL/Math/Array/ArrayRefCountedStorage.hxx +include/TFEL/Math/Array/ArrayRowMajorStorage.hxx +include/TFEL/Math/Array/ArrayRowMajorStorage.ixx +include/TFEL/Math/Array/ArrayRunTimeProperties.hxx +include/TFEL/Math/Array/ArrayRunTimeProperties.ixx +include/TFEL/Math/Array/ArrayStorage.hxx +include/TFEL/Math/Array/ArrayStorage.ixx +include/TFEL/Math/Array/Internals/ArraySerialize.hxx +include/TFEL/Math/Array/array.ixx +include/TFEL/Math/Array/arrayResultType.hxx +include/TFEL/Math/Bindings/atlas.hxx +include/TFEL/Math/Broyden.hxx +include/TFEL/Math/Broyden2.hxx +include/TFEL/Math/Composite/CompositeCompositeExpr.hxx +include/TFEL/Math/Composite/CompositeConcept.hxx +include/TFEL/Math/Composite/CompositeConceptOperations.ixx +include/TFEL/Math/Composite/CompositeExpr.hxx +include/TFEL/Math/Composite/CompositeNegExpr.hxx +include/TFEL/Math/Composite/CompositeScalarExpr.hxx +include/TFEL/Math/Composite/FctCompositeExpr.hxx +include/TFEL/Math/Composite/ScalarCompositeExpr.hxx +include/TFEL/Math/Composite/composite.ixx +include/TFEL/Math/Composite/compositeResultType.ixx +include/TFEL/Math/CubicSpline.hxx +include/TFEL/Math/CubicSpline.ixx +include/TFEL/Math/Discretization1D.hxx +include/TFEL/Math/Discretization1D.ixx +include/TFEL/Math/Evaluator.hxx +include/TFEL/Math/Evaluator.ixx +include/TFEL/Math/ExpressionTemplates/FctMathObjectExpr.hxx +include/TFEL/Math/ExpressionTemplates/FctMathObjectExprWithoutConstIterator.hxx +include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectDiadicProductExpr.hxx +include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExpr.hxx +include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprSpecialisation.ixx +include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprWithoutConstIterator.hxx +include/TFEL/Math/ExpressionTemplates/MathObjectMathObjectExprWithoutConstIteratorSpecialisation.ixx +include/TFEL/Math/ExpressionTemplates/MathObjectNegExpr.hxx +include/TFEL/Math/ExpressionTemplates/MathObjectNegExprWithoutConstIterator.hxx +include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExpr.hxx +include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprSpecialisation.ixx +include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprWithoutConstIterator.hxx +include/TFEL/Math/ExpressionTemplates/ScalarMathObjectExprWithoutConstIteratorSpecialisation.ixx +include/TFEL/Math/FSLevenbergMarquardt.hxx +include/TFEL/Math/FactorizedKriging.hxx +include/TFEL/Math/FactorizedKriging1D1D.hxx +include/TFEL/Math/FactorizedKriging1D2D.hxx +include/TFEL/Math/FactorizedKriging1D3D.hxx +include/TFEL/Math/Forward/ArrayConcept.hxx +include/TFEL/Math/Forward/Complex.hxx +include/TFEL/Math/Forward/CompositeConcept.hxx +include/TFEL/Math/Forward/ExpressionTemplates.hxx +include/TFEL/Math/Forward/Function.hxx +include/TFEL/Math/Forward/FunctionConcept.hxx +include/TFEL/Math/Forward/LambdaConcept.hxx +include/TFEL/Math/Forward/MatrixConcept.hxx +include/TFEL/Math/Forward/ST2toST2Concept.hxx +include/TFEL/Math/Forward/ST2toT2Concept.hxx +include/TFEL/Math/Forward/StensorConcept.hxx +include/TFEL/Math/Forward/T2toST2Concept.hxx +include/TFEL/Math/Forward/T2toT2Concept.hxx +include/TFEL/Math/Forward/TensorConcept.hxx +include/TFEL/Math/Forward/TinyNewtonRaphson.hxx +include/TFEL/Math/Forward/VectorConcept.hxx +include/TFEL/Math/Forward/array.hxx +include/TFEL/Math/Forward/lambda.hxx +include/TFEL/Math/Forward/matrix.hxx +include/TFEL/Math/Forward/qt.hxx +include/TFEL/Math/Forward/st2tost2.hxx +include/TFEL/Math/Forward/st2tot2.hxx +include/TFEL/Math/Forward/stensor.hxx +include/TFEL/Math/Forward/t2tost2.hxx +include/TFEL/Math/Forward/t2tot2.hxx +include/TFEL/Math/Forward/tensor.hxx +include/TFEL/Math/Forward/tmatrix.hxx +include/TFEL/Math/Forward/tvector.hxx +include/TFEL/Math/Forward/vector.hxx +include/TFEL/Math/Function/Cst.hxx +include/TFEL/Math/Function/Cst.ixx +include/TFEL/Math/Function/FunctionConcept.hxx +include/TFEL/Math/Function/FunctionConcept.ixx +include/TFEL/Math/Function/FunctionConceptOperations.hxx +include/TFEL/Math/Function/FunctionExpr.hxx +include/TFEL/Math/Function/FunctionFunctionExpr.hxx +include/TFEL/Math/Function/FunctionFunctionExpr.ixx +include/TFEL/Math/Function/FunctionNegExpr.hxx +include/TFEL/Math/Function/FunctionNegExpr.ixx +include/TFEL/Math/Function/FunctionScalarExpr.hxx +include/TFEL/Math/Function/FunctionScalarExpr.ixx +include/TFEL/Math/Function/FunctionsCompositionExpr.hxx +include/TFEL/Math/Function/FunctionsCompositionExpr.ixx +include/TFEL/Math/Function/Id.hxx +include/TFEL/Math/Function/Power.hxx +include/TFEL/Math/Function/Power.ixx +include/TFEL/Math/Function/ScalarFunctionExpr.hxx +include/TFEL/Math/Function/ScalarFunctionExpr.ixx +include/TFEL/Math/Function/StandardFunctions.hxx +include/TFEL/Math/General/Abs.hxx +include/TFEL/Math/General/Abs.ixx +include/TFEL/Math/General/AbsCompare.hxx +include/TFEL/Math/General/BaseCast.hxx +include/TFEL/Math/General/BasicOperations.hxx +include/TFEL/Math/General/Complex.hxx +include/TFEL/Math/General/Complex.ixx +include/TFEL/Math/General/ComputeBinaryResult.hxx +include/TFEL/Math/General/ComputeObjectTag.hxx +include/TFEL/Math/General/ComputeObjectTag.ixx +include/TFEL/Math/General/ComputeUnaryResult.hxx +include/TFEL/Math/General/CubicRoots.hxx +include/TFEL/Math/General/DotProduct.hxx +include/TFEL/Math/General/EmptyRunTimeProperties.hxx +include/TFEL/Math/General/FctObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/Forward/General.hxx +include/TFEL/Math/General/FracSimplify.hxx +include/TFEL/Math/General/FracSimplify.ixx +include/TFEL/Math/General/LogicalOperations.hxx +include/TFEL/Math/General/NegObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ObjectObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ObjectObjectRandomAccessConstIteratorSpecialisation.hxx +include/TFEL/Math/General/RandomRotationMatrix.hxx +include/TFEL/Math/General/ResultType.hxx +include/TFEL/Math/General/RunTimeCheck.hxx +include/TFEL/Math/General/ScalarObjectRandomAccessConstIterator.hxx +include/TFEL/Math/General/ScalarObjectRandomAccessConstIteratorSpecialisation.hxx +include/TFEL/Math/General/StorageTraits.hxx +include/TFEL/Math/General/UnaryResultType.hxx +include/TFEL/Math/General/floating_point_exceptions.hxx +include/TFEL/Math/General/fsarray.ixx +include/TFEL/Math/IntegerEvaluator.hxx +include/TFEL/Math/Kriging.hxx +include/TFEL/Math/Kriging/FactorizedKriging.ixx +include/TFEL/Math/Kriging/Kriging.ixx +include/TFEL/Math/Kriging/KrigingDefaultModel1D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModel2D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModel3D.hxx +include/TFEL/Math/Kriging/KrigingDefaultModels.hxx +include/TFEL/Math/Kriging/KrigingDefaultNuggetModel.hxx +include/TFEL/Math/Kriging/KrigingErrors.hxx +include/TFEL/Math/Kriging/KrigingPieceWiseLinearModel1D.hxx +include/TFEL/Math/Kriging/KrigingUtilities.hxx +include/TFEL/Math/Kriging/KrigingVariable.hxx +include/TFEL/Math/Kriging1D.hxx +include/TFEL/Math/Kriging2D.hxx +include/TFEL/Math/Kriging3D.hxx +include/TFEL/Math/LU/LUDecomp.hxx +include/TFEL/Math/LU/LUException.hxx +include/TFEL/Math/LU/Permutation.hxx +include/TFEL/Math/LU/Permutation.ixx +include/TFEL/Math/LU/TinyMatrixSolve.ixx +include/TFEL/Math/LU/TinyPermutation.hxx +include/TFEL/Math/LU/TinyPermutation.ixx +include/TFEL/Math/LUSolve.hxx +include/TFEL/Math/LambdaExpression/FctLambdaExpr.hxx +include/TFEL/Math/LambdaExpression/FctLambdaExpr.ixx +include/TFEL/Math/LambdaExpression/LambdaConcept.hxx +include/TFEL/Math/LambdaExpression/LambdaConcept.ixx +include/TFEL/Math/LambdaExpression/LambdaConceptOperations.hxx +include/TFEL/Math/LambdaExpression/LambdaConceptOperations.ixx +include/TFEL/Math/LambdaExpression/LambdaLambdaExpr.hxx +include/TFEL/Math/LambdaExpression/LambdaLambdaExpr.ixx +include/TFEL/Math/LambdaExpression/LambdaScalarExpr.hxx +include/TFEL/Math/LambdaExpression/LambdaScalarExpr.ixx +include/TFEL/Math/LambdaExpression/ScalarLambdaExpr.hxx +include/TFEL/Math/LambdaExpression/ScalarLambdaExpr.ixx +include/TFEL/Math/LambdaExpression/lambda.ixx +include/TFEL/Math/LevenbergMarquardt.hxx +include/TFEL/Math/LevenbergMarquardt/FSLevenbergMarquardt.ixx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardt.ixx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtEvaluatorWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtExternalFunctionWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.hxx +include/TFEL/Math/LevenbergMarquardt/LevenbergMarquardtFunctionWrapper.ixx +include/TFEL/Math/MathException.hxx +include/TFEL/Math/Matrix/MatrixConcept.hxx +include/TFEL/Math/Matrix/MatrixConcept.ixx +include/TFEL/Math/Matrix/MatrixConceptOperations.hxx +include/TFEL/Math/Matrix/MatrixConceptOperations.ixx +include/TFEL/Math/Matrix/MatrixExpr.hxx +include/TFEL/Math/Matrix/MatrixUtilities.hxx +include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx +include/TFEL/Math/Matrix/TVectorTMatrixExpr.hxx +include/TFEL/Math/Matrix/TinyMatrixInvert.ixx +include/TFEL/Math/Matrix/matrix.ixx +include/TFEL/Math/Matrix/tmatrix.ixx +include/TFEL/Math/Matrix/tmatrixResultType.hxx +include/TFEL/Math/Matrix/tmatrix_column_view.hxx +include/TFEL/Math/Matrix/tmatrix_column_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_column_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_column_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_row_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_row_view.ixx +include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.hxx +include/TFEL/Math/Matrix/tmatrix_const_submatrix_view.ixx +include/TFEL/Math/Matrix/tmatrix_row_view.hxx +include/TFEL/Math/Matrix/tmatrix_row_view.ixx +include/TFEL/Math/Matrix/tmatrix_submatrix_view.hxx +include/TFEL/Math/Matrix/tmatrix_submatrix_view.ixx +include/TFEL/Math/Newton-Raphson/TinyNewtonRaphson.ixx +include/TFEL/Math/Parser/BinaryFunction.hxx +include/TFEL/Math/Parser/BinaryFunction.ixx +include/TFEL/Math/Parser/BinaryOperator.hxx +include/TFEL/Math/Parser/BinaryOperator.ixx +include/TFEL/Math/Parser/ConditionalExpr.hxx +include/TFEL/Math/Parser/ConstantExternalFunction.hxx +include/TFEL/Math/Parser/DifferentiatedFunctionExpr.hxx +include/TFEL/Math/Parser/EvaluatorBase.hxx +include/TFEL/Math/Parser/EvaluatorFunction.hxx +include/TFEL/Math/Parser/EvaluatorFunction.ixx +include/TFEL/Math/Parser/EvaluatorProxy.hxx +include/TFEL/Math/Parser/EvaluatorProxy.ixx +include/TFEL/Math/Parser/EvaluatorTExpr.hxx +include/TFEL/Math/Parser/EvaluatorTExpr.ixx +include/TFEL/Math/Parser/Expr.hxx +include/TFEL/Math/Parser/ExternalCFunction.hxx +include/TFEL/Math/Parser/ExternalCastemFunction.hxx +include/TFEL/Math/Parser/ExternalFunction.hxx +include/TFEL/Math/Parser/ExternalFunctionExpr.hxx +include/TFEL/Math/Parser/ExternalFunctionExpr2.hxx +include/TFEL/Math/Parser/ExternalFunctionManager.hxx +include/TFEL/Math/Parser/Function.hxx +include/TFEL/Math/Parser/Function.ixx +include/TFEL/Math/Parser/IntegerEvaluatorTExpr.hxx +include/TFEL/Math/Parser/KrigedFunction.hxx +include/TFEL/Math/Parser/KrigedFunction.ixx +include/TFEL/Math/Parser/LogicalExpr.hxx +include/TFEL/Math/Parser/LogicalExpr.ixx +include/TFEL/Math/Parser/Negation.hxx +include/TFEL/Math/Parser/Number.hxx +include/TFEL/Math/Parser/Variable.hxx +include/TFEL/Math/QR/QRDecomp.hxx +include/TFEL/Math/QR/QRDecomp.ixx +include/TFEL/Math/QR/QRException.hxx +include/TFEL/Math/Quantity/Unit.hxx +include/TFEL/Math/Quantity/Unit.ixx +include/TFEL/Math/Quantity/qt.ixx +include/TFEL/Math/Quantity/qtLimits.hxx +include/TFEL/Math/Quantity/qtOperations.hxx +include/TFEL/Math/Quantity/qtOperations.ixx +include/TFEL/Math/Quantity/qtSamples.hxx +include/TFEL/Math/Quantity/qtSpecific.hxx +include/TFEL/Math/RootFinding/Broyden.ixx +include/TFEL/Math/RootFinding/Broyden2.ixx +include/TFEL/Math/RungeKutta/RungeKutta2.ixx +include/TFEL/Math/RungeKutta/RungeKutta4.ixx +include/TFEL/Math/RungeKutta/RungeKutta42.ixx +include/TFEL/Math/RungeKutta/RungeKutta54.ixx +include/TFEL/Math/RungeKutta2.hxx +include/TFEL/Math/RungeKutta4.hxx +include/TFEL/Math/RungeKutta42.hxx +include/TFEL/Math/RungeKutta54.hxx +include/TFEL/Math/ST2toST2/ConvertT2toST2ToST2toST2Expr.hxx +include/TFEL/Math/ST2toST2/ST2toST2Concept.hxx +include/TFEL/Math/ST2toST2/ST2toST2Concept.ixx +include/TFEL/Math/ST2toST2/ST2toST2ConceptOperations.hxx +include/TFEL/Math/ST2toST2/ST2toST2Expr.hxx +include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView.hxx +include/TFEL/Math/ST2toST2/ST2toST2FromTinyMatrixView2.hxx +include/TFEL/Math/ST2toST2/ST2toST2ST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toST2/ST2toST2StensorProductExpr.hxx +include/TFEL/Math/ST2toST2/StensorST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toST2/StensorSquareDerivative.hxx +include/TFEL/Math/ST2toST2/st2tost2.ixx +include/TFEL/Math/ST2toST2/st2tost2ResultType.hxx +include/TFEL/Math/ST2toT2/ST2toT2Concept.hxx +include/TFEL/Math/ST2toT2/ST2toT2Concept.ixx +include/TFEL/Math/ST2toT2/ST2toT2ConceptOperations.hxx +include/TFEL/Math/ST2toT2/ST2toT2Expr.hxx +include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView.hxx +include/TFEL/Math/ST2toT2/ST2toT2FromTinyMatrixView2.hxx +include/TFEL/Math/ST2toT2/ST2toT2ST2toST2ProductExpr.hxx +include/TFEL/Math/ST2toT2/ST2toT2StensorProductExpr.hxx +include/TFEL/Math/ST2toT2/ST2toT2T2toST2ProductExpr.hxx +include/TFEL/Math/ST2toT2/StensorProductLeftDerivativeExpr.hxx +include/TFEL/Math/ST2toT2/StensorProductRightDerivativeExpr.hxx +include/TFEL/Math/ST2toT2/T2toST2ST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/T2toT2ST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/TensorST2toT2ProductExpr.hxx +include/TFEL/Math/ST2toT2/TensorStensorDiadicProductExpr.hxx +include/TFEL/Math/ST2toT2/st2tot2.ixx +include/TFEL/Math/ST2toT2/st2tot2ResultType.hxx +include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.hxx +include/TFEL/Math/Stensor/DecompositionInPositiveAndNegativeParts.ixx +include/TFEL/Math/Stensor/Internals/StensorChangeBasis.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenValues.hxx +include/TFEL/Math/Stensor/Internals/StensorComputeEigenVectors.hxx +include/TFEL/Math/Stensor/Internals/StensorExport.hxx +include/TFEL/Math/Stensor/Internals/StensorExport.ixx +include/TFEL/Math/Stensor/Internals/StensorImport.hxx +include/TFEL/Math/Stensor/StensorConcept.hxx +include/TFEL/Math/Stensor/StensorConcept.ixx +include/TFEL/Math/Stensor/StensorConceptOperations.hxx +include/TFEL/Math/Stensor/StensorConceptOperations.ixx +include/TFEL/Math/Stensor/StensorExpr.hxx +include/TFEL/Math/Stensor/StensorExternalTabStorage.hxx +include/TFEL/Math/Stensor/StensorExternalVoigtStorage.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView.hxx +include/TFEL/Math/Stensor/StensorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Stensor/StensorFromTinyVectorView.hxx +include/TFEL/Math/Stensor/StensorNullStorage.hxx +include/TFEL/Math/Stensor/StensorProduct.hxx +include/TFEL/Math/Stensor/StensorSizeToDime.hxx +include/TFEL/Math/Stensor/StensorSquare.hxx +include/TFEL/Math/Stensor/StensorStaticStorage.hxx +include/TFEL/Math/Stensor/stensor.ixx +include/TFEL/Math/Stensor/stensorResultType.hxx +include/TFEL/Math/T2toST2/LeftCauchyGreenTensorDerivativeExpr.hxx +include/TFEL/Math/T2toST2/RightCauchyGreenTensorDerivativeExpr.hxx +include/TFEL/Math/T2toST2/ST2toST2T2toST2ProductExpr.hxx +include/TFEL/Math/T2toST2/StensorT2toST2ProductExpr.hxx +include/TFEL/Math/T2toST2/StensorTensorDiadicProductExpr.hxx +include/TFEL/Math/T2toST2/T2toST2Concept.hxx +include/TFEL/Math/T2toST2/T2toST2Concept.ixx +include/TFEL/Math/T2toST2/T2toST2ConceptOperations.hxx +include/TFEL/Math/T2toST2/T2toST2Expr.hxx +include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView.hxx +include/TFEL/Math/T2toST2/T2toST2FromTinyMatrixView2.hxx +include/TFEL/Math/T2toST2/T2toST2T2toT2ProductExpr.hxx +include/TFEL/Math/T2toST2/T2toST2TensorProductExpr.hxx +include/TFEL/Math/T2toST2/t2tost2.ixx +include/TFEL/Math/T2toST2/t2tost2ResultType.hxx +include/TFEL/Math/T2toT2/T2toT2Concept.hxx +include/TFEL/Math/T2toT2/T2toT2Concept.ixx +include/TFEL/Math/T2toT2/T2toT2ConceptOperations.hxx +include/TFEL/Math/T2toT2/T2toT2Expr.hxx +include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView.hxx +include/TFEL/Math/T2toT2/T2toT2FromTinyMatrixView2.hxx +include/TFEL/Math/T2toT2/T2toT2T2toT2ProductExpr.hxx +include/TFEL/Math/T2toT2/T2toT2TensorProductExpr.hxx +include/TFEL/Math/T2toT2/TensorProductLeftDerivativeExpr.hxx +include/TFEL/Math/T2toT2/TensorProductRightDerivativeExpr.hxx +include/TFEL/Math/T2toT2/TensorT2toT2ProductExpr.hxx +include/TFEL/Math/T2toT2/t2tot2.ixx +include/TFEL/Math/T2toT2/t2tot2ResultType.hxx +include/TFEL/Math/Tensor/MatrixViewFromTensor.hxx +include/TFEL/Math/Tensor/TensorChangeBasis.hxx +include/TFEL/Math/Tensor/TensorConcept.hxx +include/TFEL/Math/Tensor/TensorConcept.ixx +include/TFEL/Math/Tensor/TensorConceptOperations.hxx +include/TFEL/Math/Tensor/TensorConceptOperations.ixx +include/TFEL/Math/Tensor/TensorExpr.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView.hxx +include/TFEL/Math/Tensor/TensorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Tensor/TensorFromTinyVectorView.hxx +include/TFEL/Math/Tensor/TensorProduct.hxx +include/TFEL/Math/Tensor/TensorSizeToDime.hxx +include/TFEL/Math/Tensor/TensorTransposeExpr.hxx +include/TFEL/Math/Tensor/TensorViewFromStensor.hxx +include/TFEL/Math/Tensor/tensor.ixx +include/TFEL/Math/Tensor/tensorResultType.hxx +include/TFEL/Math/TinyMatrixInvert.hxx +include/TFEL/Math/TinyMatrixSolve.hxx +include/TFEL/Math/TinyNewtonRaphson.hxx +include/TFEL/Math/Vector/Range.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixColumnView2.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView.hxx +include/TFEL/Math/Vector/TVectorFromTinyMatrixRowView2.hxx +include/TFEL/Math/Vector/TVectorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorOfStensorFromTinyVectorView.hxx +include/TFEL/Math/Vector/TinyVectorOfTinyVectorFromTinyVectorView.hxx +include/TFEL/Math/Vector/VectorConcept.hxx +include/TFEL/Math/Vector/VectorConcept.ixx +include/TFEL/Math/Vector/VectorConceptOperations.hxx +include/TFEL/Math/Vector/VectorConceptOperations.ixx +include/TFEL/Math/Vector/VectorExpr.hxx +include/TFEL/Math/Vector/VectorUtilities.hxx +include/TFEL/Math/Vector/VectorVectorDotProduct.hxx +include/TFEL/Math/Vector/tvector.ixx +include/TFEL/Math/Vector/tvectorResultType.hxx +include/TFEL/Math/Vector/vector.ixx +include/TFEL/Math/Vector/vectorResultType.hxx +include/TFEL/Math/array.hxx +include/TFEL/Math/composite.hxx +include/TFEL/Math/fsarray.hxx +include/TFEL/Math/functions.hxx +include/TFEL/Math/lambda.hxx +include/TFEL/Math/matrix.hxx +include/TFEL/Math/power.hxx +include/TFEL/Math/power.ixx +include/TFEL/Math/qt.hxx +include/TFEL/Math/st2tost2.hxx +include/TFEL/Math/st2tot2.hxx +include/TFEL/Math/stensor.hxx +include/TFEL/Math/t2tost2.hxx +include/TFEL/Math/t2tot2.hxx +include/TFEL/Math/tensor.hxx +include/TFEL/Math/tmatrix.hxx +include/TFEL/Math/tvector.hxx +include/TFEL/Math/vector.hxx +include/TFEL/Metaprogramming/EmptyClass.hxx +include/TFEL/Metaprogramming/EnableIf.hxx +include/TFEL/Metaprogramming/Forward/TypeList.hxx +include/TFEL/Metaprogramming/GenerateTypeList.hxx +include/TFEL/Metaprogramming/GenerateTypeList.ixx +include/TFEL/Metaprogramming/HasConstIterator.hxx +include/TFEL/Metaprogramming/HasIterator.hxx +include/TFEL/Metaprogramming/HasRandomAccessConstIterator.hxx +include/TFEL/Metaprogramming/HasRandomAccessIterator.hxx +include/TFEL/Metaprogramming/IF.hxx +include/TFEL/Metaprogramming/Implements.hxx +include/TFEL/Metaprogramming/IntToType.hxx +include/TFEL/Metaprogramming/InvalidType.hxx +include/TFEL/Metaprogramming/IsConvertibleTo.hxx +include/TFEL/Metaprogramming/IsPointer.hxx +include/TFEL/Metaprogramming/IsReference.hxx +include/TFEL/Metaprogramming/IsSameType.hxx +include/TFEL/Metaprogramming/IsSubClassOf.hxx +include/TFEL/Metaprogramming/IsSuperClassOf.hxx +include/TFEL/Metaprogramming/RemoveConstness.hxx +include/TFEL/Metaprogramming/RemoveReference.hxx +include/TFEL/Metaprogramming/StaticAssert.hxx +include/TFEL/Metaprogramming/TypeList.hxx +include/TFEL/Metaprogramming/TypeList.ixx +include/TFEL/System/BinaryRead.hxx +include/TFEL/System/BinaryWrite.hxx +include/TFEL/System/ChildProcess.hxx +include/TFEL/System/ExternalBehaviourDescription.hxx +include/TFEL/System/ExternalFunctionsPrototypes.hxx +include/TFEL/System/ExternalLibraryManager.hxx +include/TFEL/System/ProcessManager.h +include/TFEL/System/ProcessManager.hxx +include/TFEL/System/RecursiveFind.hxx +include/TFEL/System/STLContainerBinaryRead.hxx +include/TFEL/System/STLContainerBinaryWrite.hxx +include/TFEL/System/SignalHandler.hxx +include/TFEL/System/SignalHandler.ixx +include/TFEL/System/SignalManager.hxx +include/TFEL/System/System.hxx +include/TFEL/System/SystemError.hxx +include/TFEL/System/SystemError.ixx +include/TFEL/System/basic_rstream.hxx +include/TFEL/System/basic_rstream.ixx +include/TFEL/System/basic_wstream.hxx +include/TFEL/System/basic_wstream.ixx +include/TFEL/System/getFunction.h +include/TFEL/System/rfstream.hxx +include/TFEL/System/rstreamView.hxx +include/TFEL/System/rstreamView.ixx +include/TFEL/System/stream_traits.hxx +include/TFEL/System/wfstream.hxx +include/TFEL/System/wstreamView.hxx +include/TFEL/System/wstreamView.ixx +include/TFEL/Tests/MultipleTestOutputs.hxx +include/TFEL/Tests/StdStreamTestOutput.hxx +include/TFEL/Tests/Test.hxx +include/TFEL/Tests/TestCase.hxx +include/TFEL/Tests/TestFunctionWrapper.hxx +include/TFEL/Tests/TestFunctionWrapper.ixx +include/TFEL/Tests/TestManager.hxx +include/TFEL/Tests/TestOutput.hxx +include/TFEL/Tests/TestProxy.hxx +include/TFEL/Tests/TestProxy.ixx +include/TFEL/Tests/TestResult.hxx +include/TFEL/Tests/TestSuite.hxx +include/TFEL/Tests/XMLTestOutput.hxx +include/TFEL/TypeTraits/AbsType.hxx +include/TFEL/TypeTraits/BaseType.hxx +include/TFEL/TypeTraits/IsAssignableTo.hxx +include/TFEL/TypeTraits/IsComplex.hxx +include/TFEL/TypeTraits/IsFundamentalNumericType.hxx +include/TFEL/TypeTraits/IsInvalid.hxx +include/TFEL/TypeTraits/IsRandomAccessIterator.hxx +include/TFEL/TypeTraits/IsReal.hxx +include/TFEL/TypeTraits/IsSafelyReinterpretCastableTo.hxx +include/TFEL/TypeTraits/IsScalar.hxx +include/TFEL/TypeTraits/IsTemporary.hxx +include/TFEL/TypeTraits/IsUnaryOperator.hxx +include/TFEL/TypeTraits/Promote.hxx +include/TFEL/TypeTraits/Promote/Promote.ixx +include/TFEL/TypeTraits/RealPartType.hxx +include/TFEL/Utilities/ArgumentParserBase.hxx +include/TFEL/Utilities/ArgumentParserBase.ixx +include/TFEL/Utilities/Config.hxx +include/TFEL/Utilities/ConfigParser.hxx +include/TFEL/Utilities/ContainerRebind.hxx +include/TFEL/Utilities/CxxKeywords.hxx +include/TFEL/Utilities/CxxTokenizer.hxx +include/TFEL/Utilities/CxxTokenizer.ixx +include/TFEL/Utilities/GenTypeBase.hxx +include/TFEL/Utilities/GenTypeBase.ixx +include/TFEL/Utilities/GenTypeCastError.hxx +include/TFEL/Utilities/GenTypeSpecialisation.ixx +include/TFEL/Utilities/Global.hxx +include/TFEL/Utilities/Info.hxx +include/TFEL/Utilities/IntegersSet.hxx +include/TFEL/Utilities/LaTeXConvertion.hxx +include/TFEL/Utilities/MTestDocParser.hxx +include/TFEL/Utilities/MallocAllocator.hxx +include/TFEL/Utilities/MultipleDeque.hxx +include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVector.hxx +include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVector.ixx +include/TFEL/Utilities/MultipleDequeVector/MultipleDequeVectorIterators.ixx +include/TFEL/Utilities/MultipleDequeVector/TypeTransform.hxx +include/TFEL/Utilities/MultipleDequeVector/TypeTransform.ixx +include/TFEL/Utilities/MultipleVector.hxx +include/TFEL/Utilities/Name.hxx +include/TFEL/Utilities/Name.ixx +include/TFEL/Utilities/NewAllocator.hxx +include/TFEL/Utilities/ParserBase.hxx +include/TFEL/Utilities/RecursiveUnion.hxx +include/TFEL/Utilities/SmartPtr.hxx +include/TFEL/Utilities/StringAlgorithms.hxx +include/TFEL/Utilities/TerminalColors.hxx +include/TFEL/Utilities/TestDocMain.hxx +include/TFEL/Utilities/TestDocParser.hxx +include/TFEL/Utilities/TestDocumentation.hxx +include/TFEL/Utilities/TextData.hxx +include/TFEL/Utilities/ToString.hxx +include/TFEL/Utilities/ToString.ixx +include/TFEL/Utilities/Token.hxx +include/TFEL/Utilities/Tuple.hxx +include/TFEL/Utilities/Tuple.ixx +lib/libAsterInterface.so +lib/libAsterInterface.so.0 +lib/libAsterInterface.so.0.0.0 +lib/libMFrontLogStream.so +lib/libMFrontLogStream.so.0 +lib/libMFrontLogStream.so.0.0.0 +lib/libMTestFileGenerator.so +lib/libMTestFileGenerator.so.0 +lib/libMTestFileGenerator.so.0.0.0 +lib/libTFELException.so +lib/libTFELException.so.0 +lib/libTFELException.so.0.0.0 +lib/libTFELGlossary.so +lib/libTFELGlossary.so.0 +lib/libTFELGlossary.so.0.0.0 +lib/libTFELMTest.so +lib/libTFELMTest.so.0 +lib/libTFELMTest.so.0.0.0 +lib/libTFELMaterial.so +lib/libTFELMaterial.so.0 +lib/libTFELMaterial.so.0.0.0 +lib/libTFELMath.so +lib/libTFELMath.so.0 +lib/libTFELMath.so.0.0.0 +lib/libTFELMathCubicSpline.so +lib/libTFELMathCubicSpline.so.0 +lib/libTFELMathCubicSpline.so.0.0.0 +lib/libTFELMathKriging.so +lib/libTFELMathKriging.so.0 +lib/libTFELMathKriging.so.0.0.0 +lib/libTFELMathParser.so +lib/libTFELMathParser.so.0 +lib/libTFELMathParser.so.0.0.0 +lib/libTFELSystem.so +lib/libTFELSystem.so.0 +lib/libTFELSystem.so.0.0.0 +lib/libTFELTests.so +lib/libTFELTests.so.0 +lib/libTFELTests.so.0.0.0 +lib/libTFELUtilities.so +lib/libTFELUtilities.so.0 +lib/libTFELUtilities.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AccelerationAlgorithm.md +%%PORTDOCS%%%%DOCSDIR%%/AccelerationAlgorithmParameter.md +%%PORTDOCS%%%%DOCSDIR%%/Author.md +%%PORTDOCS%%%%DOCSDIR%%/Behaviour.md +%%PORTDOCS%%%%DOCSDIR%%/CastemAccelerationPeriod.md +%%PORTDOCS%%%%DOCSDIR%%/CastemAccelerationTrigger.md +%%PORTDOCS%%%%DOCSDIR%%/CohesiveForce.md +%%PORTDOCS%%%%DOCSDIR%%/CohesiveForceEpsilon.md +%%PORTDOCS%%%%DOCSDIR%%/CompareToNumericalTangentOperator.md +%%PORTDOCS%%%%DOCSDIR%%/Date.md +%%PORTDOCS%%%%DOCSDIR%%/DeformationGradient.md +%%PORTDOCS%%%%DOCSDIR%%/DeformationGradientEpsilon.md +%%PORTDOCS%%%%DOCSDIR%%/Description.md +%%PORTDOCS%%%%DOCSDIR%%/Evolution.md +%%PORTDOCS%%%%DOCSDIR%%/ExternalStateVariable.md +%%PORTDOCS%%%%DOCSDIR%%/ImposedStrain.md +%%PORTDOCS%%%%DOCSDIR%%/ImposedStress.md +%%PORTDOCS%%%%DOCSDIR%%/IntegerParameter.md +%%PORTDOCS%%%%DOCSDIR%%/InternalStateVariable.md +%%PORTDOCS%%%%DOCSDIR%%/MaterialProperty.md +%%PORTDOCS%%%%DOCSDIR%%/MaximumNumberOfIterations.md +%%PORTDOCS%%%%DOCSDIR%%/MaximumNumberOfSubSteps.md +%%PORTDOCS%%%%DOCSDIR%%/ModellingHypothesis.md +%%PORTDOCS%%%%DOCSDIR%%/NumericalTangentOperatorPerturbationValue.md +%%PORTDOCS%%%%DOCSDIR%%/OutOfBoundsPolicy.md +%%PORTDOCS%%%%DOCSDIR%%/OutputFile.md +%%PORTDOCS%%%%DOCSDIR%%/OutputFilePrecision.md +%%PORTDOCS%%%%DOCSDIR%%/Parameter.md +%%PORTDOCS%%%%DOCSDIR%%/PredictionPolicy.md +%%PORTDOCS%%%%DOCSDIR%%/Real.md +%%PORTDOCS%%%%DOCSDIR%%/RotationMatrix.md +%%PORTDOCS%%%%DOCSDIR%%/StiffnessMatrixType.md +%%PORTDOCS%%%%DOCSDIR%%/StiffnessUpdatePolicy.md +%%PORTDOCS%%%%DOCSDIR%%/Strain.md +%%PORTDOCS%%%%DOCSDIR%%/StrainEpsilon.md +%%PORTDOCS%%%%DOCSDIR%%/Stress.md +%%PORTDOCS%%%%DOCSDIR%%/StressEpsilon.md +%%PORTDOCS%%%%DOCSDIR%%/Test.md +%%PORTDOCS%%%%DOCSDIR%%/Times.md +%%PORTDOCS%%%%DOCSDIR%%/UnsignedIntegerParameter.md +%%PORTDOCS%%%%DOCSDIR%%/UseCastemAccelerationAlgorithm.md +%%DATADIR%%/Examples/elasticity.mfront +%%DATADIR%%/Examples/implicit.mfront +%%DATADIR%%/Examples/norton.mfront +%%DATADIR%%/Examples/plasticity.mfront +%%DATADIR%%/Examples/rungekutta54.mfront +%%DATADIR%%/Examples/win32.txt +%%DATADIR%%/LICENCE-CECILL-A-EN +%%DATADIR%%/LICENCE-CECILL-A-FR +%%DATADIR%%/LICENCE-GNU-GPL +%%DATADIR%%/mfront/tests/behaviours/AgeingBurger.mfront +%%DATADIR%%/mfront/tests/behaviours/AnistropicLemaitreViscoplasticBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/Burger.mfront +%%DATADIR%%/mfront/tests/behaviours/Chaboche.mfront +%%DATADIR%%/mfront/tests/behaviours/Chaboche2.mfront +%%DATADIR%%/mfront/tests/behaviours/CompressibleNeoHookeanBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/DDIF2.mfront +%%DATADIR%%/mfront/tests/behaviours/DruckerPrager.mfront +%%DATADIR%%/mfront/tests/behaviours/DruckerPragerEcroLin.mfront +%%DATADIR%%/mfront/tests/behaviours/DruckerPragerEcroLinDefault.mfront +%%DATADIR%%/mfront/tests/behaviours/Elasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/Elasticity2.mfront +%%DATADIR%%/mfront/tests/behaviours/Elasticity3.mfront +%%DATADIR%%/mfront/tests/behaviours/EllipticCreep.mfront +%%DATADIR%%/mfront/tests/behaviours/ExternalStateVariablesBoundsCheck.mfront +%%DATADIR%%/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/FiniteRotationSmallStrainElasticity2.mfront +%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal.mfront +%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal2.mfront +%%DATADIR%%/mfront/tests/behaviours/FiniteStrainSingleCrystal_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/GeneralizedMaxwell.mfront +%%DATADIR%%/mfront/tests/behaviours/GursonTvergaardNeedlemanPlasticFlow_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/GursonTvergaardNeedlemanViscoPlasticFlow_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/Hayhurst.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitFiniteStrainNorton.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitHayhurst.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitMonoCrystal.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton2.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton3.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_Broyden.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_Broyden2.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitNorton_LevenbergMarquardt.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitOrthotropicCreep.mfront +%%DATADIR%%/mfront/tests/behaviours/ImplicitSimoMieheElastoPlasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/IncompressibleMooneyRivlinBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/IncompressiblePlaneStressGornetDesmoratBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/IncompressiblePlaneStressMooneyRivlinBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainElasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainElasticity2.mfront +%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainNortonCreep.mfront +%%DATADIR%%/mfront/tests/behaviours/LogarithmicStrainPlasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/Lorentz.mfront +%%DATADIR%%/mfront/tests/behaviours/Lorentz2.mfront +%%DATADIR%%/mfront/tests/behaviours/MaterialPropertiesBoundsCheck.mfront +%%DATADIR%%/mfront/tests/behaviours/Mazars.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystalNewtonRaphson.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_InteractionMatrix.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_Irradiation.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_Irradiation_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_LevenbergMarquardt.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CC_SlidingSystems.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_InteractionMatrix.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_Irradiation.mfront +%%DATADIR%%/mfront/tests/behaviours/MonoCrystal_DD_CFC_NumericalJacobian.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton.mfront +%%DATADIR%%/mfront/tests/behaviours/NortonRK.mfront +%%DATADIR%%/mfront/tests/behaviours/NortonRK2.mfront +%%DATADIR%%/mfront/tests/behaviours/NortonRK3.mfront +%%DATADIR%%/mfront/tests/behaviours/NortonRK4.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton_Euler.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton_rk2.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton_rk4.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton_rk42.mfront +%%DATADIR%%/mfront/tests/behaviours/Norton_rkCastem.mfront +%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep.mfront +%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep_rk42.mfront +%%DATADIR%%/mfront/tests/behaviours/OrthotropicCreep_rkCastem.mfront +%%DATADIR%%/mfront/tests/behaviours/OrthotropicElastic.mfront +%%DATADIR%%/mfront/tests/behaviours/OrthotropicElastic2.mfront +%%DATADIR%%/mfront/tests/behaviours/PlasIsoCin.mfront +%%DATADIR%%/mfront/tests/behaviours/Plasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/PolyCrystals.mfront +%%DATADIR%%/mfront/tests/behaviours/PolyCrystals_DD_CC.mfront +%%DATADIR%%/mfront/tests/behaviours/PolyCrystals_DD_CFC.mfront +%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity.mfront +%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity2.mfront +%%DATADIR%%/mfront/tests/behaviours/SaintVenantKirchhoffElasticity3.mfront +%%DATADIR%%/mfront/tests/behaviours/SlidingSystemsCC.mfront +%%DATADIR%%/mfront/tests/behaviours/StateVariablesBoundsCheck.mfront +%%DATADIR%%/mfront/tests/behaviours/StrainHardeningCreep.mfront +%%DATADIR%%/mfront/tests/behaviours/T91ViscoplasticBehaviour.mfront +%%DATADIR%%/mfront/tests/behaviours/Tvergaard.mfront +%%DATADIR%%/mfront/tests/behaviours/ViscoChaboche.mfront +%%DATADIR%%/mfront/tests/behaviours/ViscoMemoNrad.mfront +%%DATADIR%%/mfront/tests/behaviours/ViscoPlasIsoCin.mfront From owner-svn-ports-all@freebsd.org Fri Nov 11 16:58:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E69BC3B5CA; Fri, 11 Nov 2016 16:58: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 C289718A3; Fri, 11 Nov 2016 16:58: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 uABGwKqD023802; Fri, 11 Nov 2016 16:58:20 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABGwKac023799; Fri, 11 Nov 2016 16:58:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611111658.uABGwKac023799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 11 Nov 2016 16:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425894 - head/devel/qbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 16:58:22 -0000 Author: tcberner Date: Fri Nov 11 16:58:20 2016 New Revision: 425894 URL: https://svnweb.freebsd.org/changeset/ports/425894 Log: Update devel/qbs to 1.6.1 While here, also add a PLIST_SUB for the .so-version, and fix up the workaround for inplace updates, to use CONFIGURE_WRKSRC instead of WRKSRC, as we are using qmake:outsource (see r422785). Approved by: rakuco (mentor) Modified: head/devel/qbs/Makefile head/devel/qbs/distinfo head/devel/qbs/pkg-plist Modified: head/devel/qbs/Makefile ============================================================================== --- head/devel/qbs/Makefile Fri Nov 11 16:49:21 2016 (r425893) +++ head/devel/qbs/Makefile Fri Nov 11 16:58:20 2016 (r425894) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= qbs -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= src- -PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/Qt/qbs @@ -32,6 +31,8 @@ INSTALL_TARGET= install DOCS_ALL_TARGET= docs DOCS_INSTALL_TARGET= install_docs +PLIST_SUB= SHLIB_VERSION="${PORTVERSION}" + pre-configure: # 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 @@ -41,6 +42,7 @@ pre-configure: # latter to get the linker path order right. qmake is smart enough to strip # occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them. # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. - ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache + ${MKDIR} ${CONFIGURE_WRKSRC} + ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache .include Modified: head/devel/qbs/distinfo ============================================================================== --- head/devel/qbs/distinfo Fri Nov 11 16:49:21 2016 (r425893) +++ head/devel/qbs/distinfo Fri Nov 11 16:58:20 2016 (r425894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472157751 -SHA256 (KDE/Qt/qbs/qbs-src-1.6.0.tar.gz) = ae850e957e4a811a193b02a067321722dd0e5fc50b7c370ec34273c1565e78ab -SIZE (KDE/Qt/qbs/qbs-src-1.6.0.tar.gz) = 928684 +TIMESTAMP = 1478880548 +SHA256 (KDE/Qt/qbs/qbs-src-1.6.1.tar.gz) = 72bbba4ac0ede177df52e44e79692752016ecd1c26b9ae86c76b0df1e18cbb10 +SIZE (KDE/Qt/qbs/qbs-src-1.6.1.tar.gz) = 934229 Modified: head/devel/qbs/pkg-plist ============================================================================== --- head/devel/qbs/pkg-plist Fri Nov 11 16:49:21 2016 (r425893) +++ head/devel/qbs/pkg-plist Fri Nov 11 16:58:20 2016 (r425894) @@ -39,11 +39,11 @@ include/qbs/use_installed_qtprofilesetup lib/libqbscore.so lib/libqbscore.so.1 lib/libqbscore.so.1.6 -lib/libqbscore.so.1.6.0 +lib/libqbscore.so.%%SHLIB_VERSION%% lib/libqbsqtprofilesetup.so lib/libqbsqtprofilesetup.so.1 lib/libqbsqtprofilesetup.so.1.6 -lib/libqbsqtprofilesetup.so.1.6.0 +lib/libqbsqtprofilesetup.so.%%SHLIB_VERSION%% lib/qbs/plugins/libqbs_cpp_scanner.so lib/qbs/plugins/libqbs_qt_scanner.so %%PORTDOCS%%%%DOCSDIR%%/html/android-ndk-module.html From owner-svn-ports-all@freebsd.org Fri Nov 11 17:03:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FEA4C3B7AC; Fri, 11 Nov 2016 17:03:33 +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 EE2E51E02; Fri, 11 Nov 2016 17:03:32 +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 uABH3WfC027778; Fri, 11 Nov 2016 17:03:32 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABH3WLC027777; Fri, 11 Nov 2016 17:03:32 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201611111703.uABH3WLC027777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Fri, 11 Nov 2016 17:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425895 - head/devel/elfutils/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 17:03:33 -0000 Author: cem (src committer) Date: Fri Nov 11 17:03:31 2016 New Revision: 425895 URL: https://svnweb.freebsd.org/changeset/ports/425895 Log: elfutils: Fix build on CURRENT CURRENT added a #define for basename, which conflicts with elfutils'. Undefine it before defining ours. Reported by: pkg-fallout Reviewed by: bapt@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8476 Modified: head/devel/elfutils/files/patch-lib_eu-config.h Modified: head/devel/elfutils/files/patch-lib_eu-config.h ============================================================================== --- head/devel/elfutils/files/patch-lib_eu-config.h Fri Nov 11 16:58:20 2016 (r425894) +++ head/devel/elfutils/files/patch-lib_eu-config.h Fri Nov 11 17:03:31 2016 (r425895) @@ -1,6 +1,6 @@ --- lib/eu-config.h.orig 2015-06-11 11:38:55 UTC +++ lib/eu-config.h -@@ -187,4 +187,167 @@ asm (".section predict_data, \"aw\"; .pr +@@ -187,4 +187,170 @@ asm (".section predict_data, \"aw\"; .pr #endif @@ -75,6 +75,9 @@ + slash = path; + return (__DECONST(char *, slash)); +} ++#ifdef basename ++#undef basename ++#endif +#define basename eu_basename + +#ifndef TEMP_FAILURE_RETRY From owner-svn-ports-all@freebsd.org Fri Nov 11 17:26:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E17C3C1B0; Fri, 11 Nov 2016 17:26:50 +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 7B1521CD7; Fri, 11 Nov 2016 17:26:50 +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 uABHQnCI039524; Fri, 11 Nov 2016 17:26:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABHQnfg039523; Fri, 11 Nov 2016 17:26:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111726.uABHQnfg039523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 17:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425896 - head/security/wpa_supplicant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 17:26:50 -0000 Author: amdmi3 Date: Fri Nov 11 17:26:49 2016 New Revision: 425896 URL: https://svnweb.freebsd.org/changeset/ports/425896 Log: - Add LICENSE - Verbosify build - Switch to options helpers Modified: head/security/wpa_supplicant/Makefile Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Fri Nov 11 17:03:31 2016 (r425895) +++ head/security/wpa_supplicant/Makefile Fri Nov 11 17:26:49 2016 (r425896) @@ -9,12 +9,16 @@ MASTER_SITES= http://w1.fi/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/README + USES= cpe gmake readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lutil +MAKE_ENV= V=1 SUB_FILES= pkg-message PORTDOCS= README ChangeLog @@ -29,7 +33,7 @@ OPTIONS_DEFINE= WPS WPS_ER WPS_NOREG WP HT_OVERRIDES VHT_OVERRIDES TLSV12 IEEE80211W \ IEEE80211R DEBUG_FILE DEBUG_SYSLOG PRIVSEP \ DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \ - HS20 NO_ROAMING P2P TDLS + HS20 NO_ROAMING P2P TDLS DOCS OPTIONS_DEFAULT= BSD WIRED NDIS \ TLS PEAP TTLS MD5 MSCHAPv2 GTC LEAP OTP PSK \ WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \ @@ -88,6 +92,8 @@ SAKE_DESC= Shared-Secret Authentication GPSK_DESC= Generalized Pre-Shared Key TNC_DESC= Trusted Network Connect +PRIVSEP_PLIST_FILES= sbin/wpa_priv + .include .if ${PORT_OPTIONS:MSIM} || ${PORT_OPTIONS:MAKA} || ${PORT_OPTIONS:MAKA_PRIME} @@ -96,9 +102,6 @@ CFLAGS+= -I${LOCALBASE}/include/PCSC LDFLAGS+= -L${LOCALBASE}/lib .endif -.if ${PORT_OPTIONS:MPRIVSEP} -PLIST_FILES+= sbin/wpa_priv -.endif post-patch: ${CP} ${FILESDIR}/Packet32.[ch] ${FILESDIR}/ntddndis.h \ @@ -149,14 +152,16 @@ post-patch: @${ECHO} CONFIG_TLS=openssl >> ${CFG} do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${BUILD_WRKSRC} && ${INSTALL_PROGRAM} wpa_supplicant wpa_cli \ wpa_passphrase ${STAGEDIR}${PREFIX}/sbin) -.if ${PORT_OPTIONS:MPRIVSEP} - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wpa_priv ${STAGEDIR}${PREFIX}/sbin -.endif ${INSTALL_DATA} ${BUILD_WRKSRC}/wpa_supplicant.conf \ ${STAGEDIR}${PREFIX}/etc/wpa_supplicant.conf.sample + +do-install-PRIVSEP-on: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wpa_priv ${STAGEDIR}${PREFIX}/sbin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${BUILD_WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-all@freebsd.org Fri Nov 11 17:56:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E09DCC3C7D1; Fri, 11 Nov 2016 17:56:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9684D1D15; Fri, 11 Nov 2016 17:56:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABHueho056538; Fri, 11 Nov 2016 17:56:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABHueQH056535; Fri, 11 Nov 2016 17:56:40 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611111756.uABHueQH056535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 11 Nov 2016 17:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425897 - 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: Fri, 11 Nov 2016 17:56:42 -0000 Author: pawel Date: Fri Nov 11 17:56:40 2016 New Revision: 425897 URL: https://svnweb.freebsd.org/changeset/ports/425897 Log: Update to version 5.1.1 Changelog: * wish : #1634615 get currency format from system again * wish : #1634182 template chooser popover could be wider by default * wish : #1629647 'Multiple Edit' to include account * bugfix: #1638035 moving txn between account hide it into destination * bugfix: #1637805 overwrite assignment doesnt work * bugfix: #1635857 balance report crash when no selection in main window * bugfix: #1635260 win: missing .dll for windows 7, vista, XP * bugfix: #1635053 must enter Payment method twice in Add Transaction dialog * bugfix: #1633915 win: libgnutls-30.dll missing XP, Vista, 7 * bugfix: #1633895 manage assignment display some payee instead of category Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/Makefile Fri Nov 11 17:56:40 2016 (r425897) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.1 +PORTVERSION= 5.1.1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/distinfo Fri Nov 11 17:56:40 2016 (r425897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476717901 -SHA256 (homebank-5.1.tar.gz) = 5b689aecaf9abddd8fbcee043f9815e26ad98f585d63a1db8d4469493c32e7d9 -SIZE (homebank-5.1.tar.gz) = 2684031 +TIMESTAMP = 1478864317 +SHA256 (homebank-5.1.1.tar.gz) = 9cd36ddc6931fd95ef5bcc6a723b3df0651b32e19465570d223c21ac1d5aa4bd +SIZE (homebank-5.1.1.tar.gz) = 2675174 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Fri Nov 11 17:26:49 2016 (r425896) +++ head/finance/homebank/pkg-plist Fri Nov 11 17:56:40 2016 (r425897) @@ -265,7 +265,6 @@ share/locale/id/LC_MESSAGES/homebank.mo share/locale/is/LC_MESSAGES/homebank.mo share/locale/it/LC_MESSAGES/homebank.mo share/locale/ja/LC_MESSAGES/homebank.mo -share/locale/ka/LC_MESSAGES/homebank.mo share/locale/ko/LC_MESSAGES/homebank.mo share/locale/lt/LC_MESSAGES/homebank.mo share/locale/lv/LC_MESSAGES/homebank.mo From owner-svn-ports-all@freebsd.org Fri Nov 11 18:22:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3668C3B00B; Fri, 11 Nov 2016 18:22:03 +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 AB4611D9E; Fri, 11 Nov 2016 18:22:03 +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 uABIM24I071015; Fri, 11 Nov 2016 18:22:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIM2MD071013; Fri, 11 Nov 2016 18:22:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611111822.uABIM2MD071013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 11 Nov 2016 18:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425898 - 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: Fri, 11 Nov 2016 18:22:04 -0000 Author: gerald Date: Fri Nov 11 18:22:02 2016 New Revision: 425898 URL: https://svnweb.freebsd.org/changeset/ports/425898 Log: Update to the 20161110 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Nov 11 17:56:40 2016 (r425897) +++ head/lang/gcc6-devel/Makefile Fri Nov 11 18:22:02 2016 (r425898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.1.s20161103 +PORTVERSION= 6.2.1.s20161110 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Fri Nov 11 17:56:40 2016 (r425897) +++ head/lang/gcc6-devel/distinfo Fri Nov 11 18:22:02 2016 (r425898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478448845 -SHA256 (gcc-6-20161103.tar.bz2) = dc1dfbf5085e2b1b1db7e0071bcf7aec39af1e1a93a880029d1e6e8255a8ddbb -SIZE (gcc-6-20161103.tar.bz2) = 95577209 +TIMESTAMP = 1478820684 +SHA256 (gcc-6-20161110.tar.bz2) = 3ba28d28dc5d66c14313b16ddcf6e9d1c52cde5945d4b8931053ca836077adf7 +SIZE (gcc-6-20161110.tar.bz2) = 95568918 From owner-svn-ports-all@freebsd.org Fri Nov 11 18:35:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D27A3C3B1BC; Fri, 11 Nov 2016 18:35:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93A0E129F; Fri, 11 Nov 2016 18:35:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABIZeCs075077; Fri, 11 Nov 2016 18:35:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIZeg0075075; Fri, 11 Nov 2016 18:35:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111835.uABIZeg0075075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 18:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425899 - head/graphics/tiled X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 18:35:41 -0000 Author: amdmi3 Date: Fri Nov 11 18:35:40 2016 New Revision: 425899 URL: https://svnweb.freebsd.org/changeset/ports/425899 Log: - Update to 0.17.1 Modified: head/graphics/tiled/Makefile head/graphics/tiled/distinfo Modified: head/graphics/tiled/Makefile ============================================================================== --- head/graphics/tiled/Makefile Fri Nov 11 18:22:02 2016 (r425898) +++ head/graphics/tiled/Makefile Fri Nov 11 18:35:40 2016 (r425899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games Modified: head/graphics/tiled/distinfo ============================================================================== --- head/graphics/tiled/distinfo Fri Nov 11 18:22:02 2016 (r425898) +++ head/graphics/tiled/distinfo Fri Nov 11 18:35:40 2016 (r425899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471435223 -SHA256 (bjorn-tiled-v0.17.0_GH0.tar.gz) = f7fce2006a04c9e6e5d45a15fb31d342a4a66f7a01e1e6bc0753035cfbf42f31 -SIZE (bjorn-tiled-v0.17.0_GH0.tar.gz) = 4852620 +TIMESTAMP = 1478869040 +SHA256 (bjorn-tiled-v0.17.1_GH0.tar.gz) = 11297f97370df10dd32b24a0c5ce9988b3c1903a13f2be0ebb3c20f49c5e0fb4 +SIZE (bjorn-tiled-v0.17.1_GH0.tar.gz) = 4854247 From owner-svn-ports-all@freebsd.org Fri Nov 11 18:37:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD434C3B20A; Fri, 11 Nov 2016 18:37:09 +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 9F1F41383; Fri, 11 Nov 2016 18:37:09 +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 uABIb86m075257; Fri, 11 Nov 2016 18:37:08 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIb8lB075255; Fri, 11 Nov 2016 18:37:08 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611111837.uABIb8lB075255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 11 Nov 2016 18:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425900 - in head: . devel devel/libdasm devel/py-pydasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 18:37:09 -0000 Author: rene Date: Fri Nov 11 18:37:08 2016 New Revision: 425900 URL: https://svnweb.freebsd.org/changeset/ports/425900 Log: Remove expired ports: 2016-11-10 devel/py-pydasm: No more upstream and known bugs, use devel/py-capstone instead 2016-11-10 devel/libdasm: No more upstream and known bugs, use devel/capstone3 instead Deleted: head/devel/libdasm/ head/devel/py-pydasm/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 11 18:35:40 2016 (r425899) +++ head/MOVED Fri Nov 11 18:37:08 2016 (r425900) @@ -8801,3 +8801,5 @@ ftp/curl-hiphop||2016-11-08|Has expired: textproc/rubygem-string-scrub||2016-11-08|Has expired: needed only for EOL versions of Ruby cad/py-gdsii|cad/python-gdsii|2016-11-10|Renamed textproc/erlang-p1xml|textproc/erlang-fast_xml|2016-11-08|Project was renamed +devel/py-pydasm|devel/py-capstone|2016-11-11|Has expired: No more upstream and known bugs, use devel/py-capstone instead +devel/libdasm|devel/capstone3|2016-11-11|Has expired: No more upstream and known bugs, use devel/capstone3 instead Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 11 18:35:40 2016 (r425899) +++ head/devel/Makefile Fri Nov 11 18:37:08 2016 (r425900) @@ -1204,7 +1204,6 @@ SUBDIR += libcxxrt SUBDIR += libdaemon SUBDIR += libdap - SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-qt @@ -4393,7 +4392,6 @@ SUBDIR += py-pycerberus SUBDIR += py-pycmd SUBDIR += py-pycparser - SUBDIR += py-pydasm SUBDIR += py-pydenticon SUBDIR += py-pydoop SUBDIR += py-pyechonest From owner-svn-ports-all@freebsd.org Fri Nov 11 18:39:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 559F7C3B283; Fri, 11 Nov 2016 18:39:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24EF2154A; Fri, 11 Nov 2016 18:39:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABIdv9U075443; Fri, 11 Nov 2016 18:39:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIdvsg075442; Fri, 11 Nov 2016 18:39:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611111839.uABIdvsg075442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 11 Nov 2016 18:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425901 - head/cad/gspiceui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 18:39:58 -0000 Author: antoine Date: Fri Nov 11 18:39:57 2016 New Revision: 425901 URL: https://svnweb.freebsd.org/changeset/ports/425901 Log: Fix build with gcc 4.9 by lowering optimization level See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750743 https://bugs.gentoo.org/show_bug.cgi?id=553968 PR: 196712 Modified: head/cad/gspiceui/Makefile Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Fri Nov 11 18:37:08 2016 (r425900) +++ head/cad/gspiceui/Makefile Fri Nov 11 18:39:57 2016 (r425901) @@ -29,6 +29,12 @@ PORTEXAMPLES= * PLIST_FILES= bin/gspiceui share/pixmaps/gspiceui-48x48.xpm \ man/man1/gspiceui.1.gz +.include + +.if ${CHOSEN_COMPILER_TYPE} == gcc +CFLAGS:= ${CFLAGS:C/-O[2-9]/-O1/g} +.endif + post-patch: @${REINPLACE_CMD} -e 's|share/gspiceui|${DOCSDIR}|g' \ ${WRKSRC}/src/main/HelpTasks.cpp @@ -47,4 +53,4 @@ do-install: "! -name Makefile") .endfor -.include +.include From owner-svn-ports-all@freebsd.org Fri Nov 11 18:47:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C189C3B48D; Fri, 11 Nov 2016 18:47:59 +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 4839E1993; Fri, 11 Nov 2016 18:47:59 +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 uABIlwAl079811; Fri, 11 Nov 2016 18:47:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIlwda079810; Fri, 11 Nov 2016 18:47:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111847.uABIlwda079810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 18:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425902 - head/multimedia/handbrake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 18:47:59 -0000 Author: amdmi3 Date: Fri Nov 11 18:47:58 2016 New Revision: 425902 URL: https://svnweb.freebsd.org/changeset/ports/425902 Log: - Verbosify build Modified: head/multimedia/handbrake/Makefile Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Fri Nov 11 18:39:57 2016 (r425901) +++ head/multimedia/handbrake/Makefile Fri Nov 11 18:47:58 2016 (r425902) @@ -55,6 +55,7 @@ LIB_DEPENDS+= libdvdcss.so.2:multimedia/ GNU_CONFIGURE= yes USES= autoreconf:build compiler:features gmake iconv \ libtool:build localbase:ldflags pkgconfig python:build +MAKE_ENV= V=1 WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION} PLIST_FILES= bin/HandBrakeCLI From owner-svn-ports-all@freebsd.org Fri Nov 11 18:51:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7FACC3B694; Fri, 11 Nov 2016 18:51:43 +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 82CF31CDE; Fri, 11 Nov 2016 18:51:43 +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 uABIpgMA082728; Fri, 11 Nov 2016 18:51:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABIpgaI082727; Fri, 11 Nov 2016 18:51:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611111851.uABIpgaI082727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 11 Nov 2016 18:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425903 - head/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, 11 Nov 2016 18:51:43 -0000 Author: bapt Date: Fri Nov 11 18:51:42 2016 New Revision: 425903 URL: https://svnweb.freebsd.org/changeset/ports/425903 Log: Add a Makefile to unbreak some scripts that lookup for all lowercase directories and expect a Makefile in there Reported by: marino Added: head/base/Makefile (contents, props changed) Added: head/base/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/base/Makefile Fri Nov 11 18:51:42 2016 (r425903) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Never add SUBDIRS here as the ports should not be connected to the build +# +.include From owner-svn-ports-all@freebsd.org Fri Nov 11 19:04:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5431BC3B881; Fri, 11 Nov 2016 19:04: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 243D414C1; Fri, 11 Nov 2016 19:04: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 uABJ49PV087491; Fri, 11 Nov 2016 19:04:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABJ49Hx087490; Fri, 11 Nov 2016 19:04:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111904.uABJ49Hx087490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 19:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425904 - head/games/openttd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 19:04:10 -0000 Author: jbeich Date: Fri Nov 11 19:04:09 2016 New Revision: 425904 URL: https://svnweb.freebsd.org/changeset/ports/425904 Log: games/openttd: move ICU dep where it belongs Before r425890 ICU was pulled via INSTALLS_ICONS. It's also not used even if installed for dedicated server build. Modified: head/games/openttd/Makefile (contents, props changed) Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Fri Nov 11 18:51:42 2016 (r425903) +++ head/games/openttd/Makefile Fri Nov 11 19:04:09 2016 (r425904) @@ -20,7 +20,6 @@ COMMENT= Open source clone of Microprose LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ - libicui18n.so:devel/icu \ liblzo2.so:archivers/lzo2 USES= cpe gmake pkgconfig tar:xz @@ -58,6 +57,7 @@ CFLAGS+= -I${LOCALBASE}/include USE_RC_SUBR= ${PORTNAME} .else LIB_DEPENDS+= libfreetype.so:print/freetype2 \ + libicui18n.so:devel/icu \ libfontconfig.so:x11-fonts/fontconfig USE_SDL= sdl INSTALLS_ICONS= yes From owner-svn-ports-all@freebsd.org Fri Nov 11 19:34:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69036C3C1B6; Fri, 11 Nov 2016 19:34:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 204671693; Fri, 11 Nov 2016 19:34:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABJYaYZ099960; Fri, 11 Nov 2016 19:34:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABJYaTJ099957; Fri, 11 Nov 2016 19:34:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611111934.uABJYaTJ099957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 11 Nov 2016 19:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425905 - in head: devel/flatbuffers/files devel/llvm-cheri/files games/tbe/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 19:34:37 -0000 Author: antoine Date: Fri Nov 11 19:34:35 2016 New Revision: 425905 URL: https://svnweb.freebsd.org/changeset/ports/425905 Log: Fix build with gcc 4.9 PR: 196712 Added: head/devel/flatbuffers/files/ head/devel/flatbuffers/files/patch-samples_sample__binary.cpp (contents, props changed) head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp (contents, props changed) head/games/tbe/files/patch-src_main.cpp (contents, props changed) Added: head/devel/flatbuffers/files/patch-samples_sample__binary.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatbuffers/files/patch-samples_sample__binary.cpp Fri Nov 11 19:34:35 2016 (r425905) @@ -0,0 +1,10 @@ +--- samples/sample_binary.cpp.orig 2016-08-16 00:29:35 UTC ++++ samples/sample_binary.cpp +@@ -15,6 +15,7 @@ + */ + + #include "monster_generated.h" // Already includes "flatbuffers/flatbuffers.h". ++#include + + using namespace MyGame::Sample; + Added: head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-cheri/files/patch-tools_clang_lib_Sema_SemaChecking.cpp Fri Nov 11 19:34:35 2016 (r425905) @@ -0,0 +1,10 @@ +--- tools/clang/lib/Sema/SemaChecking.cpp.orig 2016-05-23 13:56:25 UTC ++++ tools/clang/lib/Sema/SemaChecking.cpp +@@ -38,6 +38,7 @@ + #include "llvm/ADT/SmallString.h" + #include "llvm/Support/ConvertUTF.h" + #include "llvm/Support/raw_ostream.h" ++#include + #include + using namespace clang; + using namespace sema; Added: head/games/tbe/files/patch-src_main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tbe/files/patch-src_main.cpp Fri Nov 11 19:34:35 2016 (r425905) @@ -0,0 +1,10 @@ +--- src/main.cpp.orig 2015-10-28 11:54:21 UTC ++++ src/main.cpp +@@ -25,6 +25,7 @@ + #include + #include "tbe_global.h" + #include "tbe_paths.h" ++#include + + // the verbosity for all logging - by default defined at 4 + // accepted values are 0 (no logging) - 6 (most logging) From owner-svn-ports-all@freebsd.org Fri Nov 11 19:40:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A152C3C31E; Fri, 11 Nov 2016 19:40:51 +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 0AD121C59; Fri, 11 Nov 2016 19:40:50 +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 uABJeoY8000668; Fri, 11 Nov 2016 19:40:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABJeorK000665; Fri, 11 Nov 2016 19:40:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111940.uABJeorK000665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 19:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425906 - in head/sysutils/screenfetch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 19:40:51 -0000 Author: amdmi3 Date: Fri Nov 11 19:40:49 2016 New Revision: 425906 URL: https://svnweb.freebsd.org/changeset/ports/425906 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers - Add simple test - Fix FreeBSD detection - Fix screenfetch failures in some cases due to not clearly understood reason: /usr/local/bin/screenfetch: line 4156: /dev/fd/62: Operation not supported /usr/local/bin/screenfetch: line 4157: 3: Bad file descriptor by importing upstream fix. PR: 213854 Submitted by: amdmi3 Approved by: jgh (maintainer) Added: head/sysutils/screenfetch/files/ head/sysutils/screenfetch/files/patch-screenfetch-dev (contents, props changed) Modified: head/sysutils/screenfetch/Makefile Modified: head/sysutils/screenfetch/Makefile ============================================================================== --- head/sysutils/screenfetch/Makefile Fri Nov 11 19:34:35 2016 (r425905) +++ head/sysutils/screenfetch/Makefile Fri Nov 11 19:40:49 2016 (r425906) @@ -4,13 +4,15 @@ PORTNAME= screenFetch PORTVERSION= 3.7.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:tl}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Bash Screenshot Information Tool -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash \ xdpyinfo:x11/xdpyinfo @@ -18,6 +20,7 @@ RUN_DEPENDS= bash:shells/bash \ OPTIONS_DEFINE= DOCS NO_BUILD= yes +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= KittyKatt @@ -28,9 +31,14 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:tl}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${LN} -fs ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/screenfetch ${INSTALL_MAN} ${WRKSRC}/screenfetch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor +do-test: + cd ${WRKSRC} && ./${PORTNAME:tl}-dev + .include Added: head/sysutils/screenfetch/files/patch-screenfetch-dev ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/screenfetch/files/patch-screenfetch-dev Fri Nov 11 19:40:49 2016 (r425906) @@ -0,0 +1,33 @@ +--- screenfetch-dev.orig 2015-07-14 12:32:02 UTC ++++ screenfetch-dev +@@ -515,6 +515,14 @@ detectdistro () { + if [ "$distro" == "Unknown" ]; then + if [ $(uname -o 2>/dev/null) ]; then + case "$(uname -o)" in ++ "FreeBSD") ++ distro="FreeBSD" ++ fake_distro="${distro}" ++ ;; ++ "DragonFly") ++ distro="DragonFlyBSD" ++ fake_distro="${distro}" ++ ;; + "Cygwin") + distro="Cygwin" + fake_distro="${distro}" +@@ -4151,11 +4159,10 @@ for i in "${display[@]}"; do + ! [[ $Win_theme ]] && detectwmtheme; + else + if [[ "${display[*]}" =~ "$i" ]]; then +- if [[ "$errorSuppress" == "1" ]]; then detect${i} 2>/dev/null +- else +- exec 3> >(stderrOut) +- detect${i} 2>&3 +- exec 3>&- ++ if [[ "$errorSuppress" == "1" ]]; then ++ detect${i} 2>/dev/null ++ else ++ detect${i} + fi + fi + fi From owner-svn-ports-all@freebsd.org Fri Nov 11 19:43:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2854C3C4A3; Fri, 11 Nov 2016 19:43: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 6C14D1F72; Fri, 11 Nov 2016 19:43: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 uABJh3hC004555; Fri, 11 Nov 2016 19:43:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABJh3lf004552; Fri, 11 Nov 2016 19:43:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611111943.uABJh3lf004552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Nov 2016 19:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425907 - head/math/cryptominisat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 19:43:04 -0000 Author: amdmi3 Date: Fri Nov 11 19:43:03 2016 New Revision: 425907 URL: https://svnweb.freebsd.org/changeset/ports/425907 Log: - Update to 5.0.1 PR: 212601 Submitted by: 6yearold@gmail.com (maintainer) Modified: head/math/cryptominisat/Makefile head/math/cryptominisat/distinfo head/math/cryptominisat/pkg-plist Modified: head/math/cryptominisat/Makefile ============================================================================== --- head/math/cryptominisat/Makefile Fri Nov 11 19:40:49 2016 (r425906) +++ head/math/cryptominisat/Makefile Fri Nov 11 19:43:03 2016 (r425907) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= cryptominisat -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= math MAINTAINER= 6yearold@gmail.com COMMENT= General-purpose award-winning SAT solver -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= MIT LGPL21 +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs Modified: head/math/cryptominisat/distinfo ============================================================================== --- head/math/cryptominisat/distinfo Fri Nov 11 19:40:49 2016 (r425906) +++ head/math/cryptominisat/distinfo Fri Nov 11 19:43:03 2016 (r425907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469882294 -SHA256 (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 4c000daf9886e7c55f05b00247688ed0341a19cda13de49e2f35f40e95cc9910 -SIZE (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 596712 +TIMESTAMP = 1473692160 +SHA256 (msoos-cryptominisat-5.0.1_GH0.tar.gz) = 789d53c90ecbd5910f48e4e1bd835e374b268e0b3872a81fd5c6178a30a5e263 +SIZE (msoos-cryptominisat-5.0.1_GH0.tar.gz) = 596710 Modified: head/math/cryptominisat/pkg-plist ============================================================================== --- head/math/cryptominisat/pkg-plist Fri Nov 11 19:40:49 2016 (r425906) +++ head/math/cryptominisat/pkg-plist Fri Nov 11 19:43:03 2016 (r425907) @@ -1,6 +1,7 @@ bin/cryptominisat5 bin/cryptominisat5_simple include/cryptominisat5/cryptominisat.h +include/cryptominisat5/cryptominisat_c.h include/cryptominisat5/solvertypesmini.h lib/cmake/cryptominisat5/cryptominisat5Config.cmake lib/cmake/cryptominisat5/cryptominisat5Targets-%%CMAKE_BUILD_TYPE%%.cmake From owner-svn-ports-all@freebsd.org Fri Nov 11 20:07:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6322FC3C9B9; Fri, 11 Nov 2016 20:07:38 +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 350361FEF; Fri, 11 Nov 2016 20:07:38 +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 uABK7be5014161; Fri, 11 Nov 2016 20:07:37 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABK7b3S014159; Fri, 11 Nov 2016 20:07:37 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611112007.uABK7b3S014159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 11 Nov 2016 20:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425908 - 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: Fri, 11 Nov 2016 20:07:38 -0000 Author: jrm Date: Fri Nov 11 20:07:37 2016 New Revision: 425908 URL: https://svnweb.freebsd.org/changeset/ports/425908 Log: devel/py-simpleeval: Update to version 0.9.1 Changelog: - Fix GH issue #13: Expression does not give expected result - Fix GH issue #15: Including non-builtin class in names allows end user to snoop - Fix GH issue #16: Multiple comparisons being short-circuited Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8493 Modified: head/devel/py-simpleeval/Makefile head/devel/py-simpleeval/distinfo Modified: head/devel/py-simpleeval/Makefile ============================================================================== --- head/devel/py-simpleeval/Makefile Fri Nov 11 19:43:03 2016 (r425907) +++ head/devel/py-simpleeval/Makefile Fri Nov 11 20:07:37 2016 (r425908) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simpleeval -PORTVERSION= 0.8.7 +PORTVERSION= 0.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,4 +14,6 @@ LICENSE= MIT USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include Modified: head/devel/py-simpleeval/distinfo ============================================================================== --- head/devel/py-simpleeval/distinfo Fri Nov 11 19:43:03 2016 (r425907) +++ head/devel/py-simpleeval/distinfo Fri Nov 11 20:07:37 2016 (r425908) @@ -1,2 +1,3 @@ -SHA256 (simpleeval-0.8.7.tar.gz) = ea13bcbe38178eebb4d374cdcb6591e0cc281a63669c29c99a6aa4fec7640117 -SIZE (simpleeval-0.8.7.tar.gz) = 11654 +TIMESTAMP = 1478803026 +SHA256 (simpleeval-0.9.1.tar.gz) = c6887a4bfc1d3a99888cad01604f4f63d5b9ba47320711b27a8f624c1aa86f53 +SIZE (simpleeval-0.9.1.tar.gz) = 12915 From owner-svn-ports-all@freebsd.org Fri Nov 11 21:05:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F55AC3B813; Fri, 11 Nov 2016 21:05:28 +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 5289911FF; Fri, 11 Nov 2016 21:05:28 +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 uABL5RHd039232; Fri, 11 Nov 2016 21:05:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABL5Rkr039229; Fri, 11 Nov 2016 21:05:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611112105.uABL5Rkr039229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 11 Nov 2016 21:05:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425909 - head/security/silktools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 21:05:28 -0000 Author: antoine Date: Fri Nov 11 21:05:27 2016 New Revision: 425909 URL: https://svnweb.freebsd.org/changeset/ports/425909 Log: - Update to 3.13.0 - Use py3kplist to fix plist when using python 3 - Add several options, remove STATIC from default options as it looks useless PR: 213543 Approved by: maintainer timeout (15 days) Modified: head/security/silktools/Makefile head/security/silktools/distinfo head/security/silktools/pkg-plist Modified: head/security/silktools/Makefile ============================================================================== --- head/security/silktools/Makefile Fri Nov 11 20:07:37 2016 (r425908) +++ head/security/silktools/Makefile Fri Nov 11 21:05:27 2016 (r425909) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= silktools -PORTVERSION= 3.11.0.1 +PORTVERSION= 3.13.0 CATEGORIES= security net -MASTER_SITES= http://tools.netsa.cert.org/releases/ \ - http://redundancy.redundancy.org/mirror/ +MASTER_SITES= http://tools.netsa.cert.org/releases/ DISTNAME= silk-${PORTVERSION} MAINTAINER= torres.73a@gmail.com @@ -14,33 +13,51 @@ COMMENT= Tools for large-scale network c LICENSE= GPLR GPLv2 LICENSE_COMB= multi LICENSE_NAME_GPLR= Government Purpose License Rights -LICENSE_FILE_GPLR= ${WRKSRC}/doc/LICENSE.txt -LICENSE_FILE_GPLv2= ${WRKSRC}/doc/GPL.txt +LICENSE_FILE_GPLR= ${WRKSRC}/LICENSE.txt LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ - libfixbuf.so:net/libfixbuf +LIB_DEPENDS= libfixbuf.so:net/libfixbuf BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools +CONFIGURE_ARGS= --enable-packing-tools USE_LDCONFIG= yes -USES= gmake perl5 pkgconfig libtool -USE_PERL5= build +USES= gmake libtool perl5 pkgconfig INSTALL_TARGET= install-strip TEST_TARGET= check -OPTIONS_DEFINE= IPV6 LOCALTIME PYTHON STATIC -OPTIONS_DEFAULT= PYTHON STATIC +OPTIONS_DEFINE= ADNS CARES GNUTLS IPV6 LOCALTIME LZO PYTHON SNAPPY STATIC +OPTIONS_DEFAULT= LZO PYTHON OPTIONS_SUB= yes +ADNS_CONFIGURE_WITH= adns=${LOCALBASE} +ADNS_DESC= Asynchronous DNS resolution via adns +ADNS_LIB_DEPENDS= libadns.so:dns/adns + +CARES_CONFIGURE_WITH= c-ares=${LOCALBASE} +CARES_LIB_DEPENDS= libcares.so:dns/c-ares + IPV6_CONFIGURE_ENABLE= ipv6 IPV6_DESC= Support for analysis of flow records containing IPv6 addresses + +GNUTLS_CONFIGURE_WITH= gnutls=${LOCALBASE} +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + LOCALTIME_DESC= Use localtime instead of UTC LOCALTIME_CONFIGURE_ENABLE= localtime + +LZO_CONFIGURE_WITH= lzo=${LOCALBASE} +LZO_DESC= LZO compression support +LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 + PYTHON_CONFIGURE_WITH= python PYTHON_USES= python +PYTHON_USE= python=py3kplist + +SNAPPY_CONFIGURE_WITH= snappy=${LOCALBASE} +SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy + STATIC_CONFIGURE_ENABLE= static .include Modified: head/security/silktools/distinfo ============================================================================== --- head/security/silktools/distinfo Fri Nov 11 20:07:37 2016 (r425908) +++ head/security/silktools/distinfo Fri Nov 11 21:05:27 2016 (r425909) @@ -1,2 +1,3 @@ -SHA256 (silk-3.11.0.1.tar.gz) = 436e80d76f6f254b40e2ba8e0968c190fc1f4fc8611cd5576f9a41c348f55435 -SIZE (silk-3.11.0.1.tar.gz) = 5296636 +TIMESTAMP = 1476338123 +SHA256 (silk-3.13.0.tar.gz) = 79e5c052040836092df588a4dc325c2701f8ab13d5113838248b9d9ad9bc86e1 +SIZE (silk-3.13.0.tar.gz) = 5213321 Modified: head/security/silktools/pkg-plist ============================================================================== --- head/security/silktools/pkg-plist Fri Nov 11 20:07:37 2016 (r425908) +++ head/security/silktools/pkg-plist Fri Nov 11 21:05:27 2016 (r425909) @@ -35,7 +35,6 @@ bin/rwptoflow bin/rwrandomizeip bin/rwrecgenerator bin/rwresolve -bin/rwrtd2split bin/rwscan bin/rwscanquery bin/rwset @@ -76,7 +75,6 @@ include/silk/skdllist.h include/silk/skheader.h include/silk/skheap.h include/silk/skipaddr.h -include/silk/skipfix.h include/silk/skipset.h include/silk/sklog.h include/silk/skmempool.h @@ -91,21 +89,20 @@ include/silk/sktempfile.h include/silk/skthread.h include/silk/sktimer.h include/silk/sktracemsg.h -include/silk/skunique.h include/silk/skvector.h include/silk/utils.h %%STATIC%%lib/libflowsource.a lib/libflowsource.so -lib/libflowsource.so.13 -lib/libflowsource.so.13.0.0 +lib/libflowsource.so.14 +lib/libflowsource.so.14.0.1 %%STATIC%%lib/libsilk-thrd.a lib/libsilk-thrd.so lib/libsilk-thrd.so.5 -lib/libsilk-thrd.so.5.1.2 +lib/libsilk-thrd.so.5.1.3 %%STATIC%%lib/libsilk.a lib/libsilk.so -lib/libsilk.so.19 -lib/libsilk.so.19.0.0 +lib/libsilk.so.21 +lib/libsilk.so.21.0.0 %%STATIC%%lib/silk/app-mismatch.a lib/silk/app-mismatch.so %%STATIC%%lib/silk/conficker-c.a From owner-svn-ports-all@freebsd.org Fri Nov 11 21:37:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA1E8C3BF36; Fri, 11 Nov 2016 21:37:39 +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 754C71FEC; Fri, 11 Nov 2016 21:37:39 +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 uABLbcQw051195; Fri, 11 Nov 2016 21:37:38 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABLbcWj051194; Fri, 11 Nov 2016 21:37:38 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611112137.uABLbcWj051194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 11 Nov 2016 21:37:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425910 - head/games/tome4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 21:37:39 -0000 Author: matthew Date: Fri Nov 11 21:37:38 2016 New Revision: 425910 URL: https://svnweb.freebsd.org/changeset/ports/425910 Log: Use the portable vesion of luajit when building on aarch64 PR: 214411 Submitted by: lifanov@mail.lifanov.com (maintainer) MFH: 2016Q4 Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Fri Nov 11 21:05:27 2016 (r425909) +++ head/games/tome4/Makefile Fri Nov 11 21:37:38 2016 (r425910) @@ -20,8 +20,6 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng16.so:graphics/png -BROKEN_aarch64= Fails to build: No support for this architecture (yet) - DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" @@ -35,9 +33,14 @@ USE_CSTD= gnu89 SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes +LUA_TYPE= pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua +.if ${ARCH} == aarch64 + (cd ${WRKSRC} && premake4 --lua=default gmake) +.else (cd ${WRKSRC} && premake4 gmake) +.endif @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make do-install: From owner-svn-ports-all@freebsd.org Fri Nov 11 21:45:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E37CC3C330; Fri, 11 Nov 2016 21:45:42 +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 C5CAF15DE; Fri, 11 Nov 2016 21:45:41 +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 uABLjekM055190; Fri, 11 Nov 2016 21:45:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABLjeju055186; Fri, 11 Nov 2016 21:45:40 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611112145.uABLjeju055186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 11 Nov 2016 21:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425911 - head/lang/rust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 21:45:42 -0000 Author: riggs Date: Fri Nov 11 21:45:40 2016 New Revision: 425911 URL: https://svnweb.freebsd.org/changeset/ports/425911 Log: Update to upstream version 1.13.0 Modified: head/lang/rust/Makefile head/lang/rust/distinfo.amd64 head/lang/rust/distinfo.i386 head/lang/rust/pkg-plist Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Fri Nov 11 21:37:38 2016 (r425910) +++ head/lang/rust/Makefile Fri Nov 11 21:45:40 2016 (r425911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.12.1 +PORTVERSION?= 1.13.0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ http://static.rust-lang.org/dist/:bootstrap \ @@ -38,7 +38,7 @@ CONFLICTS_BUILD?= rust-nightly CONFLICTS_BUILD+= ${PKGBASE} CONFLICTS_INSTALL?= rust-nightly -RUST_BOOT_VERSION?= 1.11.0 +RUST_BOOT_VERSION?= 1.12.1 RUST_BOOT= rustc-${RUST_BOOT_VERSION}-${RUST_TARGET}.tar.gz # Rust's libraries are named librustc_${component}-${RUST_VSN_HASH}.so. Modified: head/lang/rust/distinfo.amd64 ============================================================================== --- head/lang/rust/distinfo.amd64 Fri Nov 11 21:37:38 2016 (r425910) +++ head/lang/rust/distinfo.amd64 Fri Nov 11 21:45:40 2016 (r425911) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477082955 -SHA256 (rustc-1.12.1-src.tar.gz) = 97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc -SIZE (rustc-1.12.1-src.tar.gz) = 27511443 -SHA256 (rustc-1.11.0-x86_64-unknown-freebsd.tar.gz) = 116d78e078def96f081692ccfe9290e74db895f2476cae3ef1eb408d41b3bba5 -SIZE (rustc-1.11.0-x86_64-unknown-freebsd.tar.gz) = 47381436 +TIMESTAMP = 1478803864 +SHA256 (rustc-1.13.0-src.tar.gz) = ecb84775ca977a5efec14d0cad19621a155bfcbbf46e8050d18721bb1e3e5084 +SIZE (rustc-1.13.0-src.tar.gz) = 27483805 +SHA256 (rustc-1.12.1-x86_64-unknown-freebsd.tar.gz) = 79a4d3b725486c52ab8911019b9f5a9800863dd747de8a5a741176f4b4901699 +SIZE (rustc-1.12.1-x86_64-unknown-freebsd.tar.gz) = 49682160 Modified: head/lang/rust/distinfo.i386 ============================================================================== --- head/lang/rust/distinfo.i386 Fri Nov 11 21:37:38 2016 (r425910) +++ head/lang/rust/distinfo.i386 Fri Nov 11 21:45:40 2016 (r425911) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477083797 -SHA256 (rustc-1.12.1-src.tar.gz) = 97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc -SIZE (rustc-1.12.1-src.tar.gz) = 27511443 -SHA256 (rustc-1.11.0-i686-unknown-freebsd.tar.gz) = 4936a1d6ac03ebfa38a2b1a8859f505f94e904add05163e7fe76bf1195988981 -SIZE (rustc-1.11.0-i686-unknown-freebsd.tar.gz) = 48352396 +TIMESTAMP = 1478803885 +SHA256 (rustc-1.13.0-src.tar.gz) = ecb84775ca977a5efec14d0cad19621a155bfcbbf46e8050d18721bb1e3e5084 +SIZE (rustc-1.13.0-src.tar.gz) = 27483805 +SHA256 (rustc-1.12.1-i686-unknown-freebsd.tar.gz) = d4fec5ac025d6237187d9b1c60ee105c38189f517287b42f4364b7e4c09cb660 +SIZE (rustc-1.12.1-i686-unknown-freebsd.tar.gz) = 51262713 Modified: head/lang/rust/pkg-plist ============================================================================== --- head/lang/rust/pkg-plist Fri Nov 11 21:37:38 2016 (r425910) +++ head/lang/rust/pkg-plist Fri Nov 11 21:45:40 2016 (r425911) @@ -7,7 +7,7 @@ lib/libfmt_macros-%%RUST_VSN_HASH%%.so lib/libgetopts-%%RUST_VSN_HASH%%.so lib/libgraphviz-%%RUST_VSN_HASH%%.so lib/liblog-%%RUST_VSN_HASH%%.so -lib/librbml-%%RUST_VSN_HASH%%.so +lib/libproc_macro-%%RUST_VSN_HASH%%.so lib/librustc-%%RUST_VSN_HASH%%.so lib/librustc_back-%%RUST_VSN_HASH%%.so lib/librustc_borrowck-%%RUST_VSN_HASH%%.so @@ -19,6 +19,7 @@ lib/librustc_errors-%%RUST_VSN_HASH%%.so lib/librustc_incremental-%%RUST_VSN_HASH%%.so lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/librustc_macro-%%RUST_VSN_HASH%%.so lib/librustc_metadata-%%RUST_VSN_HASH%%.so lib/librustc_mir-%%RUST_VSN_HASH%%.so lib/librustc_passes-%%RUST_VSN_HASH%%.so @@ -51,7 +52,7 @@ lib/rustlib/%%RUST_TARGET%%/lib/liballoc lib/rustlib/%%RUST_TARGET%%/lib/liballoc_system-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libarena-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libcollections-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/libcompiler-rt.a +lib/rustlib/%%RUST_TARGET%%/lib/libcompiler_builtins-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libcore-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libflate-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libfmt_macros-%%RUST_VSN_HASH%%.so @@ -62,8 +63,8 @@ lib/rustlib/%%RUST_TARGET%%/lib/liblibc- lib/rustlib/%%RUST_TARGET%%/lib/liblog-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/libpanic_abort-%%RUST_VSN_HASH%%.rlib lib/rustlib/%%RUST_TARGET%%/lib/libpanic_unwind-%%RUST_VSN_HASH%%.rlib +lib/rustlib/%%RUST_TARGET%%/lib/libproc_macro-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librand-%%RUST_VSN_HASH%%.rlib -lib/rustlib/%%RUST_TARGET%%/lib/librbml-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_back-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_bitflags-%%RUST_VSN_HASH%%.rlib @@ -76,6 +77,7 @@ lib/rustlib/%%RUST_TARGET%%/lib/librustc lib/rustlib/%%RUST_TARGET%%/lib/librustc_incremental-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_lint-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_llvm-%%RUST_VSN_HASH%%.so +lib/rustlib/%%RUST_TARGET%%/lib/librustc_macro-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_metadata-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_mir-%%RUST_VSN_HASH%%.so lib/rustlib/%%RUST_TARGET%%/lib/librustc_passes-%%RUST_VSN_HASH%%.so From owner-svn-ports-all@freebsd.org Fri Nov 11 21:58:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C66DBC3C59D; Fri, 11 Nov 2016 21:58:41 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78C081BDE; Fri, 11 Nov 2016 21:58:41 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABLwenC059168; Fri, 11 Nov 2016 21:58:40 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABLwetg059165; Fri, 11 Nov 2016 21:58:40 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611112158.uABLwetg059165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 11 Nov 2016 21:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425912 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 21:58:41 -0000 Author: sbruno Date: Fri Nov 11 21:58:40 2016 New Revision: 425912 URL: https://svnweb.freebsd.org/changeset/ports/425912 Log: Update qemu-sbruno/bsd-user to caputre a pile of memory leak abatements in upstream QEMU. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Nov 11 21:45:40 2016 (r425911) +++ head/emulators/qemu-sbruno/Makefile Fri Nov 11 21:58:40 2016 (r425912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.7.50.g20161024 +PORTVERSION= 2.7.50.g20161111 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -21,7 +21,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= e0c9a90 +GH_TAGNAME= ec807d10 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Fri Nov 11 21:45:40 2016 (r425911) +++ head/emulators/qemu-sbruno/distinfo Fri Nov 11 21:58:40 2016 (r425912) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478530214 -SHA256 (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 92c19071cb5adee091bd7db72021ff4f2181d5380414d748d92926e71839d9a4 -SIZE (qemu/2.7.50.g20161024/seanbruno-qemu-bsd-user-2.7.50.g20161024-e0c9a90_GH0.tar.gz) = 13104701 -SHA256 (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.7.50.g20161024/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1478892526 +SHA256 (qemu/2.7.50.g20161111/seanbruno-qemu-bsd-user-2.7.50.g20161111-ec807d10_GH0.tar.gz) = cfb64c5f9d8a72e7eafa1ee4068d64eafd00dc9dc7389e777234c3ffd1ce1b34 +SIZE (qemu/2.7.50.g20161111/seanbruno-qemu-bsd-user-2.7.50.g20161111-ec807d10_GH0.tar.gz) = 13560266 +SHA256 (qemu/2.7.50.g20161111/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.7.50.g20161111/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-all@freebsd.org Fri Nov 11 22:00:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F89C3C637; Fri, 11 Nov 2016 22:00:42 +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 73EDE1D1E; Fri, 11 Nov 2016 22:00:42 +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 uABM0fZe059374; Fri, 11 Nov 2016 22:00:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABM0fxN059373; Fri, 11 Nov 2016 22:00:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611112200.uABM0fxN059373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 11 Nov 2016 22:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425913 - head/games/tome4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 11 Nov 2016 22:00:42 -0000 Author: matthew Date: Fri Nov 11 22:00:41 2016 New Revision: 425913 URL: https://svnweb.freebsd.org/changeset/ports/425913 Log: Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking MFH: 2016Q4 Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Fri Nov 11 21:58:40 2016 (r425912) +++ head/games/tome4/Makefile Fri Nov 11 22:00:41 2016 (r425913) @@ -34,6 +34,9 @@ SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes LUA_TYPE= + +.include + pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua .if ${ARCH} == aarch64 @@ -51,4 +54,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps -.include +.include From owner-svn-ports-all@freebsd.org Fri Nov 11 23:49:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02862C399D4; Fri, 11 Nov 2016 23:49:31 +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 C89321947; Fri, 11 Nov 2016 23:49:30 +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 uABNnU8u002667; Fri, 11 Nov 2016 23:49:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABNnTKZ002665; Fri, 11 Nov 2016 23:49:29 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611112349.uABNnTKZ002665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 11 Nov 2016 23:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425914 - 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: Fri, 11 Nov 2016 23:49:31 -0000 Author: brnrd Date: Fri Nov 11 23:49:29 2016 New Revision: 425914 URL: https://svnweb.freebsd.org/changeset/ports/425914 Log: security/vuxml: Fix version number for OpenSSL 1.1.0c Reported by: matthew Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 11 22:00:41 2016 (r425913) +++ head/security/vuxml/vuln.xml Fri Nov 11 23:49:29 2016 (r425914) @@ -63,7 +63,7 @@ Notes: openssl-devel - 1.0.1c + 1.1.0c @@ -101,6 +101,7 @@ Notes: 2016-11-10 2016-11-10 + 2016-11-11 From owner-svn-ports-all@freebsd.org Sat Nov 12 00:00:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B5FBC39FA2; Sat, 12 Nov 2016 00:00:09 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1A061FD9; Sat, 12 Nov 2016 00:00:08 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC0083l006971; Sat, 12 Nov 2016 00:00:08 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC007Uc006962; Sat, 12 Nov 2016 00:00:07 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201611120000.uAC007Uc006962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sat, 12 Nov 2016 00:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425915 - in head: comms/pear-Horde_ActiveSync deskutils/horde-nag mail/pear-Horde_Mime www/pear-Horde_Service_Weather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 00:00:09 -0000 Author: mm Date: Sat Nov 12 00:00:07 2016 New Revision: 425915 URL: https://svnweb.freebsd.org/changeset/ports/425915 Log: Horde package update: comms/pear-Horde_ActiveSync 2.37.2 -> 2.37.3 mail/pear-Horde_Mime 2.10.1 -> 2.10.2 www/pear-Horde_Service_Weather 2.5.0 -> 2.5.2 deskutils/horde-nag 4.2.12 -> 4.2.13 Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo head/deskutils/horde-nag/Makefile head/deskutils/horde-nag/distinfo head/mail/pear-Horde_Mime/Makefile head/mail/pear-Horde_Mime/distinfo head/www/pear-Horde_Service_Weather/Makefile head/www/pear-Horde_Service_Weather/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Fri Nov 11 23:49:29 2016 (r425914) +++ head/comms/pear-Horde_ActiveSync/Makefile Sat Nov 12 00:00:07 2016 (r425915) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -PORTVERSION= 2.37.2 +PORTVERSION= 2.37.3 PORTREVISION= 1 CATEGORIES= comms www pear Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Fri Nov 11 23:49:29 2016 (r425914) +++ head/comms/pear-Horde_ActiveSync/distinfo Sat Nov 12 00:00:07 2016 (r425915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478647736 -SHA256 (Horde/Horde_ActiveSync-2.37.2.tgz) = a75a3bfeadbe3f4c649580609897d50f066cff2f369ea4eb8cffe2ba1a75b12a -SIZE (Horde/Horde_ActiveSync-2.37.2.tgz) = 380236 +TIMESTAMP = 1478908747 +SHA256 (Horde/Horde_ActiveSync-2.37.3.tgz) = a6fd2b096d0488ddbf2b4eb22ac444c96041e917f644b0afac1d07fade57ed27 +SIZE (Horde/Horde_ActiveSync-2.37.3.tgz) = 380233 Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Fri Nov 11 23:49:29 2016 (r425914) +++ head/deskutils/horde-nag/Makefile Sat Nov 12 00:00:07 2016 (r425915) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nag -PORTVERSION= 4.2.12 +PORTVERSION= 4.2.13 CATEGORIES= deskutils www pear PKGNAMEPREFIX= horde- Modified: head/deskutils/horde-nag/distinfo ============================================================================== --- head/deskutils/horde-nag/distinfo Fri Nov 11 23:49:29 2016 (r425914) +++ head/deskutils/horde-nag/distinfo Sat Nov 12 00:00:07 2016 (r425915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478647754 -SHA256 (Horde/nag-4.2.12.tgz) = 14e72333f449634fec7984e960bc7cdafc024d657cbf34ebc22e905e74854f64 -SIZE (Horde/nag-4.2.12.tgz) = 1637076 +TIMESTAMP = 1478908759 +SHA256 (Horde/nag-4.2.13.tgz) = d5ad9239794be195ce23046a2ac7d51ae7ac717e5fbfc7e6af8a2c0c9f3d33d6 +SIZE (Horde/nag-4.2.13.tgz) = 1637467 Modified: head/mail/pear-Horde_Mime/Makefile ============================================================================== --- head/mail/pear-Horde_Mime/Makefile Fri Nov 11 23:49:29 2016 (r425914) +++ head/mail/pear-Horde_Mime/Makefile Sat Nov 12 00:00:07 2016 (r425915) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Mime -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org Modified: head/mail/pear-Horde_Mime/distinfo ============================================================================== --- head/mail/pear-Horde_Mime/distinfo Fri Nov 11 23:49:29 2016 (r425914) +++ head/mail/pear-Horde_Mime/distinfo Sat Nov 12 00:00:07 2016 (r425915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473287805 -SHA256 (Horde/Horde_Mime-2.10.1.tgz) = c8e981724751dce3e9c331cd0b04ad7fec0b1e2a1c7835a6e99e7dd6db3d47af -SIZE (Horde/Horde_Mime-2.10.1.tgz) = 143573 +TIMESTAMP = 1478908751 +SHA256 (Horde/Horde_Mime-2.10.2.tgz) = 949b9d781c7007b6bb52e2046266d5cc4e374a9daf209cd6608c2511b30689e4 +SIZE (Horde/Horde_Mime-2.10.2.tgz) = 143418 Modified: head/www/pear-Horde_Service_Weather/Makefile ============================================================================== --- head/www/pear-Horde_Service_Weather/Makefile Fri Nov 11 23:49:29 2016 (r425914) +++ head/www/pear-Horde_Service_Weather/Makefile Sat Nov 12 00:00:07 2016 (r425915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Service_Weather -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.2 CATEGORIES= www pear MAINTAINER= horde@FreeBSD.org Modified: head/www/pear-Horde_Service_Weather/distinfo ============================================================================== --- head/www/pear-Horde_Service_Weather/distinfo Fri Nov 11 23:49:29 2016 (r425914) +++ head/www/pear-Horde_Service_Weather/distinfo Sat Nov 12 00:00:07 2016 (r425915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478647763 -SHA256 (Horde/Horde_Service_Weather-2.5.0.tgz) = a161356051a59d0fcf6dacb20780c9aff5088f9f07eb1831fffd6d86d6834115 -SIZE (Horde/Horde_Service_Weather-2.5.0.tgz) = 213528 +TIMESTAMP = 1478908754 +SHA256 (Horde/Horde_Service_Weather-2.5.2.tgz) = eb278d1f48437139dee902458a0b7fa498fa94aca2d29c53ac99e87d93fc370c +SIZE (Horde/Horde_Service_Weather-2.5.2.tgz) = 213923 From owner-svn-ports-all@freebsd.org Sat Nov 12 00:11:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6981C3A504; Sat, 12 Nov 2016 00:11:27 +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 5B96D936; Sat, 12 Nov 2016 00:11:27 +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 uAC0BQhv011025; Sat, 12 Nov 2016 00:11:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC0BQ4m011023; Sat, 12 Nov 2016 00:11:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611120011.uAC0BQ4m011023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 12 Nov 2016 00:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425916 - in head/databases/mariadb101-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 00:11:27 -0000 Author: brnrd Date: Sat Nov 12 00:11:26 2016 New Revision: 425916 URL: https://svnweb.freebsd.org/changeset/ports/425916 Log: databases/mariadb101-server: Update to 10.1.19 - Update to 10.1.19 - Use target-OPT-on not .if exists - Remove OQGraph patches now included upstream MFH: 2016Q4 Security: 9bc14850-a070-11e6-a881-b499baebfeaf Deleted: head/databases/mariadb101-server/files/patch-storage_oqgraph_graphcore.cc head/databases/mariadb101-server/files/patch-storage_oqgraph_oqgraph__shim.h Modified: head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sat Nov 12 00:00:07 2016 (r425915) +++ head/databases/mariadb101-server/Makefile Sat Nov 12 00:11:26 2016 (r425916) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.18 -PORTREVISION= 1 +PORTVERSION= 10.1.19 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -175,10 +174,8 @@ post-patch: ${WRKSRC}/cmake/os/DragonFly.cmake .endif -.if exists(${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt) -post-configure: +post-configure-MROONGA-on: @${REINPLACE_CMD} "s|/usr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \ ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt -.endif .include Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Sat Nov 12 00:00:07 2016 (r425915) +++ head/databases/mariadb101-server/distinfo Sat Nov 12 00:11:26 2016 (r425916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475615460 -SHA256 (mariadb-10.1.18.tar.gz) = d7336907e9ff44496d6453f92526b25bd253638a64a051ca879f953499873b73 -SIZE (mariadb-10.1.18.tar.gz) = 61187451 +TIMESTAMP = 1478591187 +SHA256 (mariadb-10.1.19.tar.gz) = 5b9373f314e2d1727422fb3795bcf50c1c59005129b35b6cadafae5663251a81 +SIZE (mariadb-10.1.19.tar.gz) = 61222929 From owner-svn-ports-all@freebsd.org Sat Nov 12 00:49:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90CF9C3AE9B; Sat, 12 Nov 2016 00:49:06 +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 52EE51C13; Sat, 12 Nov 2016 00:49:06 +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 uAC0n5a1026764; Sat, 12 Nov 2016 00:49:05 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC0n58V026761; Sat, 12 Nov 2016 00:49:05 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611120049.uAC0n58V026761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 12 Nov 2016 00:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425917 - in branches/2016Q4/databases/mariadb101-server: . 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: Sat, 12 Nov 2016 00:49:06 -0000 Author: brnrd Date: Sat Nov 12 00:49:05 2016 New Revision: 425917 URL: https://svnweb.freebsd.org/changeset/ports/425917 Log: MFH: r424132 r425398 r425916 databases/mariadb101-server: Update to 10.1.18 - Regular update to 10.1.18 Fix data encryption at rest when building with LibreSSL Replace RAND_SSLeay->bytes with arc4random_buf when using LibreSSL, as it supports RAND_SSLeay only for ABI compatibility [0]. Note that the code in question in mariadb mentions that RAND_bytes isn't guaranteed to not block and therefore uses these functions directly. As LibreSSL implements RAND_bytes in terms of arc4random_buf, which shouldn't block, the patch could also use RAND_bytes instead of using arc4random_buf directly, but the current version of the patch has been tested in production and might be less confusing overall. Bumped revision, as this fixes a runtime problem. [0] https://github.com/libressl/libressl/blob/master/src/crypto/rand/rand_lib.c#L36 PR: 213577 Approved by: ssl blanket databases/mariadb101-server: Update to 10.1.19 - Update to 10.1.19 - Use target-OPT-on not .if exists - Remove OQGraph patches now included upstream PR: 213902 Security: 9bc14850-a070-11e6-a881-b499baebfeaf Approved by: ports-secteam (junovitch) Added: branches/2016Q4/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc - copied unchanged from r425398, head/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc Deleted: branches/2016Q4/databases/mariadb101-server/files/patch-storage_oqgraph_graphcore.cc branches/2016Q4/databases/mariadb101-server/files/patch-storage_oqgraph_oqgraph__shim.h Modified: branches/2016Q4/databases/mariadb101-server/Makefile branches/2016Q4/databases/mariadb101-server/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/databases/mariadb101-server/Makefile ============================================================================== --- branches/2016Q4/databases/mariadb101-server/Makefile Sat Nov 12 00:11:26 2016 (r425916) +++ branches/2016Q4/databases/mariadb101-server/Makefile Sat Nov 12 00:49:05 2016 (r425917) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.17 +PORTVERSION= 10.1.19 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -173,10 +173,8 @@ post-patch: ${WRKSRC}/cmake/os/DragonFly.cmake .endif -.if exists(${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt) -post-configure: +post-configure-MROONGA-on: @${REINPLACE_CMD} "s|/usr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \ ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt -.endif .include Modified: branches/2016Q4/databases/mariadb101-server/distinfo ============================================================================== --- branches/2016Q4/databases/mariadb101-server/distinfo Sat Nov 12 00:11:26 2016 (r425916) +++ branches/2016Q4/databases/mariadb101-server/distinfo Sat Nov 12 00:49:05 2016 (r425917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472628631 -SHA256 (mariadb-10.1.17.tar.gz) = 4ca45ac5e34418761868115ebc8c068d511fed08e283b2cac52559d63ba4aab5 -SIZE (mariadb-10.1.17.tar.gz) = 61158134 +TIMESTAMP = 1478591187 +SHA256 (mariadb-10.1.19.tar.gz) = 5b9373f314e2d1727422fb3795bcf50c1c59005129b35b6cadafae5663251a81 +SIZE (mariadb-10.1.19.tar.gz) = 61222929 Copied: branches/2016Q4/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc (from r425398, head/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc Sat Nov 12 00:49:05 2016 (r425917, copy of r425398, head/databases/mariadb101-server/files/patch-mysys_ssl-my_crypt.cc) @@ -0,0 +1,25 @@ +--- mysys_ssl/my_crypt.cc.orig 2016-08-29 16:38:54.000000000 +0200 ++++ mysys_ssl/my_crypt.cc 2016-10-17 19:14:45.146531847 +0200 +@@ -275,10 +275,14 @@ + return MY_AES_OK; + } + #else ++#include + #include + + int my_random_bytes(uchar *buf, int num) + { ++#if defined(LIBRESSL_VERSION_NUMBER) ++ arc4random_buf(buf, num); ++#else + /* + Unfortunately RAND_bytes manual page does not provide any guarantees + in relation to blocking behavior. Here we explicitly use SSLeay random +@@ -288,6 +292,7 @@ + RAND_METHOD *rand = RAND_SSLeay(); + if (rand == NULL || rand->bytes(buf, num) != 1) + return MY_AES_OPENSSL_ERROR; ++#endif + return MY_AES_OK; + } + #endif From owner-svn-ports-all@freebsd.org Sat Nov 12 05:48:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D6E7C3C681; Sat, 12 Nov 2016 05:48:57 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34CE71FB2; Sat, 12 Nov 2016 05:48:57 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC5muER046257; Sat, 12 Nov 2016 05:48:56 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC5mtj6046251; Sat, 12 Nov 2016 05:48:55 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201611120548.uAC5mtj6046251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sat, 12 Nov 2016 05:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425918 - in head: . security/erlang-fast_tls security/erlang-fast_tls/files security/erlang-p1tls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 05:48:57 -0000 Author: farrokhi Date: Sat Nov 12 05:48:55 2016 New Revision: 425918 URL: https://svnweb.freebsd.org/changeset/ports/425918 Log: Move security/erlang-p1tls to security/erlang-fast_tls Reviewed by: mat, bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8472 Added: head/security/erlang-fast_tls/ - copied from r425917, head/security/erlang-p1tls/ head/security/erlang-fast_tls/files/patch-rebar.config (contents, props changed) Deleted: head/security/erlang-fast_tls/files/patch-rebar.config.script head/security/erlang-p1tls/ Modified: head/MOVED head/security/erlang-fast_tls/Makefile head/security/erlang-fast_tls/distinfo head/security/erlang-fast_tls/pkg-descr head/security/erlang-fast_tls/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 12 00:49:05 2016 (r425917) +++ head/MOVED Sat Nov 12 05:48:55 2016 (r425918) @@ -8803,3 +8803,4 @@ cad/py-gdsii|cad/python-gdsii|2016-11-10 textproc/erlang-p1xml|textproc/erlang-fast_xml|2016-11-08|Project was renamed devel/py-pydasm|devel/py-capstone|2016-11-11|Has expired: No more upstream and known bugs, use devel/py-capstone instead devel/libdasm|devel/capstone3|2016-11-11|Has expired: No more upstream and known bugs, use devel/capstone3 instead +security/erlang-p1tls|security/erlang-fast_tls|2016-11-11|Project was renamed Modified: head/security/erlang-fast_tls/Makefile ============================================================================== --- head/security/erlang-p1tls/Makefile Sat Nov 12 00:49:05 2016 (r425917) +++ head/security/erlang-fast_tls/Makefile Sat Nov 12 05:48:55 2016 (r425918) @@ -1,22 +1,22 @@ # Created by: Babak Farrokhi # $FreeBSD$ -PORTNAME= p1tls -PORTVERSION= 0.20150803 +PORTNAME= fast_tls +PORTVERSION= 1.0.7 CATEGORIES= security PKGNAMEPREFIX= erlang- MAINTAINER= farrokhi@FreeBSD.org -COMMENT= TLS / SSL native driver for Erlang +COMMENT= TLS / SSL OpenSSL-based native driver for Erlang / Elixir -LICENSE= GPLv2 +LICENSE= APACHE20 USES= erlang:rebar ssl USE_GITHUB= yes GH_ACCOUNT= processone -GH_PROJECT= tls -GH_TAGNAME= e56321a +ERL_BUILD_DEPS= textproc/erlang-p1_utils +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/security/erlang-fast_tls/distinfo ============================================================================== --- head/security/erlang-p1tls/distinfo Sat Nov 12 00:49:05 2016 (r425917) +++ head/security/erlang-fast_tls/distinfo Sat Nov 12 05:48:55 2016 (r425918) @@ -1,2 +1,3 @@ -SHA256 (processone-tls-0.20150803-e56321a_GH0.tar.gz) = 24a06ad73f271fac10ca57645c00539aa7a3f69fa9e9eab85463104d2318007a -SIZE (processone-tls-0.20150803-e56321a_GH0.tar.gz) = 60667 +TIMESTAMP = 1478609437 +SHA256 (processone-fast_tls-1.0.7_GH0.tar.gz) = 35da558d86aec4abe571740f5f229cd03dbb3abffaf16991fe88304a3a5f72e2 +SIZE (processone-fast_tls-1.0.7_GH0.tar.gz) = 58069 Added: head/security/erlang-fast_tls/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-fast_tls/files/patch-rebar.config Sat Nov 12 05:48:55 2016 (r425918) @@ -0,0 +1,11 @@ +--- rebar.config.orig 2016-11-08 13:08:47 UTC ++++ rebar.config +@@ -27,7 +27,7 @@ + {port_specs, [{"priv/lib/fast_tls_drv.so", ["c_src/fast_tls_drv.c"]}, + {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}. + +-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}. ++{deps, []}. + + {clean_files, ["c_src/fast_tls_drv.gcda", "c_src/fast_tls_drv.gcno", + "c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}. Modified: head/security/erlang-fast_tls/pkg-descr ============================================================================== --- head/security/erlang-p1tls/pkg-descr Sat Nov 12 00:49:05 2016 (r425917) +++ head/security/erlang-fast_tls/pkg-descr Sat Nov 12 05:48:55 2016 (r425918) @@ -1,3 +1,5 @@ -TLS / SSL native driver for Erlang from ProcessOne +Fast TSL is a native TLS / SSL driver for Erlang / Elixir. +It is based on OpenSSL, a proven and efficient TLS implementation. +It is designed for efficiency, speed and compliance. -WWW: https://github.com/processone/tls +WWW: https://github.com/processone/fast_tls/ Modified: head/security/erlang-fast_tls/pkg-plist ============================================================================== --- head/security/erlang-p1tls/pkg-plist Sat Nov 12 00:49:05 2016 (r425917) +++ head/security/erlang-fast_tls/pkg-plist Sat Nov 12 05:48:55 2016 (r425918) @@ -1,13 +1,13 @@ -lib/erlang/lib/p1tls-%%VERSION%%/ebin/p1_sha.beam -lib/erlang/lib/p1tls-%%VERSION%%/ebin/p1_tls.app -lib/erlang/lib/p1tls-%%VERSION%%/ebin/p1_tls.beam -lib/erlang/lib/p1tls-%%VERSION%%/ebin/p1_tls_app.beam -lib/erlang/lib/p1tls-%%VERSION%%/ebin/p1_tls_sup.beam -lib/erlang/lib/p1tls-%%VERSION%%/priv/lib/p1_sha.so -lib/erlang/lib/p1tls-%%VERSION%%/priv/lib/p1_tls_drv.so -lib/erlang/lib/p1tls-%%VERSION%%/src/p1_sha.erl -lib/erlang/lib/p1tls-%%VERSION%%/src/p1_tls.app.src -lib/erlang/lib/p1tls-%%VERSION%%/src/p1_tls.erl -lib/erlang/lib/p1tls-%%VERSION%%/src/p1_tls_app.erl -lib/erlang/lib/p1tls-%%VERSION%%/src/p1_tls_sup.erl +lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls.app +lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls.beam +lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls_app.beam +lib/erlang/lib/fast_tls-%%VERSION%%/ebin/fast_tls_sup.beam +lib/erlang/lib/fast_tls-%%VERSION%%/ebin/p1_sha.beam +lib/erlang/lib/fast_tls-%%VERSION%%/priv/lib/fast_tls_drv.so +lib/erlang/lib/fast_tls-%%VERSION%%/priv/lib/p1_sha.so +lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls.app.src +lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls.erl +lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls_app.erl +lib/erlang/lib/fast_tls-%%VERSION%%/src/fast_tls_sup.erl +lib/erlang/lib/fast_tls-%%VERSION%%/src/p1_sha.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sat Nov 12 05:50:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 245B3C3C7EE; Sat, 12 Nov 2016 05:50:33 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E354210C9; Sat, 12 Nov 2016 05:50:32 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC5oWQJ046424; Sat, 12 Nov 2016 05:50:32 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC5oWXb046423; Sat, 12 Nov 2016 05:50:32 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201611120550.uAC5oWXb046423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sat, 12 Nov 2016 05:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425919 - head/net-mgmt/fastnetmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 05:50:33 -0000 Author: farrokhi Date: Sat Nov 12 05:50:31 2016 New Revision: 425919 URL: https://svnweb.freebsd.org/changeset/ports/425919 Log: Fix distfile checksums for net-mgmt/fastnetmon Reviewed by: mat, bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8474 Modified: head/net-mgmt/fastnetmon/distinfo Modified: head/net-mgmt/fastnetmon/distinfo ============================================================================== --- head/net-mgmt/fastnetmon/distinfo Sat Nov 12 05:48:55 2016 (r425918) +++ head/net-mgmt/fastnetmon/distinfo Sat Nov 12 05:50:31 2016 (r425919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473567716 -SHA256 (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = e996d8258336bf06887b4fbd47f55a8ac1769e6b3f4dd32f5c245ce4f7258af4 -SIZE (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = 4173717 +TIMESTAMP = 1478621523 +SHA256 (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = 1b78c5f7e5d750bf7dbf2c516710a53e430975480b45bfc6996fe00f5bef7de8 +SIZE (pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz) = 4173724 From owner-svn-ports-all@freebsd.org Sat Nov 12 06:26:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26005C3B6BD; Sat, 12 Nov 2016 06:26:41 +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 E95BA1085; Sat, 12 Nov 2016 06:26:40 +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 uAC6QeQt061866; Sat, 12 Nov 2016 06:26:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC6Qe8a061865; Sat, 12 Nov 2016 06:26:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120626.uAC6Qe8a061865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 06:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425920 - head/games/boswars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 06:26:41 -0000 Author: antoine Date: Sat Nov 12 06:26:39 2016 New Revision: 425920 URL: https://svnweb.freebsd.org/changeset/ports/425920 Log: Fix COPYTREE_SHARE invocation Modified: head/games/boswars/Makefile Modified: head/games/boswars/Makefile ============================================================================== --- head/games/boswars/Makefile Sat Nov 12 05:50:31 2016 (r425919) +++ head/games/boswars/Makefile Sat Nov 12 06:26:39 2016 (r425920) @@ -3,7 +3,7 @@ PORTNAME= boswars PORTVERSION= 2.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://www.boswars.org/dist/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -48,6 +48,6 @@ do-install: .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} - ${COPYTREE_SHARE} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-all@freebsd.org Sat Nov 12 06:33:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7375C3BAE1; Sat, 12 Nov 2016 06:33: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 96917159D; Sat, 12 Nov 2016 06:33: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 uAC6XN0r065796; Sat, 12 Nov 2016 06:33:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC6XNTM065794; Sat, 12 Nov 2016 06:33:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120633.uAC6XNTM065794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 06:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425921 - in head: security textproc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 06:33:24 -0000 Author: antoine Date: Sat Nov 12 06:33:23 2016 New Revision: 425921 URL: https://svnweb.freebsd.org/changeset/ports/425921 Log: Fix INDEX Modified: head/security/Makefile head/textproc/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Nov 12 06:26:39 2016 (r425920) +++ head/security/Makefile Sat Nov 12 06:33:23 2016 (r425921) @@ -124,8 +124,8 @@ SUBDIR += elixir-comeonin SUBDIR += elixir-comeonin_i18n SUBDIR += elixir-jose + SUBDIR += erlang-fast_tls SUBDIR += erlang-jose - SUBDIR += erlang-p1tls SUBDIR += eschalot SUBDIR += esteidfirefoxplugin SUBDIR += expiretable Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Nov 12 06:26:39 2016 (r425920) +++ head/textproc/Makefile Sat Nov 12 06:33:23 2016 (r425921) @@ -177,7 +177,6 @@ SUBDIR += erlang-edown SUBDIR += erlang-fast_xml SUBDIR += erlang-p1_utils - SUBDIR += erlang-p1xml SUBDIR += erlang-yamerl SUBDIR += es-aspell SUBDIR += es-hunspell From owner-svn-ports-all@freebsd.org Sat Nov 12 07:06:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5076C3D43D; Sat, 12 Nov 2016 07:06:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4675119F; Sat, 12 Nov 2016 07:06:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC766r1077514; Sat, 12 Nov 2016 07:06:06 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC766gY077513; Sat, 12 Nov 2016 07:06:06 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611120706.uAC766gY077513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 12 Nov 2016 07:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425922 - head/games/acm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 07:06:08 -0000 Author: linimon Date: Sat Nov 12 07:06:06 2016 New Revision: 425922 URL: https://svnweb.freebsd.org/changeset/ports/425922 Log: While the concept of a game involving warring typefaces has some merit, this game isn't it. While here, note that it doesn't build on aarch64. Modified: head/games/acm/Makefile Modified: head/games/acm/Makefile ============================================================================== --- head/games/acm/Makefile Sat Nov 12 06:33:23 2016 (r425921) +++ head/games/acm/Makefile Sat Nov 12 07:06:06 2016 (r425922) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Arial combat simulator for X11 +COMMENT= Aerial combat simulator for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -24,6 +24,8 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBull USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ +BROKEN_aarch64= Fails to compile: machine/limits.h not found + OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas From owner-svn-ports-all@freebsd.org Sat Nov 12 08:30:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB416C3D5B1; Sat, 12 Nov 2016 08:30:48 +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 ACFA210E0; Sat, 12 Nov 2016 08:30:48 +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 uAC8UlLt009087; Sat, 12 Nov 2016 08:30:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8Ulbe009085; Sat, 12 Nov 2016 08:30:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611120830.uAC8Ulbe009085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Nov 2016 08:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425923 - head/java/netty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 08:30:49 -0000 Author: pi Date: Sat Nov 12 08:30:47 2016 New Revision: 425923 URL: https://svnweb.freebsd.org/changeset/ports/425923 Log: java/netty: update 3.9.2 -> 3.10.6 PR: 214427 Changes: https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final http://netty.io/news/2016/06/29/3-10-6-Final.html Submitted by: Jochen Neumeister Modified: head/java/netty/Makefile head/java/netty/distinfo Modified: head/java/netty/Makefile ============================================================================== --- head/java/netty/Makefile Sat Nov 12 07:06:06 2016 (r425922) +++ head/java/netty/Makefile Sat Nov 12 08:30:47 2016 (r425923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netty -PORTVERSION= 3.9.2 +PORTVERSION= 3.10.6 DISTVERSIONSUFFIX= .Final-dist CATEGORIES= java devel MASTER_SITES= http://dl.bintray.com/netty/downloads/ Modified: head/java/netty/distinfo ============================================================================== --- head/java/netty/distinfo Sat Nov 12 07:06:06 2016 (r425922) +++ head/java/netty/distinfo Sat Nov 12 08:30:47 2016 (r425923) @@ -1,2 +1,3 @@ -SHA256 (netty-3.9.2.Final-dist.tar.bz2) = 39f6474b916de04251ca4fea85e4e00cb955b53f71fb0966fc4a56ec9b207605 -SIZE (netty-3.9.2.Final-dist.tar.bz2) = 12395181 +TIMESTAMP = 1478886723 +SHA256 (netty-3.10.6.Final-dist.tar.bz2) = ee13fd0988c2c59b91c9cd9ffd69f392b190724deab67ada2aaa0e89e347820e +SIZE (netty-3.10.6.Final-dist.tar.bz2) = 4418125 From owner-svn-ports-all@freebsd.org Sat Nov 12 08:51:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9D06C3DC53; Sat, 12 Nov 2016 08:51: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 AAE9B1A9C; Sat, 12 Nov 2016 08:51: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 uAC8pYNV017627; Sat, 12 Nov 2016 08:51:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8pYRv017625; Sat, 12 Nov 2016 08:51:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120851.uAC8pYRv017625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 08:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425924 - head/security/rubygem-recog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 08:51:36 -0000 Author: antoine Date: Sat Nov 12 08:51:34 2016 New Revision: 425924 URL: https://svnweb.freebsd.org/changeset/ports/425924 Log: Update to 2.0.24 Modified: head/security/rubygem-recog/Makefile head/security/rubygem-recog/distinfo Modified: head/security/rubygem-recog/Makefile ============================================================================== --- head/security/rubygem-recog/Makefile Sat Nov 12 08:30:47 2016 (r425923) +++ head/security/rubygem-recog/Makefile Sat Nov 12 08:51:34 2016 (r425924) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 2.0.23 +PORTVERSION= 2.0.24 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-recog/distinfo ============================================================================== --- head/security/rubygem-recog/distinfo Sat Nov 12 08:30:47 2016 (r425923) +++ head/security/rubygem-recog/distinfo Sat Nov 12 08:51:34 2016 (r425924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477676495 -SHA256 (rubygem/recog-2.0.23.gem) = 6a5531e4ba00a85865ee79d1d277e95041a0af538bf61fd51ed053e68db914b5 -SIZE (rubygem/recog-2.0.23.gem) = 204800 +TIMESTAMP = 1478934783 +SHA256 (rubygem/recog-2.0.24.gem) = 04df650e527c98f485dc3a1620a98510b7e709ae248b84ed7752a20745fe2afd +SIZE (rubygem/recog-2.0.24.gem) = 205312 From owner-svn-ports-all@freebsd.org Sat Nov 12 08:52:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88517C3DC8F; Sat, 12 Nov 2016 08:52:00 +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 567E51BD5; Sat, 12 Nov 2016 08:52:00 +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 uAC8px3i019993; Sat, 12 Nov 2016 08:51:59 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8pxjv019992; Sat, 12 Nov 2016 08:51:59 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611120851.uAC8pxjv019992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 08:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425925 - branches/2016Q4/games/tome4 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: Sat, 12 Nov 2016 08:52:00 -0000 Author: matthew Date: Sat Nov 12 08:51:59 2016 New Revision: 425925 URL: https://svnweb.freebsd.org/changeset/ports/425925 Log: MFH: r425910 r425913 Use the portable vesion of luajit when building on aarch64 PR: 214411 Submitted by: lifanov@mail.lifanov.com (maintainer) Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/games/tome4/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/games/tome4/Makefile ============================================================================== --- branches/2016Q4/games/tome4/Makefile Sat Nov 12 08:51:34 2016 (r425924) +++ branches/2016Q4/games/tome4/Makefile Sat Nov 12 08:51:59 2016 (r425925) @@ -33,9 +33,17 @@ USE_CSTD= gnu89 SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes +LUA_TYPE= + +.include + pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua +.if ${ARCH} == aarch64 + (cd ${WRKSRC} && premake4 --lua=default gmake) +.else (cd ${WRKSRC} && premake4 gmake) +.endif @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make do-install: @@ -46,4 +54,4 @@ do-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps -.include +.include From owner-svn-ports-all@freebsd.org Sat Nov 12 08:52:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2414C3DCD9; Sat, 12 Nov 2016 08:52:32 +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 89BAD1D32; Sat, 12 Nov 2016 08:52:32 +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 uAC8qVMV020969; Sat, 12 Nov 2016 08:52:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8qVZh020966; Sat, 12 Nov 2016 08:52:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120852.uAC8qVZh020966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 08:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425926 - head/security/rubygem-metasploit-credential X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 08:52:32 -0000 Author: antoine Date: Sat Nov 12 08:52:31 2016 New Revision: 425926 URL: https://svnweb.freebsd.org/changeset/ports/425926 Log: Update to 2.0.5 Modified: head/security/rubygem-metasploit-credential/Makefile head/security/rubygem-metasploit-credential/distinfo Modified: head/security/rubygem-metasploit-credential/Makefile ============================================================================== --- head/security/rubygem-metasploit-credential/Makefile Sat Nov 12 08:51:59 2016 (r425925) +++ head/security/rubygem-metasploit-credential/Makefile Sat Nov 12 08:52:31 2016 (r425926) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-credential -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ + rubygem-pg>=0:databases/rubygem-pg \ rubygem-railties4>=0:www/rubygem-railties4 \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ - rubygem-rubyzip>=0:archivers/rubygem-rubyzip \ - rubygem-pg>=0:databases/rubygem-pg + rubygem-rubyzip>=0:archivers/rubygem-rubyzip NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-metasploit-credential/distinfo ============================================================================== --- head/security/rubygem-metasploit-credential/distinfo Sat Nov 12 08:51:59 2016 (r425925) +++ head/security/rubygem-metasploit-credential/distinfo Sat Nov 12 08:52:31 2016 (r425926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475934979 -SHA256 (rubygem/metasploit-credential-2.0.4.gem) = 93f2c6348d0f1e348a584039b7c17982fdcda051b8da5f7fc9efab5bbd7a49ef -SIZE (rubygem/metasploit-credential-2.0.4.gem) = 109568 +TIMESTAMP = 1478934675 +SHA256 (rubygem/metasploit-credential-2.0.5.gem) = d53d5648de57c984422f642392060dfe71a7dd1d305af547dead4ec37d0fb5e1 +SIZE (rubygem/metasploit-credential-2.0.5.gem) = 110080 From owner-svn-ports-all@freebsd.org Sat Nov 12 08:53:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D87F8C3DD18; Sat, 12 Nov 2016 08:53:09 +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 9052A1E14; Sat, 12 Nov 2016 08:53:09 +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 uAC8r8om021102; Sat, 12 Nov 2016 08:53:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8r88A021100; Sat, 12 Nov 2016 08:53:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120853.uAC8r88A021100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 08:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425927 - head/security/rubygem-rex-exploitation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 08:53:09 -0000 Author: antoine Date: Sat Nov 12 08:53:08 2016 New Revision: 425927 URL: https://svnweb.freebsd.org/changeset/ports/425927 Log: Update to 0.1.2 Modified: head/security/rubygem-rex-exploitation/Makefile head/security/rubygem-rex-exploitation/distinfo Modified: head/security/rubygem-rex-exploitation/Makefile ============================================================================== --- head/security/rubygem-rex-exploitation/Makefile Sat Nov 12 08:52:31 2016 (r425926) +++ head/security/rubygem-rex-exploitation/Makefile Sat Nov 12 08:53:08 2016 (r425927) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= rex-exploitation -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers -RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ +RUN_DEPENDS= rubygem-jsobfu>=0:www/rubygem-jsobfu \ + rubygem-metasm>=0:devel/rubygem-metasm \ rubygem-rex-arch>=0:security/rubygem-rex-arch \ rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ - rubygem-rex-text>=0:security/rubygem-rex-text \ - rubygem-jsobfu>=0:www/rubygem-jsobfu + rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes Modified: head/security/rubygem-rex-exploitation/distinfo ============================================================================== --- head/security/rubygem-rex-exploitation/distinfo Sat Nov 12 08:52:31 2016 (r425926) +++ head/security/rubygem-rex-exploitation/distinfo Sat Nov 12 08:53:08 2016 (r425927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477159524 -SHA256 (rubygem/rex-exploitation-0.1.1.gem) = b73e9d9babdaa32bd9a1f4c12bed98a21f89c6df3d0d6dad2d57eeaa4141c992 -SIZE (rubygem/rex-exploitation-0.1.1.gem) = 77312 +TIMESTAMP = 1478934834 +SHA256 (rubygem/rex-exploitation-0.1.2.gem) = a5ee456d7fa3c1e4326d0a3f1ada99fa791b36f919d3caa17c8cf434f08a6a28 +SIZE (rubygem/rex-exploitation-0.1.2.gem) = 77312 From owner-svn-ports-all@freebsd.org Sat Nov 12 08:53:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F16E1C3DD48; Sat, 12 Nov 2016 08:53:34 +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 A74251EE8; Sat, 12 Nov 2016 08:53:34 +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 uAC8rX4Q021227; Sat, 12 Nov 2016 08:53:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8rX1O021225; Sat, 12 Nov 2016 08:53:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120853.uAC8rX1O021225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 08:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425928 - 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, 12 Nov 2016 08:53:35 -0000 Author: antoine Date: Sat Nov 12 08:53:33 2016 New Revision: 425928 URL: https://svnweb.freebsd.org/changeset/ports/425928 Log: Update to 4.12.41 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Nov 12 08:53:08 2016 (r425927) +++ head/security/metasploit/Makefile Sat Nov 12 08:53:33 2016 (r425928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.39 +PORTVERSION= 4.12.41 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -94,14 +94,11 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${PAX} -rw . ${STAGEDIR}${DATADIR} .for f in ${SCRIPTS} - ${PRINTF} '#!/bin/sh\ncd ${DATADIR} && ./${f} "$$@"\n' > ${STAGEDIR}${PREFIX}/bin/${f} + ${LN} -s ../${DATADIR_REL}/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install: -.for f in ${SCRIPTS} - @${ECHO} "@(,,555) bin/${f}" >> ${TMPPLIST} -.endfor - @${FIND} ${STAGEDIR}${DATADIR} ! -type d | \ + @${FIND} ${STAGEDIR} ! -type d | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; /Gemfile.lock/s|^|@(,,0666) |' >> ${TMPPLIST} @${FIND} -ds ${STAGEDIR}${DATADIR} -type d -empty | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; s,^,@dir ,' >> ${TMPPLIST} Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Nov 12 08:53:08 2016 (r425927) +++ head/security/metasploit/distinfo Sat Nov 12 08:53:33 2016 (r425928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477722668 -SHA256 (rapid7-metasploit-framework-4.12.39_GH0.tar.gz) = 9371c56c20247221f2855ac9dc991643290dab142139f227c87ec9bfe17d55b0 -SIZE (rapid7-metasploit-framework-4.12.39_GH0.tar.gz) = 23273433 +TIMESTAMP = 1478932647 +SHA256 (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 103cd6bc8aec2a8485be42dce1af882240d139993007abfc140ee6fa8cf6ea3c +SIZE (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 23320984 From owner-svn-ports-all@freebsd.org Sat Nov 12 09:00:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1CF6C3DFF9; Sat, 12 Nov 2016 09:00:14 +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 911E81037; Sat, 12 Nov 2016 09:00:14 +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 uAC90DV1021603; Sat, 12 Nov 2016 09:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC90Djm021602; Sat, 12 Nov 2016 09:00:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611120900.uAC90Djm021602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 09:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425929 - head/net/ipsvd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 09:00:14 -0000 Author: amdmi3 Date: Sat Nov 12 09:00:13 2016 New Revision: 425929 URL: https://svnweb.freebsd.org/changeset/ports/425929 Log: - Add LICENSE - Switch to options helpers Modified: head/net/ipsvd/Makefile Modified: head/net/ipsvd/Makefile ============================================================================== --- head/net/ipsvd/Makefile Sat Nov 12 08:53:33 2016 (r425928) +++ head/net/ipsvd/Makefile Sat Nov 12 09:00:13 2016 (r425929) @@ -9,6 +9,9 @@ MASTER_SITES= http://smarden.org/ipsvd/ MAINTAINER= ports@FreeBSD.org COMMENT= Internet protocol service daemons +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/package/COPYING + WRKSRC= ${WRKDIR}/net/${DISTNAME} ALL_TARGET= default @@ -31,6 +34,8 @@ do-install: .for n in 5 7 8 ${INSTALL_MAN} ${WRKSRC}/man/*.${n} ${STAGEDIR}${MANPREFIX}/man/man${n} .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-all@freebsd.org Sat Nov 12 09:06:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23ADBC281B6; Sat, 12 Nov 2016 09:06:55 +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 E487613CF; Sat, 12 Nov 2016 09:06:54 +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 uAC96soi025555; Sat, 12 Nov 2016 09:06:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC96r2m025553; Sat, 12 Nov 2016 09:06:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611120906.uAC96r2m025553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 12 Nov 2016 09:06:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425930 - head/devel/etcd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 09:06:55 -0000 Author: olgeni Date: Sat Nov 12 09:06:53 2016 New Revision: 425930 URL: https://svnweb.freebsd.org/changeset/ports/425930 Log: Update devel/etcd3 to version 3.0.15. Modified: head/devel/etcd3/Makefile head/devel/etcd3/distinfo Modified: head/devel/etcd3/Makefile ============================================================================== --- head/devel/etcd3/Makefile Sat Nov 12 09:00:13 2016 (r425929) +++ head/devel/etcd3/Makefile Sat Nov 12 09:06:53 2016 (r425930) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.0.14 +PORTVERSION= 3.0.15 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd3/distinfo ============================================================================== --- head/devel/etcd3/distinfo Sat Nov 12 09:00:13 2016 (r425929) +++ head/devel/etcd3/distinfo Sat Nov 12 09:06:53 2016 (r425930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478288168 -SHA256 (coreos-etcd-v3.0.14_GH0.tar.gz) = ad534a25b5816b9f9b5e73bc8cb38ecdd013b79d1e7472446895a145890a06f9 -SIZE (coreos-etcd-v3.0.14_GH0.tar.gz) = 2214557 +TIMESTAMP = 1478901648 +SHA256 (coreos-etcd-v3.0.15_GH0.tar.gz) = c21871f7e1454b1698ff29601a296f4b09365fac25bea45c0af21542d486c307 +SIZE (coreos-etcd-v3.0.15_GH0.tar.gz) = 2216552 From owner-svn-ports-all@freebsd.org Sat Nov 12 09:11:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB3EC28349; Sat, 12 Nov 2016 09:11:01 +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 E4AF017BD; Sat, 12 Nov 2016 09:11:00 +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 uAC9B0pp025839; Sat, 12 Nov 2016 09:11:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC9B0fJ025837; Sat, 12 Nov 2016 09:11:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611120911.uAC9B0fJ025837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 09:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425931 - head/sysutils/debootstrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 09:11:01 -0000 Author: matthew Date: Sat Nov 12 09:10:59 2016 New Revision: 425931 URL: https://svnweb.freebsd.org/changeset/ports/425931 Log: Update to 1.0.86 debootstrap (1.0.86) unstable; urgency=high * Rework split_inline_sig by using shell built-ins instead of trying to mix sed and tr together, which might work on regular systems but not from inside the Debian Installer (Closes: #842591). Thanks to Ansgar Burchardt for the proof of concept! -- Cyril Brulebois Sun, 30 Oct 2016 23:35:45 +0100 PR: 213950 Submitted by: lifanov@mail.lifanov.com (Maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sat Nov 12 09:06:53 2016 (r425930) +++ head/sysutils/debootstrap/Makefile Sat Nov 12 09:10:59 2016 (r425931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.85 +PORTVERSION= 1.0.86 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Sat Nov 12 09:06:53 2016 (r425930) +++ head/sysutils/debootstrap/distinfo Sat Nov 12 09:10:59 2016 (r425931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477321992 -SHA256 (debootstrap_1.0.85.tar.gz) = 134b937991effdddfd2de57de615dc0f59bef27ec684ca0a26e4887ea49ef576 -SIZE (debootstrap_1.0.85.tar.gz) = 65743 +TIMESTAMP = 1477920303 +SHA256 (debootstrap_1.0.86.tar.gz) = ce7eb450f7d5dd55d9b49f8a68f2b33c5f4edeba93c2d63ef3dd01e009f4fb5c +SIZE (debootstrap_1.0.86.tar.gz) = 65352 From owner-svn-ports-all@freebsd.org Sat Nov 12 09:36:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 502FDC28DFA; Sat, 12 Nov 2016 09:36:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB4917E6; Sat, 12 Nov 2016 09:36:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC9a0wB037288; Sat, 12 Nov 2016 09:36:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC9a0xG037287; Sat, 12 Nov 2016 09:36:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611120936.uAC9a0xG037287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 12 Nov 2016 09:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425932 - head/security/nacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 09:36:01 -0000 Author: linimon Date: Sat Nov 12 09:36:00 2016 New Revision: 425932 URL: https://svnweb.freebsd.org/changeset/ports/425932 Log: Mark as broken on the rest of the tier-2 archs. Do some cleanup. Approved by: portmgr (tier-2 blanket) Modified: head/security/nacl/Makefile Modified: head/security/nacl/Makefile ============================================================================== --- head/security/nacl/Makefile Sat Nov 12 09:10:59 2016 (r425931) +++ head/security/nacl/Makefile Sat Nov 12 09:36:00 2016 (r425932) @@ -10,16 +10,16 @@ MASTER_SITES= http://hyperelliptic.org/n MAINTAINER= johans@FreeBSD.org COMMENT= High speed cryptography library -BROKEN_powerpc64= Does not build - USES= tar:bzip2 ALL_TARGET= do USE_BINUTILS= yes MAKE_JOBS_UNSAFE= yes -BROKEN_ia64= Does not compile on ia64, powerpc, or sparc64 -BROKEN_powerpc= Does not compile on ia64, powerpc, or sparc64 -BROKEN_sparc64= Does not compile on ia64, powerpc, or sparc64 +BROKEN_aarch64= Does not build: /proc/cpuinfo: No such file or directory +BROKEN_mips64= Does not build: /proc/cpuinfo: No such file or directory +BROKEN_powerpc= Does not compile on powerpc +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile on sparc64 HOSTNAME_CMD?= /bin/hostname -s MYARCH= ${ARCH:S/i386/x86/:S/powerpc/ppc/} From owner-svn-ports-all@freebsd.org Sat Nov 12 09:45:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F970C3B155; Sat, 12 Nov 2016 09:45:33 +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 9018B1C37; Sat, 12 Nov 2016 09:45:32 +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 uAC9jVi3043907; Sat, 12 Nov 2016 09:45:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC9jMET043816; Sat, 12 Nov 2016 09:45:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611120945.uAC9jMET043816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 12 Nov 2016 09:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425933 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW devel/liborcus editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreo... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 09:45:33 -0000 Author: bapt Date: Sat Nov 12 09:45:22 2016 New Revision: 425933 URL: https://svnweb.freebsd.org/changeset/ports/425933 Log: Update libreoffice to 5.2.3 and liborcus to 0.11.2 Added: head/editors/libreoffice/files/patch-configure (contents, props changed) head/editors/libreoffice/files/patch-include_LibreOfficeKit_LibreOfficeKitInit.h (contents, props changed) Deleted: head/editors/libreoffice/files/patch-Repository.mk head/editors/libreoffice/files/patch-avmedia_Library__avmediaogl.mk head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_rtti.cxx head/editors/libreoffice/files/patch-chart2_Library__chartcore.mk head/editors/libreoffice/files/patch-chart2_Library__chartopengl.mk head/editors/libreoffice/files/patch-configure.ac head/editors/libreoffice/files/patch-desktop_Library__sofficeapp.mk head/editors/libreoffice/files/patch-desktop_scripts_soffice.sh head/editors/libreoffice/files/patch-i18npool_CustomTarget__breakiterator.mk head/editors/libreoffice/files/patch-liborcus head/editors/libreoffice/files/patch-sal_osl_unx_backtrace.c head/editors/libreoffice/files/patch-sal_osl_unx_pipe.cxx head/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx head/editors/libreoffice/files/patch-sal_osl_unx_sockimpl.hxx head/editors/libreoffice/files/patch-sd_Module__sd.mk head/editors/libreoffice/files/patch-shell_source_unix_sysshell_recently__used__file__handler.cxx head/editors/libreoffice/files/patch-solenv_bin_concat-deps.c head/editors/libreoffice/files/patch-svx_Executable__gengal.mk head/editors/libreoffice/files/patch-vcl_Executable__icontest.mk head/editors/libreoffice/files/patch-vcl_Executable__mtfdemo.mk head/editors/libreoffice/files/patch-vcl_Executable__ui-previewer.mk head/editors/libreoffice/files/patch-vcl_Executable__vcldemo.mk head/editors/libreoffice/files/patch-vcl_Library__vcl.mk head/editors/libreoffice/files/patch-vcl_Module__vcl.mk head/editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk head/editors/libreoffice/files/patch-vcl_qa_cppunit_BitmapTest.cxx Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/devel/liborcus/Makefile head/devel/liborcus/distinfo head/devel/liborcus/pkg-plist head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/editors/libreoffice/files/patch-Makefile.in head/editors/libreoffice/files/patch-bin_distro-install-desktop-integration head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx head/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_uno2cpp.cxx head/editors/libreoffice/files/patch-sal_osl_unx_system.cxx head/editors/libreoffice/files/patch-sal_osl_unx_system.hxx head/editors/libreoffice/files/patch-sc_Module__sc.mk head/editors/libreoffice/files/patch-solenv_gbuild_UnpackedTarball.mk head/editors/libreoffice/files/patch-solenv_gbuild_platform_unxgcc.mk head/editors/libreoffice/files/patch-svtools_source_svrtf_parrtf.cxx head/editors/libreoffice/files/patch-sw_Module__sw.mk head/editors/libreoffice/files/patch-sysui_desktop_share_create__tree.sh head/editors/libreoffice/files/patch-ucb_source_ucp_webdav_DateTimeHelper.cxx head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/arabic/libreoffice/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ar.tar.gz) = a3b4aad49e5f7f041e7706817df65be7070c3d2ac209e932dee211c21eb48b1f -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ar.tar.gz) = 2256170 +TIMESTAMP = 1478427576 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ar.tar.gz) = 4ce71fa4fca5f59445105729f7caa1c93b3b67782a911fd210b901408c5e552f +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ar.tar.gz) = 2246195 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/chinese/libreoffice-zh_CN/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 06697ee5a200808d36816f19060057e33c0876afd71329d820bdc2842e0ab8db -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 567869 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 0dbfd1ecf21c12cfc229a875c463862a0528f198138f66bb92d06ae815a9b538 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10640861 +TIMESTAMP = 1478943496 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_zh-CN.tar.gz) = 750bbbda46955db8ce075aceb45c9435509d15e2a8068a5e2ae25c97cbe7dab1 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_zh-CN.tar.gz) = 558478 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_zh-CN.tar.gz) = fd33497355a8a065e3c44d4f24143b68ac09b78c9180f7ef5b1452ff93e6f65d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10780188 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/chinese/libreoffice-zh_TW/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 6cb04c177f0fe68f5288a0d644a192e2a01ba6c550caef11f4c8d353f9741cfc -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 565073 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 66624f4c8f622bbb3563997e47408257aba6cc5e814cdf714cb8977fedf095eb -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10697555 +TIMESTAMP = 1478943605 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_zh-TW.tar.gz) = 8e017d815770ab35f08ab378c8302373ae1c7bea73076cf015e77e885b94acd6 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_zh-TW.tar.gz) = 555828 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_zh-TW.tar.gz) = a5321913d82d23d49c7e07f34bcc6c0a0a3dcdc632794f58d525c189f9627816 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10812292 Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Sat Nov 12 09:36:00 2016 (r425932) +++ head/devel/liborcus/Makefile Sat Nov 12 09:45:22 2016 (r425933) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.9.2 +PORTVERSION= 0.11.2 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ @@ -10,7 +10,7 @@ COMMENT= Standalone file import filter l LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 +BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs GNU_CONFIGURE= yes @@ -20,7 +20,8 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \ --with-boost="${LOCALBASE}" \ - --with-boost-system=boost_system + --with-boost-system=boost_system \ + --disable-python CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/liborcus/distinfo ============================================================================== --- head/devel/liborcus/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/devel/liborcus/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (liborcus-0.9.2.tar.xz) = dd49f9f1b8ff8a648434dd5c8b4fe1081d1118d61d0a71d4effee8f32553199c -SIZE (liborcus-0.9.2.tar.xz) = 1558072 +TIMESTAMP = 1478388932 +SHA256 (liborcus-0.11.2.tar.xz) = 6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad +SIZE (liborcus-0.11.2.tar.xz) = 1627540 Modified: head/devel/liborcus/pkg-plist ============================================================================== --- head/devel/liborcus/pkg-plist Sat Nov 12 09:36:00 2016 (r425932) +++ head/devel/liborcus/pkg-plist Sat Nov 12 09:45:22 2016 (r425933) @@ -1,60 +1,71 @@ bin/orcus-css-dump bin/orcus-detect +bin/orcus-json bin/orcus-mso-encryption bin/orcus-xml-dump +bin/orcus-yaml bin/orcus-zip-dump -include/liborcus-0.10/orcus/base64.hpp -include/liborcus-0.10/orcus/cell_buffer.hpp -include/liborcus-0.10/orcus/config.hpp -include/liborcus-0.10/orcus/css_document_tree.hpp -include/liborcus-0.10/orcus/css_parser.hpp -include/liborcus-0.10/orcus/css_parser_base.hpp -include/liborcus-0.10/orcus/css_selector.hpp -include/liborcus-0.10/orcus/css_types.hpp -include/liborcus-0.10/orcus/csv_parser.hpp -include/liborcus-0.10/orcus/csv_parser_base.hpp -include/liborcus-0.10/orcus/dom_tree.hpp -include/liborcus-0.10/orcus/env.hpp -include/liborcus-0.10/orcus/exception.hpp -include/liborcus-0.10/orcus/format_detection.hpp -include/liborcus-0.10/orcus/global.hpp -include/liborcus-0.10/orcus/interface.hpp -include/liborcus-0.10/orcus/measurement.hpp -include/liborcus-0.10/orcus/orcus_csv.hpp -include/liborcus-0.10/orcus/orcus_gnumeric.hpp -include/liborcus-0.10/orcus/orcus_import_xlsx.hpp -include/liborcus-0.10/orcus/orcus_ods.hpp -include/liborcus-0.10/orcus/orcus_xls_xml.hpp -include/liborcus-0.10/orcus/orcus_xlsx.hpp -include/liborcus-0.10/orcus/orcus_xml.hpp -include/liborcus-0.10/orcus/parser_global.hpp -include/liborcus-0.10/orcus/pstring.hpp -include/liborcus-0.10/orcus/sax_ns_parser.hpp -include/liborcus-0.10/orcus/sax_parser.hpp -include/liborcus-0.10/orcus/sax_parser_base.hpp -include/liborcus-0.10/orcus/sax_token_parser.hpp -include/liborcus-0.10/orcus/stream.hpp -include/liborcus-0.10/orcus/string_pool.hpp -include/liborcus-0.10/orcus/tokens.hpp -include/liborcus-0.10/orcus/types.hpp -include/liborcus-0.10/orcus/xml_namespace.hpp -include/liborcus-0.10/orcus/xml_structure_tree.hpp -include/liborcus-0.10/orcus/zip_archive.hpp -include/liborcus-0.10/orcus/zip_archive_stream.hpp -include/liborcus-0.10/orcus/ooxml/encryption_info.hpp -include/liborcus-0.10/orcus/spreadsheet/export_interface.hpp -include/liborcus-0.10/orcus/spreadsheet/import_interface.hpp -include/liborcus-0.10/orcus/spreadsheet/types.hpp -lib/liborcus-0.10.a -lib/liborcus-0.10.so -lib/liborcus-0.10.so.0 -lib/liborcus-0.10.so.0.0.0 -lib/liborcus-mso-0.10.a -lib/liborcus-mso-0.10.so -lib/liborcus-mso-0.10.so.0 -lib/liborcus-mso-0.10.so.0.0.0 -lib/liborcus-parser-0.10.a -lib/liborcus-parser-0.10.so -lib/liborcus-parser-0.10.so.0 -lib/liborcus-parser-0.10.so.0.0.0 -libdata/pkgconfig/liborcus-0.10.pc +include/liborcus-0.11/orcus/base64.hpp +include/liborcus-0.11/orcus/cell_buffer.hpp +include/liborcus-0.11/orcus/config.hpp +include/liborcus-0.11/orcus/css_document_tree.hpp +include/liborcus-0.11/orcus/css_parser.hpp +include/liborcus-0.11/orcus/css_parser_base.hpp +include/liborcus-0.11/orcus/css_selector.hpp +include/liborcus-0.11/orcus/css_types.hpp +include/liborcus-0.11/orcus/csv_parser.hpp +include/liborcus-0.11/orcus/csv_parser_base.hpp +include/liborcus-0.11/orcus/dom_tree.hpp +include/liborcus-0.11/orcus/env.hpp +include/liborcus-0.11/orcus/exception.hpp +include/liborcus-0.11/orcus/format_detection.hpp +include/liborcus-0.11/orcus/global.hpp +include/liborcus-0.11/orcus/info.hpp +include/liborcus-0.11/orcus/interface.hpp +include/liborcus-0.11/orcus/json_document_tree.hpp +include/liborcus-0.11/orcus/json_parser.hpp +include/liborcus-0.11/orcus/json_parser_base.hpp +include/liborcus-0.11/orcus/measurement.hpp +include/liborcus-0.11/orcus/ooxml/encryption_info.hpp +include/liborcus-0.11/orcus/orcus_csv.hpp +include/liborcus-0.11/orcus/orcus_gnumeric.hpp +include/liborcus-0.11/orcus/orcus_import_ods.hpp +include/liborcus-0.11/orcus/orcus_import_xlsx.hpp +include/liborcus-0.11/orcus/orcus_ods.hpp +include/liborcus-0.11/orcus/orcus_xls_xml.hpp +include/liborcus-0.11/orcus/orcus_xlsx.hpp +include/liborcus-0.11/orcus/orcus_xml.hpp +include/liborcus-0.11/orcus/parser_base.hpp +include/liborcus-0.11/orcus/parser_global.hpp +include/liborcus-0.11/orcus/pstring.hpp +include/liborcus-0.11/orcus/sax_ns_parser.hpp +include/liborcus-0.11/orcus/sax_parser.hpp +include/liborcus-0.11/orcus/sax_parser_base.hpp +include/liborcus-0.11/orcus/sax_token_parser.hpp +include/liborcus-0.11/orcus/spreadsheet/export_interface.hpp +include/liborcus-0.11/orcus/spreadsheet/import_interface.hpp +include/liborcus-0.11/orcus/spreadsheet/types.hpp +include/liborcus-0.11/orcus/stream.hpp +include/liborcus-0.11/orcus/string_pool.hpp +include/liborcus-0.11/orcus/tokens.hpp +include/liborcus-0.11/orcus/types.hpp +include/liborcus-0.11/orcus/xml_namespace.hpp +include/liborcus-0.11/orcus/xml_structure_tree.hpp +include/liborcus-0.11/orcus/yaml_document_tree.hpp +include/liborcus-0.11/orcus/yaml_parser.hpp +include/liborcus-0.11/orcus/yaml_parser_base.hpp +include/liborcus-0.11/orcus/zip_archive.hpp +include/liborcus-0.11/orcus/zip_archive_stream.hpp +lib/liborcus-0.11.a +lib/liborcus-0.11.so +lib/liborcus-0.11.so.0 +lib/liborcus-0.11.so.0.0.0 +lib/liborcus-mso-0.11.a +lib/liborcus-mso-0.11.so +lib/liborcus-mso-0.11.so.0 +lib/liborcus-mso-0.11.so.0.0.0 +lib/liborcus-parser-0.11.a +lib/liborcus-parser-0.11.so +lib/liborcus-parser-0.11.so.0 +lib/liborcus-parser-0.11.so.0.0.0 +libdata/pkgconfig/liborcus-0.11.pc Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-af/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_af.tar.gz) = e9d4999eb5c9d763b47ff98a420c2eca1ce905a8b5a17c52d31d0939607e2b95 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_af.tar.gz) = 1109070 +TIMESTAMP = 1478428055 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_af.tar.gz) = 957fb04374e07b95694bcda1aeef3540ae496cf7fc742a15a957ac68baf844b1 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_af.tar.gz) = 1099124 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-am/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_am.tar.gz) = 3bfb48a9d4ae851c9a757e7cd020379ea9f76476b5291c5a663d490c1185405c -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_am.tar.gz) = 514058 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_am.tar.gz) = a84acdb72c81b4f626b20971c37989dc3f02d774a8e0ebe7feb658f85da35d03 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_am.tar.gz) = 7204094 +TIMESTAMP = 1478428102 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_am.tar.gz) = fc0a736c4d5ca874f9365a955bf02347d4b5b07d76f11c870f99fc89efc28bd4 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_am.tar.gz) = 506887 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_am.tar.gz) = f34c2915660e1dc646e0015538eba2484dbfd4f2d578d6f014f56f0c56ab1230 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_am.tar.gz) = 7943415 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-as/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_as.tar.gz) = 178e801bea520bf5ef9b1916fdf5fa0a3149ca9885360c42f75e8017e0e88e14 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_as.tar.gz) = 542147 +TIMESTAMP = 1478428104 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_as.tar.gz) = 3894f31b06341431cdc6ac4582a6149693c61d3b6f5260f94953c39d55f5fdd8 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_as.tar.gz) = 529434 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ast/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ast.tar.gz) = e05cc2aab4452fdb434b611dad194df01843633bce3fd23b60c43655b8daadde -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ast.tar.gz) = 498278 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ast.tar.gz) = 51ec1a7efec46db83e37333ee21696b46d454a0ff3fc5065a19ac0fd45fbc887 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ast.tar.gz) = 8009534 +TIMESTAMP = 1478428140 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ast.tar.gz) = 2598fbed0c70db4d6f5c29bf7e8e4ee26f18627553b86ecbbfb5a05c11d3d4f9 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ast.tar.gz) = 488333 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ast.tar.gz) = 882e96b6311f79ccaad7770bd0966c1749722f1181ff7a600c831cb83627a365 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ast.tar.gz) = 8155736 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-be/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_be.tar.gz) = 54f8f6408279d7c0b6c2df87ca11287bb83be9ada4b94c9d184a1c5bda2a39ea -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_be.tar.gz) = 877345 +TIMESTAMP = 1478428145 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_be.tar.gz) = 690bea86a9b97b7ff9bc47ed9bc1e0f930e93aac5214b77c475d7cd15aee39e0 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_be.tar.gz) = 864951 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-bg/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bg.tar.gz) = 8b9da302659301d94064e49e66ebfbabf118c5957a5b9a9d61a87f49ed239a4b -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bg.tar.gz) = 1958477 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bg.tar.gz) = fcbf51188e1b17e2b5d705bf556fbbc2fdffdba7197695043c45653534100c58 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bg.tar.gz) = 8236668 +TIMESTAMP = 1478428191 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bg.tar.gz) = c4772f5897a3525c908f67abb1dc2d62a676161f39243b0889f1d96a6f883d70 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bg.tar.gz) = 1946367 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bg.tar.gz) = 5f72f72184f8202b114a7e9f2edc99442126baa46288b0f4d2ece079a6ee0331 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bg.tar.gz) = 8392480 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-bn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bn.tar.gz) = 46d567dd6b48a4eb4948903c92040de6567510db3b7b2bd0891af5da86240ad5 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bn.tar.gz) = 895499 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bn.tar.gz) = 29960a7b9202a99f7b3b5f1d89b12b162d5b2762f3148f333b285a167eeef5a7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bn.tar.gz) = 9793070 +TIMESTAMP = 1478428275 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bn.tar.gz) = 9d113bf45ca4a1badffbca974b4d14e936d92aac3083ef0c9f2cfa467f9274fc +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bn.tar.gz) = 883782 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bn.tar.gz) = 2b646ffae8c0020063fe53dae23d59ac1d15531826bf81040f398ef01c4d347c +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bn.tar.gz) = 9870706 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-bn_IN/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 4ee076b55d5ab4a2d03e62ef15d439079a3f107e5a76e49d8d0a6860aed2efa2 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 548909 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = cdcd6cfc6ba7fd621fc5b66ada37ac788bd4c69b8a2e474a6649030ce904820c -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9792793 +TIMESTAMP = 1478428231 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bn-IN.tar.gz) = 6b29c32ff3e8b19e7749034883a342361566a2ae644d6378e87529101127f734 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bn-IN.tar.gz) = 536084 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bn-IN.tar.gz) = bf3cb956754fdcbe79be2d4df424c49abd7bbe376623512053728433b5f89a23 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9870683 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-bo/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bo.tar.gz) = ad1ee8e1c4d9d4632ca82748874f480ec721c5229a04bc6f82f4d38b18a73347 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bo.tar.gz) = 532582 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bo.tar.gz) = 6e05dfbaaa04bc557f7a56d0baacd030d47802f09566e88883b7a8c8d543a246 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bo.tar.gz) = 9458684 +TIMESTAMP = 1478428289 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bo.tar.gz) = f163441f1470c9d17573406292450dad9553c3ba2231db3e43edc0a807b36930 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bo.tar.gz) = 517955 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bo.tar.gz) = 1ef0204e08466a9d3cf2fb69c3827a9017faf669b2944459a71b4e7521edd8b9 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bo.tar.gz) = 9530385 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-br/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_br.tar.gz) = 566d90dd7bfc6294ffd6b648c08c1de8dc643bae285f9738f99a20fb94e4ddba -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_br.tar.gz) = 1713014 +TIMESTAMP = 1478428293 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_br.tar.gz) = e28e3f26947e068a685eb7bb8019b0c7f56bbb24402fb17f0786b239f951b3e3 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_br.tar.gz) = 1703173 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-brx/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_brx.tar.gz) = e44dc216324fc150eb29b75d8dd57c0b88fcf48d486484d76c374ee438460099 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_brx.tar.gz) = 511451 +TIMESTAMP = 1478428294 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_brx.tar.gz) = f9017140b15e5a4f9c415240340053c0ed5d9a5243e7368a345ccfe1627edec8 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_brx.tar.gz) = 499198 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-bs/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bs.tar.gz) = 3c5d208e48dfd99d4a1a37ca521e8945f35c9c85f3f5ae3f677091bac5096f2e -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_bs.tar.gz) = 610883 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bs.tar.gz) = 8a578a2efaa605e96ad47ea1ab458e09cd99fe32bcc8a451d7465cfe11d38b66 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_bs.tar.gz) = 7072666 +TIMESTAMP = 1478428324 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bs.tar.gz) = 55b7b275ada54ad27df1ccbfb605bf9729b6c49ab0a7e80c50501367249c5b06 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_bs.tar.gz) = 601542 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bs.tar.gz) = eab760978bb845d429912101bc88997298b9ad6ba8d92a7b6a89ee06fbb61c79 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_bs.tar.gz) = 7185816 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ca/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ca.tar.gz) = 83d00fe59f8b65fb2ee30beeba79d37b29b1b8c236a4ffa84c01c265f8a1228e -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ca.tar.gz) = 1768688 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ca.tar.gz) = 51acb3f2c1343886e7943abbefa9f5ff92799680c4dbee0b911d3cbd5a57e2f5 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ca.tar.gz) = 7878855 +TIMESTAMP = 1478428396 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ca.tar.gz) = c2cc57096d152db52aa2aec9c1324330eeb5a3e4ac524baf5ddfb44132a7fcd2 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ca.tar.gz) = 1757812 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ca.tar.gz) = fdef98a8764e33f06629da40872321f239381d5c44bdc15bc1efb6724a63d0ae +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ca.tar.gz) = 8039970 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ca_valencia/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 7d870b351cb16683601e29d0a970fd58a8ecfb6da14b86a8badf11eece7dee49 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1766868 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 25ede0b4e01adc367929cc8f3a55d21cb88ac48929d7820e07afbc5d70828187 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7883326 +TIMESTAMP = 1478428364 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 15d5d86f2c36c9b34bfe923218b4e330753b4fd295400182718ceb4b570d60ea +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1756042 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ca-valencia.tar.gz) = cd5642d553701e2bd54f1c17df1308cc006cfa16abd9175a4420830597ceb366 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8029502 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-cs/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_cs.tar.gz) = 8410c38ab68bd03d0f61845fd0570e4b6064012a2701d294451a6f504dbbfc74 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_cs.tar.gz) = 1227468 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_cs.tar.gz) = f52706427ce8b05b5be82074eb1384c4ab6b0e471070151558fb9c6e94ec9df2 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_cs.tar.gz) = 7499212 +TIMESTAMP = 1478428434 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_cs.tar.gz) = 8f20a57e5de81477aa6fe2d27bca028a874bd9a5d3e5817063cf4c74fb74dc8d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_cs.tar.gz) = 2955002 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_cs.tar.gz) = 58aee5f033c1078814e211fa0816dc27a698691bddf9c9c822eb3b274894ecba +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_cs.tar.gz) = 7647221 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-cy/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_cy.tar.gz) = f26194b086b5c318a71e36e2304cb3d40644b0df7f1b971b57c3bed5177c1c45 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_cy.tar.gz) = 477422 +TIMESTAMP = 1478428436 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_cy.tar.gz) = effecfda0ad4b89760108f2905e0939c01c9f734c7c0a51d5dda59e38764dc16 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_cy.tar.gz) = 467941 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-da/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_da.tar.gz) = 415c3c87ca9725a91ea5d9bea006ed7e27bb2fb3e237d834fc48d180c653f040 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_da.tar.gz) = 2379093 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_da.tar.gz) = 4380ae2abfbeab2d2e5a7f4aeaac8fba890be485cca7d244dfb62a12cff4747c -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_da.tar.gz) = 7502929 +TIMESTAMP = 1478428462 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_da.tar.gz) = db1ea6996b3f589cee35703bb8ba7e93aba584fd8c4b01490541e036587d3b3d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_da.tar.gz) = 2370835 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_da.tar.gz) = 70594c250c65093e1ea8334f9cfc0d57539ca6f23050c09d180b0ba479d419a5 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_da.tar.gz) = 7651236 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-dgo/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_dgo.tar.gz) = 0d7fa99e269de5c7d2daa5f15b488e1eca7252424e8736450be1fa6fef81b627 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_dgo.tar.gz) = 542553 +TIMESTAMP = 1478428464 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_dgo.tar.gz) = a62427b19f5931016f75d8846baf620b20affeb0dfd6bc51dbabe76c74155ed7 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_dgo.tar.gz) = 529173 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-dz/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_dz.tar.gz) = cf0db9eb9f9544910a832c9e62d893c6ce922b5ea06ba8d6fd90c05c480f3db8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_dz.tar.gz) = 537975 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_dz.tar.gz) = bc751ed5b15a0e9e62c3a0757702ccb98ef202125010ff9465e23faff3069ffd -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_dz.tar.gz) = 10361690 +TIMESTAMP = 1478428502 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_dz.tar.gz) = bb5a3938c4c94bf83de57d07fdfb651d2d9fb4758aca2190cea9cf0ad3610ad4 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_dz.tar.gz) = 524374 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_dz.tar.gz) = abc63c8d7a4242404e07eb5bec510293daff0b7fe7ebc1fd56ebb4cc738a46f2 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_dz.tar.gz) = 10404242 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-el/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_el.tar.gz) = 5854804157387bd1e7646f93662e37a3a730c44e028fdf36cf994c8e8f6f284c -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_el.tar.gz) = 2576441 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_el.tar.gz) = c5c33e8616af0c614eaf0edc5e117c962ade1b3a71493e125efa65eb0b342ae8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_el.tar.gz) = 8874098 +TIMESTAMP = 1478428547 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_el.tar.gz) = 69f5c904f49b37a514c19ec98c5aa37535badd855fc643c48135ff75cd25a317 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_el.tar.gz) = 2565337 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_el.tar.gz) = d226690177c25c42c0bd539764115ad2d4eb103c937801716560c779b488dd0a +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_el.tar.gz) = 9040678 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-en_GB/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_en-GB.tar.gz) = d8219fff0514a10635a9f39775eaddfc0f033a70503878ccbb0d385350d07354 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 7117918 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 4d44dcc47167b0c55241eface57810f555e137f271e7ee69dfedebc49cedf9fe -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 6373207 +TIMESTAMP = 1478428590 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_en-GB.tar.gz) = c51bf30ad822aafcf75d6d65b52951cec1a02dd6c42c5b8d0ab0cc879fa5080c +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_en-GB.tar.gz) = 7058752 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_en-GB.tar.gz) = 09f1cd5121c6713064195e7dfbcd41c9d9d4fef95919d018a4ae19eb5ad6e6ce +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_en-GB.tar.gz) = 6496128 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-en_ZA/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 172f0a4f721986f05d3c15eb269ff69ca1ff43213c57333ed344e133ba0bb9bb -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7035338 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = cbd64f4ba49483088085545e91cc96b6f857dbc37f3b1e71bbeb406413377ed9 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6358722 +TIMESTAMP = 1478428618 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_en-ZA.tar.gz) = bf98dde185b42f292e89d5dbc8b22b22d716308420abfab532cb48a9753cf874 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_en-ZA.tar.gz) = 6976234 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_en-ZA.tar.gz) = 41d0b392231ef60a5e40c9c8c058a6bf43051987aa1a6397620d6401f7460bd1 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6482527 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-eo/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_eo.tar.gz) = ad92a1f273dc58ccf5e9a3644f3016119ae5dc04502cf29d18f34939a3760335 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_eo.tar.gz) = 474798 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_eo.tar.gz) = fc74984f3f6a67b68ba65acb87e3cea130e94d8368d258a5e9efa8767b9a8a7b -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_eo.tar.gz) = 6939919 +TIMESTAMP = 1478428641 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_eo.tar.gz) = 33e624aedc3ecf88220776e5debf3b8ec017c75d337174fb5ee42dc4cba9b64b +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_eo.tar.gz) = 466248 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_eo.tar.gz) = 0364d2e168dceded9849994f92cd33f3b5d0bd18e29683c467377282f0cb766f +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_eo.tar.gz) = 7057845 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-es/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_es.tar.gz) = e70acba1a17cb9d5c059f311c9e178a0d600737f99cb1b252929b6af0b389e81 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_es.tar.gz) = 2021608 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_es.tar.gz) = d3dab28bd537df23098777fc1436742226dea4d6b25cd5955ba96d0498e5f1ba -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_es.tar.gz) = 7911949 +TIMESTAMP = 1478428673 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_es.tar.gz) = 494c987ce6a640b04a9398ce2e50452fd25a1d3acaa6b2f567f12840e401ccad +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_es.tar.gz) = 1967772 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_es.tar.gz) = dcb54be21067530a19e8f285a231e768ee8691e67067b472f58bd498252d17a7 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_es.tar.gz) = 8059618 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-et/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_et.tar.gz) = 75f79e2d457e2915c9cbee8a5cc1946d7a326fc6dab2ea3ce4a885dcd229e683 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_et.tar.gz) = 1387952 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_et.tar.gz) = 0eba00b8571a0a17a63ccdf2811a2773316802b03ae46758e58b5da01bf4b7d6 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_et.tar.gz) = 7424031 +TIMESTAMP = 1478428691 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_et.tar.gz) = fdb4fde51abd2e4aafa7e0d425e3e1691add80970a950fc6b74a0b90c23faf42 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_et.tar.gz) = 1375393 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_et.tar.gz) = 18633421fda20114104366ebb76340867b84925a2ac881f67637a16ded51957a +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_et.tar.gz) = 7579688 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-eu/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_eu.tar.gz) = 6a3f32703b9713dec9860074c9adc4e928d125b932c48e36a82a76e766de9ed3 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_eu.tar.gz) = 482640 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_eu.tar.gz) = 1921664f2561a9a661712c2274de0311d27081741c38975c5dd697e46a33ce32 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_eu.tar.gz) = 7581561 +TIMESTAMP = 1478428723 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_eu.tar.gz) = 5bd03e1862f7399a14895444851b020778f59ea260aa3adea1f7716754e2cbc4 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_eu.tar.gz) = 471770 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_eu.tar.gz) = 5a5df04bd8c02a7edd4bb4513b71ab1a40a2b81361bb63af621440fac14fd016 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_eu.tar.gz) = 7620471 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-fa/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_fa.tar.gz) = 3ed682e5b4d933bb3f4ff28980e1b487416836ab5b626e31da8b8c4c5e82c4d6 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_fa.tar.gz) = 506782 +TIMESTAMP = 1478428724 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_fa.tar.gz) = 03d48e8041038d8d7237678f2a5efb1499bb71eee7c9b1ec7dd5525ad5c3f749 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_fa.tar.gz) = 495586 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-fi/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_fi.tar.gz) = d5d50b4fc659c2b84d7824674750dfbc634027af92f2b9ac2ca943d307763974 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_fi.tar.gz) = 489907 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_fi.tar.gz) = 4f61ad54cddffbe82cbb2b195518c44c8627a6aad16ac172f90c6a613b9e2acc -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_fi.tar.gz) = 7677536 +TIMESTAMP = 1478428753 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_fi.tar.gz) = 26057159eccbbee5d453f648a4f540113267ac53d67a0554c46882bc2bd2f1bd +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_fi.tar.gz) = 480770 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_fi.tar.gz) = 5886ffc907220a318d93aad5ae7a1004976ea5406b981d0da7fb328e02082c1a +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_fi.tar.gz) = 7837182 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ga/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ga.tar.gz) = 634fb5f406e266e3b4c172ba4e7480b12ab06d622b369494e263d88c24917bff -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ga.tar.gz) = 500091 +TIMESTAMP = 1478428755 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ga.tar.gz) = a9ec85698e521f9cb616dadc631cdd6a02eaa16e307b699109927bd5e8bcef56 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ga.tar.gz) = 490253 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-gd/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gd.tar.gz) = 4254fea8b5df04f3b19af2863e6681e6c4d267814b5cf23949a8397b46e8e871 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gd.tar.gz) = 1079115 +TIMESTAMP = 1478428758 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gd.tar.gz) = 41b02a080665281d1c85233c81825ed4d2b553677c65d3437d3609be479c14f9 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gd.tar.gz) = 1395929 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-gl/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gl.tar.gz) = 2067c1c145929f07ff77bfd285f5c4abe7b8e9d7ea168d69d03a143e58e6ff5d -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gl.tar.gz) = 1051193 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_gl.tar.gz) = 4910198b56bd73061dca820cbc912706c7495e3b696e4a80edfb311c17b302ac -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_gl.tar.gz) = 7663881 +TIMESTAMP = 1478428789 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gl.tar.gz) = 3f0bb14316e5e670db9711d18d9f43f3120d88824ddfa564090d399c958d7cd6 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gl.tar.gz) = 1039295 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_gl.tar.gz) = 612c2174edef2004c0550ee2622c36392bb38029734eb986fdb6799879717a6d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_gl.tar.gz) = 7772948 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-gu/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gu.tar.gz) = 6a9cf9e6e0473e0d36d115419bd6c1d430d294bd6f4742a2a60c4b3adb729801 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gu.tar.gz) = 1185471 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_gu.tar.gz) = aacbc27054276a2cb4ef8373221e78a1677f80dc9c4c86fd564e344d5c73d1a3 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_gu.tar.gz) = 6581760 +TIMESTAMP = 1478428799 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gu.tar.gz) = 8f2db4e392a37039d1ef1cc91b9d75c1c675cdc35d060cbdceeab31b7b799fa8 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gu.tar.gz) = 1173738 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_gu.tar.gz) = 7f6322bd0e187ccc2671e42ae5b5bf02932669f7e3b626031e63a3763f1b44b8 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_gu.tar.gz) = 6704329 Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-gug/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gug.tar.gz) = 8966a34f3513e9438aac73c60ec6ce5d86e74f36b9e69d43c56d171e85e2cda7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_gug.tar.gz) = 496970 +TIMESTAMP = 1478428801 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gug.tar.gz) = 795d87a05dd603bde612928a163976c1efe961946cdb741f7cdbcd3bf6adc028 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_gug.tar.gz) = 487644 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-hi/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_hi.tar.gz) = 1846fa7e0b691ed77819216d036124b377730be66539555059d590cfe0e2420d -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_hi.tar.gz) = 605907 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_hi.tar.gz) = 454dff3900033644e6b88e828b1435397abd9260f330a68accc50c728b6a1b54 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_hi.tar.gz) = 7269203 +TIMESTAMP = 1478428813 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_hi.tar.gz) = 71d17332d73366174e107f6990e53d31d8e509b523d1caa58535b5a0ff6dfd1b +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_hi.tar.gz) = 593492 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_hi.tar.gz) = dd83886905012f13f2a9d5a705c7789f49d736ab539811225378a47de434147e +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_hi.tar.gz) = 7385978 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-hr/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_hr.tar.gz) = 1d23c4216fda5feaba7d0d33851e10c72089286aba8e93af9d3cd6effcf7fff7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_hr.tar.gz) = 1103215 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_hr.tar.gz) = d2ad73fd06bb4d716dc2cb0117e2b153589feb50f4ab4b4c9cbbc3ea02220083 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_hr.tar.gz) = 6749212 +TIMESTAMP = 1478428823 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_hr.tar.gz) = 184b585cd019c0dcb918600a3b3ccf6ccfa17140532df2f754b7f3f679cf54fa +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_hr.tar.gz) = 1090646 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_hr.tar.gz) = 403ed3f9f19b4dd26830b97d7cb8c8118be46e622905f9dd832519dc8021a461 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_hr.tar.gz) = 6874688 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-id/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_id.tar.gz) = e4868f9ffcf29aad2701b177d54cacc499000ddc9bc34124c4cf4a2d7015f6bf -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_id.tar.gz) = 474968 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_id.tar.gz) = 878e03662395f14dab99b04ab8a2b5a0e66aa9ae34a6b1abe029251ce584352f -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_id.tar.gz) = 6742583 +TIMESTAMP = 1478428832 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_id.tar.gz) = 7d6ad1bcdee8b8ce0a954a163ef2e09e563709eab8f437f2d648cf8afa513d83 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_id.tar.gz) = 464506 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_id.tar.gz) = 8270f37b455da1c3f83e88aa0f178602d87e7179d82c82e7fea5b985c14b96dd +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_id.tar.gz) = 6913586 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-is/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_is.tar.gz) = 307847630e638c22da40da7d29e48d7b48088f85ef61e706a3b37bac78deb56e -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_is.tar.gz) = 1188874 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_is.tar.gz) = 6c5b5830194e802c43245726ddbc95d0a2f651829699d20a74349e03b243f3ef -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_is.tar.gz) = 6860304 +TIMESTAMP = 1478428839 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_is.tar.gz) = eeec556e04d404169b5905edd9c0efd3f230bae69f690416cab26917f01fd506 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_is.tar.gz) = 1276289 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_is.tar.gz) = 94290a4beaec10dd8461097adcd1f68a19bc8db180d81e76e5d6398799342f0d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_is.tar.gz) = 6972628 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-it/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_it.tar.gz) = c1b166d955f5d36deecb615fdc89017a9da6701ac65f5bf785c6266e8256fdbf -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_it.tar.gz) = 1821807 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_it.tar.gz) = 7389508f02824d295f401536771ed7ac3b2c31bf28cb102953cf5d9dc1b77e22 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_it.tar.gz) = 7843841 +TIMESTAMP = 1478428849 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_it.tar.gz) = 6ee601a756e74f94c930bf7f2c226a662311a6a4eefa7d819c05a546fd83de16 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_it.tar.gz) = 1811953 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_it.tar.gz) = 0acbc4004486076e188327bbcb4617f124760323f6ec83afb78596f12ece0abc +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_it.tar.gz) = 8002282 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ka/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ka.tar.gz) = 18e5886881e2654ac7ebdc926043d97e1822107c33edced84f95418c89dfba96 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ka.tar.gz) = 519547 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ka.tar.gz) = 7c80f6aa0d6d163f2f7e7731abfb00f8bec36d3be774e74e41323a931611013c -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ka.tar.gz) = 7057015 +TIMESTAMP = 1478428858 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ka.tar.gz) = 9a9de2e4d91de9cf2a9aede1829c74cf84219a3b1b022c74ea85b2b742800133 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ka.tar.gz) = 506368 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ka.tar.gz) = 37fa5f07a2661034eb3a64245c849dd6f7cde73dce08f9cbacc1bcc93e858cc3 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ka.tar.gz) = 7173725 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-kk/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kk.tar.gz) = db4ba1b925e4f26243a5358ccb43dd2ac97a4f01d57d7763247ce52d29546de8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kk.tar.gz) = 531475 +TIMESTAMP = 1478428860 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kk.tar.gz) = f3c809d6146a3d834c9b08cfd01b63a057d9b78b1c440c4ab836bd97a8279684 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kk.tar.gz) = 519686 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-km/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_km.tar.gz) = 434bb79453da1ea18d3c1b285fb72d9c36541c5684a5957c0459789a39478b68 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_km.tar.gz) = 637428 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_km.tar.gz) = e11f93bd3be8ae4e65d7109710fc5c2ab46edc633fe0286d64e3ae1c893787e3 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_km.tar.gz) = 10314074 +TIMESTAMP = 1478428869 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_km.tar.gz) = 8d56d51fc12bfd630d67091c6530a780e2c3f317e5af48db4bb48fbc2f90ae4f +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_km.tar.gz) = 626434 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_km.tar.gz) = 0fa82c13182a2eb91b48068b1df6e2c34b5b4e5ecff91438aeb7142d1ccafb92 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_km.tar.gz) = 10429671 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-kmr_Latn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 899771eb2b812cbc9872d27480265660a8f7bf2b4afe9a53613e1a4138483cb9 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 492747 +TIMESTAMP = 1478428870 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 42f25d9a00e8b59643e4cfa8a272e60fdcb96e154a3ff31c4756a4887f10f26e +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 481544 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-kn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kn.tar.gz) = cd9b9893eb01d5513c58cc6ff128d3ae21a16cf3ad0e9f88108f0c7dfd3bfce3 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kn.tar.gz) = 549634 +TIMESTAMP = 1478428871 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kn.tar.gz) = edb73ce5ec20c2481d45669a23119d0a650e2102ab09533e3d17e0e6f4c975af +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kn.tar.gz) = 542766 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-kok/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kok.tar.gz) = b0055c42876ba61b63668dabcf032d314483eb005f7285457f6fc2e1c1f04418 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_kok.tar.gz) = 534208 +TIMESTAMP = 1478428873 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kok.tar.gz) = 3bfd8a44b98ca8592ec2c60bf71c37f649a9e7bec7a610452d0fdeadeb8e4c55 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_kok.tar.gz) = 521774 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ks/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ks.tar.gz) = 0585cd8a96103c321c0c016a568af9f5a4b176f8d18faf7179eb0047d450bbc7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ks.tar.gz) = 512737 +TIMESTAMP = 1478428874 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ks.tar.gz) = fbd31b69b854cdc595eac3d0465b924ae779b1e82128b3d8af4e15daabb7c76c +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ks.tar.gz) = 501636 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-lb/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lb.tar.gz) = 2e9a676aad88e653c4471386a544dd61a0391c09c2f6af09eadfa1acea698490 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lb.tar.gz) = 466105 +TIMESTAMP = 1478428875 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lb.tar.gz) = b35f4e06f3a214e664285802f7829d0c9f907d98d80541ecc62f36affd3726cb +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lb.tar.gz) = 447099 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-lo/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lo.tar.gz) = a812747b0b51536a6b4cd90c645102189fd431f9c6364bcf5782567164c48cf1 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lo.tar.gz) = 555987 +TIMESTAMP = 1478428877 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lo.tar.gz) = 6577b229437880d9f052d2745cd58b98a0143dfa6a06874d903994757f638833 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lo.tar.gz) = 544279 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-lt/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lt.tar.gz) = 16b967fd67d42dec5b50c8920b95927f4d7206efdafc5830c2911bf684e0fea0 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lt.tar.gz) = 830113 +TIMESTAMP = 1478428878 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lt.tar.gz) = 2576686699e58418a468570d34106561fa059ebc632af035d87cea68edbbe0b6 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lt.tar.gz) = 819594 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-lv/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lv.tar.gz) = 99402ae8f56dd6a7beffa6ed17e7fd43052bc92daffc41577ec7a35ac56fa555 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_lv.tar.gz) = 1244584 +TIMESTAMP = 1478428880 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lv.tar.gz) = d4a7ef7836109f249c125902b5dd1f980c5fa368f209fb1b4fcea96e9de2b502 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_lv.tar.gz) = 1235547 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-mai/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mai.tar.gz) = 5318a87aa7c89f49da877365d2dcac3acece05c37d3ad3616c450e4b75e869d1 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mai.tar.gz) = 515727 +TIMESTAMP = 1478428881 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mai.tar.gz) = 17cc4156388352d772640b579364647d1730e68b0e390e74c1c86c5cdfb6e634 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mai.tar.gz) = 502741 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-mk/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mk.tar.gz) = 10f16359370e8562a9735e9264820b2a664c15127692aaf6050235fe59b06231 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mk.tar.gz) = 514613 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_mk.tar.gz) = da7ed4c2e1a66527248e61be2ef364d6b80891ceb3ffc128adcb526d9876dfed -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_mk.tar.gz) = 7294561 +TIMESTAMP = 1478428890 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mk.tar.gz) = e7683622151cc9848ffe5d0d1597ebfb3ff170c5212e3615589b545afe2967db +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mk.tar.gz) = 503831 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_mk.tar.gz) = bfe81f5ece3cd658d67db21f2a72ec666c5fc1e0eda5782302430ebbe33966db +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_mk.tar.gz) = 7402378 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ml/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ml.tar.gz) = 15cab9af3aba1a3a313cd1dba78ce6c1fb581f1cbd551d878b1f71a4a5be7154 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ml.tar.gz) = 553632 +TIMESTAMP = 1478428891 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ml.tar.gz) = 4d8f9ee801a59f3305da6fc4e3453937883afe85eb4d40dad172102b25a038dc +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ml.tar.gz) = 542829 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-mn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mn.tar.gz) = 6c20fc90ee01ee118ae4a8b97e2ad37777d29e4a14e13d2589aac2fa9122df26 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mn.tar.gz) = 599213 +TIMESTAMP = 1478428892 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mn.tar.gz) = 507d2c4d2f684fd25361970348c61e886e191c0a60b9bddb863a765959e001e5 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mn.tar.gz) = 591963 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-mni/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mni.tar.gz) = 421955db378e809ef08c81ced2b0425e33270c89e40b5dd8c4ea0ef24b8f828a -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mni.tar.gz) = 528195 +TIMESTAMP = 1478428894 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mni.tar.gz) = a75eba3b83c6de074a517aee63ab370ce6a43703f66d6d35a42328872c883106 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mni.tar.gz) = 515640 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-mr/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mr.tar.gz) = e37e978fa3498869a1eefefcc1359156377a200d269ee93a8a12e224509c31f2 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_mr.tar.gz) = 551232 +TIMESTAMP = 1478428895 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mr.tar.gz) = f47bdc675bb0de798b312db6bb78a59cafcaa3ec62bb1648b1deb3fd4a6bb998 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_mr.tar.gz) = 537880 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-my/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_my.tar.gz) = 4aaccb2e05dd4649061e90c6ab953686540b7d7fd025878ddef6a49b8a4dad35 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_my.tar.gz) = 547559 +TIMESTAMP = 1478428896 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_my.tar.gz) = df156e40dc8ce14e6cb04c5209cdd2c7408ab13ce3acbde9674dce2dfc72a3e9 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_my.tar.gz) = 533533 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-nb/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nb.tar.gz) = 804bffad2aafdfb887fadbd800fb87eeab9ee2a72484535c9b0814940e721fa7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nb.tar.gz) = 3479571 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nb.tar.gz) = 87612a1fb1419c6eb6cbcf9c8f4e23d934079676f61caaf9c8001adf3db0e075 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nb.tar.gz) = 7593348 +TIMESTAMP = 1478428906 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nb.tar.gz) = f52223a96b39d921929c366038a01f72871c346791d11d4bd1a77c0875d91d4a +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nb.tar.gz) = 3466563 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nb.tar.gz) = 3b093606557daa94c71a7336c947daad575c7dd11bced2db2a49afe5144f522c +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nb.tar.gz) = 7723748 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ne/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ne.tar.gz) = 7d8070ccc5c70b4d1651ee76536ea034359b0cc435c1de3f950ea6913546d00b -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ne.tar.gz) = 916197 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ne.tar.gz) = 5d1821072d3b32a001fd3710d43f0d894e08f3be601fdd725dfaee434c532c02 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_ne.tar.gz) = 9829937 +TIMESTAMP = 1478428916 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ne.tar.gz) = fa7bda9d6b48d881044eb34f77e234e03359af747badff4357eb7a638b9f37a0 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ne.tar.gz) = 904183 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ne.tar.gz) = 4c8aa8e9d6dbd96b409eb407eed8e9991fb1195adedaeb9929aeed736c593415 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_ne.tar.gz) = 9860867 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-nl/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nl.tar.gz) = 82ad73a08cb711a2e4dbd3622db67a8bec27a5b32a3c33eed775111add7110a8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nl.tar.gz) = 1278315 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nl.tar.gz) = f56f16ae827487fd24c75380087ad5a66be622a211ff60795746219aab7c6f65 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nl.tar.gz) = 7668059 +TIMESTAMP = 1478428923 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nl.tar.gz) = f03e10a2d6bfbe3bc001f88c9f35b5a795878d249c446f89dfa1bea1104104ad +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nl.tar.gz) = 1268628 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nl.tar.gz) = ac2a1504590f76ccc05583acaaa7ed0533a03ff6b9fe63522e450a2ee3b25e26 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nl.tar.gz) = 7815367 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-nn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nn.tar.gz) = a558b33df2489dd07324ffe626b875c9d4baae1084e165d284a2ae35428ceccf -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nn.tar.gz) = 3478261 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nn.tar.gz) = eaa5a944a66b59f63ad457a92c4252434d0e14408c7d3c25a673583ad15911e1 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_nn.tar.gz) = 7546033 +TIMESTAMP = 1478428932 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nn.tar.gz) = 3df139e7b84020f4e6cfda048627d1739d334feabf3c59eda09e76c2e02dc0c1 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nn.tar.gz) = 3465641 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nn.tar.gz) = b8e510bd089797f7584b17153e15fb5f6a36cbca9d5403ef0ac20b2883c13753 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_nn.tar.gz) = 7686152 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-nr/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nr.tar.gz) = 83e5d57f8cd9dc33bfdc65887f8f0380d79644395b4156470cdb9db474362dc7 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nr.tar.gz) = 492900 +TIMESTAMP = 1478428933 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nr.tar.gz) = 73faae7a28e71c42a90dcac6ea461ecc8bdd1bb0840381bdd8d4fd786fff1cd4 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nr.tar.gz) = 480725 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-nso/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nso.tar.gz) = 5ca8f368d6474d6d1796840ae716518489d8188c2cd9fff58700cc677799e555 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_nso.tar.gz) = 488383 +TIMESTAMP = 1478428934 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nso.tar.gz) = f3e4ee2de16d0ea37d470f21230a0803e867a7d7f5afbce436eb207865f86227 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_nso.tar.gz) = 478374 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-oc/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_oc.tar.gz) = 160808284da28b9d45c5eb39076d6a8b226d3be42c8ea9dc1067676886bd1d9d -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_oc.tar.gz) = 689749 +TIMESTAMP = 1478428936 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_oc.tar.gz) = 1f09625ecd3c1a1ba3896df8a76760c625b027f737aa26604b2f9a98d491dd54 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_oc.tar.gz) = 680796 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-om/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_om.tar.gz) = a17121af300823313862c34a9fc6051720590245978d4526b547b66dcf31a424 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_om.tar.gz) = 480591 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_om.tar.gz) = 15b4b41e19cff8570360d6a7e3f3e45859e51f6a2a0df92a0fecd4b2e52a9306 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_om.tar.gz) = 7931620 +TIMESTAMP = 1478428943 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_om.tar.gz) = e9a72c1155210639f9a2e8b151664951228d9ad1692d5157400c777c07a65c45 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_om.tar.gz) = 472669 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_om.tar.gz) = dd9e14553cadc7bdcdfc545924e06f0c75fc3b30edaada40fbe1c70d4eb55bbb +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_om.tar.gz) = 8060610 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-or/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_or.tar.gz) = 117f14f0ba2fcb99d8ceba10dd06f8a36c8bcb25d26abdf8c4ab523eb3dc10f8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_or.tar.gz) = 547560 +TIMESTAMP = 1478428944 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_or.tar.gz) = 69f23f7512e48b39e74d7e23499a73c2e6e1aa3d969180f58caccdd2d69b8d8d +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_or.tar.gz) = 539139 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-pa_IN/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = 21607e2661081b3e9a9fd40aacaa7d52775e6ff98fbaf3e322fec9115b7921d9 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = 520168 +TIMESTAMP = 1478428945 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_pa-IN.tar.gz) = d640fe2e1219edbc2be068d686720a0eeb4b33f6805fbd0fe39022e30f6bdcba +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_pa-IN.tar.gz) = 509034 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ro/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ro.tar.gz) = 1f3ae8531903ec4c80b6fc814fc6b3d108e7c18dce76eed04ab27a9c3444bb05 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ro.tar.gz) = 2361345 +TIMESTAMP = 1478428948 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ro.tar.gz) = 8c3f94d11855506df63680817d897d128f149401285524662a35d3e553c34b24 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ro.tar.gz) = 2352077 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-rw/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_rw.tar.gz) = 37c2dc65308c340ee3f5eed04726731581fc63246f76c7b607b163fda28ca9dc -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_rw.tar.gz) = 484830 +TIMESTAMP = 1478428949 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_rw.tar.gz) = 0d149588362fc9f7c8cd59c996c2d2eb1b393dce0b8ff961f1080639f65bcca4 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_rw.tar.gz) = 474656 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sa_IN/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = 8c91b7a7b07ad7825e70877ddf709d53ec706e87dc9c87756e74da40b5ef9034 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = 536633 +TIMESTAMP = 1478428950 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sa-IN.tar.gz) = c655de409bd1fabc7b16867c549147fd7700612f162a960fb91cd5e2b36c6050 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sa-IN.tar.gz) = 524289 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sat/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sat.tar.gz) = 8a09c3b2a95659b3b5d42f7511d29bb55d9800e41175d785b2e990fba88ae8e8 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sat.tar.gz) = 577593 +TIMESTAMP = 1478428951 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sat.tar.gz) = 1e90e68ffcf0efe7e600d46fec598f99e5b5eec3761374bd93babd698ceca602 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sat.tar.gz) = 559668 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sd/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sd.tar.gz) = e8eec5e7a52d3b4c2e00ffd5c42bfbf28ecf971d0509acfeb76ef9316482411b -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sd.tar.gz) = 527318 +TIMESTAMP = 1478428952 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sd.tar.gz) = 930450a71bfc40cf3ba113088a1082d92d790572a6f67e14b04dd441f1bbd8cb +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sd.tar.gz) = 516275 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-si/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_si.tar.gz) = dd961155e0e18dcac72a97a2934b52b1aae232800aa894b7d3ea1552a0ae5dee -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_si.tar.gz) = 818130 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_si.tar.gz) = 429706a24b5775dba58674e533415a6389ea5637dbef88599899b7be0f9ba1e1 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_si.tar.gz) = 7157453 +TIMESTAMP = 1478428959 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_si.tar.gz) = 7b75a1ee38aa8abb4049c81278a9f50bfc11073313dd4f55e07d026bb9dd2b25 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_si.tar.gz) = 804517 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_si.tar.gz) = 42b7866330aa8ec158fca485b9ca599f7042647e6f5387a8b2362ea520a1bf4b +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_si.tar.gz) = 7253678 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sid/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sid.tar.gz) = d989a203c0ae50db07049d1d1ef17552d7f8320940558e93ca6314519791cee1 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sid.tar.gz) = 488520 +TIMESTAMP = 1478428961 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sid.tar.gz) = cca8837384d0fc72b677881e193cf859da44244a202c634932650e374572eb51 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sid.tar.gz) = 478326 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sk/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sk.tar.gz) = 543bad1d98dfabb7b8dd62789155c6613728c4c1ee3b6fc3840a4bfec3d3a1ff -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sk.tar.gz) = 1777475 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sk.tar.gz) = 115f9b80bf6a45a0538a39923031f43788c6c703130d282bd2f123ebcf6d0c98 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sk.tar.gz) = 7437801 +TIMESTAMP = 1478428969 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sk.tar.gz) = f593fa3938d6fcc5a1868ae9b39b1a13d63ebfbc8c723723a3bf091bec263a9b +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sk.tar.gz) = 1770388 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sk.tar.gz) = 5d5fa1222945dc55cfe837d5d3b17e1b3bdf7a73f1ccfc103ea17d292b231077 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sk.tar.gz) = 7562504 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sl/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sl.tar.gz) = 617786753017294b4b03c7fdb3750ce62670305593aa32fa565f3c9e15eea310 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sl.tar.gz) = 2154026 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sl.tar.gz) = 5ce90ecbcbdf23073185c5cb6e962247b27a74895d64b9811ad5d33f23658a7a -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sl.tar.gz) = 7670407 +TIMESTAMP = 1478428977 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sl.tar.gz) = 75a70800aa991f99e15141bf1d695bc6d04151f6cfb87c98e59fd13a813ce7a7 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sl.tar.gz) = 2150572 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sl.tar.gz) = 5d765849db9acf5d69b1631e22706229672a1afae89f0240e8a46e7f3fd71344 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sl.tar.gz) = 7818016 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sq/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sq.tar.gz) = a0b35a1e9522a257d113f827c72576ea1349f9df1df2fb6b599dfe81872cc903 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sq.tar.gz) = 503731 -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sq.tar.gz) = a7fed1aea198432835ec1f2895f4868bb32e276dd64d94f34e12f2e3f75dd83d -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_helppack_sq.tar.gz) = 6787554 +TIMESTAMP = 1478428984 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sq.tar.gz) = 2e3f7aa8548b2bbad34dd91d9639eec511433138bab781e03e39ddfabf666d97 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sq.tar.gz) = 492445 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sq.tar.gz) = aa15b10ffea8b39226080b505428114d5becb0654627fe8dc9a1b9c7c67392b8 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_helppack_sq.tar.gz) = 6909026 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sr/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sr.tar.gz) = d5bb9e6c08f32d4cdb6a91901590e929a019988dc9528ca315579d90c664642d -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sr.tar.gz) = 1713342 +TIMESTAMP = 1478428988 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sr.tar.gz) = 6188e9529235b3005c583377141a95dfb4438c1359cfe406d6bc44dcf8bc6484 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sr.tar.gz) = 1691798 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sr_Latn/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = e2765d6a21548bc82c005c646317f803ea24db9caf20988f47f5d6f5bdca15cc -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1684773 +TIMESTAMP = 1478428986 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 6893958826b9fa08ba43f8a9f3863c3bf325b873eda72aa366c7b7fe29bc6020 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1663981 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-ss/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ss.tar.gz) = 12602e8ee8dc3d684cbcaf750e1e51654528b0729eca1e41efcc1666323cae5a -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_ss.tar.gz) = 488439 +TIMESTAMP = 1478428989 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ss.tar.gz) = 7beea9abdb7d7911e290aeceb304e4f0f686f330b1193a3d5708d02efb685664 +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_ss.tar.gz) = 479051 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-st/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,2 +1,3 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_st.tar.gz) = c53336d81ce01de933f42297dfe0a45dcdbf33523bb5ad35741a0cd2a00fffa6 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_st.tar.gz) = 488169 +TIMESTAMP = 1478428990 +SHA256 (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_st.tar.gz) = 72573d4bb7721acf13e9ae654971e0b99b9af92dd83e1e91c07812ef222361da +SIZE (libreoffice/i18n/LibreOffice_5.2.3_Linux_x86_deb_langpack_st.tar.gz) = 477947 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Sat Nov 12 09:36:00 2016 (r425932) +++ head/editors/libreoffice-sv/distinfo Sat Nov 12 09:45:22 2016 (r425933) @@ -1,4 +1,5 @@ -SHA256 (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sv.tar.gz) = 1a8c368f3b8758d5a9d5f7628ddc405ab5c95d9c0af3780c27046f1e8f2d99a9 -SIZE (libreoffice/i18n/LibreOffice_5.0.6_Linux_x86_deb_langpack_sv.tar.gz) = 2359222 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Nov 12 10:04:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE473C3B9C1; Sat, 12 Nov 2016 10:04:13 +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 229B6166A; Sat, 12 Nov 2016 10:04:12 +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 uACA4Cdf051788; Sat, 12 Nov 2016 10:04:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACA4Blw051785; Sat, 12 Nov 2016 10:04:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121004.uACA4Blw051785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 10:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425934 - in head/sysutils/py-pytsk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:04:13 -0000 Author: antoine Date: Sat Nov 12 10:04:11 2016 New Revision: 425934 URL: https://svnweb.freebsd.org/changeset/ports/425934 Log: Update to 20161109 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo head/sysutils/py-pytsk/files/patch-setup.py Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/Makefile Sat Nov 12 10:04:11 2016 (r425934) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20160721 +PORTVERSION= 20161109 CATEGORIES= sysutils security devel python -MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ - LOCAL/antoine +MASTER_SITES= CHEESESHOP \ + https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}3-${PORTVERSION} Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/distinfo Sat Nov 12 10:04:11 2016 (r425934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469129508 -SHA256 (pytsk3-20160721.tar.gz) = de6f49e687a4eb747d052b43ec55e6eaea5bc33394680ee232af0329209ffc85 -SIZE (pytsk3-20160721.tar.gz) = 2958826 +TIMESTAMP = 1478710780 +SHA256 (pytsk3-20161109.tar.gz) = 424d8303dc9e03b62c3cbc26bc0cf9f05b9e061483ed8d823cd64c294390b7f6 +SIZE (pytsk3-20161109.tar.gz) = 2800870 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Sat Nov 12 09:45:22 2016 (r425933) +++ head/sysutils/py-pytsk/files/patch-setup.py Sat Nov 12 10:04:11 2016 (r425934) @@ -1,6 +1,6 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2016-07-21 19:02:40 UTC +--- setup.py.orig 2016-09-04 05:23:42 UTC +++ setup.py @@ -169,9 +169,9 @@ class BuildExtCommand(build_ext): From owner-svn-ports-all@freebsd.org Sat Nov 12 10:04:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CA9EC3BA6B; Sat, 12 Nov 2016 10:04:49 +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 49A4517CB; Sat, 12 Nov 2016 10:04:49 +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 uACA4meM051932; Sat, 12 Nov 2016 10:04:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACA4mEi051929; Sat, 12 Nov 2016 10:04:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121004.uACA4mEi051929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 10:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425935 - head/devel/libvshadow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:04:49 -0000 Author: antoine Date: Sat Nov 12 10:04:48 2016 New Revision: 425935 URL: https://svnweb.freebsd.org/changeset/ports/425935 Log: Update to 20161111 Modified: head/devel/libvshadow/Makefile head/devel/libvshadow/distinfo head/devel/libvshadow/pkg-plist Modified: head/devel/libvshadow/Makefile ============================================================================== --- head/devel/libvshadow/Makefile Sat Nov 12 10:04:11 2016 (r425934) +++ head/devel/libvshadow/Makefile Sat Nov 12 10:04:48 2016 (r425935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvshadow -PORTVERSION= 20160110 +PORTVERSION= 20161111 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \ LOCAL/antoine Modified: head/devel/libvshadow/distinfo ============================================================================== --- head/devel/libvshadow/distinfo Sat Nov 12 10:04:11 2016 (r425934) +++ head/devel/libvshadow/distinfo Sat Nov 12 10:04:48 2016 (r425935) @@ -1,2 +1,3 @@ -SHA256 (libvshadow-alpha-20160110.tar.gz) = 2b9645667b7e67ca712df92d4a5a77cb105c52783d3c252558022e2920d3de28 -SIZE (libvshadow-alpha-20160110.tar.gz) = 1370022 +TIMESTAMP = 1478932366 +SHA256 (libvshadow-alpha-20161111.tar.gz) = 4d2517e3b9b93a9410edaf168ec37f3997dd9516fdcd23fac12ad4c4dc7a7ee4 +SIZE (libvshadow-alpha-20161111.tar.gz) = 1411908 Modified: head/devel/libvshadow/pkg-plist ============================================================================== --- head/devel/libvshadow/pkg-plist Sat Nov 12 10:04:11 2016 (r425934) +++ head/devel/libvshadow/pkg-plist Sat Nov 12 10:04:48 2016 (r425935) @@ -1,3 +1,4 @@ +bin/vshadowdebug bin/vshadowinfo bin/vshadowmount include/libvshadow.h From owner-svn-ports-all@freebsd.org Sat Nov 12 10:06:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61139C3BB4A; Sat, 12 Nov 2016 10:06:50 +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 1A39D18F2; Sat, 12 Nov 2016 10:06:50 +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 uACA6nHu052166; Sat, 12 Nov 2016 10:06:49 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACA6nB9052164; Sat, 12 Nov 2016 10:06:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611121006.uACA6nB9052164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 12 Nov 2016 10:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425936 - in head/games/pioneer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:06:50 -0000 Author: madpilot Date: Sat Nov 12 10:06:49 2016 New Revision: 425936 URL: https://svnweb.freebsd.org/changeset/ports/425936 Log: - Update to 20161110 - Convert to USES=localbase - Removed upstreamed patches PR: 214420 Submitted by: lightside@gmx.com (maintainer) Deleted: head/games/pioneer/files/patch-contrib_PicoDDS_PicoDDS.cpp head/games/pioneer/files/patch-src_GameConfig.h Modified: head/games/pioneer/Makefile head/games/pioneer/distinfo Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Sat Nov 12 10:04:48 2016 (r425935) +++ head/games/pioneer/Makefile Sat Nov 12 10:06:49 2016 (r425936) @@ -36,9 +36,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_TAGNAME= 20161028 +GH_TAGNAME= 20161110 -USES= autoreconf gmake pkgconfig +USES= autoreconf compiler:c++11-lib gmake localbase pkgconfig USE_GL= gl USE_SDL= image2 sdl2 @@ -72,21 +72,18 @@ PROFILER_CONFIGURE_ON= --enable-profiler .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 -USE_GCC= yes -.else -USES+= compiler:c++11-lang -CPPFLAGS+= -I${LOCALBASE}/include +.if ${COMPILER_TYPE} == gcc +# Unhide std::to_string() for GCC (ports/193528) +CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif post-patch: .SILENT ${REINPLACE_CMD} -e '/^OPTIMISE=/d' \ ${WRKSRC}/configure.ac - ${REINPLACE_CMD} -e 's/std:://g' \ +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 + ${REINPLACE_CMD} -e 's/std::acosh/acosh/g ; s/std::copysign/copysign/g' \ ${WRKSRC}/src/Orbit.cpp - ${REINPLACE_CMD} -e 's/std::to_string/to_string/g' \ - ${WRKSRC}/src/graphics/opengl/GenGasGiantColourMaterial.cpp \ - ${WRKSRC}/src/graphics/opengl/RendererGL.cpp +.endif post-patch-MODELCOMPILER-off: .SILENT ${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ Modified: head/games/pioneer/distinfo ============================================================================== --- head/games/pioneer/distinfo Sat Nov 12 10:04:48 2016 (r425935) +++ head/games/pioneer/distinfo Sat Nov 12 10:06:49 2016 (r425936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477647657 -SHA256 (pioneerspacesim-pioneer-0.0.20161028-20161028_GH0.tar.gz) = d8ceefc7ec22ecdbaf2408a13c80d0368675feebff558457bef2ffc7258f4b77 -SIZE (pioneerspacesim-pioneer-0.0.20161028-20161028_GH0.tar.gz) = 194439211 +TIMESTAMP = 1478769845 +SHA256 (pioneerspacesim-pioneer-0.0.20161110-20161110_GH0.tar.gz) = 24d86095e2080fdbc6ae849dc543dcbdf214d09d34208697d915167c80775b50 +SIZE (pioneerspacesim-pioneer-0.0.20161110-20161110_GH0.tar.gz) = 194432857 From owner-svn-ports-all@freebsd.org Sat Nov 12 10:11:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5597C3BBD2; Sat, 12 Nov 2016 10:11:22 +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 A70831B7B; Sat, 12 Nov 2016 10:11:22 +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 uACABL9n053214; Sat, 12 Nov 2016 10:11:21 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACABLSV053212; Sat, 12 Nov 2016 10:11:21 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611121011.uACABLSV053212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 12 Nov 2016 10:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425937 - head/shells/mksh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:11:22 -0000 Author: olivierd Date: Sat Nov 12 10:11:21 2016 New Revision: 425937 URL: https://svnweb.freebsd.org/changeset/ports/425937 Log: - Update to R54 - Add LICENSE Modified: head/shells/mksh/Makefile head/shells/mksh/distinfo Modified: head/shells/mksh/Makefile ============================================================================== --- head/shells/mksh/Makefile Sat Nov 12 10:06:49 2016 (r425936) +++ head/shells/mksh/Makefile Sat Nov 12 10:11:21 2016 (r425937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mksh -PORTVERSION= 53a +PORTVERSION= 54 DISTVERSIONPREFIX= R CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ @@ -11,6 +11,13 @@ MASTER_SITES= http://www.mirbsd.org/MirO MAINTAINER= olivierd@FreeBSD.org COMMENT= MirBSD Korn Shell +LICENSE= BSD3CLAUSE ISCL ML PD +LICENSE_COMB= multi +LICENSE_NAME_ML= MirOS License +LICENSE_PERMS_ML= ${_LICENSE_LIST_PERMS} +LICENSE_GROUPS_ML= OSI +LICENSE_TEXT_ML= Please, read it contains from https://www.mirbsd.org/LICENCE + USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/shells/mksh/distinfo ============================================================================== --- head/shells/mksh/distinfo Sat Nov 12 10:06:49 2016 (r425936) +++ head/shells/mksh/distinfo Sat Nov 12 10:11:21 2016 (r425937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471289306 -SHA256 (mksh-R53a.tgz) = 3bb2453c8cb65abbda24f9bdd8b8371e30a6e1c2f7a0d5474a3efae438639635 -SIZE (mksh-R53a.tgz) = 393344 +TIMESTAMP = 1478941721 +SHA256 (mksh-R54.tgz) = 8bce3837c386684aa7780f085f1a4dbd5e3e26fb5c528ee0d41ae29af7f39013 +SIZE (mksh-R54.tgz) = 395538 From owner-svn-ports-all@freebsd.org Sat Nov 12 10:14:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111D5C3BDB0; Sat, 12 Nov 2016 10:14: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 D18E51D70; Sat, 12 Nov 2016 10:14: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 uACAE9Al056101; Sat, 12 Nov 2016 10:14:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACAE9nd056099; Sat, 12 Nov 2016 10:14:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121014.uACAE9nd056099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 10:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425938 - head/security/regripper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:14:11 -0000 Author: antoine Date: Sat Nov 12 10:14:09 2016 New Revision: 425938 URL: https://svnweb.freebsd.org/changeset/ports/425938 Log: Update to a newer snapshot (12 october 2016) Modified: head/security/regripper/Makefile head/security/regripper/distinfo Modified: head/security/regripper/Makefile ============================================================================== --- head/security/regripper/Makefile Sat Nov 12 10:11:21 2016 (r425937) +++ head/security/regripper/Makefile Sat Nov 12 10:14:09 2016 (r425938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= regripper -PORTVERSION= 2.8.20160606 +PORTVERSION= 2.8.20161012 CATEGORIES= security MAINTAINER= antoine@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-Parse-Win32Registry>=0:d USE_GITHUB= yes GH_ACCOUNT= keydet89 GH_PROJECT= RegRipper2.8 -GH_TAGNAME= 43ad28a +GH_TAGNAME= 5bf9baf NO_ARCH= yes NO_BUILD= yes Modified: head/security/regripper/distinfo ============================================================================== --- head/security/regripper/distinfo Sat Nov 12 10:11:21 2016 (r425937) +++ head/security/regripper/distinfo Sat Nov 12 10:14:09 2016 (r425938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466020225 -SHA256 (keydet89-RegRipper2.8-2.8.20160606-43ad28a_GH0.tar.gz) = 5e98c01c9bda5f9c313143069ce7da37e8d4be71629a83165741dcaa58ab7898 -SIZE (keydet89-RegRipper2.8-2.8.20160606-43ad28a_GH0.tar.gz) = 3453508 +TIMESTAMP = 1478605970 +SHA256 (keydet89-RegRipper2.8-2.8.20161012-5bf9baf_GH0.tar.gz) = ba82eb11ba58e8320b9a90f7a6c4a4189b7dc8558ddc2722300062be0da68ff9 +SIZE (keydet89-RegRipper2.8-2.8.20161012-5bf9baf_GH0.tar.gz) = 3453548 From owner-svn-ports-all@freebsd.org Sat Nov 12 10:19:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F5B2C3BEF3; Sat, 12 Nov 2016 10:19:52 +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 1A6F11F99; Sat, 12 Nov 2016 10:19:52 +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 uACAJpYo056378; Sat, 12 Nov 2016 10:19:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACAJpFO056377; Sat, 12 Nov 2016 10:19:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121019.uACAJpFO056377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 10:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425939 - head/games/pioneer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:19:52 -0000 Author: antoine Date: Sat Nov 12 10:19:51 2016 New Revision: 425939 URL: https://svnweb.freebsd.org/changeset/ports/425939 Log: Spell CHOSEN_COMPILER_TYPE correctly Modified: head/games/pioneer/Makefile Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Sat Nov 12 10:14:09 2016 (r425938) +++ head/games/pioneer/Makefile Sat Nov 12 10:19:51 2016 (r425939) @@ -72,7 +72,7 @@ PROFILER_CONFIGURE_ON= --enable-profiler .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc # Unhide std::to_string() for GCC (ports/193528) CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif From owner-svn-ports-all@freebsd.org Sat Nov 12 10:23:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 558C9C3C108; Sat, 12 Nov 2016 10:23:39 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ED311355; Sat, 12 Nov 2016 10:23:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACANc2F060244; Sat, 12 Nov 2016 10:23:38 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACANcLg060243; Sat, 12 Nov 2016 10:23:38 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201611121023.uACANcLg060243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 12 Nov 2016 10:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425940 - 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: Sat, 12 Nov 2016 10:23:39 -0000 Author: koobs Date: Sat Nov 12 10:23:38 2016 New Revision: 425940 URL: https://svnweb.freebsd.org/changeset/ports/425940 Log: devel/py-twisted: Allow building with Python 3.x Twisted is in the midst of a porting (to Python 3) effort [1][2] and it should accordingly be easier for users to both test and use Twisted on FreeBSD built with Python 3.x. This change removes to Python 2.x limitation to the port and enables multiple version (Python 2 and 3) concurrent installation. While I'm here: - Switch to autoplist and remove entry removing *.c files. - Conditionally strip shared libraries depending on Python version. - Add test target. [1] https://twistedmatrix.com/documents/current/core/howto/python3.html [2] See Also: Unported modules list: WRKSRC/twisted/python/_setup.py Approved by: python (with hat) MFH: 2016Q4 Deleted: head/devel/py-twisted/pkg-plist Modified: head/devel/py-twisted/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Sat Nov 12 10:19:51 2016 (r425939) +++ head/devel/py-twisted/Makefile Sat Nov 12 10:23:38 2016 (r425940) @@ -3,6 +3,7 @@ PORTNAME= twisted PORTVERSION= 16.4.1 +PORTREVISION= 1 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,13 +17,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface -USES= python:2 tar:bzip2 -USE_PYTHON= distutils +# Actually 2.7,3.3+ +USES= python tar:bzip2 +USE_PYTHON= autoplist concurrent distutils + +.include post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.c" -and -exec ${RM} {} \; +.if ${PYTHON_REL} < 3000 ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/python/_sendmsg.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/runner/portmap.so +.endif + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m twisted.trial -e twisted -.include +.include From owner-svn-ports-all@freebsd.org Sat Nov 12 10:25:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7456BC3C17F; Sat, 12 Nov 2016 10:25:03 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 396EE14A4; Sat, 12 Nov 2016 10:25:02 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3tGCZt3GxHzb4w; Sat, 12 Nov 2016 11:24:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1478946291; x=1480760692; bh=vQdCP95zOuqoIOM4veZId45n50D0G3UAbcd 2TSTssNE=; b=kSh9F6KId0ou26NFjhnRHGtroCMZHponoH8J3bfituaHfjHCN0C qwkRcPHr9oBHla99zNv3AD+6QCg3vqAesm5d6Wh02X+e+AyA2QniZLXzLJPFSVts tlzfE+c0xuKlICcHAsFDYX7jOYHSl2hB9IL0PqInFp7OjWOhoLlDoLMM= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id XWrvz5I2-Szk; Sat, 12 Nov 2016 11:24:51 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sat, 12 Nov 2016 11:24:50 +0100 (CET) Subject: Re: svn commit: r425939 - head/games/pioneer To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611121019.uACAJpFO056377@repo.freebsd.org> From: Guido Falsi Message-ID: <687ee8f9-b31d-e4fe-451b-b723611c44a0@madpilot.net> Date: Sat, 12 Nov 2016 11:24:47 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611121019.uACAJpFO056377@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: Sat, 12 Nov 2016 10:25:03 -0000 On 11/12/16 11:19, Antoine Brodin wrote: > Author: antoine > Date: Sat Nov 12 10:19:51 2016 > New Revision: 425939 > URL: https://svnweb.freebsd.org/changeset/ports/425939 > > Log: > Spell CHOSEN_COMPILER_TYPE correctly > > Modified: > head/games/pioneer/Makefile > > Modified: head/games/pioneer/Makefile > ============================================================================== > --- head/games/pioneer/Makefile Sat Nov 12 10:14:09 2016 (r425938) > +++ head/games/pioneer/Makefile Sat Nov 12 10:19:51 2016 (r425939) > @@ -72,7 +72,7 @@ PROFILER_CONFIGURE_ON= --enable-profiler > > .include > > -.if ${COMPILER_TYPE} == gcc > +.if ${CHOSEN_COMPILER_TYPE} == gcc > # Unhide std::to_string() for GCC (ports/193528) > CXXFLAGS+= -D_GLIBCXX_USE_C99 > .endif > Thanks! This one slipped me! -- Guido Falsi From owner-svn-ports-all@freebsd.org Sat Nov 12 10:37:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 376C0C3C30F; Sat, 12 Nov 2016 10:37:53 +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 0621C1877; Sat, 12 Nov 2016 10:37:52 +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 uACAbq5x064407; Sat, 12 Nov 2016 10:37:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACAbq85064405; Sat, 12 Nov 2016 10:37:52 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611121037.uACAbq85064405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 12 Nov 2016 10:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425941 - head/www/linux-c6-flashplugin24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 10:37:53 -0000 Author: tijl Date: Sat Nov 12 10:37:51 2016 New Revision: 425941 URL: https://svnweb.freebsd.org/changeset/ports/425941 Log: Update to 24.0.0.154 (beta). Modified: head/www/linux-c6-flashplugin24/Makefile head/www/linux-c6-flashplugin24/distinfo Modified: head/www/linux-c6-flashplugin24/Makefile ============================================================================== --- head/www/linux-c6-flashplugin24/Makefile Sat Nov 12 10:23:38 2016 (r425940) +++ head/www/linux-c6-flashplugin24/Makefile Sat Nov 12 10:37:51 2016 (r425941) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 24.0.0.145 +PORTVERSION= 24.0.0.154 CATEGORIES= www multimedia linux -MASTER_SITES= https://fpdownload.macromedia.com/pub/labs/flashruntimes/flashplayer/linux32/ +MASTER_SITES= https://fpdownload.macromedia.com/pub/labs/flashruntimes/flashplayer/linux32/ \ + LOCAL/tijl/${DIST_SUBDIR} PKGNAMEPREFIX?= linux-c6- PKGNAMESUFFIX= 24 DISTFILES= flash_player_npapi_linux.i386.tar.gz Modified: head/www/linux-c6-flashplugin24/distinfo ============================================================================== --- head/www/linux-c6-flashplugin24/distinfo Sat Nov 12 10:23:38 2016 (r425940) +++ head/www/linux-c6-flashplugin24/distinfo Sat Nov 12 10:37:51 2016 (r425941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478341568 -SHA256 (flashplugin/24.0.0.145/flash_player_npapi_linux.i386.tar.gz) = da7bf26aca5f6804cf5e64aa566ebabf3e61ea9ff4046ceb5a7408bf9f3c0b5b -SIZE (flashplugin/24.0.0.145/flash_player_npapi_linux.i386.tar.gz) = 9159578 +TIMESTAMP = 1478946578 +SHA256 (flashplugin/24.0.0.154/flash_player_npapi_linux.i386.tar.gz) = 07a783359c8669e7026ff155f73171d0076b9c99b63556864dc5dac21ae61f13 +SIZE (flashplugin/24.0.0.154/flash_player_npapi_linux.i386.tar.gz) = 9159999 From owner-svn-ports-all@freebsd.org Sat Nov 12 10:40:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42151C3C378 for ; Sat, 12 Nov 2016 10:40:36 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x243.google.com (mail-oi0-x243.google.com [IPv6:2607:f8b0:4003:c06::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 054421968 for ; Sat, 12 Nov 2016 10:40:36 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x243.google.com with SMTP id 128so984376oih.3 for ; Sat, 12 Nov 2016 02:40:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=om0opGFGsECIRxgXKqh5sH7tsLwnODSjore1kOMXOnw=; b=XOWgx/CV/zOcD0f5OKw7HZ3zuPFOk3agj5sMe2SdN/JPD+DPoeippbM+Q29LE35R1P t39nuW9kBfzq/aVg7ZzsbZBPHA0HcUCXFGoVTiE1r6uR8jfIUMnaAssG6c3P2O+J/dmk RnNBFVQCrxQRbB4Xy9Cu020z5+zBw28jF68LwHQZsmv7lUimG4Z08trLX25co/wp3zUa VYxVMlTMRlu+1FpIDgarS5bdLSZTBILvrQtSoDhbJLKfkiSF7lYpyh/KAt6v2NHhZUb8 zmY975+Xwc7o8FwcvSfm8f1Sv2VQjfhsABoCh6uciGwI2sFK8yv/UAF12R2MrhGdPWwk oCXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=om0opGFGsECIRxgXKqh5sH7tsLwnODSjore1kOMXOnw=; b=HASL6EphR8WqkD132C/2yNbexYpWK/XnmO/5w7iXx4GO38Kvq2vRlMVEnp8BgVcxY9 0akycLsYj3iv/9sRZd875N94bSj1XTDBbykZsg6OuY2z5h6Byc9Tyn1J3zyd3pGUCz6C 4cTDpmogNW9mEmrIl2XLXgj4gtk4hAtMxmqUnAMyyZmvo0DQ0eViReRcqC3KIWWAVDKl D1ALHH9iStBzv3yZh2wn6uvh4H1xpme7FXVfrF0TT8bjGE/lxUL4H0bYrNFjwmeD2O3U keRMw17SxMEKSKLdhuEz/LMWaCX9qaWEah07x3Cfoq4US5qJYisgRL4M3YplvyZ4lEUm utwA== X-Gm-Message-State: ABUngvfajBdq4oC4dxXknIAsO5h3sGEdsOrcJFMpc7f1g0/nAPqIPAge4rhwb5Y2NBIDZfNiyNG214UpVYCBWg== X-Received: by 10.157.20.225 with SMTP id r30mr3101700otr.148.1478947235226; Sat, 12 Nov 2016 02:40:35 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.8.34 with HTTP; Sat, 12 Nov 2016 02:39:54 -0800 (PST) In-Reply-To: References: <201611061646.uA6GkrD1047980@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Nov 2016 18:39:54 +0800 X-Google-Sender-Auth: Pavn-jNHTQgQg0uiACSJXXqxgeI Message-ID: Subject: Re: svn commit: r425513 - head/devel/p5-Devel-MAT To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 12 Nov 2016 10:40:36 -0000 On Wed, Nov 9, 2016 at 7:16 PM, Mathieu Arnold wrote: > Le 06/11/2016 =C3=A0 20:37, Mathieu Arnold a =C3=A9crit : > > Le 06/11/2016 =C3=A0 17:46, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > >> Log: > >> - Remove outdated PERL_LEVEL check > >> > >> -.include > >> - > >> -.if ${PERL_LEVEL} >=3D 502000 > >> -BUILD_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Plugga= ble > >> -RUN_DEPENDS+=3D p5-Module-Pluggable>=3D0:devel/p5-Module-Plugga= ble > >> -.endif > >> - > > Why is it outdated ? We still have Perl 5.18 in the tree. > > > > ping ? > > > -- > Mathieu Arnold > > > Hi mat, I mistakenly think perl5.18 was removed. I'll revert these commits and commit them again in Jan. Regards, sunpoet From owner-svn-ports-all@freebsd.org Sat Nov 12 11:17:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D39CFC3CED3; Sat, 12 Nov 2016 11:17:06 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3C561848; Sat, 12 Nov 2016 11:17:06 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACBH5Zs079981; Sat, 12 Nov 2016 11:17:05 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACBH5Ol079979; Sat, 12 Nov 2016 11:17:05 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611121117.uACBH5Ol079979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 11:17:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425942 - head/polish/qnapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 11:17:06 -0000 Author: pawel Date: Sat Nov 12 11:17:05 2016 New Revision: 425942 URL: https://svnweb.freebsd.org/changeset/ports/425942 Log: - Update to version 0.2.2 - Add missing dependencies found by stage-qa Changelog: https://github.com/QNapi/qnapi/releases/tag/0.2.2 Modified: head/polish/qnapi/Makefile head/polish/qnapi/distinfo Modified: head/polish/qnapi/Makefile ============================================================================== --- head/polish/qnapi/Makefile Sat Nov 12 10:37:51 2016 (r425941) +++ head/polish/qnapi/Makefile Sat Nov 12 11:17:05 2016 (r425942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qnapi -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= polish multimedia MAINTAINER= pawel@FreeBSD.org @@ -13,13 +13,15 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE BUILD_DEPENDS= qt-maybe>0:devel/qt-maybe \ libmaia>0:net/libmaia -LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo +LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ + libzen.so:multimedia/libzen RUN_DEPENDS= 7z:archivers/p7zip USE_GITHUB= yes USES= compiler:c++11-lib pkgconfig qmake -USE_QT5= buildtools_build gui network widgets xml +USE_GL= gl +USE_QT5= buildtools_build core gui network widgets xml CXXFLAGS+= -I${LOCALBASE}/include/maia QMAKE_ARGS= LIBS=-lmaia Modified: head/polish/qnapi/distinfo ============================================================================== --- head/polish/qnapi/distinfo Sat Nov 12 10:37:51 2016 (r425941) +++ head/polish/qnapi/distinfo Sat Nov 12 11:17:05 2016 (r425942) @@ -1,2 +1,3 @@ -SHA256 (qnapi-qnapi-0.2.1_GH0.tar.gz) = fa239528faa59418ba7294a07086446e381863eacb5c9ad1b2b3516a018bef1e -SIZE (qnapi-qnapi-0.2.1_GH0.tar.gz) = 8634833 +TIMESTAMP = 1478906057 +SHA256 (qnapi-qnapi-0.2.2_GH0.tar.gz) = 797868b4df922f7bbccbe677279d7a20e500ee85bebb3ef1ca93045e88b46126 +SIZE (qnapi-qnapi-0.2.2_GH0.tar.gz) = 9481096 From owner-svn-ports-all@freebsd.org Sat Nov 12 11:47:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6531C3D525; Sat, 12 Nov 2016 11:47:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72DB112D0; Sat, 12 Nov 2016 11:47:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACBlgN7091851; Sat, 12 Nov 2016 11:47:42 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACBlg2j091850; Sat, 12 Nov 2016 11:47:42 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611121147.uACBlg2j091850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 12 Nov 2016 11:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425943 - head/net/socat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 11:47:43 -0000 Author: linimon Date: Sat Nov 12 11:47:42 2016 New Revision: 425943 URL: https://svnweb.freebsd.org/changeset/ports/425943 Log: Remove antique and now useless line about ARCH 'arm'. Reported by: jbeich Modified: head/net/socat/Makefile Modified: head/net/socat/Makefile ============================================================================== --- head/net/socat/Makefile Sat Nov 12 11:17:05 2016 (r425942) +++ head/net/socat/Makefile Sat Nov 12 11:47:42 2016 (r425943) @@ -45,8 +45,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.if ${ARCH} == "arm" -BROKEN= Does not configure on arm -.endif - .include From owner-svn-ports-all@freebsd.org Sat Nov 12 12:24:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19801C3BD43; Sat, 12 Nov 2016 12:24:07 +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 C2E701AFD; Sat, 12 Nov 2016 12:24:06 +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 uACCO5ct007506; Sat, 12 Nov 2016 12:24:05 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACCO5BO007504; Sat, 12 Nov 2016 12:24:05 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611121224.uACCO5BO007504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 12:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425944 - head/devel/p5-Date-Extract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 12:24:07 -0000 Author: matthew Date: Sat Nov 12 12:24:05 2016 New Revision: 425944 URL: https://svnweb.freebsd.org/changeset/ports/425944 Log: Update to 0.06 ChangeLog: http://cpansearch.perl.org/src/ALEXMV/Date-Extract-0.06/Changes Modified: head/devel/p5-Date-Extract/Makefile head/devel/p5-Date-Extract/distinfo Modified: head/devel/p5-Date-Extract/Makefile ============================================================================== --- head/devel/p5-Date-Extract/Makefile Sat Nov 12 11:47:42 2016 (r425943) +++ head/devel/p5-Date-Extract/Makefile Sat Nov 12 12:24:05 2016 (r425944) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Date-Extract -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Extract probable dates from strings -BUILD_DEPENDS= p5-DateTime-Format-Natural>0:devel/p5-DateTime-Format-Natural \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime-Format-Natural>0:devel/p5-DateTime-Format-Natural \ + p5-Class-Data-Inheritable>0:devel/p5-Class-Data-Inheritable +RUN_DEPENDS= p5-DateTime-Format-Natural>0:devel/p5-DateTime-Format-Natural \ p5-Class-Data-Inheritable>0:devel/p5-Class-Data-Inheritable -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime NO_ARCH= yes Modified: head/devel/p5-Date-Extract/distinfo ============================================================================== --- head/devel/p5-Date-Extract/distinfo Sat Nov 12 11:47:42 2016 (r425943) +++ head/devel/p5-Date-Extract/distinfo Sat Nov 12 12:24:05 2016 (r425944) @@ -1,2 +1,3 @@ -SHA256 (Date-Extract-0.05.tar.gz) = ef866b4d596e976a6f4e4b266a6ad7fe4513fad9ae761d7a9ef66f672695fe6d -SIZE (Date-Extract-0.05.tar.gz) = 27889 +TIMESTAMP = 1478950315 +SHA256 (Date-Extract-0.06.tar.gz) = bc7658d5c50c3525ec0efcb55236a5de2d5d4fc06fc147fa3929c8f0953cda2b +SIZE (Date-Extract-0.06.tar.gz) = 32730 From owner-svn-ports-all@freebsd.org Sat Nov 12 12:28:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94AC3C3BE29; Sat, 12 Nov 2016 12:28:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6697D1C35; Sat, 12 Nov 2016 12:28:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACCSj1u007770; Sat, 12 Nov 2016 12:28:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACCSj2i007768; Sat, 12 Nov 2016 12:28:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611121228.uACCSj2i007768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Nov 2016 12:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425945 - head/devel/ocaml-extlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 12:28:46 -0000 Author: pi Date: Sat Nov 12 12:28:45 2016 New Revision: 425945 URL: https://svnweb.freebsd.org/changeset/ports/425945 Log: devel/ocaml-extlib: update 1.7.0 -> 1.7.1 Changes: https://github.com/ygrek/ocaml-extlib/releases Modified: head/devel/ocaml-extlib/Makefile head/devel/ocaml-extlib/distinfo Modified: head/devel/ocaml-extlib/Makefile ============================================================================== --- head/devel/ocaml-extlib/Makefile Sat Nov 12 12:24:05 2016 (r425944) +++ head/devel/ocaml-extlib/Makefile Sat Nov 12 12:28:45 2016 (r425945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extlib -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- Modified: head/devel/ocaml-extlib/distinfo ============================================================================== --- head/devel/ocaml-extlib/distinfo Sat Nov 12 12:24:05 2016 (r425944) +++ head/devel/ocaml-extlib/distinfo Sat Nov 12 12:28:45 2016 (r425945) @@ -1,2 +1,3 @@ -SHA256 (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63 -SIZE (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 83327 +TIMESTAMP = 1478941166 +SHA256 (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb +SIZE (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 85397 From owner-svn-ports-all@freebsd.org Sat Nov 12 12:46:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D7C1C3D262; Sat, 12 Nov 2016 12:46: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 2F48A133A; Sat, 12 Nov 2016 12:46: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 uACCkXMs015722; Sat, 12 Nov 2016 12:46:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACCkXGR015721; Sat, 12 Nov 2016 12:46:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611121246.uACCkXGR015721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 12:46:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425946 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 12:46:34 -0000 Author: amdmi3 Date: Sat Nov 12 12:46:33 2016 New Revision: 425946 URL: https://svnweb.freebsd.org/changeset/ports/425946 Log: - Verbosify build Approved by: portmgr blanket Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Nov 12 12:28:45 2016 (r425945) +++ head/emulators/qemu-sbruno/Makefile Sat Nov 12 12:46:33 2016 (r425946) @@ -26,7 +26,7 @@ HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${MAKE}" +MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream. From owner-svn-ports-all@freebsd.org Sat Nov 12 12:59:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E25DAC3D4AC; Sat, 12 Nov 2016 12:59: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 B7E9217C5; Sat, 12 Nov 2016 12:59:14 +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 uACCxD1K019668; Sat, 12 Nov 2016 12:59:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACCxDUI019667; Sat, 12 Nov 2016 12:59:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611121259.uACCxDUI019667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 12 Nov 2016 12:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425947 - head/graphics/libetonyek01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 12:59:15 -0000 Author: jbeich Date: Sat Nov 12 12:59:13 2016 New Revision: 425947 URL: https://svnweb.freebsd.org/changeset/ports/425947 Log: graphics/libetonyek01: unbreak build on 9.x In file included from conftest.cpp:43: In file included from /usr/local/include/boost/spirit/include/phoenix.hpp:13: In file included from /usr/local/include/boost/spirit/home/phoenix.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/algorithm.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp:20: In file included from /usr/local/include/boost/spirit/home/phoenix/function/function.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/core/compose.hpp:16: In file included from /usr/local/include/boost/spirit/home/phoenix/core/composite.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/core/actor.hpp:18: In file included from /usr/local/include/boost/spirit/home/phoenix/core/basic_environment.hpp:18: In file included from /usr/local/include/boost/fusion/include/mpl.hpp:11: In file included from /usr/local/include/boost/fusion/mpl.hpp:17: In file included from /usr/local/include/boost/fusion/mpl/clear.hpp:12: In file included from /usr/local/include/boost/fusion/mpl/detail/clear.hpp:12: In file included from /usr/local/include/boost/fusion/container/map/map_fwd.hpp:24: /usr/local/include/boost/fusion/container/map/detail/map_impl.hpp:76:23: error: no template named 'forward' in namespace 'std'; did you mean 'advance_detail::forward'? : rest_type(std::forward(*static_cast(this))) ^~~~~~~~~~~~ advance_detail::forward /usr/local/include/boost/fusion/iterator/detail/advance.hpp:37:12: note: 'advance_detail::forward' declared here struct forward ^ In file included from /usr/local/include/glm/detail/func_trigonometric.hpp:205:0, from /usr/local/include/glm/trigonometric.hpp:35, from /usr/local/include/glm/glm.hpp:110, from conftest.cpp:49: /usr/local/include/glm/detail/func_trigonometric.inl:166:14: error: 'std::asinh' has not been declared using std::asinh; ^ In file included from /usr/local/include/glm/detail/func_common.hpp:455:0, from /usr/local/include/glm/common.hpp:35, from /usr/local/include/glm/glm.hpp:112, from conftest.cpp:49: /usr/local/include/glm/detail/func_common.inl:229:16: error: 'std::trunc' has not been declared using ::std::trunc; ^ /usr/local/include/glm/detail/func_common.inl:248:16: error: 'std::round' has not been declared using ::std::round; ^ Reported by: pkg-fallout, Robert Backhaus Modified: head/graphics/libetonyek01/Makefile (contents, props changed) Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Sat Nov 12 12:46:33 2016 (r425946) +++ head/graphics/libetonyek01/Makefile Sat Nov 12 12:59:13 2016 (r425947) @@ -24,9 +24,11 @@ OPTIONS_DEFINE= TEST CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ + -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Sat Nov 12 13:05:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B714EC3D62B; Sat, 12 Nov 2016 13:05:16 +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 78BCD1B5E; Sat, 12 Nov 2016 13:05:16 +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 uACD5FW7023737; Sat, 12 Nov 2016 13:05:15 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACD5FJL023735; Sat, 12 Nov 2016 13:05:15 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611121305.uACD5FJL023735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Nov 2016 13:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425948 - head/www/py-pyramid_rpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:05:16 -0000 Author: lwhsu Date: Sat Nov 12 13:05:15 2016 New Revision: 425948 URL: https://svnweb.freebsd.org/changeset/ports/425948 Log: - Update to 0.8 Modified: head/www/py-pyramid_rpc/Makefile head/www/py-pyramid_rpc/distinfo Modified: head/www/py-pyramid_rpc/Makefile ============================================================================== --- head/www/py-pyramid_rpc/Makefile Sat Nov 12 12:59:13 2016 (r425947) +++ head/www/py-pyramid_rpc/Makefile Sat Nov 12 13:05:15 2016 (r425948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyramid_rpc -PORTVERSION= 0.5.2 +PORTVERSION= 0.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-pyramid_rpc/distinfo ============================================================================== --- head/www/py-pyramid_rpc/distinfo Sat Nov 12 12:59:13 2016 (r425947) +++ head/www/py-pyramid_rpc/distinfo Sat Nov 12 13:05:15 2016 (r425948) @@ -1,2 +1,3 @@ -SHA256 (pyramid_rpc-0.5.2.tar.gz) = a31122d23ec31582467caeff618a55eb1f1ab6e5abc4c7f8177e11c76b1a1d71 -SIZE (pyramid_rpc-0.5.2.tar.gz) = 30078 +TIMESTAMP = 1478955818 +SHA256 (pyramid_rpc-0.8.tar.gz) = 5dcd59a52d28ed5594df897ddbd473f68e599d48d4c86546e688db9752fa1f3a +SIZE (pyramid_rpc-0.8.tar.gz) = 30940 From owner-svn-ports-all@freebsd.org Sat Nov 12 13:08:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84AE3C3D676; Sat, 12 Nov 2016 13:08:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D5C71C63; Sat, 12 Nov 2016 13:08:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACD8EBA023942; Sat, 12 Nov 2016 13:08:14 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACD8ED1023940; Sat, 12 Nov 2016 13:08:14 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611121308.uACD8ED1023940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 12 Nov 2016 13:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425949 - head/net/py-pyzmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:08:15 -0000 Author: novel Date: Sat Nov 12 13:08:14 2016 New Revision: 425949 URL: https://svnweb.freebsd.org/changeset/ports/425949 Log: net/py-pyzmq: update to 16.0.1 - update to 16.0.1 - rename regression-test target to do-test and add TEST_DEPENDS - fix detecting zmq in non-default LOCALBASE [1] PR: 214274 [1] Submitted by: jhujhiti@adjectivism.org [1] Modified: head/net/py-pyzmq/Makefile head/net/py-pyzmq/distinfo Modified: head/net/py-pyzmq/Makefile ============================================================================== --- head/net/py-pyzmq/Makefile Sat Nov 12 13:05:15 2016 (r425948) +++ head/net/py-pyzmq/Makefile Sat Nov 12 13:08:14 2016 (r425949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 16.0.0 +PORTVERSION= 16.0.1 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,11 @@ COMMENT= Python bindings for ZeroMQ LICENSE= LGPL3 LIB_DEPENDS= libzmq.so:net/libzmq4 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest USES= python USE_PYTHON= distutils autoplist +PYDISTUTILS_CONFIGUREARGS= --zmq=${LOCALBASE} .include @@ -23,11 +25,7 @@ USE_PYTHON= distutils autoplist RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:devel/py-asyncio .endif -pre-configure: - @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ - ${WRKSRC}/setup.cfg - -regression-test: extract +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test Modified: head/net/py-pyzmq/distinfo ============================================================================== --- head/net/py-pyzmq/distinfo Sat Nov 12 13:05:15 2016 (r425948) +++ head/net/py-pyzmq/distinfo Sat Nov 12 13:08:14 2016 (r425949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477133732 -SHA256 (pyzmq-16.0.0.tar.gz) = 712000cc23e3845936d22b6085be40679fd38d789a3d20836be191b8a86f15a7 -SIZE (pyzmq-16.0.0.tar.gz) = 986465 +TIMESTAMP = 1478890077 +SHA256 (pyzmq-16.0.1.tar.gz) = 97d39ed371a42c4fa8244e3d7ef5fae71ec223a4bba4ba3fa2aad1886cd72967 +SIZE (pyzmq-16.0.1.tar.gz) = 1026593 From owner-svn-ports-all@freebsd.org Sat Nov 12 13:09:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6C44C3D6C0; Sat, 12 Nov 2016 13:09: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 5C5B21D62; Sat, 12 Nov 2016 13:09: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 uACD9Ugs024123; Sat, 12 Nov 2016 13:09:30 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACD9UvL024120; Sat, 12 Nov 2016 13:09:30 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611121309.uACD9UvL024120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Nov 2016 13:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425950 - head/www/py-django-storages X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:09:31 -0000 Author: lwhsu Date: Sat Nov 12 13:09:30 2016 New Revision: 425950 URL: https://svnweb.freebsd.org/changeset/ports/425950 Log: - Update to 1.5.1 Modified: head/www/py-django-storages/Makefile head/www/py-django-storages/distinfo head/www/py-django-storages/pkg-descr Modified: head/www/py-django-storages/Makefile ============================================================================== --- head/www/py-django-storages/Makefile Sat Nov 12 13:08:14 2016 (r425949) +++ head/www/py-django-storages/Makefile Sat Nov 12 13:09:30 2016 (r425950) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-storages -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Generic storages for Django +LICENSE= BSD3CLAUSE + USES= python USE_PYTHON= distutils autoplist Modified: head/www/py-django-storages/distinfo ============================================================================== --- head/www/py-django-storages/distinfo Sat Nov 12 13:08:14 2016 (r425949) +++ head/www/py-django-storages/distinfo Sat Nov 12 13:09:30 2016 (r425950) @@ -1,2 +1,3 @@ -SHA256 (django-storages-1.1.8.tar.gz) = 0c71f7719c0009648cde1f346975359565fb0af33bc4b5fc69cb0bbf597d93ee -SIZE (django-storages-1.1.8.tar.gz) = 26342 +TIMESTAMP = 1478956075 +SHA256 (django-storages-1.5.1.tar.gz) = e2779eecc4dabab6b6c614790df9f26fe87416626491e0ec6c38148a3c6472bc +SIZE (django-storages-1.5.1.tar.gz) = 60184 Modified: head/www/py-django-storages/pkg-descr ============================================================================== --- head/www/py-django-storages/pkg-descr Sat Nov 12 13:08:14 2016 (r425949) +++ head/www/py-django-storages/pkg-descr Sat Nov 12 13:09:30 2016 (r425950) @@ -1,4 +1,4 @@ Generic storages for Django. Support for many storages (S3, MogileFS, etc) in Django -WWW: http://code.welldev.org/django-storages/ +WWW: https://github.com/jschneier/django-storages From owner-svn-ports-all@freebsd.org Sat Nov 12 13:26:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3515EC3DAFB; Sat, 12 Nov 2016 13:26:32 +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 EEE041562; Sat, 12 Nov 2016 13:26:31 +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 uACDQVV1031835; Sat, 12 Nov 2016 13:26:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACDQV2O031834; Sat, 12 Nov 2016 13:26:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611121326.uACDQV2O031834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 12 Nov 2016 13:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425951 - head/editors/libreoffice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:26:32 -0000 Author: bapt Date: Sat Nov 12 13:26:30 2016 New Revision: 425951 URL: https://svnweb.freebsd.org/changeset/ports/425951 Log: Allow to bulid as root PR: 214440 Reported by: O. Hartmann Modified: head/editors/libreoffice/files/patch-Makefile.in Modified: head/editors/libreoffice/files/patch-Makefile.in ============================================================================== --- head/editors/libreoffice/files/patch-Makefile.in Sat Nov 12 13:09:30 2016 (r425950) +++ head/editors/libreoffice/files/patch-Makefile.in Sat Nov 12 13:26:30 2016 (r425951) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2016-10-28 14:50:26 UTC +--- Makefile.in.orig 2016-11-11 12:49:08 UTC +++ Makefile.in -@@ -355,7 +355,7 @@ else - @exit 1 - endif +@@ -52,7 +52,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard --distro-pack-install: install -+distro-pack-install: install-strip - $(SRCDIR)/bin/distro-install-clean-up - $(SRCDIR)/bin/distro-install-desktop-integration - $(SRCDIR)/bin/distro-install-sdk + else # MAKE_RESTARTS + +-all: check-if-root build ++all: build + + check-if-root: + @if test `id -u` = 0; then \ From owner-svn-ports-all@freebsd.org Sat Nov 12 13:29:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68967C3DBC2; Sat, 12 Nov 2016 13:29:13 +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 37B7B169E; Sat, 12 Nov 2016 13:29:13 +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 uACDTCg5032045; Sat, 12 Nov 2016 13:29:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACDTC4D032043; Sat, 12 Nov 2016 13:29:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611121329.uACDTC4D032043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Nov 2016 13:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425952 - head/www/p5-Template-Toolkit-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: Sat, 12 Nov 2016 13:29:13 -0000 Author: lwhsu Date: Sat Nov 12 13:29:12 2016 New Revision: 425952 URL: https://svnweb.freebsd.org/changeset/ports/425952 Log: - Update to 0.31 Modified: head/www/p5-Template-Toolkit-Simple/Makefile head/www/p5-Template-Toolkit-Simple/distinfo Modified: head/www/p5-Template-Toolkit-Simple/Makefile ============================================================================== --- head/www/p5-Template-Toolkit-Simple/Makefile Sat Nov 12 13:26:30 2016 (r425951) +++ head/www/p5-Template-Toolkit-Simple/Makefile Sat Nov 12 13:29:12 2016 (r425952) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Template-Toolkit-Simple -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.31 CATEGORIES= www textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Simple Interface to Template Toolkit +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-Template-Toolkit-Simple/distinfo ============================================================================== --- head/www/p5-Template-Toolkit-Simple/distinfo Sat Nov 12 13:26:30 2016 (r425951) +++ head/www/p5-Template-Toolkit-Simple/distinfo Sat Nov 12 13:29:12 2016 (r425952) @@ -1,2 +1,3 @@ -SHA256 (Template-Toolkit-Simple-0.16.tar.gz) = 7d9055fdd6fba32bb37e9468944a68a46d4ededccd3caada4c6384bce10be6c7 -SIZE (Template-Toolkit-Simple-0.16.tar.gz) = 50444 +TIMESTAMP = 1478956817 +SHA256 (Template-Toolkit-Simple-0.31.tar.gz) = 58bcc6925daa78d80b40f436d9219aadce201dcfeb9c71e933bcda30c47d597c +SIZE (Template-Toolkit-Simple-0.31.tar.gz) = 38078 From owner-svn-ports-all@freebsd.org Sat Nov 12 13:37:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 000FBC3D176; Sat, 12 Nov 2016 13:37:33 +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 CE3F31C0F; Sat, 12 Nov 2016 13:37:33 +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 uACDbX4v035871; Sat, 12 Nov 2016 13:37:33 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACDbWGu035868; Sat, 12 Nov 2016 13:37:32 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611121337.uACDbWGu035868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 13:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425953 - head/databases/pg_citus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:37:34 -0000 Author: matthew Date: Sat Nov 12 13:37:32 2016 New Revision: 425953 URL: https://svnweb.freebsd.org/changeset/ports/425953 Log: Update to 6.0.0 ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo head/databases/pg_citus/pkg-plist Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Sat Nov 12 13:29:12 2016 (r425952) +++ head/databases/pg_citus/Makefile Sat Nov 12 13:37:32 2016 (r425953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 5.2.2 +PORTVERSION= 6.0.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -15,7 +15,7 @@ LICENSE= AGPLv3 USE_GITHUB= yes GH_ACCOUNT= citusdata -USES= gmake pgsql:9.5 autoreconf readline +USES= gmake pgsql:9.5+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Sat Nov 12 13:29:12 2016 (r425952) +++ head/databases/pg_citus/distinfo Sat Nov 12 13:37:32 2016 (r425953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478593024 -SHA256 (citusdata-citus-v5.2.2_GH0.tar.gz) = 5eb593567bd2e173c4850d13a17416addb9a5e0cf20b0437cfd173853eb520e7 -SIZE (citusdata-citus-v5.2.2_GH0.tar.gz) = 1693732 +TIMESTAMP = 1478954301 +SHA256 (citusdata-citus-v6.0.0_GH0.tar.gz) = 90bad0e57256ca3e72c080b58877e396216cbd46c5820a8f0ec2a0ca4d062dfb +SIZE (citusdata-citus-v6.0.0_GH0.tar.gz) = 1670333 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Sat Nov 12 13:29:12 2016 (r425952) +++ head/databases/pg_citus/pkg-plist Sat Nov 12 13:37:32 2016 (r425953) @@ -1,16 +1,17 @@ -bin/copy_to_distributed_table -bin/csql include/postgresql/server/citus_config.h include/postgresql/server/distributed/citus_clauses.h include/postgresql/server/distributed/citus_nodefuncs.h include/postgresql/server/distributed/citus_nodes.h include/postgresql/server/distributed/citus_ruleutils.h +include/postgresql/server/distributed/colocation_utils.h include/postgresql/server/distributed/commit_protocol.h include/postgresql/server/distributed/connection_cache.h +include/postgresql/server/distributed/distribution_column.h include/postgresql/server/distributed/listutils.h include/postgresql/server/distributed/master_metadata_utility.h include/postgresql/server/distributed/master_protocol.h include/postgresql/server/distributed/metadata_cache.h +include/postgresql/server/distributed/metadata_sync.h include/postgresql/server/distributed/multi_client_executor.h include/postgresql/server/distributed/multi_copy.h include/postgresql/server/distributed/multi_executor.h @@ -27,18 +28,24 @@ include/postgresql/server/distributed/mu include/postgresql/server/distributed/multi_server_executor.h include/postgresql/server/distributed/multi_shard_transaction.h include/postgresql/server/distributed/multi_utility.h +include/postgresql/server/distributed/pg_dist_colocation.h +include/postgresql/server/distributed/pg_dist_local_group.h +include/postgresql/server/distributed/pg_dist_node.h include/postgresql/server/distributed/pg_dist_partition.h include/postgresql/server/distributed/pg_dist_shard.h include/postgresql/server/distributed/pg_dist_shard_placement.h +include/postgresql/server/distributed/pg_dist_transaction.h include/postgresql/server/distributed/relay_utility.h include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/shardinterval_utils.h include/postgresql/server/distributed/task_tracker.h include/postgresql/server/distributed/task_tracker_protocol.h include/postgresql/server/distributed/test_helper_functions.h +include/postgresql/server/distributed/transaction_recovery.h include/postgresql/server/distributed/transmit.h include/postgresql/server/distributed/worker_manager.h include/postgresql/server/distributed/worker_protocol.h +include/postgresql/server/distributed/worker_transaction.h lib/postgresql/citus.so share/postgresql/extension/citus--5.0--5.0-1.sql share/postgresql/extension/citus--5.0-1--5.0-2.sql @@ -62,5 +69,47 @@ share/postgresql/extension/citus--5.1-7- share/postgresql/extension/citus--5.1-7.sql share/postgresql/extension/citus--5.1-8--5.2-1.sql share/postgresql/extension/citus--5.1-8.sql +share/postgresql/extension/citus--5.2-1--5.2-2.sql share/postgresql/extension/citus--5.2-1.sql +share/postgresql/extension/citus--5.2-2--5.2-3.sql +share/postgresql/extension/citus--5.2-2.sql +share/postgresql/extension/citus--5.2-3--5.2-4.sql +share/postgresql/extension/citus--5.2-3.sql +share/postgresql/extension/citus--5.2-4--6.0-1.sql +share/postgresql/extension/citus--5.2-4.sql +share/postgresql/extension/citus--6.0-1--6.0-2.sql +share/postgresql/extension/citus--6.0-1.sql +share/postgresql/extension/citus--6.0-10--6.0-11.sql +share/postgresql/extension/citus--6.0-10.sql +share/postgresql/extension/citus--6.0-11--6.0-12.sql +share/postgresql/extension/citus--6.0-11.sql +share/postgresql/extension/citus--6.0-12--6.0-13.sql +share/postgresql/extension/citus--6.0-12.sql +share/postgresql/extension/citus--6.0-13--6.0-14.sql +share/postgresql/extension/citus--6.0-13.sql +share/postgresql/extension/citus--6.0-14--6.0-15.sql +share/postgresql/extension/citus--6.0-14.sql +share/postgresql/extension/citus--6.0-15--6.0-16.sql +share/postgresql/extension/citus--6.0-15.sql +share/postgresql/extension/citus--6.0-16--6.0-17.sql +share/postgresql/extension/citus--6.0-16.sql +share/postgresql/extension/citus--6.0-17--6.0-18.sql +share/postgresql/extension/citus--6.0-17.sql +share/postgresql/extension/citus--6.0-18.sql +share/postgresql/extension/citus--6.0-2--6.0-3.sql +share/postgresql/extension/citus--6.0-2.sql +share/postgresql/extension/citus--6.0-3--6.0-4.sql +share/postgresql/extension/citus--6.0-3.sql +share/postgresql/extension/citus--6.0-4--6.0-5.sql +share/postgresql/extension/citus--6.0-4.sql +share/postgresql/extension/citus--6.0-5--6.0-6.sql +share/postgresql/extension/citus--6.0-5.sql +share/postgresql/extension/citus--6.0-6--6.0-7.sql +share/postgresql/extension/citus--6.0-6.sql +share/postgresql/extension/citus--6.0-7--6.0-8.sql +share/postgresql/extension/citus--6.0-7.sql +share/postgresql/extension/citus--6.0-8--6.0-9.sql +share/postgresql/extension/citus--6.0-8.sql +share/postgresql/extension/citus--6.0-9--6.0-10.sql +share/postgresql/extension/citus--6.0-9.sql share/postgresql/extension/citus.control From owner-svn-ports-all@freebsd.org Sat Nov 12 13:57:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF533C3D624; Sat, 12 Nov 2016 13:57:47 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A12B013E4; Sat, 12 Nov 2016 13:57:47 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACDvkGK043995; Sat, 12 Nov 2016 13:57:46 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACDvkPn043994; Sat, 12 Nov 2016 13:57:46 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201611121357.uACDvkPn043994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 12 Nov 2016 13:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425954 - head/security/nacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 13:57:47 -0000 Author: johans Date: Sat Nov 12 13:57:46 2016 New Revision: 425954 URL: https://svnweb.freebsd.org/changeset/ports/425954 Log: Use ONLY_FOR_ARCHS. It is unlikely other archs will be supported in the future. Modified: head/security/nacl/Makefile Modified: head/security/nacl/Makefile ============================================================================== --- head/security/nacl/Makefile Sat Nov 12 13:37:32 2016 (r425953) +++ head/security/nacl/Makefile Sat Nov 12 13:57:46 2016 (r425954) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://hyperelliptic.org/nacl/ -MAINTAINER= johans@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= High speed cryptography library USES= tar:bzip2 @@ -15,14 +15,10 @@ ALL_TARGET= do USE_BINUTILS= yes MAKE_JOBS_UNSAFE= yes -BROKEN_aarch64= Does not build: /proc/cpuinfo: No such file or directory -BROKEN_mips64= Does not build: /proc/cpuinfo: No such file or directory -BROKEN_powerpc= Does not compile on powerpc -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not compile on sparc64 +ONLY_FOR_ARCHS= i386 amd64 HOSTNAME_CMD?= /bin/hostname -s -MYARCH= ${ARCH:S/i386/x86/:S/powerpc/ppc/} +MYARCH= ${ARCH:S/i386/x86/} post-patch: @${REINPLACE_CMD} -i -e "s|$$| -fPIC|" ${WRKSRC}/okcompilers/c From owner-svn-ports-all@freebsd.org Sat Nov 12 14:09:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA9EC3D922; Sat, 12 Nov 2016 14:09:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BFD21999; Sat, 12 Nov 2016 14:09:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACE9f8V047895; Sat, 12 Nov 2016 14:09:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACE9fCT047894; Sat, 12 Nov 2016 14:09:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611121409.uACE9fCT047894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 12 Nov 2016 14:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425955 - head/editors/libreoffice/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 14:09:42 -0000 Author: bapt Date: Sat Nov 12 14:09:41 2016 New Revision: 425955 URL: https://svnweb.freebsd.org/changeset/ports/425955 Log: Fix typo I forgot to commit earlier Reported by: Stari Karp Modified: head/editors/libreoffice/files/patch-sc_Module__sc.mk Modified: head/editors/libreoffice/files/patch-sc_Module__sc.mk ============================================================================== --- head/editors/libreoffice/files/patch-sc_Module__sc.mk Sat Nov 12 13:57:46 2016 (r425954) +++ head/editors/libreoffice/files/patch-sc_Module__sc.mk Sat Nov 12 14:09:41 2016 (r425955) @@ -5,7 +5,7 @@ CppunitTest_sc_condformats \ CppunitTest_sc_new_cond_format_api \ - CppunitTest_sc_subsequent_filters_test \ -+ $(if $(filter FEEBSD,$(OS)),, ++ $(if $(filter FREEBSD,$(OS)),, \ + CppunitTest_sc_subsequent_filters_test) \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_html_export_test \ From owner-svn-ports-all@freebsd.org Sat Nov 12 14:34:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7EB3C3DD94; Sat, 12 Nov 2016 14:34:11 +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 7995D12D2; Sat, 12 Nov 2016 14:34:11 +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 uACEYAgV059570; Sat, 12 Nov 2016 14:34:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACEYA5q059568; Sat, 12 Nov 2016 14:34:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121434.uACEYA5q059568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 14:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425956 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 14:34:11 -0000 Author: feld Date: Sat Nov 12 14:34:10 2016 New Revision: 425956 URL: https://svnweb.freebsd.org/changeset/ports/425956 Log: net-p2p/sonarr: Update to 2.0.0.4389 Modified: head/net-p2p/sonarr/Makefile head/net-p2p/sonarr/distinfo Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Sat Nov 12 14:09:41 2016 (r425955) +++ head/net-p2p/sonarr/Makefile Sat Nov 12 14:34:10 2016 (r425956) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.4374 +PORTVERSION= 2.0.0.4389 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ Modified: head/net-p2p/sonarr/distinfo ============================================================================== --- head/net-p2p/sonarr/distinfo Sat Nov 12 14:09:41 2016 (r425955) +++ head/net-p2p/sonarr/distinfo Sat Nov 12 14:34:10 2016 (r425956) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478002681 -SHA256 (NzbDrone.master.2.0.0.4374.mono.tar.gz) = e69c2b4b8f6b9fae590852aa98a9159f430e86df397643ef81d1f987cdf34af9 -SIZE (NzbDrone.master.2.0.0.4374.mono.tar.gz) = 6458032 +TIMESTAMP = 1478960865 +SHA256 (NzbDrone.master.2.0.0.4389.mono.tar.gz) = be9a00c994e3281350533f5e83f0ae9e006fbb7a27a6babb4799876a1a757b9f +SIZE (NzbDrone.master.2.0.0.4389.mono.tar.gz) = 6460948 From owner-svn-ports-all@freebsd.org Sat Nov 12 14:47:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C0A1C3D22F; Sat, 12 Nov 2016 14:47:36 +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 4B7AE18C7; Sat, 12 Nov 2016 14:47:36 +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 uACElZXL063772; Sat, 12 Nov 2016 14:47:35 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACElZkq063769; Sat, 12 Nov 2016 14:47:35 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201611121447.uACElZkq063769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 12 Nov 2016 14:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425957 - head/www/libjwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 14:47:36 -0000 Author: kevlo Date: Sat Nov 12 14:47:35 2016 New Revision: 425957 URL: https://svnweb.freebsd.org/changeset/ports/425957 Log: Update to 1.7.1 Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo head/www/libjwt/pkg-plist Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Sat Nov 12 14:34:10 2016 (r425956) +++ head/www/libjwt/Makefile Sat Nov 12 14:47:35 2016 (r425957) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Sat Nov 12 14:34:10 2016 (r425956) +++ head/www/libjwt/distinfo Sat Nov 12 14:47:35 2016 (r425957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478443018 -SHA256 (benmcollins-libjwt-v1.6.2_GH0.tar.gz) = 71dff055367ed52de4297ee492f2090d99dbc386574d131ec20f56f329e47fa4 -SIZE (benmcollins-libjwt-v1.6.2_GH0.tar.gz) = 82178 +TIMESTAMP = 1478961791 +SHA256 (benmcollins-libjwt-v1.7.1_GH0.tar.gz) = a1e6d9a93d26ab1147d9148c11e71cf325b31436f8ab37fc764641e97c83bbe7 +SIZE (benmcollins-libjwt-v1.7.1_GH0.tar.gz) = 82752 Modified: head/www/libjwt/pkg-plist ============================================================================== --- head/www/libjwt/pkg-plist Sat Nov 12 14:34:10 2016 (r425956) +++ head/www/libjwt/pkg-plist Sat Nov 12 14:47:35 2016 (r425957) @@ -2,5 +2,5 @@ include/jwt.h lib/libjwt.a lib/libjwt.so lib/libjwt.so.0 -lib/libjwt.so.0.2.1 +lib/libjwt.so.0.3.0 libdata/pkgconfig/libjwt.pc From owner-svn-ports-all@freebsd.org Sat Nov 12 15:16:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15F52C3D7ED; Sat, 12 Nov 2016 15:16:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1F713A8; Sat, 12 Nov 2016 15:16:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACFGuJk075580; Sat, 12 Nov 2016 15:16:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFGuWQ075574; Sat, 12 Nov 2016 15:16:56 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611121516.uACFGuWQ075574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 12 Nov 2016 15:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425958 - in head/security/john: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:16:58 -0000 Author: danfe Date: Sat Nov 12 15:16:56 2016 New Revision: 425958 URL: https://svnweb.freebsd.org/changeset/ports/425958 Log: - Update `security/john' to 1.8.0-jumbo-1 (long overdue) - Remove no longer needed build-related logic since they moved to GNU autotools' based build - Disable OPENMP option for the moment; it will be reintroduced with others (e.g. OpenCL) in a separate commit - Add upstream patch to fix the build on non-x86 architectures [2] - Do not define _POSIX_SOURCE when compiling wordlist.c: this results in broken JtR binary at least on i386 - Define JOHN_SYSTEMWIDE_EXEC for the future when we start to provide fall-back binaries - Stop moving john.conf to /etc. We're not doing it for other *.conf files anyway (the include files); JtR is smart enough to locate its configuration files properly when built in system-wide mode [1] - Install full set of documentation files included with -jumbo - Remove `xtract' symlink which hasn't been part of JtR for more than a decade; install more useful symlinks (unafs, unique, other un* and *2john) that were added in -jumbo instead - Previously *.pl, *.rb, and *.py scripts were installed into DATADIR; Alexander wanted to see them along with the documentation, but that goes a bit too far; put them in ${DATADIR}/extra for the time being PR: 197172 [1] Obtained from: http://www.openwall.com/lists/john-dev/2014/12/18/21 [2] Added: head/security/john/files/patch-rawSHA0__fmt__plug.c - copied, changed from r425957, head/security/john/files/patch-src_rawSHA0__fmt.c head/security/john/files/patch-truecrypt__fmt__plug.c (contents, props changed) head/security/john/files/patch-wordlist.c (contents, props changed) Deleted: head/security/john/files/patch-src_john.c head/security/john/files/patch-src_params.h head/security/john/files/patch-src_rawSHA0__fmt.c Modified: head/security/john/Makefile head/security/john/distinfo head/security/john/pkg-plist Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Sat Nov 12 14:47:35 2016 (r425957) +++ head/security/john/Makefile Sat Nov 12 15:16:56 2016 (r425958) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= john -DISTVERSION= 1.7.9-jumbo-7 -PORTREVISION= 2 +DISTVERSION= 1.8.0-jumbo-1 CATEGORIES= security -MASTER_SITES= http://www.openwall.com/john/g/ \ +MASTER_SITES= http://www.openwall.com/john/j/ \ http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \ http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${DISTVERSION:C/-.*//}/ \ http://gd.tuwien.ac.at/opsys/linux/openwall/projects/john/${DISTVERSION:C/-.*//}/ @@ -15,12 +14,22 @@ COMMENT= Featureful Unix password cracke LICENSE= GPLv2 +LIB_DEPENDS= libgmp.so:math/gmp + BROKEN_aarch64= Fails to build: Cannot detect CPU architechture BROKEN_mips64= Fails to build: Cannot detect CPU architechture -USES= gmake shebangfix ssl tar:bzip2 -SHEBANG_FILES= run/*.pl -BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src +USES= gmake shebangfix ssl tar:xz +GNU_CONFIGURE= yes +CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" +SHEBANG_FILES= ../run/*.pl ../run/*.rb ../run/benchmark-unify ../run/relbench +WRKSRC_SUBDIR= src + +ALL_TARGET= default +CFLAGS+= -DJOHN_SYSTEMWIDE=1 \ + -DJOHN_SYSTEMWIDE_HOME=\\\"${DATADIR}\\\" \ + -DJOHN_SYSTEMWIDE_EXEC=\\\"${LOCALBASE}/libexec/${PORTNAME}\\\" # We prefer -jumbo (community-enhanced) versions instead of vanilla releases # due to the sad fact that `-jumbo-???' suffixed versions *precede* official @@ -30,75 +39,36 @@ BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src # PORTSCOUT= limit:.*-jumbo -OSNAME= freebsd -CFLAGS+= -DJOHN_SYSTEMWIDE=1 \ - -DJOHN_SYSTEMWIDE_HOME=\\"${DATADIR}\\" \ - -DCFG_FULL_NAME=\\"${PREFIX}/etc/${PORTNAME}.conf\\" +BINARIES= calc_stat cprepair genmkvpwd john luks2john mkvcalcproba \ + raw2dyna SIPdump tgtsnarf uaf2john vncpcap2john wpapcap2john + +BINLINKS= base64conv dmg2john gpg2john hccap2john keepass2john \ + keychain2john keyring2john keystore2john kwallet2john \ + pfx2john putty2john pwsafe2john racf2john rar2john ssh2john \ + truecrypt_volume2john unafs undrop unique unshadow zip2john -PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README \ - RULES CONTACT CREDITS +PORTDOCS= * -OPTIONS_DEFINE= OPENMP DOCS -OPENMP_DESC= Compile with OpenMP support -OPENMP_USES= compiler:openmp - -.include - -.if ${ARCH} == "i386" -. if ${MACHINE_CPU:Msse2} -ALL_TARGET= ${OSNAME}-x86-sse2 -. elif ${MACHINE_CPU:Mmmx} -ALL_TARGET= ${OSNAME}-x86-mmx -. else -ALL_TARGET= ${OSNAME}-x86-any -. endif -.elif ${ARCH} == "amd64" -ALL_TARGET= ${OSNAME}-x86-64 -.else -ALL_TARGET= generic -.endif - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CFLAGS+= -flax-vector-conversions -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|= gcc|= ${CC}|' \ - -e '/^CFLAGS =/s|-O2|${CFLAGS}|' ${WRKSRC}/src/Makefile -.if ${PORT_OPTIONS:MOPENMP} - @${REINPLACE_CMD} -E \ - '/(fopenmp|-m${MACHINE_CPU:Msse2})$$/s,#(OMPFLAGS =),\1,' \ - ${WRKSRC}/src/Makefile -.endif - @${REINPLACE_CMD} -i '' -e 's|/usr/bin|${LOCALBASE}/bin|' \ - ${WRKSRC}/run/*.rb - @${REINPLACE_CMD} -e '/_XOPEN_SOURCE/d' ${WRKSRC}/src/recovery.c -# Replace methods and types that were marked deprecated by OpenSSL 0.9.7 -# and will be removed in OpenSSL 1.1.0 - @${REINPLACE_CMD} -e 's|des_string_to_key|DES_string_to_key|' \ - ${WRKSRC}/src/KRB4_fmt_plug.c - @${REINPLACE_CMD} -e 's|des_set_odd_parity|DES_set_odd_parity|' \ - ${WRKSRC}/src/KRB4_std_plug.c - @${REINPLACE_CMD} -e 's|C_Block|DES_cblock|' \ - ${WRKSRC}/src/keychain_fmt_plug.c - -pre-build: - @${ECHO_CMD} - @${ECHO_CMD} "Building John the Ripper for ${ALL_TARGET}" \ - ${WITH_OPENMP:C/.*/with/}${WITHOUT_OPENMP:C/.*/without/} \ - "OpenMP support" - @${ECHO_CMD} +OPTIONS_DEFINE= DOCS #OPENMP +#OPENMP_USES= compiler:openmp do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/run/john ${STAGEDIR}${PREFIX}/bin - ${LN} -sf john ${STAGEDIR}${PREFIX}/bin/xtract - ${LN} -sf john ${STAGEDIR}${PREFIX}/bin/unshadow - @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/run && ${INSTALL_DATA} *.??? [^j]*.conf ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/run && ${INSTALL_SCRIPT} *.?? mailer ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/run/john.conf \ - ${STAGEDIR}${PREFIX}/etc/john.conf.default +.for b in ${BINARIES} + ${INSTALL_PROGRAM} ${WRKSRC}/../run/${b} ${STAGEDIR}${PREFIX}/bin +.endfor +.for l in ${BINLINKS} + ${LN} -sf john ${STAGEDIR}${PREFIX}/bin/${l} +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/extra + cd ${WRKSRC}/../run && ${INSTALL_DATA} *.chr *.conf *.lst \ + ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/../run && ${INSTALL_DATA} *.?? benchmark-unify \ + dictionary.rfc2865 john.*sh_completion mailer makechr \ + relbench stats ${STAGEDIR}${DATADIR}/extra + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} + @${RM} ${WRKSRC}/../doc/COPYING + ${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/security/john/distinfo ============================================================================== --- head/security/john/distinfo Sat Nov 12 14:47:35 2016 (r425957) +++ head/security/john/distinfo Sat Nov 12 15:16:56 2016 (r425958) @@ -1,2 +1,3 @@ -SHA256 (john-1.7.9-jumbo-7.tar.bz2) = fa7e5a1a31e61d516a97318fac27758ca40b1a626f4dbf353ecece8a41f54d32 -SIZE (john-1.7.9-jumbo-7.tar.bz2) = 1595514 +TIMESTAMP = 1418916028 +SHA256 (john-1.8.0-jumbo-1.tar.xz) = bac93d025995a051f055adbd7ce2f1975676cac6c74a6c7a3ee4cfdd9c160923 +SIZE (john-1.8.0-jumbo-1.tar.xz) = 23232492 Copied and modified: head/security/john/files/patch-rawSHA0__fmt__plug.c (from r425957, head/security/john/files/patch-src_rawSHA0__fmt.c) ============================================================================== --- head/security/john/files/patch-src_rawSHA0__fmt.c Sat Nov 12 14:47:35 2016 (r425957, copy source) +++ head/security/john/files/patch-rawSHA0__fmt__plug.c Sat Nov 12 15:16:56 2016 (r425958) @@ -1,17 +1,18 @@ ---- src/rawSHA0_fmt.c.orig 2012-09-17 08:30:39 UTC -+++ src/rawSHA0_fmt.c -@@ -9,6 +9,8 @@ +--- rawSHA0_fmt_plug.c.orig 2014-09-19 16:40:51 UTC ++++ rawSHA0_fmt_plug.c +@@ -15,6 +15,8 @@ john_register_one(&fmt_rawSHA_0); #include - #include "sha.h" + #include +#ifndef OPENSSL_NO_SHA0 + #include "arch.h" #include "misc.h" #include "common.h" -@@ -189,3 +191,5 @@ struct fmt_main fmt_rawSHA0 = { - cmp_exact +@@ -207,4 +209,6 @@ struct fmt_main fmt_rawSHA_0 = { } }; + ++#endif /* OPENSSL_NO_SHA0 */ + -+#endif + #endif /* plugin stanza */ Added: head/security/john/files/patch-truecrypt__fmt__plug.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/john/files/patch-truecrypt__fmt__plug.c Sat Nov 12 15:16:56 2016 (r425958) @@ -0,0 +1,13 @@ +--- truecrypt_fmt_plug.c.orig 2014-12-18 07:59:02 UTC ++++ truecrypt_fmt_plug.c +@@ -310,8 +310,8 @@ static int crypt_all(int *pcount, struct + pbkdf2_sha512_sse((const unsigned char **)pin, lens, psalt->salt, 64, psalt->num_iterations, &(x.poutc), sizeof(key), 0); + } + #else +- if (is_sha512) +- pbkdf2_sha512((const unsigned char*)key_buffer[i], strlen(key_buffer[i]), psalt->salt, 64, num_iterations, key, sizeof(key), 0); ++ if (psalt->hash_type == IS_SHA512) ++ pbkdf2_sha512((const unsigned char*)key_buffer[i], strlen((char*)key_buffer[i]), psalt->salt, 64, psalt->num_iterations, key, sizeof(key), 0); + #endif + else if (psalt->hash_type == IS_RIPEMD160) + pbkdf2_ripemd160(key_buffer[i], strlen((char*)(key_buffer[i])), psalt->salt, 64, psalt->num_iterations, key, sizeof(key), 0); Added: head/security/john/files/patch-wordlist.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/john/files/patch-wordlist.c Sat Nov 12 15:16:56 2016 (r425958) @@ -0,0 +1,14 @@ +--- wordlist.c.orig 2014-11-11 14:41:25 UTC ++++ wordlist.c +@@ -10,11 +10,6 @@ + * There's ABSOLUTELY NO WARRANTY, express or implied. + */ + +-/* NOTE, _POSIX_SOURCE fuk's up solaris 32 bit 64 bit processing!!! */ +-#ifndef sparc +-#define _POSIX_SOURCE /* for fileno(3) */ +-#endif +- + #include + #include + Modified: head/security/john/pkg-plist ============================================================================== --- head/security/john/pkg-plist Sat Nov 12 14:47:35 2016 (r425957) +++ head/security/john/pkg-plist Sat Nov 12 15:16:56 2016 (r425958) @@ -1,28 +1,117 @@ +bin/SIPdump +bin/base64conv +bin/calc_stat +bin/cprepair +bin/dmg2john +bin/genmkvpwd +bin/gpg2john +bin/hccap2john bin/john +bin/keepass2john +bin/keychain2john +bin/keyring2john +bin/keystore2john +bin/kwallet2john +bin/luks2john +bin/mkvcalcproba +bin/pfx2john +bin/putty2john +bin/pwsafe2john +bin/racf2john +bin/rar2john +bin/raw2dyna +bin/ssh2john +bin/tgtsnarf +bin/truecrypt_volume2john +bin/uaf2john +bin/unafs +bin/undrop +bin/unique bin/unshadow -bin/xtract -@sample etc/john.conf.default etc/john.conf -%%DATADIR%%/all.chr -%%DATADIR%%/alnum.chr +bin/vncpcap2john +bin/wpapcap2john +bin/zip2john +%%DATADIR%%/extra/1password2john.py +%%DATADIR%%/extra/7z2john.py +%%DATADIR%%/extra/aix2john.pl +%%DATADIR%%/extra/aix2john.py +%%DATADIR%%/extra/androidfde2john.py +%%DATADIR%%/extra/apex2john.py +%%DATADIR%%/extra/benchmark-unify +%%DATADIR%%/extra/bitcoin2john.py +%%DATADIR%%/extra/blockchain2john.py +%%DATADIR%%/extra/cisco2john.pl +%%DATADIR%%/extra/cracf2john.py +%%DATADIR%%/extra/dictionary.rfc2865 +%%DATADIR%%/extra/dmg2john.py +%%DATADIR%%/extra/ecryptfs2john.py +%%DATADIR%%/extra/efs2john.py +%%DATADIR%%/extra/encfs2john.py +%%DATADIR%%/extra/genincstats.rb +%%DATADIR%%/extra/hextoraw.pl +%%DATADIR%%/extra/htdigest2john.py +%%DATADIR%%/extra/ikescan2john.py +%%DATADIR%%/extra/ios7tojohn.pl +%%DATADIR%%/extra/john.bash_completion +%%DATADIR%%/extra/john.zsh_completion +%%DATADIR%%/extra/kdcdump2john.py +%%DATADIR%%/extra/keychain2john.py +%%DATADIR%%/extra/keystore2john.py +%%DATADIR%%/extra/known_hosts2john.py +%%DATADIR%%/extra/kwallet2john.py +%%DATADIR%%/extra/ldif2john.pl +%%DATADIR%%/extra/leet.pl +%%DATADIR%%/extra/lion2john-alt.pl +%%DATADIR%%/extra/lion2john.pl +%%DATADIR%%/extra/lotus2john.py +%%DATADIR%%/extra/mailer +%%DATADIR%%/extra/makechr +%%DATADIR%%/extra/mcafee_epo2john.py +%%DATADIR%%/extra/ml2john.py +%%DATADIR%%/extra/mozilla2john.py +%%DATADIR%%/extra/netntlm.pl +%%DATADIR%%/extra/netscreen.py +%%DATADIR%%/extra/odf2john.py +%%DATADIR%%/extra/office2john.py +%%DATADIR%%/extra/openbsd_softraid2john.py +%%DATADIR%%/extra/openssl2john.py +%%DATADIR%%/extra/pass_gen.pl +%%DATADIR%%/extra/pcap2john.py +%%DATADIR%%/extra/pdf2john.py +%%DATADIR%%/extra/radius2john.pl +%%DATADIR%%/extra/relbench +%%DATADIR%%/extra/rexgen2rules.pl +%%DATADIR%%/extra/sap2john.pl +%%DATADIR%%/extra/sha-dump.pl +%%DATADIR%%/extra/sha-test.pl +%%DATADIR%%/extra/sipdump2john.py +%%DATADIR%%/extra/ssh2sshng.py +%%DATADIR%%/extra/sshng2john.py +%%DATADIR%%/extra/stats +%%DATADIR%%/extra/strip2john.py +%%DATADIR%%/extra/sxc2john.py %%DATADIR%%/alpha.chr -%%DATADIR%%/cracf2john.py +%%DATADIR%%/alnum.chr +%%DATADIR%%/alnumspace.chr +%%DATADIR%%/ascii.chr %%DATADIR%%/digits.chr +%%DATADIR%%/dynamic.conf +%%DATADIR%%/dynamic_flat_sse_formats.conf %%DATADIR%%/dumb16.conf %%DATADIR%%/dumb32.conf -%%DATADIR%%/dynamic.conf -%%DATADIR%%/genincstats.rb +%%DATADIR%%/john.conf +%%DATADIR%%/john.local.conf +%%DATADIR%%/korelogic.conf %%DATADIR%%/lanman.chr -%%DATADIR%%/ldif2john.pl -%%DATADIR%%/lion2john-alt.pl -%%DATADIR%%/lion2john.pl -%%DATADIR%%/mailer -%%DATADIR%%/netntlm.pl -%%DATADIR%%/netscreen.py -%%DATADIR%%/odf2john.py -%%DATADIR%%/pass_gen.pl +%%DATADIR%%/latin1.chr +%%DATADIR%%/lm_ascii.chr +%%DATADIR%%/lower.chr +%%DATADIR%%/lowernum.chr +%%DATADIR%%/lowerspace.chr %%DATADIR%%/password.lst -%%DATADIR%%/radius2john.pl -%%DATADIR%%/sap2john.pl -%%DATADIR%%/sha-dump.pl -%%DATADIR%%/sha-test.pl -%%DATADIR%%/sipdump2john.py +%%DATADIR%%/regex_alphabets.conf +%%DATADIR%%/repeats16.conf +%%DATADIR%%/repeats32.conf +%%DATADIR%%/upper.chr +%%DATADIR%%/uppernum.chr +%%DATADIR%%/utf8.chr From owner-svn-ports-all@freebsd.org Sat Nov 12 15:23:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5D6EC3DA44; Sat, 12 Nov 2016 15:23:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 878A917B5; Sat, 12 Nov 2016 15:23:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACFNaHA079559; Sat, 12 Nov 2016 15:23:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFNatF079558; Sat, 12 Nov 2016 15:23:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611121523.uACFNatF079558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 15:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425959 - head/x11-fm/gnome-commander2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:23:37 -0000 Author: amdmi3 Date: Sat Nov 12 15:23:36 2016 New Revision: 425959 URL: https://svnweb.freebsd.org/changeset/ports/425959 Log: - Fix build on 9.x by specifying c++ standard requirements Approved by: portmgr blanket Modified: head/x11-fm/gnome-commander2/Makefile Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Sat Nov 12 15:16:56 2016 (r425958) +++ head/x11-fm/gnome-commander2/Makefile Sat Nov 12 15:23:36 2016 (r425959) @@ -22,7 +22,7 @@ LIB_DEPENDS= libunique-1.0.so:x11-toolki RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp -USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USES= compiler:c++11-lang gettext gmake libtool pathfix pkgconfig python tar:xz USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui USE_XORG= ice sm GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sat Nov 12 15:29:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4546C3DB8A; Sat, 12 Nov 2016 15:29:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70BA819B8; Sat, 12 Nov 2016 15:29:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACFTeht079870; Sat, 12 Nov 2016 15:29:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFTeDS079869; Sat, 12 Nov 2016 15:29:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611121529.uACFTeDS079869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 15:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425960 - head/net-mgmt/mk-livestatus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:29:41 -0000 Author: amdmi3 Date: Sat Nov 12 15:29:40 2016 New Revision: 425960 URL: https://svnweb.freebsd.org/changeset/ports/425960 Log: - Fix build on 9.x by specifying C++ standard requirements Modified: head/net-mgmt/mk-livestatus/Makefile Modified: head/net-mgmt/mk-livestatus/Makefile ============================================================================== --- head/net-mgmt/mk-livestatus/Makefile Sat Nov 12 15:23:36 2016 (r425959) +++ head/net-mgmt/mk-livestatus/Makefile Sat Nov 12 15:29:40 2016 (r425960) @@ -13,7 +13,7 @@ COMMENT= Nagios event broker module LICENSE= GPLv2 -USES= gmake +USES= compiler:c++11-lib gmake GNU_CONFIGURE= yes OPTIONS_SINGLE= NAGIOS From owner-svn-ports-all@freebsd.org Sat Nov 12 15:31:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A64CC3DBDA; Sat, 12 Nov 2016 15:31:16 +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 ACE221C24; Sat, 12 Nov 2016 15:31:15 +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 uACFVEuc081812; Sat, 12 Nov 2016 15:31:14 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFVDRS081797; Sat, 12 Nov 2016 15:31:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611121531.uACFVDRS081797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 12 Nov 2016 15:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425961 - in head: . devel devel/nexus2-oss devel/nexus2-oss/files devel/nexus2-oss/files/nexus devel/nexus2-oss/files/nexus/WEB-INF devel/nexus2-oss/files/nexus/WEB-INF/lib devel/nexus... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:31:16 -0000 Author: cpm Date: Sat Nov 12 15:31:13 2016 New Revision: 425961 URL: https://svnweb.freebsd.org/changeset/ports/425961 Log: [NEW PORT] devel/nexus2-oss: Repository management software Nexus Repository Manager OSS provides you with an essential level of control over the external repositories you use and the internal repositories you create. It provides infrastructure and services for organizations that use repository managers to obtain and deliver software. If you create software libraries or applications for your end users, you can use Nexus Repository Manager OSS to distribute your software. If your software depends on open source software components, you can cache software components from remote repositories. Nexus Repository Manager OSS features: - Hosting repositories - Proxy remote repositories - Repository groups - Numerous repository formats - Hosting project websites - Fine-grained security model - Flexible LDAP integration - Component search - Scheduled rasks - REST services - Integration with m2eclipse WWW: https://www.sonatype.com/nexus-repository-oss PR: 203074 Submitted by: Dusan Vejnovic , Michael Osipov <1983-01-06@gmx.net> (maintainer) Reviewed by: feld, junovitch, koobs (mentors) Approved by: feld, junovitch, koobs (mentors) Added: head/devel/nexus2-oss/ head/devel/nexus2-oss/Makefile (contents, props changed) head/devel/nexus2-oss/distinfo (contents, props changed) head/devel/nexus2-oss/files/ head/devel/nexus2-oss/files/nexus/ head/devel/nexus2-oss/files/nexus/WEB-INF/ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/META-INF/ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/META-INF/log/ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/META-INF/log/logback.properties (contents, props changed) head/devel/nexus2-oss/files/nexus2.in (contents, props changed) head/devel/nexus2-oss/files/patch-conf_jetty-requestlog.xml (contents, props changed) head/devel/nexus2-oss/files/patch-conf_logback-access.xml (contents, props changed) head/devel/nexus2-oss/files/patch-conf_logback.xml (contents, props changed) head/devel/nexus2-oss/files/patch-conf_nexus.properties (contents, props changed) head/devel/nexus2-oss/files/patch-conf_wrapper.conf (contents, props changed) head/devel/nexus2-oss/files/pkg-message.in (contents, props changed) head/devel/nexus2-oss/pkg-descr (contents, props changed) head/devel/nexus2-oss/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/devel/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sat Nov 12 15:29:40 2016 (r425960) +++ head/GIDs Sat Nov 12 15:31:13 2016 (r425961) @@ -516,7 +516,7 @@ polkitd:*:565: # free: 572 # free: 573 # free: 574 -# free: 575 +nexus:*:575: # free: 576 # free: 577 # free: 578 Modified: head/UIDs ============================================================================== --- head/UIDs Sat Nov 12 15:29:40 2016 (r425960) +++ head/UIDs Sat Nov 12 15:31:13 2016 (r425961) @@ -521,7 +521,7 @@ polkitd:*:565:565::0:0:Polkit Daemon Use # free: 572 # free: 573 # free: 574 -# free: 575 +nexus:*:575:575::0:0:Nexus Repository Manager OSS:/nonexistent:/usr/sbin/nologin # free: 576 # free: 577 # free: 578 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 12 15:29:40 2016 (r425960) +++ head/devel/Makefile Sat Nov 12 15:31:13 2016 (r425961) @@ -1610,6 +1610,7 @@ SUBDIR += newfile SUBDIR += newt SUBDIR += newtonsoft-json + SUBDIR += nexus2-oss SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja Added: head/devel/nexus2-oss/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/Makefile Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,106 @@ +# $FreeBSD$ + +PORTNAME= nexus2 +PORTVERSION= 2.14.0 +CATEGORIES= devel www java +MASTER_SITES= http://download.sonatype.com/nexus/oss/ +PKGNAMESUFFIX= -oss +DISTNAME= nexus-${PORTVERSION}-01-bundle + +MAINTAINER= 1983-01-06@gmx.net +COMMENT= Maven (and others) artifacts repostory manager + +LICENSE= EPL + +PATCH_DEPENDS= zip:archivers/zip +RUN_DEPENDS= javaservicewrapper:sysutils/javaservicewrapper + +NO_ARCH= yes +NO_BUILD= yes +NO_TEST= yes +ONLY_FOR_ARCHS= i386 amd64 + +USE_JAVA= yes +JAVA_VERSION= 1.7+ + +USES= cpe +CPE_VENDOR= sonatype + +USE_RC_SUBR= ${PORTNAME} + +NEXUS_USER= nexus +NEXUS_GROUP= nexus +USERS= ${NEXUS_USER} +GROUPS= ${NEXUS_GROUP} + +# Change to Java rules +DATADIR= ${JAVASHAREDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/nexus-${PORTVERSION}-01 + +WRAPPER_DIR= ${PREFIX}/lib/javaservicewrapper +WRAPPER_CMD= ${WRAPPER_DIR}/bin/wrapper +WRAPPER_LIBDIR= ${WRAPPER_DIR}/lib +WRAPPER_JAR= ${WRAPPER_LIBDIR}/wrapper.jar + +NEXUS_RUNDIR= /var/run/${PORTNAME} +NEXUS_LOGDIR= /var/log/${PORTNAME} +NEXUS_WORKDIR= /var/${PORTNAME} + +ZIP_CMD?= ${LOCALBASE}/bin/zip + +NEXUS_CORE_JAR= ${WRKSRC}/nexus/WEB-INF/lib/nexus-core-${PORTVERSION}-01.jar + +SUB_FILES= pkg-message +SUB_LIST= NEXUS_RC=${PORTNAME} \ + DESC="${COMMENT}" \ + VERSION=${PORTVERSION} \ + BOOKVERSION=${PORTVERSION:C/..$//1} \ + USER=${NEXUS_USER} \ + GROUP=${NEXUS_GROUP} \ + WRAPPER_CMD=${WRAPPER_CMD} \ + RUNDIR=${NEXUS_RUNDIR} \ + LOGDIR=${NEXUS_LOGDIR} \ + WORKDIR=${NEXUS_WORKDIR} +PLIST_SUB= USER=${NEXUS_USER} \ + GROUP=${NEXUS_GROUP} \ + RUNDIR=${NEXUS_RUNDIR} \ + LOGDIR=${NEXUS_LOGDIR} \ + WORKDIR=${NEXUS_WORKDIR} + +# PATCH NOTES +# Several patches are necessary due to the following issues: +# * https://issues.sonatype.org/browse/NEXUS-10981 +# * https://issues.sonatype.org/browse/NEXUS-10983 +# * https://issues.sonatype.org/browse/NEXUS-10984 + +post-extract: + @${MV} ${WRKSRC}/bin/jsw/conf/wrapper.conf ${WRKSRC}/conf +.for dir in bin logs tmp + @${RM} -rd ${WRKSRC}/${dir} +.endfor + +post-patch: + @${REINPLACE_CMD} \ + -e 's|%%DATADIR%%|${DATADIR}|g' \ + -e 's|%%ETCDIR%%|${ETCDIR}|g' \ + -e 's|%%JAVA%%|${JAVA}|g' \ + -e 's|%%LOGDIR%%|${NEXUS_LOGDIR}|g' \ + -e 's|%%WORKDIR%%|${NEXUS_WORKDIR}|g' \ + -e 's|%%WRAPPER_JAR%%|${WRAPPER_JAR}|g' \ + -e 's|%%WRAPPER_LIBDIR%%|${WRAPPER_LIBDIR}|g' \ + ${WRKSRC}/conf/nexus.properties ${WRKSRC}/conf/wrapper.conf + @${FIND} ${WRKSRC} -name '*.bak' -delete -o -name '*.orig' -delete + @(cd ${FILESDIR}/nexus/WEB-INF/lib/nexus-core.jar \ + && ${ZIP_CMD} -urq ${NEXUS_CORE_JAR} META-INF) + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + @(cd ${STAGEDIR}${DATADIR} && ${MV} conf ${STAGEDIR}${ETCDIR}) + @(cd ${STAGEDIR}${ETCDIR} \ + && ${FIND} . -type f -exec ${MV} '{}' '{}'.sample \;) + @${MKDIR} ${STAGEDIR}${NEXUS_RUNDIR} + @${MKDIR} ${STAGEDIR}${NEXUS_LOGDIR} + @${MKDIR} ${STAGEDIR}${NEXUS_WORKDIR} + +.include Added: head/devel/nexus2-oss/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/distinfo Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474545118 +SHA256 (nexus-2.14.0-01-bundle.tar.gz) = 00e45f83d70714cf5f3436c007b290ad28d81cceb18dacdfad59d6a95493557a +SIZE (nexus-2.14.0-01-bundle.tar.gz) = 73078153 Added: head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/META-INF/log/logback.properties ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/nexus/WEB-INF/lib/nexus-core.jar/META-INF/log/logback.properties Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,17 @@ +# +# Sonatype Nexus (TM) Open Source Version +# Copyright (c) 2008-present Sonatype, Inc. +# All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. +# +# This program and the accompanying materials are made available under the terms of the Eclipse Public License Version 1.0, +# which accompanies this distribution and is available at http://www.eclipse.org/legal/epl-v10.html. +# +# Sonatype Nexus (TM) Professional Version is available from Sonatype, Inc. "Sonatype" and "Sonatype Nexus" are trademarks +# of Sonatype, Inc. Apache Maven is a trademark of the Apache Software Foundation. M2eclipse is a trademark of the +# Eclipse Foundation. All other trademarks are the property of their respective owners. +# + +root.level=INFO + +appender.pattern=%d{"yyyy-MM-dd'T'HH:mm:ss,SSSXXX"} %-5p [%thread] %X{userId} %c - %m%n +appender.file=${nexus-log}/nexus.log Added: head/devel/nexus2-oss/files/nexus2.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/nexus2.in Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,34 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: %%NEXUS_RC%% +# REQUIRE: LOGIN FILESYSTEMS +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable Nexus: +# +# %%NEXUS_RC%%_enable="YES" + +. /etc/rc.subr + +name=%%NEXUS_RC%% +desc="%%DESC%%" +rcvar=%%NEXUS_RC%%_enable + +load_rc_config ${name} + +%%NEXUS_RC%%_enable="${%%NEXUS_RC%%_enable:-"NO"}" +%%NEXUS_RC%%_user=%%USER%% +%%NEXUS_RC%%_group=%%GROUP%% + +pidfile=%%RUNDIR%%/%%NEXUS_RC%%.pid + +command=%%WRAPPER_CMD%% +command_args="%%ETCDIR%%/wrapper.conf wrapper.syslog.ident=%%NEXUS_RC%% \ + wrapper.pidfile=${pidfile} wrapper.lockfile=%%RUNDIR%%/%%NEXUS_RC%%.lock \ + wrapper.java.pidfile=%%RUNDIR%%/%%NEXUS_RC%%.java.pid wrapper.daemonize=TRUE \ + wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus\ Repository\ Manager\ OSS" + +run_rc_command "$1" + Added: head/devel/nexus2-oss/files/patch-conf_jetty-requestlog.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/patch-conf_jetty-requestlog.xml Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,11 @@ +--- conf/jetty-requestlog.xml.orig 2016-09-17 19:33:10 UTC ++++ conf/jetty-requestlog.xml +@@ -27,7 +27,7 @@ + + + +- /conf/logback-access.xml ++ /logback-access.xml + true + + Added: head/devel/nexus2-oss/files/patch-conf_logback-access.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/patch-conf_logback-access.xml Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,18 @@ +--- conf/logback-access.xml.orig 2016-09-17 19:33:10 UTC ++++ conf/logback-access.xml +@@ -16,13 +16,13 @@ + + + +- ${nexus-work}/logs/request.log ++ ${nexus-log}/request.log + true + + %clientHost %l %user [%date] "%requestURL" %statusCode %bytesSent %elapsedTime + + +- ${nexus-work}/logs/request-%d{yyyy-MM-dd}.log.gz ++ ${nexus-log}/request-%d{yyyy-MM-dd}.log.gz + 90 + + Added: head/devel/nexus2-oss/files/patch-conf_logback.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/patch-conf_logback.xml Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,11 @@ +--- conf/logback.xml.orig 2016-09-17 19:33:10 UTC ++++ conf/logback.xml +@@ -17,7 +17,7 @@ + + + +- %d{"yyyy-MM-dd HH:mm:ss,SSSZ"} %-5p [%thread] %X{userId} %c - %m%n ++ %d{"yyyy-MM-dd'T'HH:mm:ss,SSSXXX"} %-5p [%thread] %X{userId} %c - %m%n + + + Added: head/devel/nexus2-oss/files/patch-conf_nexus.properties ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/patch-conf_nexus.properties Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,13 @@ +--- conf/nexus.properties.orig 2016-09-17 19:33:10 UTC ++++ conf/nexus.properties +@@ -22,7 +22,9 @@ nexus-webapp=${bundleBasedir}/nexus + nexus-webapp-context-path=/nexus + + # Nexus section +-nexus-work=${bundleBasedir}/../sonatype-work/nexus ++nexus-work=%%WORKDIR%% ++nexus-log=%%LOGDIR%% ++nexus-conf=%%ETCDIR%% + runtime=${bundleBasedir}/nexus/WEB-INF + + # orientdb buffer size in megabytes Added: head/devel/nexus2-oss/files/patch-conf_wrapper.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/patch-conf_wrapper.conf Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,191 @@ +--- conf/wrapper.conf.orig 2016-09-17 19:33:10 UTC ++++ conf/wrapper.conf +@@ -8,37 +8,32 @@ + # keywords. + + # Set the JSW working directory (used as base for resolving relative paths) +-wrapper.working.dir=../../.. ++wrapper.working.dir=%%DATADIR%% + + # Set the JVM executable + # (modify this to absolute path if you need a Java that is not on the OS path) +-wrapper.java.command=java ++wrapper.java.command=%%JAVA%% + + # The main class that JSW will execute within JVM + wrapper.java.mainclass=org.sonatype.nexus.bootstrap.jsw.JswLauncher + + # The JVM classpath +-wrapper.java.classpath.1=bin/jsw/lib/wrapper-3.2.3.jar ++wrapper.java.classpath.1=%%WRAPPER_JAR%% + wrapper.java.classpath.2=./lib/*.jar +-wrapper.java.classpath.3=./conf/ ++wrapper.java.classpath.3=%%ETCDIR%% + + # The library path +-wrapper.java.library.path.1=bin/jsw/lib ++wrapper.java.library.path.1=%%WRAPPER_LIBDIR%% + + # Additional JVM parameters (tune if needed, but match the sequence of numbers!) +-wrapper.java.additional.1=-XX:MaxPermSize=192m +-wrapper.java.additional.2=-Djava.io.tmpdir=./tmp +-wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true ++wrapper.java.additional.1=-Djava.io.tmpdir=%%WORKDIR%%/tmp ++wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true ++wrapper.java.additional.3=-Djava.util.prefs.userRoot=%%WORKDIR%% + wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" +-wrapper.java.additional.4.stripquotes=TRUE +-#wrapper.java.additional.5=-Xdebug +-#wrapper.java.additional.6=-Xnoagent +-#wrapper.java.additional.7=-Djava.compiler=NONE +-#wrapper.java.additional.8=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +-#wrapper.java.additional.9=-XX:+HeapDumpOnOutOfMemoryError ++wrapper.java.additional.5.stripquotes=TRUE + +-wrapper.app.parameter.1=./conf/jetty.xml +-wrapper.app.parameter.2=./conf/jetty-requestlog.xml ++wrapper.app.parameter.1=%%ETCDIR%%/jetty.xml ++wrapper.app.parameter.2=%%ETCDIR%%/jetty-requestlog.xml + + # Size Java memory, in MB (-Xms) + wrapper.java.initmemory=256 +@@ -59,7 +54,7 @@ wrapper.restart.reload_configuration=TRU + wrapper.on_exit.12=RESTART + + # Set up JSW logging +-wrapper.logfile=logs/wrapper.log ++wrapper.logfile=%%LOGDIR%%/wrapper.log + wrapper.logfile.format=PM + wrapper.logfile.loglevel=INFO + wrapper.logfile.maxsize=10m +@@ -68,128 +63,5 @@ wrapper.logfile.maxfiles=10 + # Set up system logging (if needed, change to INFO or other valid values) + wrapper.syslog.loglevel=NONE + +-# Set up JSW Console +-wrapper.console.title=Sonatype Nexus +-wrapper.console.format=PM +-wrapper.console.loglevel=INFO +-wrapper.console.flush=true +- +-# Set up JSW as NT Service (unused on other OSes) +-wrapper.ntservice.name=nexus-webapp +-wrapper.ntservice.displayname=nexus +-wrapper.ntservice.description=Sonatype Nexus +-wrapper.ntservice.dependency.1= +-wrapper.ntservice.starttype=AUTO_START +-wrapper.ntservice.interactive=false +- +- +-# ============================================= +-# An example wrapper.conf file is included +-# below for quick reference +-# ============================================= +- +-# ******************************************************************** +-# Wrapper Java Properties +-# ******************************************************************** +-# Java Application +-#wrapper.java.command=java +- +-# Tell the Wrapper to log the full generated Java command line. +-#wrapper.java.command.loglevel=INFO +- +-# Java Main class. This class must implement the WrapperListener interface +-# or guarantee that the WrapperManager class is initialized. Helper +-# classes are provided to do this for you. See the Integration section +-# of the documentation for details. +-#wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp +- +-# Java Classpath (include wrapper.jar) Add class path elements as +-# needed starting from 1 +-#wrapper.java.classpath.1=../lib/wrapper.jar +- +-# Java Library Path (location of Wrapper.DLL or libwrapper.so) +-#wrapper.java.library.path.1=../lib +- +-# Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode. +-#wrapper.java.additional.auto_bits=TRUE +- +-# Java Additional Parameters +-#wrapper.java.additional.1= +- +-# Initial Java Heap Size (in MB) +-#wrapper.java.initmemory=3 +- +-# Maximum Java Heap Size (in MB) +-#wrapper.java.maxmemory=64 +- +-# Application parameters. Add parameters as needed starting from 1 +-#wrapper.app.parameter.1= +- +-# ******************************************************************** +-# Wrapper Logging Properties +-# ******************************************************************** +-# Enables Debug output from the Wrapper. +-#wrapper.debug=TRUE +- +-# Format of output for the console. (See docs for formats) +-#wrapper.console.format=PM +- +-# Log Level for console output. (See docs for log levels) +-#wrapper.console.loglevel=INFO +- +-# Log file to use for wrapper output logging. +-#wrapper.logfile=../logs/wrapper.log +- +-# Format of output for the log file. (See docs for formats) +-#wrapper.logfile.format=LPTM +- +-# Log Level for log file output. (See docs for log levels) +-#wrapper.logfile.loglevel=INFO +- +-# Maximum size that the log file will be allowed to grow to before +-# the log is rolled. Size is specified in bytes. The default value +-# of 0, disables log rolling. May abbreviate with the 'k' (kb) or +-# 'm' (mb) suffix. For example: 10m = 10 megabytes. +-#wrapper.logfile.maxsize=0 +- +-# Maximum number of rolled log files which will be allowed before old +-# files are deleted. The default value of 0 implies no limit. +-#wrapper.logfile.maxfiles=0 +- +-# Log Level for sys/event log output. (See docs for log levels) +-#wrapper.syslog.loglevel=NONE +- +-# ******************************************************************** +-# Wrapper General Properties +-# ******************************************************************** +-# Allow for the use of non-contiguous numbered properties +-#wrapper.ignore_sequence_gaps=TRUE +- +-# Title to use when running as a console +-#wrapper.console.title=@app.long.name@ +- +-# ******************************************************************** +-# Wrapper Windows NT/2000/XP Service Properties +-# ******************************************************************** +-# WARNING - Do not modify any of these properties when an application +-# using this configuration file has been installed as a service. +-# Please uninstall the service before modifying this section. The +-# service can then be reinstalled. +- +-# Name of the service +-#wrapper.name=@app.name@ +- +-# Display name of the service +-#wrapper.displayname=@app.long.name@ +- +-# Description of the service +-#wrapper.description=@app.description@ +- +-# Service dependencies. Add dependencies as needed starting from 1 +-#wrapper.ntservice.dependency.1= +- +-# Mode in which the service is installed. AUTO_START, DELAY_START or DEMAND_START +-#wrapper.ntservice.starttype=AUTO_START +- +-# Allow the service to interact with the desktop. +-#wrapper.ntservice.interactive=false ++# Set umask ++wrapper.umask=0027 Added: head/devel/nexus2-oss/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/files/pkg-message.in Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,31 @@ +======================================================================== +Nexus Repository Manager OSS %%VERSION%% has been successfully installed! + +To enable Nexus, add the following line to /etc/rc.conf[.local]: + + %%NEXUS_RC%%_enable="YES" + +IMPORTANT: Nexus runs by default as user %%USER%%! + +Configuration +============= +* Start Nexus 'service %%NEXUS_RC%% start' +* Open the following URL in your browser: http://localhost:8081/nexus +* Log in with the admin account 'admin/admin123', configure Nexus and + change this password immediately! + +Common Locations +================ +The configuration files can be found at: + %%ETCDIR%% + +The work, log, and run directories are located at: +* %%WORKDIR%% +* %%LOGDIR%% +* %%RUNDIR%% + +Documentation +============= +Further documentation can be found in the official Nexus Book at: + http://books.sonatype.com/nexus-book/%%BOOKVERSION%%/reference/index.html +======================================================================== Added: head/devel/nexus2-oss/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/pkg-descr Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,22 @@ +Nexus Repository Manager OSS provides you with an essential level of control +over the external repositories you use and the internal repositories you create. +It provides infrastructure and services for organizations that use repository +managers to obtain and deliver software. If you create software libraries or +applications for your end users, you can use Nexus Repository Manager OSS to +distribute your software. If your software depends on open source software +components, you can cache software components from remote repositories. + +Nexus Repository Manager OSS features: +- Hosting repositories +- Proxy remote repositories +- Repository groups +- Numerous repository formats +- Hosting project websites +- Fine-grained security model +- Flexible LDAP integration +- Component search +- Scheduled rasks +- REST services +- Integration with m2eclipse + +WWW: https://www.sonatype.com/nexus-repository-oss Added: head/devel/nexus2-oss/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/nexus2-oss/pkg-plist Sat Nov 12 15:31:13 2016 (r425961) @@ -0,0 +1,324 @@ +@group %%GROUP%% +@mode 644 +@sample %%ETCDIR%%/jetty-http-redirect-to-https.xml.sample +@sample %%ETCDIR%%/jetty-https.xml.sample +@sample %%ETCDIR%%/jetty-jmx.xml.sample +@sample %%ETCDIR%%/jetty-requestlog.xml.sample +@sample %%ETCDIR%%/jetty.xml.sample +@sample %%ETCDIR%%/logback-access.xml.sample +@sample %%ETCDIR%%/logback.xml.sample +@sample %%ETCDIR%%/nexus.properties.sample +@sample %%ETCDIR%%/wrapper.conf.sample +@mode +@group +%%DATADIR%%/LICENSE.txt +%%DATADIR%%/NOTICE.txt +%%DATADIR%%/lib/javax.servlet-3.0.0.v201112011016.jar +%%DATADIR%%/lib/jetty-client-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-continuation-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-deploy-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-http-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-io-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-jmx-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-rewrite-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-security-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-server-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-servlet-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-util-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-webapp-8.1.16.v20140903.jar +%%DATADIR%%/lib/jetty-xml-8.1.16.v20140903.jar +%%DATADIR%%/lib/jul-to-slf4j-1.7.6.jar +%%DATADIR%%/lib/logback-access-1.1.2.jar +%%DATADIR%%/lib/logback-classic-1.1.2.jar +%%DATADIR%%/lib/logback-core-1.1.2.jar +%%DATADIR%%/lib/metrics-core-2.2.0.jar +%%DATADIR%%/lib/metrics-jetty-2.2.0.jar +%%DATADIR%%/lib/metrics-logback-2.2.0.jar +%%DATADIR%%/lib/nexus-bootstrap-2.14.0-01.jar +%%DATADIR%%/lib/plexus-interpolation-1.16.jar +%%DATADIR%%/lib/slf4j-api-1.7.6.jar +%%DATADIR%%/nexus/LICENSE.html +%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.48.jar +%%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named +%%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml +%%DATADIR%%/nexus/WEB-INF/classes/nexus.properties +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/WebappBootstrap.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/WebappModule.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/DeadlockHealthCheckProvider.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/HealthCheckMediator.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule$1.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule$2.class +%%DATADIR%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule.class +%%DATADIR%%/nexus/WEB-INF/lib/UserAgentUtils-1.12.jar +%%DATADIR%%/nexus/WEB-INF/lib/aether-api-1.13.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/aether-impl-1.13.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/aether-spi-1.13.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/aether-util-1.13.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/annotations-12.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/aopalliance-1.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/base-configuration-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/cdi-api-1.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-beanutils-core-1.8.3-SONATYPE.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-codec-1.8.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-collections-3.2.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.4.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-lang-2.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/ehcache-core-2.5.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-common-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-eventbus-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-i18n-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-inject-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-lifecycle-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/goodies-template-1.9.jar +%%DATADIR%%/nexus/WEB-INF/lib/gossip-bootstrap-1.8.jar +%%DATADIR%%/nexus/WEB-INF/lib/gossip-support-1.8.jar +%%DATADIR%%/nexus/WEB-INF/lib/guava-16.0.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/guice-assistedinject-3.2.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/guice-multibindings-3.2.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/guice-servlet-3.2.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/httpclient-4.3.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/httpcore-4.3.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/javax.inject-1.jar +%%DATADIR%%/nexus/WEB-INF/lib/jcl-over-slf4j-1.7.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/joda-time-2.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/jsoup-1.7.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/jsr250-api-1.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/jsr305-2.0.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/log4j-over-slf4j-1.7.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/mail-1.4.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/maven-model-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/lib/maven-repository-metadata-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/lib/metrics-annotation-2.2.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/metrics-guice-2.2.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/metrics-httpclient-2.2.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/metrics-servlet-2.2.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/metrics-web-2.2.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-configuration-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-core-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-ehcache-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-locks-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-oss-edition-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-plugin-api-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-plugin-bundle-model-1.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-repository-metadata-api-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-repository-metadata-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-scheduler-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-security-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/nexus-security-realms-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/lib/org.apache.felix.framework-4.2.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.inject-0.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.plexus-0.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-classworlds-2.4.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-component-annotations-1.5.5.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-interpolation-1.16.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-slf4j-logging-1.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-utils-3.0.10.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/sisu-guice-3.2.6.jar +%%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.8.jar +%%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/statemap-6.0.1-java.jar +%%DATADIR%%/nexus/WEB-INF/lib/tika-core-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/velocity-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/xmlpull-1.1.3.1.jar +%%DATADIR%%/nexus/WEB-INF/lib/xpp3_min-1.1.4c.jar +%%DATADIR%%/nexus/WEB-INF/lib/xstream-1.4.6-SONATYPE-03.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.14.0-01/dependencies/analytics-client-1.0.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.14.0-01/nexus-analytics-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.14.0-01/dependencies/archetype-catalog-2.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.14.0-01/nexus-archetype-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.14.0-01/nexus-atlas-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.14.0-01/dependencies/nexus-capabilities-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.14.0-01/nexus-capabilities-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.14.0-01/nexus-content-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/dependencies/bcpg-jdk15on-1.48.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/dependencies/bcpkix-jdk15on-1.48.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/dependencies/bcprov-jdk15on-1.48.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/dependencies/goodies-crypto-1.9.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.14.0-01/nexus-crypto-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.14.0-01/dependencies/groovy-all-2.4.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.14.0-01/nexus-groovy-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.14.0-01/dependencies/h2-1.3.175.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.14.0-01/nexus-h2-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/com.sonatype.clm.dto.model-1.5.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/insight-scanner-core-2.3.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/insight-scanner-model-2.3.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/insight-scanner-model-io-2.3.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/nexus-healthcheck-base-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/dependencies/nexus-healthcheck-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.14.0-01/nexus-healthcheck-oss-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/indexer-artifact-5.1.2-bf3d48b.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/indexer-core-5.1.2-bf3d48b.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/jakarta-regexp-1.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/lucene-core-3.6.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/lucene-highlighter-3.6.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/lucene-memory-3.6.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/lucene-queries-3.6.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/dependencies/nexus-indexer-lucene-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.14.0-01/nexus-indexer-lucene-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/dependencies/antlr-2.7.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/dependencies/jackson-dataformat-smile-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/dependencies/jdbi-2.53.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/dependencies/kazuki-db-0.1.8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/dependencies/stringtemplate-3.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.14.0-01/nexus-kazuki-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.14.0-01/dependencies/nexus-ldap-common-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.14.0-01/nexus-ldap-realm-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.14.0-01/nexus-logging-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.14.0-01/nexus-lvo-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/aether-connector-wagon-1.13.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/maven-aether-provider-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/maven-model-builder-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/maven-settings-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/maven-settings-builder-3.0.5.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/plexus-sec-dispatcher-1.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/sisu-maven-bridge-3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/wagon-file-2.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/wagon-http-2.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/wagon-http-lightweight-2.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/wagon-http-shared4-2.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/dependencies/wagon-provider-api-2.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.14.0-01/nexus-maven-bridge-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-2.14.0-01/dependencies/jackson-dataformat-smile-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-2.14.0-01/nexus-migrationagent-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.14.0-01/dependencies/commons-compress-1.9.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.14.0-01/dependencies/jackson-dataformat-smile-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.14.0-01/nexus-npm-repository-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.14.0-01/dependencies/core4j-0.5.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.14.0-01/dependencies/sisu-odata4j-0.0.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.14.0-01/nexus-nuget-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/concurrentlinkedhashmap-lru-1.4.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/jna-4.0.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/jna-platform-4.0.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/orientdb-client-2.1.14.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/orientdb-core-2.1.14.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/orientdb-enterprise-2.1.14.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/dependencies/orientdb-server-2.1.14.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.14.0-01/nexus-orient-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.14.0-01/nexus-outreach-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.14.0-01/nexus-plugin-console-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/com.noelios.restlet-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/com.noelios.restlet.ext.servlet-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/commons-fileupload-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/enunciate-core-1.26.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/javax.ws.rs-1.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/nexus-restlet-bridge-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/nexus-restlet1x-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/org.json-2.0-NEXUS-3758.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/org.restlet-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/org.restlet.ext.fileupload-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/org.restlet.ext.jaxrs-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/dependencies/org.restlet.ext.velocity-1.1.6-SONATYPE-5348-V8.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.14.0-01/nexus-restlet1x-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.14.0-01/nexus-rrb-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/asm-5.0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/asm-analysis-5.0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/asm-commons-5.0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/asm-tree-5.0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/asm-util-5.0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/bytelist-1.0.11.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/invokebinder-1.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jcodings-1.0.10.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jffi-1.2.7-native.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jffi-1.2.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-constants-0.8.6.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-enxio-0.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-ffi-2.0.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-netdb-1.1.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-posix-3.0.9.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-unixsocket-0.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jnr-x86asm-1.0.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/joni-2.1.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jruby-core-1.7.19.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jruby-stdlib-1.7.19.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/jzlib-1.1.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/nailgun-server-0.9.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/nexus-ruby-tools-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/options-1.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/dependencies/snakeyaml-1.13.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.14.0-01/nexus-ruby-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.14.0-01/nexus-rutauth-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/FastInfoset-1.2.12.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/asm-3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/istack-commons-runtime-2.16.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jacksbee-runtime-1.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jackson-jaxrs-base-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jackson-jaxrs-json-provider-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jackson-module-jaxb-annotations-2.3.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jaxb-core-2.2.8-b01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jaxb-impl-2.2.8-b01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-apache-client4-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-client-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-core-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-guice-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-multipart-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-server-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jersey-servlet-1.17.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/jsr311-api-1.1.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/mimepull-1.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/siesta-client-1.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/siesta-common-1.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/siesta-jackson-1.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/siesta-server-1.7.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/dependencies/validation-api-1.1.0.Final.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.14.0-01/nexus-siesta-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.14.0-01/nexus-site-repository-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/dependencies/jdom-1.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/dependencies/lucene-core-3.6.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/dependencies/protobuf-java-2.3.0.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/dependencies/rome-0.9.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.14.0-01/nexus-timeline-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.14.0-01/nexus-ui-extjs3-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.14.0-01/nexus-webresources-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.14.0-01/dependencies/nexus-wonderland-model-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.14.0-01/nexus-wonderland-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.14.0-01/META-INF/MANIFEST.MF +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.14.0-01/dependencies/commons-exec-1.1.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.14.0-01/nexus-yum-repository-plugin-2.14.0-01.jar +%%DATADIR%%/nexus/WEB-INF/web.xml +%%DATADIR%%/nexus/favicon.ico +%%DATADIR%%/nexus/favicon.png +%%DATADIR%%/nexus/images/header_branding.png +%%DATADIR%%/nexus/images/nexus650x55.png +%%DATADIR%%/nexus/robots.txt +@dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%% +@dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%% +@dir(%%USER%%,%%GROUP%%,750) %%WORKDIR%% From owner-svn-ports-all@freebsd.org Sat Nov 12 15:43:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48556C3D2F8; Sat, 12 Nov 2016 15:43:20 +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 19EB01283; Sat, 12 Nov 2016 15:43:20 +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 uACFhJ3u087983; Sat, 12 Nov 2016 15:43:19 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFhJZN087982; Sat, 12 Nov 2016 15:43:19 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611121543.uACFhJZN087982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Nov 2016 15:43:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425962 - head/sysutils/py-ploy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:43:20 -0000 Author: lwhsu Date: Sat Nov 12 15:43:19 2016 New Revision: 425962 URL: https://svnweb.freebsd.org/changeset/ports/425962 Log: - Change RUN_DEPENDS to security/py-paramiko1 to make sysutils/py-ploy_fabric successfully pacakge - Remove dependency on devel/py-argparse PR: 214379 Reported by: koobs Modified: head/sysutils/py-ploy/Makefile Modified: head/sysutils/py-ploy/Makefile ============================================================================== --- head/sysutils/py-ploy/Makefile Sat Nov 12 15:31:13 2016 (r425961) +++ head/sysutils/py-ploy/Makefile Sat Nov 12 15:43:19 2016 (r425962) @@ -3,6 +3,7 @@ PORTNAME= ploy PORTVERSION= 1.2.1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +15,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy \ - ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ - ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse + ${PYTHON_PKGNAMEPREFIX}paramiko1>0:security/py-paramiko1 \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Sat Nov 12 15:50:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71823C3D5F5; Sat, 12 Nov 2016 15:50:52 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA601688; Sat, 12 Nov 2016 15:50:52 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACFopWe088428; Sat, 12 Nov 2016 15:50:51 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFopUK088424; Sat, 12 Nov 2016 15:50:51 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201611121550.uACFopUK088424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sat, 12 Nov 2016 15:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425963 - in head/graphics/pngquant: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:50:52 -0000 Author: ak Date: Sat Nov 12 15:50:51 2016 New Revision: 425963 URL: https://svnweb.freebsd.org/changeset/ports/425963 Log: - Update to 2.7.2 - License changed to GPL3 - Add LCMS2 option PR: 213617 Submitted by: Anton Yuzhaninov Modified: head/graphics/pngquant/Makefile head/graphics/pngquant/distinfo head/graphics/pngquant/files/patch-configure Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Sat Nov 12 15:43:19 2016 (r425962) +++ head/graphics/pngquant/Makefile Sat Nov 12 15:50:51 2016 (r425963) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pngquant -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.7.2 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ @@ -11,14 +10,15 @@ MASTER_SITES= http://pngquant.org/ MAINTAINER= ak@FreeBSD.org COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs -LICENSE= BSD3CLAUSE +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake tar:bzip2 +USES= gmake pkgconfig +HAS_CONFIGURE= yes MAKE_ARGS+= CC="${CC}" CPPFLAGS+= $$(libpng-config --I_opts) @@ -28,8 +28,19 @@ PORTDOCS= CHANGELOG README.md PLIST_FILES= bin/pngquant \ man/man1/pngquant.1.gz -OPTIONS_DEFINE= OPTIMIZED_FLAGS OPENMP DEBUG DOCS +OPTIONS_DEFINE= OPTIMIZED_FLAGS OPENMP LCMS2 DEBUG DOCS OPTIONS_DEFINE_i386= SSE +LCMS2_DESC= Support for ICC profiles via LCMS library + +DEBUG_CFLAGS_OFF= -DNDEBUG + +LCMS2_CONFIGURE_WITH= lcms2 +LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 + +OPENMP_LIB_DEPENDS= libomp.so:devel/openmp +OPENMP_CPPFLAGS= -I${LOCALBASE}/include +OPENMP_CONFIGURE_ON= --with-openmp +OPENMP_CONFIGURE_ENV= C_INCLUDE_PATH=${LOCALBASE}/include OPTIMIZED_FLAGS_CFLAGS= -O3 -fearly-inlining -fstrict-aliasing \ -ffast-math -funroll-loops -fomit-frame-pointer \ @@ -39,11 +50,6 @@ OPTIMIZED_FLAGS_CFLAGS= -O3 -fearly-inli # SSE2 support is always enabled on amd64 SSE_CFLAGS= -DUSE_SSE=1 -msse2 -OPENMP_CFLAGS= -fopenmp -OPENMP_LDFLAGS= -lgomp -pthread - -DEBUG_CFLAGS_OFF= -DNDEBUG - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/graphics/pngquant/distinfo ============================================================================== --- head/graphics/pngquant/distinfo Sat Nov 12 15:43:19 2016 (r425962) +++ head/graphics/pngquant/distinfo Sat Nov 12 15:50:51 2016 (r425963) @@ -1,2 +1,3 @@ -SHA256 (pngquant-2.5.2-src.tar.bz2) = 5b064596305c6f765a753e96e08224dd71b31c20b72bdaf0f205da16b76a347d -SIZE (pngquant-2.5.2-src.tar.bz2) = 54611 +TIMESTAMP = 1476836074 +SHA256 (pngquant-2.7.2-src.tar.gz) = 75801ed048c40cc4bff12773892d16d7ff00c11b9c549845c2133fd3abca17c2 +SIZE (pngquant-2.7.2-src.tar.gz) = 91721 Modified: head/graphics/pngquant/files/patch-configure ============================================================================== --- head/graphics/pngquant/files/patch-configure Sat Nov 12 15:43:19 2016 (r425962) +++ head/graphics/pngquant/files/patch-configure Sat Nov 12 15:50:51 2016 (r425963) @@ -5,7 +5,7 @@ Index: configure CONFIG="config.mk" PREFIX="/usr/local" -@@ -8,7 +8,7 @@ +@@ -8,7 +8,7 @@ DEBUG= SSE=auto OPENMP= LIBPNG_DIR=. @@ -14,16 +14,16 @@ Index: configure COCOA_READER=auto LCMS2=0 else -@@ -38,7 +38,7 @@ +@@ -38,7 +38,7 @@ for i in "$@"; do echo help "--with-openmp=static compile with multicore support" help "--with-lcms2/--without-lcms2 compile with color profile support" -if [[ "$OSTYPE" =~ "darwin" ]]; then +if echo "$OSTYPE" | grep -q "darwin"; then help "--with-cocoa/--without-cocoa use Cocoa framework to read images" - help "--with-libpng= search for libpng in directory" fi -@@ -110,7 +110,7 @@ + help "--with-libpng= search for libpng in directory" +@@ -109,7 +109,7 @@ done # If someone runs sudo make install as very first command, and configure later, # $CONFIG cannot be overwritten, and must be deleted before continuing. @@ -32,37 +32,33 @@ Index: configure echo "Cannot overwrite file $CONFIG! Please delete it." exit 1 fi -@@ -147,7 +147,7 @@ +@@ -146,7 +146,7 @@ find_h() { find_pkgconfig() { - LIBNAME=$1 + local LIBNAME=$1 - if pkg-config --exists "$LIBNAME" &> /dev/null; then -+ if pkg-config --exists "$LIBNAME" >/dev/null 2>&1; then ++ if pkg-config --exists "$LIBNAME" >/dev/null; then cflags "$(pkg-config --cflags "$LIBNAME")" lflags "$(pkg-config --libs "$LIBNAME")" status "$LIBNAME" "shared ($(pkg-config --modversion "$LIBNAME"))" -@@ -191,11 +191,16 @@ +@@ -210,9 +210,13 @@ find_library() { return 0 fi - for i in "${DIRS[@]}"; do - DIR=($i) -- HPATH=$(find_h "${DIR[0]}" "$HEADERPATTERN") +- if find_dynamic "$LIBNAME" "$HEADERPATTERN" "$DYNAMICPATTERN" "${DIR[0]}" "${DIR[1]}"; then + # destroys positional parameters + set -- ${DIRS} + while [ -n "$1" -a -n "$2" ]; do + DIRS_h="$1" + DIRS_l="$2" + shift 2 -+ -+ HPATH=$(find_h "${DIRS_h}" "$HEADERPATTERN") - if [ -n "$HPATH" ]; then -- SOPATH=$(find_f "${DIR[1]}" "$DYNAMICPATTERN") -+ SOPATH=$(find_f "${DIRS_l}" "$DYNAMICPATTERN") - if [ -n "$SOPATH" ]; then - cflags "-I${HPATH%/*}" - lflags "-L${SOPATH%/*} -l$DYNAMICLIBNAME" -@@ -250,10 +255,8 @@ ++ if find_dynamic "$LIBNAME" "$HEADERPATTERN" "$DYNAMICPATTERN" "${DIRS_h}" "${DIRS_l}"; then + return 0 + fi + done +@@ -262,10 +266,8 @@ fi # SSE if [ "$SSE" = 'auto' ]; then @@ -75,7 +71,7 @@ Index: configure fi if [ "$SSE" -eq 1 ]; then -@@ -276,9 +279,8 @@ +@@ -288,9 +290,8 @@ if [ -n "$OPENMP" ]; then else OPENMPFLAGS="-fopenmp" fi @@ -87,7 +83,7 @@ Index: configure cflags "$OPENMPFLAGS" lflags "$OPENMPFLAGS" status "OpenMP" "yes" -@@ -293,11 +295,13 @@ +@@ -305,11 +306,13 @@ else fi # Cocoa @@ -103,20 +99,28 @@ Index: configure COCOA_READER=1 cflags "-DUSE_COCOA=1" lflags "-framework Cocoa" -@@ -308,19 +312,18 @@ +@@ -320,25 +323,24 @@ if [[ "$OSTYPE" =~ "darwin" ]]; then fi # pairs of possible *.h and lib*.so locations --DIRS=("/usr/local/include /usr/local/lib" +-DIRS=() ++DIRS= + + if command -v >/dev/null libpng-config; then +- DIRS+=("$(libpng-config --prefix) $(libpng-config --libdir)") ++ DIRS="$(libpng-config --prefix) $(libpng-config --libdir)" + fi + +-DIRS+=("/usr/local/include /usr/local/lib" - "/usr/include /usr/lib" - "/opt/local/include /opt/local/lib" # macports - ) -+DIRS="${PREFIX}/include ${PREFIX}/lib \ ++DIRS="$DIRS /usr/local/include /usr/local/lib \ + /usr/include /usr/lib \ + /opt/local/include /opt/local/lib" # macports -if [[ "$OSTYPE" =~ "darwin" ]]; then -+if echo "$OSTYPE" | grep -q "darwin"; then ++if echo "$OSTYPE" | grep -q "darwin" ; then SOLIBSUFFIX=dylib # Search Developer SDK paths, since Apple seems to have dropped the standard Unixy ones @@ -129,16 +133,16 @@ Index: configure else SOLIBSUFFIX=so fi -@@ -332,7 +335,7 @@ +@@ -350,7 +352,7 @@ HAS_LIBPNG=0 if echo "#include \"png.h\" int main(){ return !png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); -}" | "$CC" -xc -std=c99 -o /dev/null $CFLAGS $LDFLAGS - &> /dev/null; then +}" | "$CC" -xc -std=c99 -o /dev/null $CFLAGS $LDFLAGS - >/dev/null 2>&1; then status "libpng" "custom flags" - SUCCESS=1 + HAS_LIBPNG=1 fi -@@ -343,7 +346,7 @@ +@@ -361,7 +363,7 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then if [ -n "$PNGH" ]; then PNGH_STRING=$(pngh_string "$PNGH") PNGH_MAJMIN=$(pngh_majmin "$PNGH") @@ -147,9 +151,9 @@ Index: configure LIBPNGA=$(find_f "$LIBPNG_DIR" "libpng${PNGH_MAJMIN}.a") if [ -n "$LIBPNGA" ]; then cflags "-I${PNGH%/*}" -@@ -359,14 +362,19 @@ +@@ -377,14 +379,19 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then if find_pkgconfig libpng; then - SUCCESS=1 + HAS_LIBPNG=1 else - for i in "${DIRS[@]}"; do - DIR=($i) @@ -172,12 +176,12 @@ Index: configure if [ -n "$LIBPNGSO" ]; then cflags "-I${PNGH%/*}" lflags "-L${LIBPNGSO%/*} -lpng${PNGH_MAJMIN}" -@@ -380,7 +388,7 @@ +@@ -398,7 +405,7 @@ if [ "$HAS_LIBPNG" -eq 0 ]; then fi fi - if [ "$SUCCESS" -eq 0 ]; then + if [ "$HAS_LIBPNG" -eq 0 ]; then - if [[ "$OSTYPE" =~ "darwin" ]]; then + if echo "$OSTYPE" | grep -q "darwin"; then LIBPNG_CMD='`brew install libpng`' else - LIBPNG_CMD='`apt-get install libpng-dev` or `yum install libpng-devel`' + LIBPNG_CMD='`apt-get install libpng16-dev` or `apt-get install libpng-dev` or `yum install libpng-devel`' From owner-svn-ports-all@freebsd.org Sat Nov 12 15:54:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1A14C3D7A5; Sat, 12 Nov 2016 15:54:00 +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 9E8861A5D; Sat, 12 Nov 2016 15:54:00 +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 uACFrxEj092233; Sat, 12 Nov 2016 15:53:59 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACFrx9q092231; Sat, 12 Nov 2016 15:53:59 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611121553.uACFrx9q092231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 12 Nov 2016 15:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425964 - in head/multimedia/kodi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 15:54:00 -0000 Author: cpm Date: Sat Nov 12 15:53:59 2016 New Revision: 425964 URL: https://svnweb.freebsd.org/changeset/ports/425964 Log: multimedia/kodi: Fix linking error on FreeBSD gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/cores/dvdplayer/DVDInputStreams' CPP xbmc/guilib/TextureManager.o CPP xbmc/guilib/VisibleEffect.o CPP xbmc/guilib/XBTF.o CPP xbmc/guilib/XBTFReader.o CPP xbmc/guilib/TextureGL.o CPP xbmc/guilib/GUIFontTTFGL.o CPP xbmc/guilib/GUITextureGL.o CPP xbmc/guilib/MatrixGLES.o AR xbmc/guilib/guilib.a gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/guilib' LD kodi.bin xbmc/guilib/guilib.a(DDSImage.o): In function `CDDSImage::Compress(unsigned int, unsigned int, unsigned int, unsigned char const*, double)': DDSImage.cpp:(.text+0x5b0): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x5e2): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' DDSImage.cpp:(.text+0x6ea): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x718): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' DDSImage.cpp:(.text+0x75f): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x78d): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' xbmc/guilib/guilib.a(DDSImage.o): In function `CDDSImage::Decompress(unsigned char*, unsigned int, unsigned int, unsigned int, unsigned char const*, unsigned int)': DDSImage.cpp:(.text+0x9a5): undefined reference to `squish::DecompressImage(unsigned char*, int, int, int, void const*, int)' c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:486: recipe for target 'kodi.bin' failed gmake[2]: *** [kodi.bin] Error 1 gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/kodi *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/kodi PR: 204380 Submitted by: Tomasz Sowa Reported by: Andrew Reviewed by: feld, junovitch, koobs (mentors) Approved by: Mickael Maillot (maintainer timeout, 9 months), feld, junovitch, koobs (mentors) MFH: 2016Q4 Added: head/multimedia/kodi/files/patch-Makefile.in (contents, props changed) Modified: head/multimedia/kodi/Makefile Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Sat Nov 12 15:50:51 2016 (r425963) +++ head/multimedia/kodi/Makefile Sat Nov 12 15:53:59 2016 (r425964) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Added: head/multimedia/kodi/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-Makefile.in Sat Nov 12 15:53:59 2016 (r425964) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2016-10-20 18:15:13 UTC ++++ Makefile.in +@@ -434,7 +434,7 @@ endif + ifeq ($(findstring osx,@ARCH@), osx) + $(SILENT_LD) $(CXX) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,-all_load,-ObjC $(MAINOBJS) $(DYNOBJSXBMC) $(NWAOBJSXBMC) $(OBJSXBMC) $(LIBS) -rdynamic + else +- $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC) -Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic ++ $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC) -Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic ./tools/depends/native/libsquish-native/squish-install/lib/libsquish.a + endif + + @APP_NAME_LC@-xrandr: xbmc-xrandr.c From owner-svn-ports-all@freebsd.org Sat Nov 12 16:27:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E838C3DF8C; Sat, 12 Nov 2016 16:27:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32ADC1736; Sat, 12 Nov 2016 16:27:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACGR63c004388; Sat, 12 Nov 2016 16:27:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACGR6GO004386; Sat, 12 Nov 2016 16:27:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611121627.uACGR6GO004386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 16:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425965 - in head/www/xpi-u2f4moz: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 16:27:07 -0000 Author: amdmi3 Date: Sat Nov 12 16:27:06 2016 New Revision: 425965 URL: https://svnweb.freebsd.org/changeset/ports/425965 Log: - Document iconv dependency - Add patch to fix libusb detection on 9.x - Still broken on 9.x (unable to resolve iconv_t), mark as such Approved by: portmgr blanket Added: head/www/xpi-u2f4moz/files/extra-patch-freebsd9 (contents, props changed) Modified: head/www/xpi-u2f4moz/Makefile Modified: head/www/xpi-u2f4moz/Makefile ============================================================================== --- head/www/xpi-u2f4moz/Makefile Sat Nov 12 15:53:59 2016 (r425964) +++ head/www/xpi-u2f4moz/Makefile Sat Nov 12 16:27:06 2016 (r425965) @@ -11,6 +11,8 @@ COMMENT= U2F support extension for Firef LICENSE= LGPL21 +BROKEN_FreeBSD_9= does not build + CMAKE_SOURCE_PATH= c_src FIREFOX_EXTENSIONS_DIR= lib/firefox/browser/extensions @@ -22,7 +24,7 @@ PLIST_SUB= SYSTEM_PROCESSOR=${SYSTEM_PRO SYSTEM_PROCESSOR= x86 USE_GITHUB= yes -USES= cmake pkgconfig +USES= cmake iconv pkgconfig XPI_DIR= lib/xpi XPI_ID= u2f4moz@prefiks.org @@ -44,4 +46,8 @@ post-install: SYSTEM_PROCESSOR= x86_64 .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-freebsd9 +.endif + .include Added: head/www/xpi-u2f4moz/files/extra-patch-freebsd9 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-u2f4moz/files/extra-patch-freebsd9 Sat Nov 12 16:27:06 2016 (r425965) @@ -0,0 +1,14 @@ +--- c_src/CMakeLists.txt.orig 2016-10-27 08:19:19 UTC ++++ c_src/CMakeLists.txt +@@ -57,10 +57,7 @@ ELSEIF(UNIX) + ENDIF(USE_LIBUSB) + SET(TARGET_LOCATION linux_${SYSTEM_PROCESSOR}-gcc3) + ELSE() +- FIND_PACKAGE(PkgConfig) +- PKG_CHECK_MODULES(libusb REQUIRED libusb-1.0) +- LIST(APPEND extra_LIBS ${libusb_LIBRARIES}) +- LIST(APPEND extra_INCLUDES ${libusb_INCLUDE_DIRS}) ++ LIST(APPEND extra_LIBS -lusb) + SET(hidapi_SRC hidapi/hid-linux-libusb.c) + SET(TARGET_LOCATION freebsd_${SYSTEM_PROCESSOR}-gcc3) + ENDIF() From owner-svn-ports-all@freebsd.org Sat Nov 12 16:28:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74907C3DFE5; Sat, 12 Nov 2016 16:28:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C651183B; Sat, 12 Nov 2016 16:28:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACGS9hb004557; Sat, 12 Nov 2016 16:28:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACGS9AQ004554; Sat, 12 Nov 2016 16:28:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611121628.uACGS9AQ004554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Nov 2016 16:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425966 - in head/security/rndpassw: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 16:28:10 -0000 Author: amdmi3 Date: Sat Nov 12 16:28:08 2016 New Revision: 425966 URL: https://svnweb.freebsd.org/changeset/ports/425966 Log: - Update to 0.2.2 - Add LICENSE_FILE PR: 212340 Submitted by: melanhit@gmail.com (maintainer) Deleted: head/security/rndpassw/files/ Modified: head/security/rndpassw/Makefile head/security/rndpassw/distinfo head/security/rndpassw/pkg-descr Modified: head/security/rndpassw/Makefile ============================================================================== --- head/security/rndpassw/Makefile Sat Nov 12 16:27:06 2016 (r425965) +++ head/security/rndpassw/Makefile Sat Nov 12 16:28:08 2016 (r425966) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= rndpassw -PORTVERSION= 0.2 +PORTVERSION= 0.2.2 CATEGORIES= security -MASTER_SITES= SF MAINTAINER= melanhit@gmail.com COMMENT= CLI password generator LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= melanhit + +USES= cmake:outsource PLIST_FILES= bin/rndpassw \ man/man1/rndpassw.1.gz Modified: head/security/rndpassw/distinfo ============================================================================== --- head/security/rndpassw/distinfo Sat Nov 12 16:27:06 2016 (r425965) +++ head/security/rndpassw/distinfo Sat Nov 12 16:28:08 2016 (r425966) @@ -1,2 +1,3 @@ -SHA256 (rndpassw-0.2.tar.bz2) = 5b65072a311a7f325947113322d18078aa079263025c1db59c6db1f4363eece0 -SIZE (rndpassw-0.2.tar.bz2) = 4216 +TIMESTAMP = 1473213814 +SHA256 (melanhit-rndpassw-0.2.2_GH0.tar.gz) = 2657c42515e624e3f19694648bdcabeb8ef070fc367ecde716d6fabbb9b3584c +SIZE (melanhit-rndpassw-0.2.2_GH0.tar.gz) = 4404 Modified: head/security/rndpassw/pkg-descr ============================================================================== --- head/security/rndpassw/pkg-descr Sat Nov 12 16:27:06 2016 (r425965) +++ head/security/rndpassw/pkg-descr Sat Nov 12 16:28:08 2016 (r425966) @@ -1,3 +1,3 @@ Command line password generator -WWW: http://sourceforge.net/projects/rndpassw +WWW: https://github.com/melanhit/rndpassw From owner-svn-ports-all@freebsd.org Sat Nov 12 16:58:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662F3C3DC1B; Sat, 12 Nov 2016 16:58:54 +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 28BBA1CDE; Sat, 12 Nov 2016 16:58:54 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACGwrK2016332; Sat, 12 Nov 2016 16:58:53 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACGwria016331; Sat, 12 Nov 2016 16:58:53 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611121658.uACGwria016331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 12 Nov 2016 16:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425967 - in branches/2016Q4/multimedia/kodi: . 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: Sat, 12 Nov 2016 16:58:54 -0000 Author: cpm Date: Sat Nov 12 16:58:53 2016 New Revision: 425967 URL: https://svnweb.freebsd.org/changeset/ports/425967 Log: MFH: r425964 multimedia/kodi: Fix linking error on FreeBSD gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/cores/dvdplayer/DVDInputStreams' CPP xbmc/guilib/TextureManager.o CPP xbmc/guilib/VisibleEffect.o CPP xbmc/guilib/XBTF.o CPP xbmc/guilib/XBTFReader.o CPP xbmc/guilib/TextureGL.o CPP xbmc/guilib/GUIFontTTFGL.o CPP xbmc/guilib/GUITextureGL.o CPP xbmc/guilib/MatrixGLES.o AR xbmc/guilib/guilib.a gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26/xbmc/guilib' LD kodi.bin xbmc/guilib/guilib.a(DDSImage.o): In function `CDDSImage::Compress(unsigned int, unsigned int, unsigned int, unsigned char const*, double)': DDSImage.cpp:(.text+0x5b0): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x5e2): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' DDSImage.cpp:(.text+0x6ea): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x718): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' DDSImage.cpp:(.text+0x75f): undefined reference to `squish::CompressImage(unsigned char const*, int, int, int, void*, int, float*)' DDSImage.cpp:(.text+0x78d): undefined reference to `squish::ComputeMSE(unsigned char const*, int, int, int, unsigned char const*, int, double&, double&)' xbmc/guilib/guilib.a(DDSImage.o): In function `CDDSImage::Decompress(unsigned char*, unsigned int, unsigned int, unsigned int, unsigned char const*, unsigned int)': DDSImage.cpp:(.text+0x9a5): undefined reference to `squish::DecompressImage(unsigned char*, int, int, int, void const*, int)' c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:486: recipe for target 'kodi.bin' failed gmake[2]: *** [kodi.bin] Error 1 gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-f4dda26' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/kodi *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/kodi PR: 204380 Submitted by: Tomasz Sowa Reported by: Andrew Reviewed by: feld, junovitch, koobs (mentors) Approved by: Mickael Maillot (maintainer timeout, 9 months), feld, junovitch, koobs (mentors) Approved by: ports-secteam (feld) Added: branches/2016Q4/multimedia/kodi/files/patch-Makefile.in - copied unchanged from r425964, head/multimedia/kodi/files/patch-Makefile.in Modified: branches/2016Q4/multimedia/kodi/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/kodi/Makefile ============================================================================== --- branches/2016Q4/multimedia/kodi/Makefile Sat Nov 12 16:28:08 2016 (r425966) +++ branches/2016Q4/multimedia/kodi/Makefile Sat Nov 12 16:58:53 2016 (r425967) @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Copied: branches/2016Q4/multimedia/kodi/files/patch-Makefile.in (from r425964, head/multimedia/kodi/files/patch-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/multimedia/kodi/files/patch-Makefile.in Sat Nov 12 16:58:53 2016 (r425967, copy of r425964, head/multimedia/kodi/files/patch-Makefile.in) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2016-10-20 18:15:13 UTC ++++ Makefile.in +@@ -434,7 +434,7 @@ endif + ifeq ($(findstring osx,@ARCH@), osx) + $(SILENT_LD) $(CXX) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,-all_load,-ObjC $(MAINOBJS) $(DYNOBJSXBMC) $(NWAOBJSXBMC) $(OBJSXBMC) $(LIBS) -rdynamic + else +- $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC) -Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic ++ $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC@.bin $(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC) -Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic ./tools/depends/native/libsquish-native/squish-install/lib/libsquish.a + endif + + @APP_NAME_LC@-xrandr: xbmc-xrandr.c From owner-svn-ports-all@freebsd.org Sat Nov 12 17:38:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C90FAC3DC35; Sat, 12 Nov 2016 17:38:28 +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 8994C176F; Sat, 12 Nov 2016 17:38:28 +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 uACHcROe032869; Sat, 12 Nov 2016 17:38:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHcQ5D032857; Sat, 12 Nov 2016 17:38:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121738.uACHcQ5D032857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 17:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425968 - in head: audio/murmur cad/kicad-devel cad/opencascade devel/sdl2pp games/libretro-cores games/stonesoup games/wyrmgus graphics/mapnik multimedia/assimp net-p2p/libtorrent x11-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 17:38:28 -0000 Author: antoine Date: Sat Nov 12 17:38:26 2016 New Revision: 425968 URL: https://svnweb.freebsd.org/changeset/ports/425968 Log: Spell CHOSEN_COMPILER_TYPE correctly PR: 199098 Modified: head/audio/murmur/Makefile head/cad/kicad-devel/Makefile head/cad/opencascade/Makefile head/devel/sdl2pp/Makefile head/games/libretro-cores/Makefile head/games/stonesoup/Makefile head/games/wyrmgus/Makefile head/graphics/mapnik/Makefile head/multimedia/assimp/Makefile head/net-p2p/libtorrent/Makefile head/x11-fm/wcmcommander/Makefile head/x11-toolkits/wxgtk30/Makefile Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/audio/murmur/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -58,7 +58,7 @@ CONFIG+= no-bonjour .include # PCH is broken on GCC -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CONFIG+= no-pch .endif Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/cad/kicad-devel/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -184,7 +184,7 @@ PLIST_SHAREDDIR_LIST= share/mimelnk/appl .include .if ${OPSYS} == FreeBSD -.if ${OSVERSION} < 1000000 || ${COMPILER_TYPE} == "gcc" +.if ${OSVERSION} < 1000000 || ${CHOSEN_COMPILER_TYPE} == gcc IGNORE= builds only on greater than 10 and with clang .endif .endif Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/cad/opencascade/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -55,7 +55,7 @@ USE_LDCONFIG= yes LOCCROOT= OpenCAS OCCROOT= ${PREFIX}/${LOCCROOT} -PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${COMPILER_TYPE} +PLIST_SUB= OCCROOT="${LOCCROOT}" BITS=${BITS} CC=${CHOSEN_COMPILER_TYPE} VIS_CMAKE_ON= -DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON \ -DUSE_FREETYPE:BOOL=ON @@ -110,17 +110,17 @@ post-build-DOCS-on: (cd ${WRKSRC} && ./gendoc -overview) post-install: - ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/bin/DRAWEXE \ + ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/bin/DRAWEXE \ ${STAGEDIR}${PREFIX}/bin/ (cd ${STAGEDIR}${PREFIX}/bin && \ - ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/bin/DRAWEXE) - ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/lib/lib*.so \ + ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/bin/DRAWEXE) + ${MV} ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/lib/lib*.so \ ${STAGEDIR}${PREFIX}/lib/ (cd ${STAGEDIR}${PREFIX}/lib \ && for l in lib*.so; do \ ${MV} $${l} $${l}.0; \ ${LN} -sf $${l}.0 $${l}; \ - ${LN} -sf $${l}.0 ${STAGEDIR}${OCCROOT}/bsd${BITS}/${COMPILER_TYPE}/lib/$${l}; \ + ${LN} -sf $${l}.0 ${STAGEDIR}${OCCROOT}/bsd${BITS}/${CHOSEN_COMPILER_TYPE}/lib/$${l}; \ done) ${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenCASCADE (cd ${STAGEDIR}${OCCROOT}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/OpenCASCADE) Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/devel/sdl2pp/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -30,7 +30,7 @@ DOXYGEN_IMPLIES= DOCS .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif Modified: head/games/libretro-cores/Makefile ============================================================================== --- head/games/libretro-cores/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/games/libretro-cores/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -104,7 +104,7 @@ DOS2UNIX_FILES= hatari/Makefile.libretro .include # Avoid a lot of patching for 9. -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc USE_CXXSTD= gnu++11 .endif Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/games/stonesoup/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -70,7 +70,7 @@ LUA_MAKE_ARGS_OFF= NO_LUA_BINDINGS=yes .include -.if ${COMPILER_TYPE} != clang +.if ${CHOSEN_COMPILER_TYPE} != clang CFLAGS+= -D_GLIBCXX_USE_C99 .endif Modified: head/games/wyrmgus/Makefile ============================================================================== --- head/games/wyrmgus/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/games/wyrmgus/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -69,7 +69,7 @@ PHYSFS_CMAKE_OFF= -DWITH_PHYSFS:BOOL=OFF .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/graphics/mapnik/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -78,7 +78,7 @@ CAIRO_MAKE_ARGS_OFF= CAIRO=False .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/multimedia/assimp/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -23,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc # GCC C++11 support is broken on FreeBSD (see PR 193528 for details) CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/net-p2p/libtorrent/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -38,7 +38,7 @@ KQUEUE_CONFIGURE_WITH= kqueue # Disable amd64 atomic ops on i386 when using gcc # undefined reference to __sync_add_and_fetch_8 # undefined reference to __sync_fetch_and_and_8 -.if ${ARCH} == "i386" && ${COMPILER_TYPE} == "gcc" +.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-instrumentation .endif Modified: head/x11-fm/wcmcommander/Makefile ============================================================================== --- head/x11-fm/wcmcommander/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/x11-fm/wcmcommander/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -35,7 +35,7 @@ SSH_CMAKE_BOOL= WITH_LIBSSH2 .include -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif Modified: head/x11-toolkits/wxgtk30/Makefile ============================================================================== --- head/x11-toolkits/wxgtk30/Makefile Sat Nov 12 16:58:53 2016 (r425967) +++ head/x11-toolkits/wxgtk30/Makefile Sat Nov 12 17:38:26 2016 (r425968) @@ -58,7 +58,7 @@ WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so: .include # PR 196703, 197031 -.if ${COMPILER_TYPE} == "gcc" +.if ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-precomp-headers .endif From owner-svn-ports-all@freebsd.org Sat Nov 12 17:42:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D3C6C3DE46; Sat, 12 Nov 2016 17:42:54 +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 B697F1B38; Sat, 12 Nov 2016 17:42:53 +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 uACHgqPI036535; Sat, 12 Nov 2016 17:42:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHgq2U036533; Sat, 12 Nov 2016 17:42:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121742.uACHgq2U036533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 17:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425969 - 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: Sat, 12 Nov 2016 17:42:54 -0000 Author: antoine Date: Sat Nov 12 17:42:52 2016 New Revision: 425969 URL: https://svnweb.freebsd.org/changeset/ports/425969 Log: All supported versions of FreeBSD that install clang have version 3.4.1 or newer, so remove obsolete checks in compiler.mk and objc.mk Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D8496 Modified: head/Mk/Uses/compiler.mk head/Mk/Uses/objc.mk Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Sat Nov 12 17:38:26 2016 (r425968) +++ head/Mk/Uses/compiler.mk Sat Nov 12 17:42:52 2016 (r425969) @@ -176,8 +176,8 @@ CHOSEN_COMPILER_TYPE= clang .if (defined(FAVORITE_COMPILER) && ${FAVORITE_COMPILER} == gcc) || (${ARCH} != amd64 && ${ARCH} != i386) # clang not always supported on Tier-2 USE_GCC= yes CHOSEN_COMPILER_TYPE= gcc -.elif (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34) || ${COMPILER_TYPE} == gcc -.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 34 +.elif ${COMPILER_TYPE} == gcc +.if ${ALT_COMPILER_TYPE} == clang CPP= clang-cpp CC= clang CXX= clang++ @@ -198,8 +198,8 @@ CHOSEN_COMPILER_TYPE= clang .if (defined(FAVORITE_COMPILER) && ${FAVORITE_COMPILER} == gcc) || (${ARCH} != amd64 && ${ARCH} != i386) # clang not always supported on Tier-2 USE_GCC= yes CHOSEN_COMPILER_TYPE= gcc -.elif (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34) || ${COMPILER_TYPE} == gcc -.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 34 +.elif ${COMPILER_TYPE} == gcc +.if ${ALT_COMPILER_TYPE} == clang CPP= clang-cpp CC= clang CXX= clang++ @@ -220,8 +220,8 @@ CXX= ${LOCALBASE}/bin/clang++34 .if (defined(FAVORITE_COMPILER) && ${FAVORITE_COMPILER} == gcc) || (${ARCH} != amd64 && ${ARCH} != i386) # clang not always supported on Tier-2 USE_GCC= yes CHOSEN_COMPILER_TYPE= gcc -.elif (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34) || ${COMPILER_TYPE} == gcc -.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 34 +.elif ${COMPILER_TYPE} == gcc +.if ${ALT_COMPILER_TYPE} == clang CPP= clang-cpp CC= clang CXX= clang++ Modified: head/Mk/Uses/objc.mk ============================================================================== --- head/Mk/Uses/objc.mk Sat Nov 12 17:38:26 2016 (r425968) +++ head/Mk/Uses/objc.mk Sat Nov 12 17:42:52 2016 (r425969) @@ -48,8 +48,8 @@ ALT_COMPILER_TYPE= gcc .endif # We do always need clang -.if (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34) || ${COMPILER_TYPE} != clang -.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 34 +.if ${COMPILER_TYPE} != clang +.if ${ALT_COMPILER_TYPE} == clang CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ From owner-svn-ports-all@freebsd.org Sat Nov 12 17:50:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E079BC3D5F1; Sat, 12 Nov 2016 17:50:33 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94B7210E5; Sat, 12 Nov 2016 17:50:33 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACHoWbg036998; Sat, 12 Nov 2016 17:50:32 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHoWs1036995; Sat, 12 Nov 2016 17:50:32 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121750.uACHoWs1036995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 17:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425970 - head/devel/py-backports.functools_lru_cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 17:50:34 -0000 Author: mva Date: Sat Nov 12 17:50:32 2016 New Revision: 425970 URL: https://svnweb.freebsd.org/changeset/ports/425970 Log: A backport of the lru_cache function from Python 3.3's functools. WWW: https://github.com/jaraco/backports.functools_lru_cache Added: head/devel/py-backports.functools_lru_cache/ head/devel/py-backports.functools_lru_cache/Makefile (contents, props changed) head/devel/py-backports.functools_lru_cache/distinfo (contents, props changed) head/devel/py-backports.functools_lru_cache/pkg-descr (contents, props changed) Added: head/devel/py-backports.functools_lru_cache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.functools_lru_cache/Makefile Sat Nov 12 17:50:32 2016 (r425970) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= backports.functools_lru_cache +PORTVERSION= 1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mva@FreeBSD.org +COMMENT= Backport of the lru_cache function from Python 3.3's functools + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm + +USES= python:2.7 +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-backports.functools_lru_cache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.functools_lru_cache/distinfo Sat Nov 12 17:50:32 2016 (r425970) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478939784 +SHA256 (backports.functools_lru_cache-1.3.tar.gz) = 444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95 +SIZE (backports.functools_lru_cache-1.3.tar.gz) = 6685 Added: head/devel/py-backports.functools_lru_cache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.functools_lru_cache/pkg-descr Sat Nov 12 17:50:32 2016 (r425970) @@ -0,0 +1,3 @@ +A backport of the lru_cache function from Python 3.3's functools. + +WWW: https://github.com/jaraco/backports.functools_lru_cache From owner-svn-ports-all@freebsd.org Sat Nov 12 17:51:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F4DCC3D7C7; Sat, 12 Nov 2016 17:51:18 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2F401301; Sat, 12 Nov 2016 17:51:17 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACHpHl9037137; Sat, 12 Nov 2016 17:51:17 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHpG59037135; Sat, 12 Nov 2016 17:51:16 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121751.uACHpG59037135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 17:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425971 - head/devel/py-astroid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 17:51:18 -0000 Author: mva Date: Sat Nov 12 17:51:16 2016 New Revision: 425971 URL: https://svnweb.freebsd.org/changeset/ports/425971 Log: - Update to version 1.4.8 Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Sat Nov 12 17:50:32 2016 (r425970) +++ head/devel/py-astroid/Makefile Sat Nov 12 17:51:16 2016 (r425971) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Extension for Python compiler.a LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt \ - ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:devel/py-lazy-object-proxy + ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:devel/py-lazy-object-proxy \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Sat Nov 12 17:50:32 2016 (r425970) +++ head/devel/py-astroid/distinfo Sat Nov 12 17:51:16 2016 (r425971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466486247 -SHA256 (astroid-1.4.6.tar.gz) = c304b70cb792dd361f918f662e3fb9bfe4a5d7b749f2e32d3ebcba26d4e4599f -SIZE (astroid-1.4.6.tar.gz) = 183711 +TIMESTAMP = 1472887255 +SHA256 (astroid-1.4.8.tar.gz) = 5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3 +SIZE (astroid-1.4.8.tar.gz) = 184091 From owner-svn-ports-all@freebsd.org Sat Nov 12 17:53:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C723C3D855; Sat, 12 Nov 2016 17:53:40 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA4E51634; Sat, 12 Nov 2016 17:53:39 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACHrdCn040799; Sat, 12 Nov 2016 17:53:39 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHrdqU040798; Sat, 12 Nov 2016 17:53:39 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121753.uACHrdqU040798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 17:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425972 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 17:53:40 -0000 Author: mva Date: Sat Nov 12 17:53:38 2016 New Revision: 425972 URL: https://svnweb.freebsd.org/changeset/ports/425972 Log: - Connect devel/py-backports.functools_lru_cache Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 12 17:51:16 2016 (r425971) +++ head/devel/Makefile Sat Nov 12 17:53:38 2016 (r425972) @@ -4028,6 +4028,7 @@ SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish + SUBDIR += py-backports.functools_lru_cache SUBDIR += py-backports.shutil_get_terminal_size SUBDIR += py-backports_abc SUBDIR += py-bandit From owner-svn-ports-all@freebsd.org Sat Nov 12 17:58:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1185FC3DA30; Sat, 12 Nov 2016 17:58: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 D0BF118CB; Sat, 12 Nov 2016 17:58:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACHwDpV041185; Sat, 12 Nov 2016 17:58:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHwDWB041179; Sat, 12 Nov 2016 17:58:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121758.uACHwDWB041179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 17:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425973 - in head/multimedia: plexmediaserver 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: Sat, 12 Nov 2016 17:58:15 -0000 Author: feld Date: Sat Nov 12 17:58:13 2016 New Revision: 425973 URL: https://svnweb.freebsd.org/changeset/ports/425973 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.2.7 Changelog: https://forums.plex.tv/discussion/comment/1296786#Comment_1296786 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver-plexpass/Makefile Sat Nov 12 17:58:13 2016 (r425973) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.2.6.2975 +PORTVERSION= 1.2.7.2987 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 9394c87 +PLEX_BUILD= 1bef33a USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver-plexpass/distinfo Sat Nov 12 17:58:13 2016 (r425973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478558800 -SHA256 (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 23b8cb64ca88aa6918af5c68b0e22e9c956b75c51bf96c29b96037468d3d6681 -SIZE (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 84401336 +TIMESTAMP = 1478970986 +SHA256 (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 86f5029fc657d7a3509bbe993b95dd408125b250291084b32c199c59d1c71220 +SIZE (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 84392786 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Nov 12 17:58:13 2016 (r425973) @@ -734,6 +734,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/danjaq.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dark_castle_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dark_horse.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dave.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/davis_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dc.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/de_laurentiis.png @@ -771,6 +772,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/entertainment_one.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/entertainment_television.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eon_productions.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/epix.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/escape_artists.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/espn.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eurimages.png @@ -1156,6 +1158,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/viacom.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/view_askew.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/village_roadshow_pictures.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/vimeo.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/virtual_studios.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/vital_film_works.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/viz.png @@ -1369,8 +1372,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.ef3aa8ad41e648852e722529155621a0.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ba3efd042e2d1c54b432c98403b43d1b.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.5d6c43ae9899d9decefb4fa901d972b3.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ef78dfeb11d1c1a2d3fb12afe7cd052f.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg @@ -1441,10 +1444,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.c86b1d7624b5ae14ca7a30d73674a808.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.28598beac20bee7c8dc681851d053bdf.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.f0066883fc783961f135.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.ca37a25a2b86f3dfbb77.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.e03b68e82ebe9b435e8b.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.e80d7d7652dce4bb6702.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.5eb18427a40a376b4c01.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.8a491cd589346009d464.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.0568d312929ad2305711.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver/Makefile Sat Nov 12 17:58:13 2016 (r425973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.2.6.2975 +PORTVERSION?= 1.2.7.2987 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ @@ -12,7 +12,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 9394c87 +PLEX_BUILD?= 1bef33a NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver/distinfo Sat Nov 12 17:58:13 2016 (r425973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478363863 -SHA256 (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 23b8cb64ca88aa6918af5c68b0e22e9c956b75c51bf96c29b96037468d3d6681 -SIZE (PlexMediaServer-1.2.6.2975-9394c87-freebsd-amd64.tar.bz2) = 84401336 +TIMESTAMP = 1478970622 +SHA256 (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 86f5029fc657d7a3509bbe993b95dd408125b250291084b32c199c59d1c71220 +SIZE (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 84392786 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Sat Nov 12 17:53:38 2016 (r425972) +++ head/multimedia/plexmediaserver/pkg-plist Sat Nov 12 17:58:13 2016 (r425973) @@ -734,6 +734,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/danjaq.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dark_castle_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dark_horse.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dave.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/davis_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/dc.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/de_laurentiis.png @@ -771,6 +772,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/entertainment_one.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/entertainment_television.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eon_productions.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/epix.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/escape_artists.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/espn.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/eurimages.png @@ -1156,6 +1158,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/viacom.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/view_askew.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/village_roadshow_pictures.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/vimeo.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/virtual_studios.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/vital_film_works.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/viz.png @@ -1369,8 +1372,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.ef3aa8ad41e648852e722529155621a0.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ba3efd042e2d1c54b432c98403b43d1b.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.5d6c43ae9899d9decefb4fa901d972b3.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ef78dfeb11d1c1a2d3fb12afe7cd052f.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg @@ -1441,10 +1444,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.c86b1d7624b5ae14ca7a30d73674a808.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.28598beac20bee7c8dc681851d053bdf.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.f0066883fc783961f135.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.ca37a25a2b86f3dfbb77.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.e03b68e82ebe9b435e8b.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.e80d7d7652dce4bb6702.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.5eb18427a40a376b4c01.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.8a491cd589346009d464.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.0568d312929ad2305711.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf From owner-svn-ports-all@freebsd.org Sat Nov 12 17:59:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48F03C3DBF2; Sat, 12 Nov 2016 17:59:54 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25CB21C1F; Sat, 12 Nov 2016 17:59:54 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACHxrgI041416; Sat, 12 Nov 2016 17:59:53 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACHxrq2041413; Sat, 12 Nov 2016 17:59:53 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121759.uACHxrq2041413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 17:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425974 - head/devel/pylint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 17:59:54 -0000 Author: mva Date: Sat Nov 12 17:59:52 2016 New Revision: 425974 URL: https://svnweb.freebsd.org/changeset/ports/425974 Log: - Update to version 1.6.4 Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo head/devel/pylint/pkg-plist Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sat Nov 12 17:58:13 2016 (r425973) +++ head/devel/pylint/Makefile Sat Nov 12 17:59:52 2016 (r425974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.5.6 +PORTVERSION= 1.6.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -12,8 +12,10 @@ COMMENT= Analyzes python source code loo LICENSE= LGPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:devel/py-astroid \ - ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.4.5:devel/py-astroid \ + ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort \ + ${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six USES= python USE_PYTHON= distutils concurrent @@ -22,4 +24,11 @@ OPTIONS_DEFINE= GUI GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter -.include +.include + +.if ${PYTHON_MAJOR_VER} == 2 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser \ + ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache +.endif + +.include Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sat Nov 12 17:58:13 2016 (r425973) +++ head/devel/pylint/distinfo Sat Nov 12 17:59:52 2016 (r425974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466486377 -SHA256 (pylint-1.5.6.tar.gz) = 303bdd755048feec2c1fe1ea16e8f4306636f02845510ff3d5922ae2d6fe35cc -SIZE (pylint-1.5.6.tar.gz) = 425251 +TIMESTAMP = 1469855804 +SHA256 (pylint-1.6.4.tar.gz) = ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1 +SIZE (pylint-1.6.4.tar.gz) = 442853 Modified: head/devel/pylint/pkg-plist ============================================================================== --- head/devel/pylint/pkg-plist Sat Nov 12 17:58:13 2016 (r425973) +++ head/devel/pylint/pkg-plist Sat Nov 12 17:59:52 2016 (r425974) @@ -81,12 +81,27 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.py %%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyc %%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.pyo %%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.py %%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyc %%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyo %%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.py %%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyc %%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.pyo %%PYTHON_SITELIBDIR%%/pylint/graph.py %%PYTHON_SITELIBDIR%%/pylint/graph.pyc %%PYTHON_SITELIBDIR%%/pylint/graph.pyo @@ -157,8 +172,17 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/data/packages_No_Name.dot %%PYTHON_SITELIBDIR%%/pylint/test/data/suppliermodule_test.py %%PYTHON_SITELIBDIR%%/pylint/test/extensions/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/bad_builtin.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/docstring.py %%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/elif.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/mccabe.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_bad_builtin.py %%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_docs.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_docs_utils.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_mccabe.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_raise_docs.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_return_docs.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_docstyle.py %%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_elseif_used.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_abc_methods.py @@ -203,8 +227,6 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/async_functions.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_builtin.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_builtin.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.py @@ -249,6 +271,8 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_iterating_dictionary.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_iterating_dictionary.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/continue_in_finally.py @@ -279,6 +303,9 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.txt @@ -302,6 +329,11 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_disabled.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_disabled.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/formatting.txt @@ -339,6 +371,8 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_caught.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_raised.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_raised.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_length_returned.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_length_returned.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_sequence_index.py @@ -465,6 +499,8 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_variable_type.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/regression_no_value_for_parameter.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/regression_no_value_for_parameter.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/repeated_keyword.py @@ -547,6 +583,8 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking.py @@ -602,6 +640,8 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_variable.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_variable.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.txt @@ -617,8 +657,27 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/with_using_generator.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order2.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position10.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position11.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position11.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position12.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position12.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position13.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position13.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position14.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position14.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position15.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position4.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position5.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position6.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position7.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position8.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position9.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.txt @@ -853,6 +912,7 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_typecheck.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_variables.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checkers_utils.py +%%PYTHON_SITELIBDIR%%/pylint/test/unittest_config.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_lint.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_diadefs.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_inspector.py From owner-svn-ports-all@freebsd.org Sat Nov 12 18:01:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 602EBC3DCC2; Sat, 12 Nov 2016 18:01:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CEDF1E2E; Sat, 12 Nov 2016 18:01:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACI1NhQ044358; Sat, 12 Nov 2016 18:01:23 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACI1NQ7044110; Sat, 12 Nov 2016 18:01:23 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611121801.uACI1NQ7044110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 18:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425975 - head/x11-toolkits/c++-gtk-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: Sat, 12 Nov 2016 18:01:24 -0000 Author: pawel Date: Sat Nov 12 18:01:23 2016 New Revision: 425975 URL: https://svnweb.freebsd.org/changeset/ports/425975 Log: - Update to version 2.2.14 - Register missing dependencies found by stage-qa - Add LICENSE_FILE - Use PLIST_SUB for library version Changelog: Provide Cgu::AsyncChannel class (c++-gtk-utils/Makefile.am; doxygen.main.in; async_channel.h, async_queue.h; tests/Makefile.am, tests/test_async_channel.cpp). Remove the 'noexcept' specifier for Cgu::Thread::Cond::wait() and Cgu::Thread::Cond::timed_wait(): any cancellation pseudo-exception is inconsistent with this specifier (mutex.h). Provide TaskManager::get_max_tasks() method with documentation on rate limiting (parallel.h, task_manager.h, task_manager.cpp). Zero initialise the character buffer in Reassembler class (reassembler.h). Adjust configuration macros to enable use of Cgu::Extension with guile-2.2 (acinclude.m4; cgu_config.h.in, extension.h). Increase coverage of io_watch tests (tests/test_iowatch.cpp). Update documentation (async_queue.h, async_result.h, future.h, task_manager.h, thread.h). Modified: head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/c++-gtk-utils/distinfo head/x11-toolkits/c++-gtk-utils/pkg-plist Modified: head/x11-toolkits/c++-gtk-utils/Makefile ============================================================================== --- head/x11-toolkits/c++-gtk-utils/Makefile Sat Nov 12 17:59:52 2016 (r425974) +++ head/x11-toolkits/c++-gtk-utils/Makefile Sat Nov 12 18:01:23 2016 (r425975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.13 +PORTVERSION= 2.2.14 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ @@ -10,17 +10,24 @@ MAINTAINER= pawel@FreeBSD.org COMMENT= Lightweight library for programming GTK+ programs LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig -USE_GNOME= gtk20 +USES= compiler:c++11-lib gettext-runtime libtool pathfix pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk20 USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure-gtk2 -CONFIGURE_ARGS+= --docdir=${DOCSDIR} +CONFIGURE_ARGS= --docdir=${DOCSDIR} PORTDOCS= * +LIBVERSION= 0.2.0 +PLIST_SUB= LIBVERSION=${LIBVERSION} + OPTIONS_DEFINE= DEBUG DOCS DEBUG_CONFIGURE_ON= --enable-debug @@ -28,4 +35,7 @@ DEBUG_CONFIGURE_ON= --enable-debug post-configure: @${REINPLACE_CMD} '/^SUBDIRS/ s|tests||' ${WRKSRC}/Makefile +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcxx-gtk-utils-2-2.2.so.${LIBVERSION} + .include Modified: head/x11-toolkits/c++-gtk-utils/distinfo ============================================================================== --- head/x11-toolkits/c++-gtk-utils/distinfo Sat Nov 12 17:59:52 2016 (r425974) +++ head/x11-toolkits/c++-gtk-utils/distinfo Sat Nov 12 18:01:23 2016 (r425975) @@ -1,2 +1,3 @@ -SHA256 (c++-gtk-utils-2.2.13.tar.gz) = b46db4b656a3b921ff229291fd981a5dbb828e289f5294acb81db7441634971b -SIZE (c++-gtk-utils-2.2.13.tar.gz) = 2742099 +TIMESTAMP = 1478949392 +SHA256 (c++-gtk-utils-2.2.14.tar.gz) = ac345abc190b45a110be274059afb11ad108035e9821cc558bc1dd4f0cc83972 +SIZE (c++-gtk-utils-2.2.14.tar.gz) = 2797320 Modified: head/x11-toolkits/c++-gtk-utils/pkg-plist ============================================================================== --- head/x11-toolkits/c++-gtk-utils/pkg-plist Sat Nov 12 17:59:52 2016 (r425974) +++ head/x11-toolkits/c++-gtk-utils/pkg-plist Sat Nov 12 18:01:23 2016 (r425975) @@ -1,4 +1,5 @@ include/c++-gtk-utils-2-2.2/c++-gtk-utils/application.h +include/c++-gtk-utils-2-2.2/c++-gtk-utils/async_channel.h include/c++-gtk-utils-2-2.2/c++-gtk-utils/async_queue.h include/c++-gtk-utils-2-2.2/c++-gtk-utils/async_result.h include/c++-gtk-utils-2-2.2/c++-gtk-utils/callback.h @@ -40,5 +41,5 @@ include/c++-gtk-utils-2-2.2/c++-gtk-util lib/libcxx-gtk-utils-2-2.2.a lib/libcxx-gtk-utils-2-2.2.so lib/libcxx-gtk-utils-2-2.2.so.0 -lib/libcxx-gtk-utils-2-2.2.so.0.1.9 +lib/libcxx-gtk-utils-2-2.2.so.%%LIBVERSION%% libdata/pkgconfig/c++-gtk-utils-2-2.2.pc From owner-svn-ports-all@freebsd.org Sat Nov 12 18:05:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D61C3DF38; Sat, 12 Nov 2016 18:05:35 +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 D90E912B9; Sat, 12 Nov 2016 18:05:34 +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 uACI5YeU045381; Sat, 12 Nov 2016 18:05:34 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACI5XET045379; Sat, 12 Nov 2016 18:05:33 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611121805.uACI5XET045379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 18:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425976 - head/shells/wcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:05:35 -0000 Author: pawel Date: Sat Nov 12 18:05:33 2016 New Revision: 425976 URL: https://svnweb.freebsd.org/changeset/ports/425976 Log: Update to version 5.3.3 Changelog: - Support Unicode aliases on Windows. Wcd for Windows with Unicode support stores the aliases now in UTF-8 format (like the paths). Old aliases with non-ASCII characters are not compatible anymore. You need to create new aliases. - New option -ls: List the aliases. Thanks to Erik Rijshouwer. - Code cleanup. - Fixed makefiles for DJGPP, targets install and dist. Modified: head/shells/wcd/Makefile head/shells/wcd/distinfo Modified: head/shells/wcd/Makefile ============================================================================== --- head/shells/wcd/Makefile Sat Nov 12 18:01:23 2016 (r425975) +++ head/shells/wcd/Makefile Sat Nov 12 18:05:33 2016 (r425976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= shells MASTER_SITES= SF Modified: head/shells/wcd/distinfo ============================================================================== --- head/shells/wcd/distinfo Sat Nov 12 18:01:23 2016 (r425975) +++ head/shells/wcd/distinfo Sat Nov 12 18:05:33 2016 (r425976) @@ -1,2 +1,3 @@ -SHA256 (wcd-5.3.2.tar.gz) = a16434cb7a177ec8e9be67a1cfe7f6406a7c9190726d0ead5c44afdc4b8d3612 -SIZE (wcd-5.3.2.tar.gz) = 595071 +TIMESTAMP = 1476898709 +SHA256 (wcd-5.3.3.tar.gz) = 4976545e50601eb47635f230804a7e654a83b9c6ad35c0a7b44d2b3ca264f6eb +SIZE (wcd-5.3.3.tar.gz) = 598963 From owner-svn-ports-all@freebsd.org Sat Nov 12 18:12:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B9EC3E1AD; Sat, 12 Nov 2016 18:12:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62AC016FC; Sat, 12 Nov 2016 18:12:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACICUxc049548; Sat, 12 Nov 2016 18:12:30 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACICUvu049547; Sat, 12 Nov 2016 18:12:30 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121812.uACICUvu049547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 18:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425977 - head/textproc/lucene4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:12:31 -0000 Author: mva Date: Sat Nov 12 18:12:30 2016 New Revision: 425977 URL: https://svnweb.freebsd.org/changeset/ports/425977 Log: - Pass maintainership back to ports, since I'm not using it anymore. Modified: head/textproc/lucene4/Makefile Modified: head/textproc/lucene4/Makefile ============================================================================== --- head/textproc/lucene4/Makefile Sat Nov 12 18:05:33 2016 (r425976) +++ head/textproc/lucene4/Makefile Sat Nov 12 18:12:30 2016 (r425977) @@ -6,7 +6,7 @@ PORTVERSION= 4.10.4 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} -MAINTAINER= mva@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 4.x branch LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Sat Nov 12 18:14:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DDA8C3E289; Sat, 12 Nov 2016 18:14:06 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3CCE188B; Sat, 12 Nov 2016 18:14:05 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACIE5rq049716; Sat, 12 Nov 2016 18:14:05 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIE4bI049713; Sat, 12 Nov 2016 18:14:04 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611121814.uACIE4bI049713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 12 Nov 2016 18:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425978 - head/textproc/lucene5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:14:06 -0000 Author: mva Date: Sat Nov 12 18:14:04 2016 New Revision: 425978 URL: https://svnweb.freebsd.org/changeset/ports/425978 Log: - Update to version 5.5.3 - Pass maintainership back to ports. I lack the time to maintain it the way it deserves. Modified: head/textproc/lucene5/Makefile head/textproc/lucene5/distinfo Modified: head/textproc/lucene5/Makefile ============================================================================== --- head/textproc/lucene5/Makefile Sat Nov 12 18:12:30 2016 (r425977) +++ head/textproc/lucene5/Makefile Sat Nov 12 18:14:04 2016 (r425978) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= lucene -PORTVERSION= 5.4.0 +PORTVERSION= 5.5.3 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} -MAINTAINER= mva@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 5.x branch LICENSE= APACHE20 Modified: head/textproc/lucene5/distinfo ============================================================================== --- head/textproc/lucene5/distinfo Sat Nov 12 18:12:30 2016 (r425977) +++ head/textproc/lucene5/distinfo Sat Nov 12 18:14:04 2016 (r425978) @@ -1,2 +1,3 @@ -SHA256 (lucene-5.4.0.tgz) = a161fa8313ab6cc1194c6ee06dfbde3b054d694900fa0b781ed2852062037be1 -SIZE (lucene-5.4.0.tgz) = 69325877 +TIMESTAMP = 1478587904 +SHA256 (lucene-5.5.3.tgz) = abf71188b830c065f8daef2435a92b9b9d14895d252e8bd4c2d43a825505c7cf +SIZE (lucene-5.5.3.tgz) = 66548462 From owner-svn-ports-all@freebsd.org Sat Nov 12 18:28:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14345C3E58F; Sat, 12 Nov 2016 18:28:32 +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 C2E3B1FC2; Sat, 12 Nov 2016 18:28:31 +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 uACISVMN053892; Sat, 12 Nov 2016 18:28:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACISUEr053890; Sat, 12 Nov 2016 18:28:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121828.uACISUEr053890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 18:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425979 - in head/net-mgmt/observium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:28:32 -0000 Author: feld Date: Sat Nov 12 18:28:30 2016 New Revision: 425979 URL: https://svnweb.freebsd.org/changeset/ports/425979 Log: net-mgmt/observium: Update to 0.16.10.8128 PR: 213895 Deleted: head/net-mgmt/observium/files/patch-html_includes_graphs_generic__multi__bits__separated.inc.php Modified: head/net-mgmt/observium/Makefile head/net-mgmt/observium/distinfo head/net-mgmt/observium/pkg-plist Modified: head/net-mgmt/observium/Makefile ============================================================================== --- head/net-mgmt/observium/Makefile Sat Nov 12 18:14:04 2016 (r425978) +++ head/net-mgmt/observium/Makefile Sat Nov 12 18:28:30 2016 (r425979) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= observium -PORTVERSION= 0.16.1.7533 -PORTREVISION= 2 +PORTVERSION= 0.16.10.8128 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -30,6 +30,7 @@ SHEBANG_FILES= mibs/process.pl \ scripts/agent-local/ksm \ scripts/agent-local/lighttpd \ scripts/agent-local/lmsensors \ + scripts/agent-local/lvs_stats \ scripts/agent-local/postfix_mailgraph \ scripts/agent-local/postfix_qshape \ scripts/agent-local/postgresql.pl \ @@ -40,6 +41,7 @@ SHEBANG_FILES= mibs/process.pl \ scripts/agent-local/vmwaretools \ scripts/agent-local/zimbra \ scripts/add_ds.pl \ + scripts/add_ds_to_rrd.pl \ scripts/get-geshi.sh \ scripts/get-jpgraph.sh \ scripts/ifAlias \ @@ -49,8 +51,7 @@ SHEBANG_FILES= mibs/process.pl \ scripts/removespikes.php \ scripts/removespikes.pl \ scripts/rename-mibs.pl \ - scripts/rrdtoolx.py \ - scripts/watchmaillog/watchmaillog.pl + scripts/rrdtoolx.py USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli posix session snmp tokenizer xml zlib WANT_PHP_CLI= yes Modified: head/net-mgmt/observium/distinfo ============================================================================== --- head/net-mgmt/observium/distinfo Sat Nov 12 18:14:04 2016 (r425978) +++ head/net-mgmt/observium/distinfo Sat Nov 12 18:28:30 2016 (r425979) @@ -1,2 +1,3 @@ -SHA256 (observium-0.16.1.7533/observium-community-latest.tar.gz) = 55f0feddf0595289c09304d0cf5a26625a057dfb314b22b9fe5726977d1c2b29 -SIZE (observium-0.16.1.7533/observium-community-latest.tar.gz) = 50107191 +TIMESTAMP = 1477762625 +SHA256 (observium-0.16.10.8128/observium-community-latest.tar.gz) = 1f974c4c0d7329465ecdc4b30396710957121ecccd812d8c5250b492dd447877 +SIZE (observium-0.16.10.8128/observium-community-latest.tar.gz) = 61246341 Modified: head/net-mgmt/observium/pkg-plist ============================================================================== --- head/net-mgmt/observium/pkg-plist Sat Nov 12 18:14:04 2016 (r425978) +++ head/net-mgmt/observium/pkg-plist Sat Nov 12 18:28:30 2016 (r425979) @@ -16,7 +16,9 @@ %%WWWDIR%%/html/css/bootstrap-hacks.css %%WWWDIR%%/html/css/bootstrap-select.css %%WWWDIR%%/html/css/bootstrap-switch.css +%%WWWDIR%%/html/css/bootstrap-tagsinput.css %%WWWDIR%%/html/css/bootstrap.css +%%WWWDIR%%/html/css/c3.min.css %%WWWDIR%%/html/css/flags.css %%WWWDIR%%/html/css/font-awesome/README.md %%WWWDIR%%/html/css/font-awesome/font/FontAwesome.otf @@ -35,10 +37,12 @@ %%WWWDIR%%/html/css/font-awesome/less/variables.less %%WWWDIR%%/html/css/google-code-prettify.css %%WWWDIR%%/html/css/jquery.qtip.min.css +%%WWWDIR%%/html/css/leaflet.css %%WWWDIR%%/html/css/mktree.css %%WWWDIR%%/html/css/ref.css %%WWWDIR%%/html/css/sprite.css %%WWWDIR%%/html/css/styles-wide.css +%%WWWDIR%%/html/css/typeaheadjs.css %%WWWDIR%%/html/data.php %%WWWDIR%%/html/feed.php %%WWWDIR%%/html/fonts/SourceSansPro-Light.ttf @@ -60,6 +64,7 @@ %%WWWDIR%%/html/fonts/glyphicons-halflings-regular.ttf %%WWWDIR%%/html/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/html/fonts/glyphicons-halflings-regular.woff2 +%%WWWDIR%%/html/geo.php %%WWWDIR%%/html/graph-realtime.php %%WWWDIR%%/html/graph.php %%WWWDIR%%/html/icons.php @@ -1073,6 +1078,55 @@ %%WWWDIR%%/html/images/16/zoom.png %%WWWDIR%%/html/images/16/zoom_in.png %%WWWDIR%%/html/images/16/zoom_out.png +%%WWWDIR%%/html/images/apps/apache.png +%%WWWDIR%%/html/images/apps/apache_2x.png +%%WWWDIR%%/html/images/apps/apps.png +%%WWWDIR%%/html/images/apps/asterisk.png +%%WWWDIR%%/html/images/apps/asterisk_2x.png +%%WWWDIR%%/html/images/apps/bind.png +%%WWWDIR%%/html/images/apps/bind_2x.png +%%WWWDIR%%/html/images/apps/crashplan.png +%%WWWDIR%%/html/images/apps/crashplan_2x.png +%%WWWDIR%%/html/images/apps/drbd.png +%%WWWDIR%%/html/images/apps/drbd_2x.png +%%WWWDIR%%/html/images/apps/exim.png +%%WWWDIR%%/html/images/apps/exim_2x.png +%%WWWDIR%%/html/images/apps/freeradius.png +%%WWWDIR%%/html/images/apps/freeradius_2x.png +%%WWWDIR%%/html/images/apps/kamailio.png +%%WWWDIR%%/html/images/apps/kamailio_2x.png +%%WWWDIR%%/html/images/apps/lighttpd.png +%%WWWDIR%%/html/images/apps/lighttpd_2x.png +%%WWWDIR%%/html/images/apps/memcached.png +%%WWWDIR%%/html/images/apps/memcached_2x.png +%%WWWDIR%%/html/images/apps/mssql.png +%%WWWDIR%%/html/images/apps/mssql_2x.png +%%WWWDIR%%/html/images/apps/mysql.png +%%WWWDIR%%/html/images/apps/mysql_2x.png +%%WWWDIR%%/html/images/apps/nfs.png +%%WWWDIR%%/html/images/apps/nfs_2x.png +%%WWWDIR%%/html/images/apps/nfsd.png +%%WWWDIR%%/html/images/apps/nfsd_2x.png +%%WWWDIR%%/html/images/apps/nginx.png +%%WWWDIR%%/html/images/apps/nginx_2x.png +%%WWWDIR%%/html/images/apps/nsd.png +%%WWWDIR%%/html/images/apps/nsd_2x.png +%%WWWDIR%%/html/images/apps/ntpd.png +%%WWWDIR%%/html/images/apps/ntpd_2x.png +%%WWWDIR%%/html/images/apps/openvpn.png +%%WWWDIR%%/html/images/apps/openvpn_2x.png +%%WWWDIR%%/html/images/apps/postfix.png +%%WWWDIR%%/html/images/apps/postfix_2x.png +%%WWWDIR%%/html/images/apps/postgresql.png +%%WWWDIR%%/html/images/apps/postgresql_2x.png +%%WWWDIR%%/html/images/apps/powerdns.png +%%WWWDIR%%/html/images/apps/powerdns_2x.png +%%WWWDIR%%/html/images/apps/shoutcast.png +%%WWWDIR%%/html/images/apps/shoutcast_2x.png +%%WWWDIR%%/html/images/apps/unbound.png +%%WWWDIR%%/html/images/apps/unbound_2x.png +%%WWWDIR%%/html/images/apps/zimbra.png +%%WWWDIR%%/html/images/apps/zimbra_2x.png %%WWWDIR%%/html/images/arrows.gif %%WWWDIR%%/html/images/brand-observium-x2.png %%WWWDIR%%/html/images/brand-observium.png @@ -1086,28 +1140,20 @@ %%WWWDIR%%/html/images/glyphicons-halflings.png %%WWWDIR%%/html/images/header_bg.gif %%WWWDIR%%/html/images/icons/alerts.png -%%WWWDIR%%/html/images/icons/apache.png %%WWWDIR%%/html/images/icons/apps.png %%WWWDIR%%/html/images/icons/arrow_pps_in.png %%WWWDIR%%/html/images/icons/arrow_pps_out.png %%WWWDIR%%/html/images/icons/arrow_updown.png -%%WWWDIR%%/html/images/icons/asterisk.png -%%WWWDIR%%/html/images/icons/bind.png -%%WWWDIR%%/html/images/icons/crashplan.png %%WWWDIR%%/html/images/icons/current.png %%WWWDIR%%/html/images/icons/dbm.png %%WWWDIR%%/html/images/icons/deb.png %%WWWDIR%%/html/images/icons/device.png %%WWWDIR%%/html/images/icons/diskio.png -%%WWWDIR%%/html/images/icons/drbd.png %%WWWDIR%%/html/images/icons/environment.png %%WWWDIR%%/html/images/icons/eventlog.png %%WWWDIR%%/html/images/icons/exchange.png -%%WWWDIR%%/html/images/icons/exim-mailqueue.png -%%WWWDIR%%/html/images/icons/exim.png %%WWWDIR%%/html/images/icons/fanspeed.png %%WWWDIR%%/html/images/icons/firewall.png -%%WWWDIR%%/html/images/icons/freeradius.png %%WWWDIR%%/html/images/icons/frequency.png %%WWWDIR%%/html/images/icons/graphs.png %%WWWDIR%%/html/images/icons/greyscale/alerts.png @@ -1151,19 +1197,12 @@ %%WWWDIR%%/html/images/icons/ipmi.png %%WWWDIR%%/html/images/icons/ipv4.png %%WWWDIR%%/html/images/icons/ipv6.png -%%WWWDIR%%/html/images/icons/kamailio.png -%%WWWDIR%%/html/images/icons/lighttpd.png %%WWWDIR%%/html/images/icons/loadbalancer.png -%%WWWDIR%%/html/images/icons/memcached.png %%WWWDIR%%/html/images/icons/memory.png %%WWWDIR%%/html/images/icons/mempools.png -%%WWWDIR%%/html/images/icons/mssql.png -%%WWWDIR%%/html/images/icons/mysql.png %%WWWDIR%%/html/images/icons/netstats.png %%WWWDIR%%/html/images/icons/network.png -%%WWWDIR%%/html/images/icons/nginx.png %%WWWDIR%%/html/images/icons/nographs.png -%%WWWDIR%%/html/images/icons/openvpn.png %%WWWDIR%%/html/images/icons/overview.png %%WWWDIR%%/html/images/icons/overview/mempools.png %%WWWDIR%%/html/images/icons/overview/processors.png @@ -1175,11 +1214,7 @@ %%WWWDIR%%/html/images/icons/port-up.png %%WWWDIR%%/html/images/icons/port.png %%WWWDIR%%/html/images/icons/ports.png -%%WWWDIR%%/html/images/icons/postfix.png -%%WWWDIR%%/html/images/icons/postgresql.png %%WWWDIR%%/html/images/icons/power.png -%%WWWDIR%%/html/images/icons/powerdns-recursor.png -%%WWWDIR%%/html/images/icons/powerdns.png %%WWWDIR%%/html/images/icons/printer.png %%WWWDIR%%/html/images/icons/processor.png %%WWWDIR%%/html/images/icons/rpm.png @@ -1196,7 +1231,6 @@ %%WWWDIR%%/html/images/icons/voltage.png %%WWWDIR%%/html/images/icons/wifi.png %%WWWDIR%%/html/images/icons/wireless.png -%%WWWDIR%%/html/images/icons/zimbra.png %%WWWDIR%%/html/images/lightbg.png %%WWWDIR%%/html/images/lightbg2.png %%WWWDIR%%/html/images/loading.gif @@ -1215,12 +1249,18 @@ %%WWWDIR%%/html/images/observium-mini-logo.png %%WWWDIR%%/html/images/os/3com.png %%WWWDIR%%/html/images/os/a10.png +%%WWWDIR%%/html/images/os/accedian.png +%%WWWDIR%%/html/images/os/accedian_2x.png %%WWWDIR%%/html/images/os/acme.png %%WWWDIR%%/html/images/os/actelis.png %%WWWDIR%%/html/images/os/adtran.png %%WWWDIR%%/html/images/os/adtran_2x.png %%WWWDIR%%/html/images/os/adva.png %%WWWDIR%%/html/images/os/aerohive.png +%%WWWDIR%%/html/images/os/aethra.png +%%WWWDIR%%/html/images/os/aethra_2x.png +%%WWWDIR%%/html/images/os/airconsole.png +%%WWWDIR%%/html/images/os/airconsole_2x.png %%WWWDIR%%/html/images/os/aix.png %%WWWDIR%%/html/images/os/aix_2x.png %%WWWDIR%%/html/images/os/akcp.png @@ -1233,9 +1273,11 @@ %%WWWDIR%%/html/images/os/apc.png %%WWWDIR%%/html/images/os/apc_2x.png %%WWWDIR%%/html/images/os/apple.png +%%WWWDIR%%/html/images/os/apple_2x.png %%WWWDIR%%/html/images/os/arbor.png %%WWWDIR%%/html/images/os/arbor_2x.png %%WWWDIR%%/html/images/os/archlinux.png +%%WWWDIR%%/html/images/os/archlinux_2x.png %%WWWDIR%%/html/images/os/areca.png %%WWWDIR%%/html/images/os/arista.png %%WWWDIR%%/html/images/os/arista_2x.png @@ -1253,50 +1295,69 @@ %%WWWDIR%%/html/images/os/avocent.png %%WWWDIR%%/html/images/os/avtech.png %%WWWDIR%%/html/images/os/axis.png +%%WWWDIR%%/html/images/os/axis_2x.png %%WWWDIR%%/html/images/os/barracuda.png %%WWWDIR%%/html/images/os/baytech.png %%WWWDIR%%/html/images/os/baytech_2x.png %%WWWDIR%%/html/images/os/bdcom.png +%%WWWDIR%%/html/images/os/bdcom_2x.png %%WWWDIR%%/html/images/os/billion.png %%WWWDIR%%/html/images/os/billion_2x.png +%%WWWDIR%%/html/images/os/bintec.png +%%WWWDIR%%/html/images/os/bintec_2x.png %%WWWDIR%%/html/images/os/blackbox.png %%WWWDIR%%/html/images/os/blackbox_2x.png +%%WWWDIR%%/html/images/os/bluecat.png +%%WWWDIR%%/html/images/os/bluecat_2x.png %%WWWDIR%%/html/images/os/bluecoat.png %%WWWDIR%%/html/images/os/bluecoat_2x.png %%WWWDIR%%/html/images/os/bnt.png %%WWWDIR%%/html/images/os/bridgewave.png %%WWWDIR%%/html/images/os/broadcom.png +%%WWWDIR%%/html/images/os/broadcom_2x.png %%WWWDIR%%/html/images/os/brocade.png %%WWWDIR%%/html/images/os/brocade_2x.png %%WWWDIR%%/html/images/os/brother.png +%%WWWDIR%%/html/images/os/brother_2x.png %%WWWDIR%%/html/images/os/bti.png %%WWWDIR%%/html/images/os/buffalo.png %%WWWDIR%%/html/images/os/buffalo_2x.png %%WWWDIR%%/html/images/os/calix.png %%WWWDIR%%/html/images/os/calix_2x.png %%WWWDIR%%/html/images/os/cambium.png +%%WWWDIR%%/html/images/os/cambium_2x.png %%WWWDIR%%/html/images/os/canon.png +%%WWWDIR%%/html/images/os/canon_2x.png %%WWWDIR%%/html/images/os/carel.png %%WWWDIR%%/html/images/os/casa.png %%WWWDIR%%/html/images/os/casa_2x.png %%WWWDIR%%/html/images/os/ccpower.png %%WWWDIR%%/html/images/os/centos.png %%WWWDIR%%/html/images/os/centos_2x.png +%%WWWDIR%%/html/images/os/ceragon.png +%%WWWDIR%%/html/images/os/ceragon_2x.png %%WWWDIR%%/html/images/os/checkpoint.png %%WWWDIR%%/html/images/os/checkpoint_2x.png %%WWWDIR%%/html/images/os/ciena.png %%WWWDIR%%/html/images/os/ciena_2x.png %%WWWDIR%%/html/images/os/cisco-old.png +%%WWWDIR%%/html/images/os/cisco-old_2x.png %%WWWDIR%%/html/images/os/cisco.png %%WWWDIR%%/html/images/os/cisco_2x.png %%WWWDIR%%/html/images/os/ciscosb.png %%WWWDIR%%/html/images/os/ciscosb_2x.png %%WWWDIR%%/html/images/os/citrix.png +%%WWWDIR%%/html/images/os/citrix_2x.png %%WWWDIR%%/html/images/os/clavister.png %%WWWDIR%%/html/images/os/clavister_2x.png %%WWWDIR%%/html/images/os/cloudlinux.png +%%WWWDIR%%/html/images/os/cloudlinux_2x.png %%WWWDIR%%/html/images/os/comet.png %%WWWDIR%%/html/images/os/conexant.png +%%WWWDIR%%/html/images/os/cts.png +%%WWWDIR%%/html/images/os/cts_2x.png +%%WWWDIR%%/html/images/os/cumulus.png +%%WWWDIR%%/html/images/os/cumulus_2x.png %%WWWDIR%%/html/images/os/cyan.png %%WWWDIR%%/html/images/os/d-link.png %%WWWDIR%%/html/images/os/d-link_2x.png @@ -1310,31 +1371,48 @@ %%WWWDIR%%/html/images/os/ddn.png %%WWWDIR%%/html/images/os/ddn_2x.png %%WWWDIR%%/html/images/os/ddwrt.png +%%WWWDIR%%/html/images/os/ddwrt_2x.png %%WWWDIR%%/html/images/os/debian.png %%WWWDIR%%/html/images/os/debian_2x.png %%WWWDIR%%/html/images/os/dell.png %%WWWDIR%%/html/images/os/dell_2x.png %%WWWDIR%%/html/images/os/delta.png +%%WWWDIR%%/html/images/os/develop.png +%%WWWDIR%%/html/images/os/develop_2x.png %%WWWDIR%%/html/images/os/digi.png %%WWWDIR%%/html/images/os/dragonfly.png +%%WWWDIR%%/html/images/os/dragonfly_2x.png %%WWWDIR%%/html/images/os/draytek.png %%WWWDIR%%/html/images/os/draytek_2x.png %%WWWDIR%%/html/images/os/eaton.png +%%WWWDIR%%/html/images/os/eaton_2x.png +%%WWWDIR%%/html/images/os/edgecore.png +%%WWWDIR%%/html/images/os/edgecore_2x.png +%%WWWDIR%%/html/images/os/efi.png +%%WWWDIR%%/html/images/os/efi_2x.png %%WWWDIR%%/html/images/os/eltek.png +%%WWWDIR%%/html/images/os/eltek_2x.png +%%WWWDIR%%/html/images/os/eltex.png +%%WWWDIR%%/html/images/os/eltex_2x.png %%WWWDIR%%/html/images/os/emerson.png %%WWWDIR%%/html/images/os/emerson_2x.png %%WWWDIR%%/html/images/os/endian.png %%WWWDIR%%/html/images/os/engenius.png %%WWWDIR%%/html/images/os/enterasys.png %%WWWDIR%%/html/images/os/epson.png +%%WWWDIR%%/html/images/os/epson_2x.png %%WWWDIR%%/html/images/os/ericsson.png %%WWWDIR%%/html/images/os/ericsson_2x.png %%WWWDIR%%/html/images/os/exalt.png %%WWWDIR%%/html/images/os/exalt_2x.png %%WWWDIR%%/html/images/os/extreme.png +%%WWWDIR%%/html/images/os/extreme_2x.png %%WWWDIR%%/html/images/os/f5.png %%WWWDIR%%/html/images/os/f5_2x.png +%%WWWDIR%%/html/images/os/fastback.png +%%WWWDIR%%/html/images/os/fastback_2x.png %%WWWDIR%%/html/images/os/fedora.png +%%WWWDIR%%/html/images/os/fedora_2x.png %%WWWDIR%%/html/images/os/fiberroad.png %%WWWDIR%%/html/images/os/fiberroad_2x.png %%WWWDIR%%/html/images/os/firebrick.png @@ -1358,17 +1436,21 @@ %%WWWDIR%%/html/images/os/generic.png %%WWWDIR%%/html/images/os/generic_2x.png %%WWWDIR%%/html/images/os/gentoo.png +%%WWWDIR%%/html/images/os/gentoo_2x.png %%WWWDIR%%/html/images/os/gta.png %%WWWDIR%%/html/images/os/gude.png %%WWWDIR%%/html/images/os/h3c.png %%WWWDIR%%/html/images/os/h3c_2x.png %%WWWDIR%%/html/images/os/hikvision.png +%%WWWDIR%%/html/images/os/hikvision_2x.png %%WWWDIR%%/html/images/os/hp.png %%WWWDIR%%/html/images/os/hp_2x.png %%WWWDIR%%/html/images/os/huawei.png %%WWWDIR%%/html/images/os/huawei_2x.png %%WWWDIR%%/html/images/os/hwg-ste.png %%WWWDIR%%/html/images/os/hwg-ste_2x.png +%%WWWDIR%%/html/images/os/hwg.png +%%WWWDIR%%/html/images/os/hwg_2x.png %%WWWDIR%%/html/images/os/ibm.png %%WWWDIR%%/html/images/os/ibm_2x.png %%WWWDIR%%/html/images/os/ibmi.png @@ -1378,31 +1460,48 @@ %%WWWDIR%%/html/images/os/infinera_2x.png %%WWWDIR%%/html/images/os/infoblox.png %%WWWDIR%%/html/images/os/ingrasys.png -%%WWWDIR%%/html/images/os/isilion.png +%%WWWDIR%%/html/images/os/isilon.png +%%WWWDIR%%/html/images/os/isilon_2x.png +%%WWWDIR%%/html/images/os/iskratel.png +%%WWWDIR%%/html/images/os/iskratel_2x.png %%WWWDIR%%/html/images/os/jacarta.png %%WWWDIR%%/html/images/os/janitza.png %%WWWDIR%%/html/images/os/janitza_2x.png +%%WWWDIR%%/html/images/os/jetnexus.png +%%WWWDIR%%/html/images/os/jetnexus_2x.png +%%WWWDIR%%/html/images/os/juniper-old.png +%%WWWDIR%%/html/images/os/juniper-old_2x.png %%WWWDIR%%/html/images/os/juniper.png %%WWWDIR%%/html/images/os/juniper_2x.png -%%WWWDIR%%/html/images/os/junos.png %%WWWDIR%%/html/images/os/konica.png +%%WWWDIR%%/html/images/os/konica_2x.png %%WWWDIR%%/html/images/os/korenix.png %%WWWDIR%%/html/images/os/kyocera.png +%%WWWDIR%%/html/images/os/kyocera_2x.png %%WWWDIR%%/html/images/os/lancom.png %%WWWDIR%%/html/images/os/lancom_2x.png +%%WWWDIR%%/html/images/os/lenovo.png +%%WWWDIR%%/html/images/os/lenovo_2x.png %%WWWDIR%%/html/images/os/lexmark.png %%WWWDIR%%/html/images/os/lexmark_2x.png %%WWWDIR%%/html/images/os/lg.png %%WWWDIR%%/html/images/os/lg_2x.png %%WWWDIR%%/html/images/os/linksys.png +%%WWWDIR%%/html/images/os/linksys_2x.png %%WWWDIR%%/html/images/os/linux.png %%WWWDIR%%/html/images/os/linux_2x.png +%%WWWDIR%%/html/images/os/mageia.png +%%WWWDIR%%/html/images/os/mageia_2x.png %%WWWDIR%%/html/images/os/mailcleaner.png %%WWWDIR%%/html/images/os/mailcleaner_2x.png %%WWWDIR%%/html/images/os/maipu.png %%WWWDIR%%/html/images/os/maipu_2x.png %%WWWDIR%%/html/images/os/mandrake.png +%%WWWDIR%%/html/images/os/mandrake_2x.png %%WWWDIR%%/html/images/os/mandriva.png +%%WWWDIR%%/html/images/os/mandriva_2x.png +%%WWWDIR%%/html/images/os/mcafee.png +%%WWWDIR%%/html/images/os/mcafee_2x.png %%WWWDIR%%/html/images/os/mellanox.png %%WWWDIR%%/html/images/os/meraki.png %%WWWDIR%%/html/images/os/meraki_2x.png @@ -1410,20 +1509,27 @@ %%WWWDIR%%/html/images/os/microsens.png %%WWWDIR%%/html/images/os/mikrotik.png %%WWWDIR%%/html/images/os/mikrotik_2x.png +%%WWWDIR%%/html/images/os/mimosa.png +%%WWWDIR%%/html/images/os/mimosa_2x.png %%WWWDIR%%/html/images/os/minkelsrms.png %%WWWDIR%%/html/images/os/mitel.png %%WWWDIR%%/html/images/os/mitel_2x.png %%WWWDIR%%/html/images/os/monowall.png +%%WWWDIR%%/html/images/os/monowall_2x.png %%WWWDIR%%/html/images/os/motorola.png %%WWWDIR%%/html/images/os/motorola_2x.png %%WWWDIR%%/html/images/os/moxa.png +%%WWWDIR%%/html/images/os/moxa_2x.png %%WWWDIR%%/html/images/os/mrv.png +%%WWWDIR%%/html/images/os/mrv_2x.png %%WWWDIR%%/html/images/os/nas4free.png %%WWWDIR%%/html/images/os/nas4free_2x.png %%WWWDIR%%/html/images/os/netapp.png %%WWWDIR%%/html/images/os/netapp_2x.png %%WWWDIR%%/html/images/os/netbotz.png +%%WWWDIR%%/html/images/os/netbotz_2x.png %%WWWDIR%%/html/images/os/netbsd.png +%%WWWDIR%%/html/images/os/netbsd_2x.png %%WWWDIR%%/html/images/os/netgear.png %%WWWDIR%%/html/images/os/netgear_2x.png %%WWWDIR%%/html/images/os/netinsight.png @@ -1435,6 +1541,8 @@ %%WWWDIR%%/html/images/os/nexenta.png %%WWWDIR%%/html/images/os/nexsan.png %%WWWDIR%%/html/images/os/nexsan_2x.png +%%WWWDIR%%/html/images/os/nimble.png +%%WWWDIR%%/html/images/os/nimble_2x.png %%WWWDIR%%/html/images/os/nortel.png %%WWWDIR%%/html/images/os/novell.png %%WWWDIR%%/html/images/os/novell_2x.png @@ -1443,6 +1551,7 @@ %%WWWDIR%%/html/images/os/oec.png %%WWWDIR%%/html/images/os/oec_2x.png %%WWWDIR%%/html/images/os/oki.png +%%WWWDIR%%/html/images/os/oki_2x.png %%WWWDIR%%/html/images/os/olivetti.png %%WWWDIR%%/html/images/os/olivetti_2x.png %%WWWDIR%%/html/images/os/oneaccess.png @@ -1453,7 +1562,10 @@ %%WWWDIR%%/html/images/os/opengear.png %%WWWDIR%%/html/images/os/openindiana.png %%WWWDIR%%/html/images/os/openindiana_2x.png +%%WWWDIR%%/html/images/os/openmandriva.png +%%WWWDIR%%/html/images/os/openmandriva_2x.png %%WWWDIR%%/html/images/os/opensolaris.png +%%WWWDIR%%/html/images/os/opensolaris_2x.png %%WWWDIR%%/html/images/os/openwrt.png %%WWWDIR%%/html/images/os/openwrt_2x.png %%WWWDIR%%/html/images/os/packetflux.png @@ -1465,26 +1577,38 @@ %%WWWDIR%%/html/images/os/patton.png %%WWWDIR%%/html/images/os/patton_2x.png %%WWWDIR%%/html/images/os/pc-bsd.png +%%WWWDIR%%/html/images/os/pc-bsd_2x.png %%WWWDIR%%/html/images/os/pfsense.png +%%WWWDIR%%/html/images/os/pfsense_2x.png %%WWWDIR%%/html/images/os/pica8.png %%WWWDIR%%/html/images/os/pica8_2x.png +%%WWWDIR%%/html/images/os/plugandtrack.png +%%WWWDIR%%/html/images/os/plugandtrack_2x.png %%WWWDIR%%/html/images/os/poseidon.png %%WWWDIR%%/html/images/os/poseidon_2x.png +%%WWWDIR%%/html/images/os/powerwalker.png +%%WWWDIR%%/html/images/os/powerwalker_2x.png %%WWWDIR%%/html/images/os/procera.png %%WWWDIR%%/html/images/os/proxim.png %%WWWDIR%%/html/images/os/proxyav.png %%WWWDIR%%/html/images/os/qnap.png +%%WWWDIR%%/html/images/os/quanta.png +%%WWWDIR%%/html/images/os/quanta_2x.png %%WWWDIR%%/html/images/os/racktivity.png %%WWWDIR%%/html/images/os/radlan.png %%WWWDIR%%/html/images/os/radware.png %%WWWDIR%%/html/images/os/radware_2x.png %%WWWDIR%%/html/images/os/raisecom.png +%%WWWDIR%%/html/images/os/raritan-old.png +%%WWWDIR%%/html/images/os/raritan-old_2x.png %%WWWDIR%%/html/images/os/raritan.png +%%WWWDIR%%/html/images/os/raritan_2x.png %%WWWDIR%%/html/images/os/raspbian.png %%WWWDIR%%/html/images/os/raspbian_2x.png %%WWWDIR%%/html/images/os/redhat.png %%WWWDIR%%/html/images/os/redhat_2x.png %%WWWDIR%%/html/images/os/ricoh.png +%%WWWDIR%%/html/images/os/ricoh_2x.png %%WWWDIR%%/html/images/os/rittal.png %%WWWDIR%%/html/images/os/rittal_2x.png %%WWWDIR%%/html/images/os/riverbed.png @@ -1495,6 +1619,7 @@ %%WWWDIR%%/html/images/os/ruckus_2x.png %%WWWDIR%%/html/images/os/saf.png %%WWWDIR%%/html/images/os/samsung.png +%%WWWDIR%%/html/images/os/samsung_2x.png %%WWWDIR%%/html/images/os/screenos.png %%WWWDIR%%/html/images/os/servertech.png %%WWWDIR%%/html/images/os/servertech_2x.png @@ -1505,27 +1630,35 @@ %%WWWDIR%%/html/images/os/sindoh.png %%WWWDIR%%/html/images/os/sindoh_2x.png %%WWWDIR%%/html/images/os/slackware.png +%%WWWDIR%%/html/images/os/slackware_2x.png %%WWWDIR%%/html/images/os/smartoptics.png %%WWWDIR%%/html/images/os/snom.png %%WWWDIR%%/html/images/os/solaris.png +%%WWWDIR%%/html/images/os/solaris_2x.png %%WWWDIR%%/html/images/os/sonicwall.png %%WWWDIR%%/html/images/os/sonicwall_2x.png %%WWWDIR%%/html/images/os/sophos.png %%WWWDIR%%/html/images/os/sophos_2x.png %%WWWDIR%%/html/images/os/speedtouch.png %%WWWDIR%%/html/images/os/speedtouch_2x.png +%%WWWDIR%%/html/images/os/sun_oracle.png +%%WWWDIR%%/html/images/os/sun_oracle_2x.png %%WWWDIR%%/html/images/os/supermicro.png +%%WWWDIR%%/html/images/os/supermicro_2x.png %%WWWDIR%%/html/images/os/suse.png +%%WWWDIR%%/html/images/os/suse_2x.png %%WWWDIR%%/html/images/os/symbol.png %%WWWDIR%%/html/images/os/synology.png %%WWWDIR%%/html/images/os/teracom.png %%WWWDIR%%/html/images/os/teradici.png %%WWWDIR%%/html/images/os/toshiba.png +%%WWWDIR%%/html/images/os/toshiba_2x.png %%WWWDIR%%/html/images/os/tp-link.png %%WWWDIR%%/html/images/os/tp-link_2x.png %%WWWDIR%%/html/images/os/trango.png %%WWWDIR%%/html/images/os/tranzeo.png %%WWWDIR%%/html/images/os/tripplite.png +%%WWWDIR%%/html/images/os/tripplite_2x.png %%WWWDIR%%/html/images/os/tsl.png %%WWWDIR%%/html/images/os/ubiquiti.png %%WWWDIR%%/html/images/os/ubiquiti_2x.png @@ -1536,7 +1669,9 @@ %%WWWDIR%%/html/images/os/vmware_2x.png %%WWWDIR%%/html/images/os/voswall.png %%WWWDIR%%/html/images/os/vyatta.png +%%WWWDIR%%/html/images/os/vyatta_2x.png %%WWWDIR%%/html/images/os/vyos.png +%%WWWDIR%%/html/images/os/vyos_2x.png %%WWWDIR%%/html/images/os/watchguard.png %%WWWDIR%%/html/images/os/watchguard_2x.png %%WWWDIR%%/html/images/os/wepresent.png @@ -1553,10 +1688,13 @@ %%WWWDIR%%/html/images/os/wut_2x.png %%WWWDIR%%/html/images/os/wxgoos.png %%WWWDIR%%/html/images/os/xerox.png +%%WWWDIR%%/html/images/os/xerox_2x.png %%WWWDIR%%/html/images/os/zhone.png +%%WWWDIR%%/html/images/os/zhone_2x.png %%WWWDIR%%/html/images/os/zte.png %%WWWDIR%%/html/images/os/zte_2x.png %%WWWDIR%%/html/images/os/zyxel.png +%%WWWDIR%%/html/images/os/zyxel_2x.png %%WWWDIR%%/html/images/password-blue.png %%WWWDIR%%/html/images/password.png %%WWWDIR%%/html/images/plus.gif @@ -1564,6 +1702,8 @@ %%WWWDIR%%/html/images/readme.txt %%WWWDIR%%/html/images/subtle_grunge.png %%WWWDIR%%/html/images/subtle_grunge_x2.png +%%WWWDIR%%/html/images/svg/high_priority.svg +%%WWWDIR%%/html/images/svg/ok.svg %%WWWDIR%%/html/images/tiny_grid.png %%WWWDIR%%/html/img/flags.png %%WWWDIR%%/html/img/glyphicons-halflings-white.png @@ -1590,13 +1730,14 @@ %%WWWDIR%%/html/includes/entities/mempool.inc.php %%WWWDIR%%/html/includes/entities/p2pradio.inc.php %%WWWDIR%%/html/includes/entities/port.inc.php +%%WWWDIR%%/html/includes/entities/printersupply.inc.php %%WWWDIR%%/html/includes/entities/processor.inc.php %%WWWDIR%%/html/includes/entities/pseudowire.inc.php %%WWWDIR%%/html/includes/entities/sensor.inc.php %%WWWDIR%%/html/includes/entities/sla.inc.php %%WWWDIR%%/html/includes/entities/status.inc.php %%WWWDIR%%/html/includes/entities/storage.inc.php -%%WWWDIR%%/html/includes/entities/toner.inc.php +%%WWWDIR%%/html/includes/entities/virtualmachine.inc.php %%WWWDIR%%/html/includes/functions.inc.php %%WWWDIR%%/html/includes/graphs/XXX_device_memory_windows.inc.php %%WWWDIR%%/html/includes/graphs/accesspoints/auth.inc.php @@ -1630,6 +1771,8 @@ %%WWWDIR%%/html/includes/graphs/application/bind_resolv_rtt.inc.php %%WWWDIR%%/html/includes/graphs/application/bind_updates.inc.php %%WWWDIR%%/html/includes/graphs/application/bind_zone_maint.inc.php +%%WWWDIR%%/html/includes/graphs/application/dhcpkit_msgtypes.inc.php +%%WWWDIR%%/html/includes/graphs/application/dhcpkit_packets.inc.php %%WWWDIR%%/html/includes/graphs/application/drbd_disk_bits.inc.php %%WWWDIR%%/html/includes/graphs/application/drbd_network_bits.inc.php %%WWWDIR%%/html/includes/graphs/application/drbd_queue.inc.php @@ -1686,6 +1829,10 @@ %%WWWDIR%%/html/includes/graphs/application/lighttpd_servers.inc.php %%WWWDIR%%/html/includes/graphs/application/lighttpd_traffic.inc.php %%WWWDIR%%/html/includes/graphs/application/lighttpd_uptime.inc.php +%%WWWDIR%%/html/includes/graphs/application/lvs_stats_bytes.inc.php +%%WWWDIR%%/html/includes/graphs/application/lvs_stats_common.inc.php +%%WWWDIR%%/html/includes/graphs/application/lvs_stats_connections.inc.php +%%WWWDIR%%/html/includes/graphs/application/lvs_stats_packets.inc.php %%WWWDIR%%/html/includes/graphs/application/mailscanner_reject.inc.php %%WWWDIR%%/html/includes/graphs/application/mailscanner_sent.inc.php %%WWWDIR%%/html/includes/graphs/application/mailscanner_spam.inc.php @@ -1759,9 +1906,10 @@ %%WWWDIR%%/html/includes/graphs/application/ntpdserver_uptime.inc.php %%WWWDIR%%/html/includes/graphs/application/openvpn_bits.inc.php %%WWWDIR%%/html/includes/graphs/application/openvpn_nclients.inc.php -%%WWWDIR%%/html/includes/graphs/application/postfix_reject.inc.php -%%WWWDIR%%/html/includes/graphs/application/postfix_sent.inc.php -%%WWWDIR%%/html/includes/graphs/application/postfix_spam.inc.php +%%WWWDIR%%/html/includes/graphs/application/postfix_mailgraph_reject.inc.php +%%WWWDIR%%/html/includes/graphs/application/postfix_mailgraph_sent.inc.php +%%WWWDIR%%/html/includes/graphs/application/postfix_mailgraph_spam.inc.php +%%WWWDIR%%/html/includes/graphs/application/postfix_qshape_stats.inc.php %%WWWDIR%%/html/includes/graphs/application/postgresql_blks.inc.php %%WWWDIR%%/html/includes/graphs/application/postgresql_connects.inc.php %%WWWDIR%%/html/includes/graphs/application/postgresql_queries.inc.php @@ -1838,7 +1986,6 @@ %%WWWDIR%%/html/includes/graphs/device/NETAPP-MIB_disk_io.inc.php %%WWWDIR%%/html/includes/graphs/device/NETAPP-MIB_net_io.inc.php %%WWWDIR%%/html/includes/graphs/device/NETAPP-MIB_tape_io.inc.php -%%WWWDIR%%/html/includes/graphs/device/agent.inc.php %%WWWDIR%%/html/includes/graphs/device/arubacontroller_numaps.inc.php %%WWWDIR%%/html/includes/graphs/device/arubacontroller_numclients.inc.php %%WWWDIR%%/html/includes/graphs/device/asyncos_workq.inc.php @@ -1863,7 +2010,6 @@ %%WWWDIR%%/html/includes/graphs/device/diskio_common.inc.php %%WWWDIR%%/html/includes/graphs/device/diskio_ops.inc.php %%WWWDIR%%/html/includes/graphs/device/edac_errors.inc.php -%%WWWDIR%%/html/includes/graphs/device/fdb_count.inc.php %%WWWDIR%%/html/includes/graphs/device/firewall_sessions_ipv4.inc.php %%WWWDIR%%/html/includes/graphs/device/fortigate_cpu.inc.php %%WWWDIR%%/html/includes/graphs/device/fortigate_sessions.inc.php @@ -1955,6 +2101,17 @@ %%WWWDIR%%/html/includes/graphs/device/nfsen_traffic.inc.php %%WWWDIR%%/html/includes/graphs/device/pagecount.inc.php %%WWWDIR%%/html/includes/graphs/device/panos_sessions.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_cleanerunit.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_developer.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_drum.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_fuser.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_ink.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_other.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_toner.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_transferunit.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_wasteink.inc.php +%%WWWDIR%%/html/includes/graphs/device/printersupplies_wastetoner.inc.php %%WWWDIR%%/html/includes/graphs/device/processor.inc.php %%WWWDIR%%/html/includes/graphs/device/processor_separate.inc.php %%WWWDIR%%/html/includes/graphs/device/processor_stack.inc.php @@ -1969,7 +2126,6 @@ %%WWWDIR%%/html/includes/graphs/device/smokeping_out_all_avg.inc.php %%WWWDIR%%/html/includes/graphs/device/status.inc.php %%WWWDIR%%/html/includes/graphs/device/storage.inc.php -%%WWWDIR%%/html/includes/graphs/device/toner.inc.php %%WWWDIR%%/html/includes/graphs/device/transferroller.inc.php %%WWWDIR%%/html/includes/graphs/device/ucd_cpu.inc.php %%WWWDIR%%/html/includes/graphs/device/ucd_io.inc.php @@ -1983,6 +2139,7 @@ %%WWWDIR%%/html/includes/graphs/diskio/auth.inc.php %%WWWDIR%%/html/includes/graphs/diskio/bits.inc.php %%WWWDIR%%/html/includes/graphs/diskio/ops.inc.php +%%WWWDIR%%/html/includes/graphs/diskio/stat.inc.php %%WWWDIR%%/html/includes/graphs/eigrpport/auth.inc.php %%WWWDIR%%/html/includes/graphs/eigrpport/packets.inc.php %%WWWDIR%%/html/includes/graphs/functions.inc.php @@ -2008,9 +2165,6 @@ %%WWWDIR%%/html/includes/graphs/ipsectunnel/auth.inc.php %%WWWDIR%%/html/includes/graphs/ipsectunnel/bits.inc.php %%WWWDIR%%/html/includes/graphs/ipsectunnel/pkts.inc.php -%%WWWDIR%%/html/includes/graphs/lb-virtual/auth.inc.php -%%WWWDIR%%/html/includes/graphs/lb-virtual/bits.inc.php -%%WWWDIR%%/html/includes/graphs/lb-virtual/conns.inc.php %%WWWDIR%%/html/includes/graphs/legend.inc.php %%WWWDIR%%/html/includes/graphs/location/auth.inc.php %%WWWDIR%%/html/includes/graphs/location/bits.inc.php @@ -2038,6 +2192,7 @@ %%WWWDIR%%/html/includes/graphs/multi-processor/usage.inc.php %%WWWDIR%%/html/includes/graphs/multi-sensor/auth.inc.php %%WWWDIR%%/html/includes/graphs/multi-sensor/graph.inc.php +%%WWWDIR%%/html/includes/graphs/multi-sensor/stacked.inc.php %%WWWDIR%%/html/includes/graphs/multi-status/auth.inc.php %%WWWDIR%%/html/includes/graphs/multi-status/graph.inc.php %%WWWDIR%%/html/includes/graphs/multi-storage/auth.inc.php @@ -2049,6 +2204,7 @@ %%WWWDIR%%/html/includes/graphs/netscalersvc/conns.inc.php %%WWWDIR%%/html/includes/graphs/netscalersvc/pkts.inc.php %%WWWDIR%%/html/includes/graphs/netscalersvc/reqs.inc.php +%%WWWDIR%%/html/includes/graphs/netscalersvc/surge.inc.php %%WWWDIR%%/html/includes/graphs/netscalersvc/ttfb.inc.php %%WWWDIR%%/html/includes/graphs/netscalersvcgrpmem/auth.inc.php %%WWWDIR%%/html/includes/graphs/netscalersvcgrpmem/bits.inc.php @@ -2095,6 +2251,8 @@ %%WWWDIR%%/html/includes/graphs/port/percent.inc.php %%WWWDIR%%/html/includes/graphs/port/pktsize.inc.php %%WWWDIR%%/html/includes/graphs/port/upkts.inc.php +%%WWWDIR%%/html/includes/graphs/printersupply/auth.inc.php +%%WWWDIR%%/html/includes/graphs/printersupply/usage.inc.php %%WWWDIR%%/html/includes/graphs/processor/auth.inc.php %%WWWDIR%%/html/includes/graphs/processor/usage.inc.php %%WWWDIR%%/html/includes/graphs/pseudowire/auth.inc.php @@ -2108,14 +2266,17 @@ %%WWWDIR%%/html/includes/graphs/sensor/apower.inc.php %%WWWDIR%%/html/includes/graphs/sensor/auth.inc.php %%WWWDIR%%/html/includes/graphs/sensor/counter.inc.php +%%WWWDIR%%/html/includes/graphs/sensor/crestfactor.inc.php %%WWWDIR%%/html/includes/graphs/sensor/current.inc.php %%WWWDIR%%/html/includes/graphs/sensor/dbm.inc.php %%WWWDIR%%/html/includes/graphs/sensor/fanspeed.inc.php %%WWWDIR%%/html/includes/graphs/sensor/frequency.inc.php %%WWWDIR%%/html/includes/graphs/sensor/graph.inc.php +%%WWWDIR%%/html/includes/graphs/sensor/illuminance.inc.php %%WWWDIR%%/html/includes/graphs/sensor/impedence.inc.php %%WWWDIR%%/html/includes/graphs/sensor/percent.inc.php %%WWWDIR%%/html/includes/graphs/sensor/power.inc.php +%%WWWDIR%%/html/includes/graphs/sensor/powerfactor.inc.php %%WWWDIR%%/html/includes/graphs/sensor/pressure.inc.php %%WWWDIR%%/html/includes/graphs/sensor/resistance.inc.php %%WWWDIR%%/html/includes/graphs/sensor/rpower.inc.php @@ -2123,7 +2284,9 @@ %%WWWDIR%%/html/includes/graphs/sensor/snr.inc.php %%WWWDIR%%/html/includes/graphs/sensor/state.inc.php %%WWWDIR%%/html/includes/graphs/sensor/temperature.inc.php +%%WWWDIR%%/html/includes/graphs/sensor/velocity.inc.php %%WWWDIR%%/html/includes/graphs/sensor/voltage.inc.php +%%WWWDIR%%/html/includes/graphs/sensor/volume.inc.php %%WWWDIR%%/html/includes/graphs/sensor/waterflow.inc.php %%WWWDIR%%/html/includes/graphs/service/auth.inc.php %%WWWDIR%%/html/includes/graphs/service/availability.inc.php @@ -2137,8 +2300,6 @@ %%WWWDIR%%/html/includes/graphs/status/graph.inc.php %%WWWDIR%%/html/includes/graphs/storage/auth.inc.php %%WWWDIR%%/html/includes/graphs/storage/usage.inc.php -%%WWWDIR%%/html/includes/graphs/toner/auth.inc.php -%%WWWDIR%%/html/includes/graphs/toner/usage.inc.php %%WWWDIR%%/html/includes/graphs/vserver/auth.inc.php %%WWWDIR%%/html/includes/graphs/vserver/bits.inc.php %%WWWDIR%%/html/includes/graphs/vserver/conns.inc.php @@ -2158,6 +2319,7 @@ %%WWWDIR%%/html/includes/graphs/wifiradio/rxerrors.inc.php %%WWWDIR%%/html/includes/map/google-mc.inc.php %%WWWDIR%%/html/includes/map/google.inc.php +%%WWWDIR%%/html/includes/map/leaflet.inc.php %%WWWDIR%%/html/includes/navbar.inc.php %%WWWDIR%%/html/includes/panels/default.inc.php %%WWWDIR%%/html/includes/port-edit.inc.php @@ -2167,7 +2329,6 @@ %%WWWDIR%%/html/includes/print-accesspoint.inc.php %%WWWDIR%%/html/includes/print-device-graph.php %%WWWDIR%%/html/includes/print-interface-adsl.inc.php -%%WWWDIR%%/html/includes/print-interface-graphs.inc.php %%WWWDIR%%/html/includes/print-service.inc.php %%WWWDIR%%/html/includes/print-vlan.inc.php %%WWWDIR%%/html/includes/print-vrf.inc.php @@ -2182,6 +2343,7 @@ %%WWWDIR%%/html/includes/print/events.inc.php %%WWWDIR%%/html/includes/print/fdbtable.inc.php %%WWWDIR%%/html/includes/print/inventory.inc.php +%%WWWDIR%%/html/includes/print/logalert.inc.php %%WWWDIR%%/html/includes/print/mac_addresses.inc.php %%WWWDIR%%/html/includes/print/navbar.inc.php %%WWWDIR%%/html/includes/print/neighbours.inc.php @@ -2197,6 +2359,8 @@ %%WWWDIR%%/html/includes/search/sensors.inc.php %%WWWDIR%%/html/includes/search/status.inc.php %%WWWDIR%%/html/includes/service-delete.inc.php +%%WWWDIR%%/html/includes/status-donuts.inc.php +%%WWWDIR%%/html/includes/status-portpercent.inc.php %%WWWDIR%%/html/includes/status-summary.inc.php %%WWWDIR%%/html/index.php %%WWWDIR%%/html/js/Bs_Button.class.js @@ -2207,12 +2371,21 @@ %%WWWDIR%%/html/js/bootstrap-button.js %%WWWDIR%%/html/js/bootstrap-datetimepicker.min.js %%WWWDIR%%/html/js/bootstrap-modal.js +%%WWWDIR%%/html/js/bootstrap-select.js %%WWWDIR%%/html/js/bootstrap-select.min.js %%WWWDIR%%/html/js/bootstrap-show-password.min.js %%WWWDIR%%/html/js/bootstrap-switch.min.js %%WWWDIR%%/html/js/bootstrap-tab.js +%%WWWDIR%%/html/js/bootstrap-tagsinput.js +%%WWWDIR%%/html/js/bootstrap-tagsinput.min.js %%WWWDIR%%/html/js/bootstrap-tooltip.js %%WWWDIR%%/html/js/bootstrap.min.js +%%WWWDIR%%/html/js/c3.min.js +%%WWWDIR%%/html/js/clipboard.min.js +%%WWWDIR%%/html/js/d3.min.js +%%WWWDIR%%/html/js/d3.v3.min.js +%%WWWDIR%%/html/js/donut-chart.js +%%WWWDIR%%/html/js/dygraph-combined.js %%WWWDIR%%/html/js/google-code-prettify.js %%WWWDIR%%/html/js/google/markerclusterer.js %%WWWDIR%%/html/js/html5shiv.min.js @@ -2256,6 +2429,7 @@ %%WWWDIR%%/html/js/jquery.bootstrap-growl.js %%WWWDIR%%/html/js/jquery.min.js %%WWWDIR%%/html/js/jquery.qtip.min.js +%%WWWDIR%%/html/js/leaflet.js %%WWWDIR%%/html/js/mktree.js %%WWWDIR%%/html/js/observium-entities.js %%WWWDIR%%/html/js/observium-screen.js @@ -2275,11 +2449,13 @@ %%WWWDIR%%/html/js/sorttable.js %%WWWDIR%%/html/js/tw-sack.js %%WWWDIR%%/html/js/twitter-bootstrap-hover-dropdown.min.js +%%WWWDIR%%/html/js/typeahead.bundle.js +%%WWWDIR%%/html/js/typeahead.bundle.min.js %%WWWDIR%%/html/map.php -%%WWWDIR%%/html/netcmd.php %%WWWDIR%%/html/pages/.htaccess %%WWWDIR%%/html/pages/about.inc.php %%WWWDIR%%/html/pages/add_alert_check.inc.php +%%WWWDIR%%/html/pages/add_syslog_rule.inc.php %%WWWDIR%%/html/pages/addhost.inc.php %%WWWDIR%%/html/pages/addsrv.inc.php %%WWWDIR%%/html/pages/adduser.inc.php @@ -2292,8 +2468,6 @@ %%WWWDIR%%/html/pages/apps/default.inc.php %%WWWDIR%%/html/pages/apps/overview.inc.php %%WWWDIR%%/html/pages/authlog.inc.php -%%WWWDIR%%/html/pages/blank.inc.php -%%WWWDIR%%/html/pages/configuration.inc.php %%WWWDIR%%/html/pages/contact.inc.php %%WWWDIR%%/html/pages/contacts.inc.php %%WWWDIR%%/html/pages/customers.inc.php @@ -2310,6 +2484,7 @@ %%WWWDIR%%/html/pages/device/apps/app_navbar.inc.php %%WWWDIR%%/html/pages/device/apps/asterisk.inc.php %%WWWDIR%%/html/pages/device/apps/bind.inc.php +%%WWWDIR%%/html/pages/device/apps/dhcpkit.inc.php %%WWWDIR%%/html/pages/device/apps/drbd.inc.php %%WWWDIR%%/html/pages/device/apps/exchange.inc.php %%WWWDIR%%/html/pages/device/apps/exim-mailqueue.inc.php @@ -2317,6 +2492,7 @@ %%WWWDIR%%/html/pages/device/apps/jvmoverjmx.inc.php %%WWWDIR%%/html/pages/device/apps/kamailio.inc.php %%WWWDIR%%/html/pages/device/apps/lighttpd.inc.php +%%WWWDIR%%/html/pages/device/apps/lvs_stats.inc.php %%WWWDIR%%/html/pages/device/apps/mailscanner.inc.php %%WWWDIR%%/html/pages/device/apps/memcached.inc.php %%WWWDIR%%/html/pages/device/apps/mssql.inc.php @@ -2332,6 +2508,7 @@ %%WWWDIR%%/html/pages/device/apps/ntpd.inc.php %%WWWDIR%%/html/pages/device/apps/openvpn.inc.php %%WWWDIR%%/html/pages/device/apps/postfix_mailgraph.inc.php +%%WWWDIR%%/html/pages/device/apps/postfix_qshape.inc.php %%WWWDIR%%/html/pages/device/apps/postgresql.inc.php %%WWWDIR%%/html/pages/device/apps/powerdns-recursor.inc.php %%WWWDIR%%/html/pages/device/apps/powerdns.inc.php @@ -2364,24 +2541,6 @@ %%WWWDIR%%/html/pages/device/edit/wmi.inc.php %%WWWDIR%%/html/pages/device/entphysical.inc.php %%WWWDIR%%/html/pages/device/graphs.inc.php -%%WWWDIR%%/html/pages/device/graphs/cpu.inc.php -%%WWWDIR%%/html/pages/device/graphs/fortigate-sessions.inc.php -%%WWWDIR%%/html/pages/device/graphs/hrprocesses.inc.php -%%WWWDIR%%/html/pages/device/graphs/hrusers.inc.php -%%WWWDIR%%/html/pages/device/graphs/ipSytemStats.inc.php -%%WWWDIR%%/html/pages/device/graphs/memory.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_icmp_info.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_icmp_stat.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_ip.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_snmp.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_tcp.inc.php -%%WWWDIR%%/html/pages/device/graphs/netstats_udp.inc.php -%%WWWDIR%%/html/pages/device/graphs/screenos-sessions.inc.php -%%WWWDIR%%/html/pages/device/graphs/screenos.inc.php -%%WWWDIR%%/html/pages/device/graphs/sonicwall-sessions.inc.php -%%WWWDIR%%/html/pages/device/graphs/uptime.inc.php -%%WWWDIR%%/html/pages/device/graphs/wireless.inc.php %%WWWDIR%%/html/pages/device/health.inc.php %%WWWDIR%%/html/pages/device/health/dbm.inc.php %%WWWDIR%%/html/pages/device/health/diskio.inc.php @@ -2395,6 +2554,7 @@ %%WWWDIR%%/html/pages/device/logs.inc.php %%WWWDIR%%/html/pages/device/logs/alertlog.inc.php %%WWWDIR%%/html/pages/device/logs/eventlog.inc.php +%%WWWDIR%%/html/pages/device/logs/logalert.inc.php %%WWWDIR%%/html/pages/device/logs/syslog.inc.php %%WWWDIR%%/html/pages/device/munin.inc.php %%WWWDIR%%/html/pages/device/nfsen.inc.php @@ -2409,6 +2569,7 @@ %%WWWDIR%%/html/pages/device/overview/information_extended.inc.php %%WWWDIR%%/html/pages/device/overview/mempools.inc.php %%WWWDIR%%/html/pages/device/overview/ports.inc.php +%%WWWDIR%%/html/pages/device/overview/printersupplies.inc.php %%WWWDIR%%/html/pages/device/overview/processors-unix.inc.php %%WWWDIR%%/html/pages/device/overview/processors.inc.php %%WWWDIR%%/html/pages/device/overview/sensors.inc.php @@ -2416,7 +2577,6 @@ %%WWWDIR%%/html/pages/device/overview/status.inc.php %%WWWDIR%%/html/pages/device/overview/storage.inc.php %%WWWDIR%%/html/pages/device/overview/syslog.inc.php -%%WWWDIR%%/html/pages/device/overview/toner.inc.php %%WWWDIR%%/html/pages/device/overview/ucd_mem.inc.php %%WWWDIR%%/html/pages/device/p2pradios.inc.php %%WWWDIR%%/html/pages/device/packages.inc.php @@ -2442,6 +2602,8 @@ %%WWWDIR%%/html/pages/device/ports/adsl.inc.php %%WWWDIR%%/html/pages/device/ports/arp.inc.php %%WWWDIR%%/html/pages/device/ports/fdb.inc.php +%%WWWDIR%%/html/pages/device/ports/ipv4.inc.php +%%WWWDIR%%/html/pages/device/ports/ipv6.inc.php %%WWWDIR%%/html/pages/device/ports/map.inc.php %%WWWDIR%%/html/pages/device/ports/neighbours.inc.php %%WWWDIR%%/html/pages/device/printing.inc.php @@ -2479,11 +2641,11 @@ %%WWWDIR%%/html/pages/graphs.inc.php %%WWWDIR%%/html/pages/health.inc.php %%WWWDIR%%/html/pages/health/mempool.inc.php +%%WWWDIR%%/html/pages/health/printersupplies.inc.php %%WWWDIR%%/html/pages/health/processor.inc.php %%WWWDIR%%/html/pages/health/sensors.inc.php %%WWWDIR%%/html/pages/health/status.inc.php %%WWWDIR%%/html/pages/health/storage.inc.php -%%WWWDIR%%/html/pages/health/toner.inc.php %%WWWDIR%%/html/pages/iftype.inc.php %%WWWDIR%%/html/pages/inventory.inc.php %%WWWDIR%%/html/pages/locations.inc.php @@ -2521,7 +2683,10 @@ %%WWWDIR%%/html/pages/settings/default.inc.php %%WWWDIR%%/html/pages/slas.inc.php %%WWWDIR%%/html/pages/syslog.inc.php +%%WWWDIR%%/html/pages/syslog_alerts.inc.php +%%WWWDIR%%/html/pages/syslog_rules.inc.php %%WWWDIR%%/html/pages/usermenu.inc.php +%%WWWDIR%%/html/pages/vms.inc.php %%WWWDIR%%/html/pdf.php %%WWWDIR%%/html/robots.txt %%WWWDIR%%/includes/alerting/clickatell.inc.php @@ -2535,7 +2700,8 @@ %%WWWDIR%%/includes/alerting/slack.inc.php %%WWWDIR%%/includes/alerting/smsbox.inc.php %%WWWDIR%%/includes/alerting/telegram.inc.php -%%WWWDIR%%/includes/alerting/webhook.inc.php +%%WWWDIR%%/includes/alerting/victorops.inc.php +%%WWWDIR%%/includes/alerting/webhook-old.inc.php %%WWWDIR%%/includes/alerting/xmpp.inc.php %%WWWDIR%%/includes/alerts.inc.php %%WWWDIR%%/includes/common.inc.php @@ -2545,6 +2711,7 @@ %%WWWDIR%%/includes/db/mysql.inc.php %%WWWDIR%%/includes/db/mysqli.inc.php %%WWWDIR%%/includes/defaults.inc.php +%%WWWDIR%%/includes/defaults.inc.php.orig %%WWWDIR%%/includes/definitions.inc.php %%WWWDIR%%/includes/definitions/definitions.dat %%WWWDIR%%/includes/definitions/version.inc.php @@ -2557,8 +2724,10 @@ %%WWWDIR%%/includes/discovery/functions.inc.php %%WWWDIR%%/includes/discovery/graphs.inc.php %%WWWDIR%%/includes/discovery/inventory.inc.php +%%WWWDIR%%/includes/discovery/inventory/dell-rac-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/e7-calix-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/entity-mib.inc.php +%%WWWDIR%%/includes/discovery/inventory/f5-bigip-system-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/foundry-sn-agent-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/geist-mib-v3.inc.php %%WWWDIR%%/includes/discovery/inventory/host-resources-mib.inc.php @@ -2566,17 +2735,23 @@ %%WWWDIR%%/includes/discovery/inventory/mikrotik-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/oneaccess-sys-mib.inc.php %%WWWDIR%%/includes/discovery/inventory/timetra-chassis-mib.inc.php -%%WWWDIR%%/includes/discovery/ipv4-addresses.inc.php -%%WWWDIR%%/includes/discovery/ipv6-addresses.inc.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Nov 12 18:30:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42DE4C3E75D; Sat, 12 Nov 2016 18:30:49 +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 0E4091431; Sat, 12 Nov 2016 18:30:48 +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 uACIUmui054802; Sat, 12 Nov 2016 18:30:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIUm7L054801; Sat, 12 Nov 2016 18:30:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121830.uACIUm7L054801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 18:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425980 - head/net-mgmt/observium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:30:49 -0000 Author: feld Date: Sat Nov 12 18:30:48 2016 New Revision: 425980 URL: https://svnweb.freebsd.org/changeset/ports/425980 Log: net-mgmt/observium: Pet portlint Modified: head/net-mgmt/observium/Makefile Modified: head/net-mgmt/observium/Makefile ============================================================================== --- head/net-mgmt/observium/Makefile Sat Nov 12 18:28:30 2016 (r425979) +++ head/net-mgmt/observium/Makefile Sat Nov 12 18:30:48 2016 (r425980) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.10.8128 -PORTREVISION= 0 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest From owner-svn-ports-all@freebsd.org Sat Nov 12 18:35:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 182EFC3E93C; Sat, 12 Nov 2016 18:35:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6C0A1812; Sat, 12 Nov 2016 18:35:49 +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 uACIZn4n057841; Sat, 12 Nov 2016 18:35:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIZmGc057838; Sat, 12 Nov 2016 18:35:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121835.uACIZmGc057838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 18:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425981 - head/multimedia/plexpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:35:50 -0000 Author: feld Date: Sat Nov 12 18:35:48 2016 New Revision: 425981 URL: https://svnweb.freebsd.org/changeset/ports/425981 Log: multimedia/plexpy: Update to 1.4.15 Changelog: https://github.com/JonnyWong16/plexpy/releases/tag/v1.4.15 Modified: head/multimedia/plexpy/Makefile head/multimedia/plexpy/distinfo head/multimedia/plexpy/pkg-plist Modified: head/multimedia/plexpy/Makefile ============================================================================== --- head/multimedia/plexpy/Makefile Sat Nov 12 18:30:48 2016 (r425980) +++ head/multimedia/plexpy/Makefile Sat Nov 12 18:35:48 2016 (r425981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexpy -PORTVERSION= 1.4.10 +PORTVERSION= 1.4.14 PORTREVISION= 0 CATEGORIES= multimedia python DISTVERSIONPREFIX=v Modified: head/multimedia/plexpy/distinfo ============================================================================== --- head/multimedia/plexpy/distinfo Sat Nov 12 18:30:48 2016 (r425980) +++ head/multimedia/plexpy/distinfo Sat Nov 12 18:35:48 2016 (r425981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471361532 -SHA256 (drzoidberg33-plexpy-v1.4.10_GH0.tar.gz) = fbb4c4aebb7fa45701331aedfe7c21222fc606cd1665161cac59c8fc1782da6d -SIZE (drzoidberg33-plexpy-v1.4.10_GH0.tar.gz) = 35741956 +TIMESTAMP = 1477273796 +SHA256 (drzoidberg33-plexpy-v1.4.14_GH0.tar.gz) = 2f1762b894eb92b498caa86f92a3846231ba1dcdfb836cf7ea8a72e45c93e795 +SIZE (drzoidberg33-plexpy-v1.4.14_GH0.tar.gz) = 35746902 Modified: head/multimedia/plexpy/pkg-plist ============================================================================== --- head/multimedia/plexpy/pkg-plist Sat Nov 12 18:30:48 2016 (r425980) +++ head/multimedia/plexpy/pkg-plist Sat Nov 12 18:35:48 2016 (r425981) @@ -1473,6 +1473,7 @@ plexpy/lib/pytz/zoneinfo/America/Edmonto plexpy/lib/pytz/zoneinfo/America/Eirunepe plexpy/lib/pytz/zoneinfo/America/El_Salvador plexpy/lib/pytz/zoneinfo/America/Ensenada +plexpy/lib/pytz/zoneinfo/America/Fort_Nelson plexpy/lib/pytz/zoneinfo/America/Fort_Wayne plexpy/lib/pytz/zoneinfo/America/Fortaleza plexpy/lib/pytz/zoneinfo/America/Glace_Bay @@ -1605,6 +1606,7 @@ plexpy/lib/pytz/zoneinfo/Asia/Baghdad plexpy/lib/pytz/zoneinfo/Asia/Bahrain plexpy/lib/pytz/zoneinfo/Asia/Baku plexpy/lib/pytz/zoneinfo/Asia/Bangkok +plexpy/lib/pytz/zoneinfo/Asia/Barnaul plexpy/lib/pytz/zoneinfo/Asia/Beirut plexpy/lib/pytz/zoneinfo/Asia/Bishkek plexpy/lib/pytz/zoneinfo/Asia/Brunei @@ -1676,6 +1678,7 @@ plexpy/lib/pytz/zoneinfo/Asia/Tel_Aviv plexpy/lib/pytz/zoneinfo/Asia/Thimbu plexpy/lib/pytz/zoneinfo/Asia/Thimphu plexpy/lib/pytz/zoneinfo/Asia/Tokyo +plexpy/lib/pytz/zoneinfo/Asia/Tomsk plexpy/lib/pytz/zoneinfo/Asia/Ujung_Pandang plexpy/lib/pytz/zoneinfo/Asia/Ulaanbaatar plexpy/lib/pytz/zoneinfo/Asia/Ulan_Bator @@ -1781,6 +1784,7 @@ plexpy/lib/pytz/zoneinfo/Etc/Universal plexpy/lib/pytz/zoneinfo/Etc/Zulu plexpy/lib/pytz/zoneinfo/Europe/Amsterdam plexpy/lib/pytz/zoneinfo/Europe/Andorra +plexpy/lib/pytz/zoneinfo/Europe/Astrakhan plexpy/lib/pytz/zoneinfo/Europe/Athens plexpy/lib/pytz/zoneinfo/Europe/Belfast plexpy/lib/pytz/zoneinfo/Europe/Belgrade @@ -1801,6 +1805,7 @@ plexpy/lib/pytz/zoneinfo/Europe/Istanbul plexpy/lib/pytz/zoneinfo/Europe/Jersey plexpy/lib/pytz/zoneinfo/Europe/Kaliningrad plexpy/lib/pytz/zoneinfo/Europe/Kiev +plexpy/lib/pytz/zoneinfo/Europe/Kirov plexpy/lib/pytz/zoneinfo/Europe/Lisbon plexpy/lib/pytz/zoneinfo/Europe/Ljubljana plexpy/lib/pytz/zoneinfo/Europe/London @@ -1828,6 +1833,7 @@ plexpy/lib/pytz/zoneinfo/Europe/Stockhol plexpy/lib/pytz/zoneinfo/Europe/Tallinn plexpy/lib/pytz/zoneinfo/Europe/Tirane plexpy/lib/pytz/zoneinfo/Europe/Tiraspol +plexpy/lib/pytz/zoneinfo/Europe/Ulyanovsk plexpy/lib/pytz/zoneinfo/Europe/Uzhgorod plexpy/lib/pytz/zoneinfo/Europe/Vaduz plexpy/lib/pytz/zoneinfo/Europe/Vatican From owner-svn-ports-all@freebsd.org Sat Nov 12 18:37:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D155C3E990; Sat, 12 Nov 2016 18:37:29 +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 4EC54190F; Sat, 12 Nov 2016 18:37:29 +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 uACIbSn7058011; Sat, 12 Nov 2016 18:37:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIbSnY058009; Sat, 12 Nov 2016 18:37:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611121837.uACIbSnY058009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 12 Nov 2016 18:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425982 - in head/devel/openmp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:37:29 -0000 Author: jbeich Date: Sat Nov 12 18:37:28 2016 New Revision: 425982 URL: https://svnweb.freebsd.org/changeset/ports/425982 Log: devel/openmp: adjust COMMENT and describe SOVERSION hack Modified: head/devel/openmp/Makefile (contents, props changed) head/devel/openmp/files/patch-runtime_src_CMakeLists.txt (contents, props changed) Modified: head/devel/openmp/Makefile ============================================================================== --- head/devel/openmp/Makefile Sat Nov 12 18:35:48 2016 (r425981) +++ head/devel/openmp/Makefile Sat Nov 12 18:37:28 2016 (r425982) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ MAINTAINER= bapt@FreeBSD.org -COMMENT= Support for the OpenMP language +COMMENT= Open Multi-Processing runtime for LLVM/Clang LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/openmp/files/patch-runtime_src_CMakeLists.txt ============================================================================== --- head/devel/openmp/files/patch-runtime_src_CMakeLists.txt Sat Nov 12 18:35:48 2016 (r425981) +++ head/devel/openmp/files/patch-runtime_src_CMakeLists.txt Sat Nov 12 18:37:28 2016 (r425982) @@ -1,3 +1,5 @@ +Prevent consumers from picking up libomp.so from devel/llvm* ports + --- runtime/src/CMakeLists.txt.orig 2016-06-28 19:25:13 UTC +++ runtime/src/CMakeLists.txt @@ -235,6 +235,8 @@ if(WIN32) From owner-svn-ports-all@freebsd.org Sat Nov 12 18:40:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8524CC3EA7B; Sat, 12 Nov 2016 18:40:59 +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 5436A1BA0; Sat, 12 Nov 2016 18:40:59 +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 uACIewaP058272; Sat, 12 Nov 2016 18:40:58 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIewYi058270; Sat, 12 Nov 2016 18:40:58 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611121840.uACIewYi058270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 12 Nov 2016 18:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425983 - head/audio/py-mutagen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:40:59 -0000 Author: olivierd Date: Sat Nov 12 18:40:58 2016 New Revision: 425983 URL: https://svnweb.freebsd.org/changeset/ports/425983 Log: Update to 1.35.1 Modified: head/audio/py-mutagen/Makefile head/audio/py-mutagen/distinfo Modified: head/audio/py-mutagen/Makefile ============================================================================== --- head/audio/py-mutagen/Makefile Sat Nov 12 18:37:28 2016 (r425982) +++ head/audio/py-mutagen/Makefile Sat Nov 12 18:40:58 2016 (r425983) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.34.1 -PORTREVISION= 2 +PORTVERSION= 1.35.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/py-mutagen/distinfo ============================================================================== --- head/audio/py-mutagen/distinfo Sat Nov 12 18:37:28 2016 (r425982) +++ head/audio/py-mutagen/distinfo Sat Nov 12 18:40:58 2016 (r425983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471189174 -SHA256 (mutagen-1.34.1.tar.gz) = aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 -SIZE (mutagen-1.34.1.tar.gz) = 872058 +TIMESTAMP = 1478975614 +SHA256 (mutagen-1.35.1.tar.gz) = 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e +SIZE (mutagen-1.35.1.tar.gz) = 883772 From owner-svn-ports-all@freebsd.org Sat Nov 12 18:50:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5542C3ED9F; Sat, 12 Nov 2016 18:50:35 +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 A8CC527C; Sat, 12 Nov 2016 18:50:35 +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 uACIoYOE062716; Sat, 12 Nov 2016 18:50:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACIoYfE062714; Sat, 12 Nov 2016 18:50:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611121850.uACIoYfE062714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 12 Nov 2016 18:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425984 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 18:50:36 -0000 Author: bapt Date: Sat Nov 12 18:50:34 2016 New Revision: 425984 URL: https://svnweb.freebsd.org/changeset/ports/425984 Log: Add bash-completion files to the package PR: 214451 Reported by: jbeich Modified: head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sat Nov 12 18:40:58 2016 (r425983) +++ head/editors/libreoffice/Makefile Sat Nov 12 18:50:34 2016 (r425984) @@ -296,7 +296,7 @@ post-install: -exec ${ECHO_CMD} "@dir {}" \; >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s bin lib man -not -type d >> ${TMPPLIST} -.for subdir in application-registry applications icons mime mime-info mimelnk +.for subdir in application-registry applications icons mime mime-info mimelnk bash-completion @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST} .endfor Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Sat Nov 12 18:40:58 2016 (r425983) +++ head/editors/libreoffice/Makefile.common Sat Nov 12 18:50:34 2016 (r425984) @@ -2,8 +2,9 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 +PORTREVISION= 1 CATEGORIES+= editors - + MAINTAINER= office@FreeBSD.org LICENSE= LGPL3+ MPL From owner-svn-ports-all@freebsd.org Sat Nov 12 19:13:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C308C3D699; Sat, 12 Nov 2016 19:13:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7770185D; Sat, 12 Nov 2016 19:13:08 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACJD8AA074407; Sat, 12 Nov 2016 19:13:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACJD8lB074406; Sat, 12 Nov 2016 19:13:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611121913.uACJD8lB074406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 19:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425985 - head/net-p2p/sonarr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 19:13:09 -0000 Author: feld Date: Sat Nov 12 19:13:07 2016 New Revision: 425985 URL: https://svnweb.freebsd.org/changeset/ports/425985 Log: net-p2p/sonarr: Make X11 optional X11 dependencies were added to resolve a crashing issue in newer versions of sonarr. This has been resolved upstream and is now optional. The role of X11 (libgdiplus) is to enable image file resizing. PR: 214244 Modified: head/net-p2p/sonarr/Makefile Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Sat Nov 12 18:50:34 2016 (r425984) +++ head/net-p2p/sonarr/Makefile Sat Nov 12 19:13:07 2016 (r425985) @@ -2,7 +2,7 @@ PORTNAME= sonarr PORTVERSION= 2.0.0.4389 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ DISTNAME= NzbDrone.master.${PORTVERSION}.mono @@ -15,8 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= mono>0:lang/mono \ mediainfo>0:multimedia/mediainfo \ sqlite3>0:databases/sqlite3 -LIB_DEPENDS= libcurl.so:ftp/curl \ - libgdiplus.so:x11-toolkits/libgdiplus +LIB_DEPENDS= libcurl.so:ftp/curl USE_RC_SUBR= sonarr @@ -25,6 +24,13 @@ WRKSRC= ${WRKDIR}/NzbDrone USERS= sonarr +OPTIONS_DEFINE= X11 + +# Permits image resizing +X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus + +.include + do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} From owner-svn-ports-all@freebsd.org Sat Nov 12 19:24:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C928C3DC73; Sat, 12 Nov 2016 19:24:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0628D1E82; Sat, 12 Nov 2016 19:24: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 uACJOGdS078811; Sat, 12 Nov 2016 19:24:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACJOGUu078810; Sat, 12 Nov 2016 19:24:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611121924.uACJOGUu078810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 19:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425986 - head/www/squid-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, 12 Nov 2016 19:24:17 -0000 Author: antoine Date: Sat Nov 12 19:24:16 2016 New Revision: 425986 URL: https://svnweb.freebsd.org/changeset/ports/425986 Log: Spell CHOSEN_COMPILER_TYPE correctly PR: 199098 Modified: head/www/squid-devel/Makefile Modified: head/www/squid-devel/Makefile ============================================================================== --- head/www/squid-devel/Makefile Sat Nov 12 19:13:07 2016 (r425985) +++ head/www/squid-devel/Makefile Sat Nov 12 19:24:16 2016 (r425986) @@ -307,11 +307,10 @@ post-install: .include -.if ${COMPILER_TYPE} == clang +.if ${CHOSEN_COMPILER_TYPE} == clang #CXXFLAGS+= -Wno-unused-private-field -.if ${COMPILER_VERSION} >= 35 +CXXFLAGS+= -Wno-unknown-warning-option CXXFLAGS+= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess .endif -.endif .include From owner-svn-ports-all@freebsd.org Sat Nov 12 19:43:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0231C3E10E; Sat, 12 Nov 2016 19:43:11 +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 AF4A71746; Sat, 12 Nov 2016 19:43:11 +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 uACJhA7h086557; Sat, 12 Nov 2016 19:43:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACJhAcK086556; Sat, 12 Nov 2016 19:43:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611121943.uACJhAcK086556@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, 12 Nov 2016 19:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425987 - head/x11-toolkits/qt5-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: Sat, 12 Nov 2016 19:43:12 -0000 Author: rakuco Date: Sat Nov 12 19:43:10 2016 New Revision: 425987 URL: https://svnweb.freebsd.org/changeset/ports/425987 Log: Bump PORTREVISION to trigger a rebuild. Even though the port does not directly depend on Perl, apparently something in the Perl 5.24 upgrade made the xcb plugin fail and crash all Qt5 GUI applications on startup. Rebuilding the port with the new Perl fixes the issue. Modified: head/x11-toolkits/qt5-gui/Makefile Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Sat Nov 12 19:24:16 2016 (r425986) +++ head/x11-toolkits/qt5-gui/Makefile Sat Nov 12 19:43:10 2016 (r425987) @@ -2,6 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- From owner-svn-ports-all@freebsd.org Sat Nov 12 20:05:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F940C3E721; Sat, 12 Nov 2016 20:05:43 +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 69D0331A; Sat, 12 Nov 2016 20:05: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 uACK5gaP094869; Sat, 12 Nov 2016 20:05:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACK5g5h094865; Sat, 12 Nov 2016 20:05:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611122005.uACK5g5h094865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 12 Nov 2016 20:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425988 - head/devel/d-feet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 20:05:43 -0000 Author: rm Date: Sat Nov 12 20:05:42 2016 New Revision: 425988 URL: https://svnweb.freebsd.org/changeset/ports/425988 Log: devel/d-feet: update to 0.3.11 - define LICENSE (GPLv2) - actualize port comment and description, correct WWW url - set NO_ARCH and define minimal python version required PR: 213868 Approved by: maintainer timeout (2 weeks) Modified: head/devel/d-feet/Makefile head/devel/d-feet/distinfo head/devel/d-feet/pkg-descr head/devel/d-feet/pkg-plist Modified: head/devel/d-feet/Makefile ============================================================================== --- head/devel/d-feet/Makefile Sat Nov 12 19:43:10 2016 (r425987) +++ head/devel/d-feet/Makefile Sat Nov 12 20:05:42 2016 (r425988) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= d-feet -PORTVERSION= 0.3.10 +PORTVERSION= 0.3.11 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= thinker@codemud.net -COMMENT= D-Feet is a D-Bus debugger python introspection by John (J5) Palmieri +COMMENT= D-Bus python introspection debugger + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gmake gnome perl5 pkgconfig python tar:xz +NO_ARCH= yes +USES= gettext gmake gnome perl5 pkgconfig python:2.7+ tar:xz USE_GNOME= gtk30 intlhack introspection:build libxml2:build libwnck3 GNU_CONFIGURE= yes USE_PERL5= build Modified: head/devel/d-feet/distinfo ============================================================================== --- head/devel/d-feet/distinfo Sat Nov 12 19:43:10 2016 (r425987) +++ head/devel/d-feet/distinfo Sat Nov 12 20:05:42 2016 (r425988) @@ -1,2 +1,3 @@ -SHA256 (d-feet-0.3.10.tar.xz) = 88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359 -SIZE (d-feet-0.3.10.tar.xz) = 179500 +TIMESTAMP = 1477682570 +SHA256 (d-feet-0.3.11.tar.xz) = a3dc940c66f84b996c328531e3034d475ec690d7ff639445ff7ca746aa8cb9c2 +SIZE (d-feet-0.3.11.tar.xz) = 183128 Modified: head/devel/d-feet/pkg-descr ============================================================================== --- head/devel/d-feet/pkg-descr Sat Nov 12 19:43:10 2016 (r425987) +++ head/devel/d-feet/pkg-descr Sat Nov 12 20:05:42 2016 (r425988) @@ -1,9 +1,9 @@ -D-Feet is a D-Bus debugger written in PyGtk+ by John (J5) Palmieri. +D-Feet is a D-Bus debugger written by John (J5) Palmieri. Current Features * View names on any bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus * Execute methods with parameters on the bus and see their return values + * Show values of properties - -WWW: http://live.gnome.org/DFeet/ +WWW: https://wiki.gnome.org/Apps/DFeet Modified: head/devel/d-feet/pkg-plist ============================================================================== --- head/devel/d-feet/pkg-plist Sat Nov 12 19:43:10 2016 (r425987) +++ head/devel/d-feet/pkg-plist Sat Nov 12 20:05:42 2016 (r425988) @@ -46,6 +46,21 @@ share/applications/d-feet.desktop share/help/C/d-feet/basics.page share/help/C/d-feet/figures/icon.png share/help/C/d-feet/index.page +share/help/cs/d-feet/basics.page +share/help/cs/d-feet/figures/icon.png +share/help/cs/d-feet/index.page +share/help/de/d-feet/basics.page +share/help/de/d-feet/figures/icon.png +share/help/de/d-feet/index.page +share/help/el/d-feet/basics.page +share/help/el/d-feet/figures/icon.png +share/help/el/d-feet/index.page +share/help/es/d-feet/basics.page +share/help/es/d-feet/figures/icon.png +share/help/es/d-feet/index.page +share/help/sv/d-feet/basics.page +share/help/sv/d-feet/figures/icon.png +share/help/sv/d-feet/index.page share/icons/HighContrast/scalable/apps/d-feet.svg share/icons/hicolor/16x16/apps/d-feet.png share/icons/hicolor/16x16/apps/dfeet-icon-default-service.png @@ -73,6 +88,7 @@ share/locale/gl/LC_MESSAGES/d-feet.mo share/locale/hu/LC_MESSAGES/d-feet.mo share/locale/id/LC_MESSAGES/d-feet.mo share/locale/lv/LC_MESSAGES/d-feet.mo +share/locale/oc/LC_MESSAGES/d-feet.mo share/locale/pl/LC_MESSAGES/d-feet.mo share/locale/pt/LC_MESSAGES/d-feet.mo share/locale/pt_BR/LC_MESSAGES/d-feet.mo From owner-svn-ports-all@freebsd.org Sat Nov 12 20:11:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0F50C3E88E; Sat, 12 Nov 2016 20:11:38 +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 6277E874; Sat, 12 Nov 2016 20:11:38 +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 uACKBbBO097987; Sat, 12 Nov 2016 20:11:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKBbrL097985; Sat, 12 Nov 2016 20:11:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611122011.uACKBbrL097985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Nov 2016 20:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425989 - in head/sysutils: ansible ansible1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 20:11:38 -0000 Author: lwhsu Date: Sat Nov 12 20:11:37 2016 New Revision: 425989 URL: https://svnweb.freebsd.org/changeset/ports/425989 Log: Change RUN_DEPENDS back to py-paramiko 1.x, for making ports depends on it build without conflict Modified: head/sysutils/ansible/Makefile head/sysutils/ansible1/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Sat Nov 12 20:05:42 2016 (r425988) +++ head/sysutils/ansible/Makefile Sat Nov 12 20:11:37 2016 (r425989) @@ -13,7 +13,7 @@ COMMENT= Radically simple IT automation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Sat Nov 12 20:05:42 2016 (r425988) +++ head/sysutils/ansible1/Makefile Sat Nov 12 20:11:37 2016 (r425989) @@ -3,13 +3,18 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.6 -PORTREVISION= +PORTREVISION= 1 CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}paramiko1>0:security/py-paramiko1 \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 + USES= cpe python:2 shebangfix SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py From owner-svn-ports-all@freebsd.org Sat Nov 12 20:28:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF4EEC3EA62; Sat, 12 Nov 2016 20:28:54 +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 8AD6AD60; Sat, 12 Nov 2016 20:28:54 +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 uACKSrwd002856; Sat, 12 Nov 2016 20:28:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKSrcY002853; Sat, 12 Nov 2016 20:28:53 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611122028.uACKSrcY002853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 20:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425990 - head/multimedia/lives X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 20:28:55 -0000 Author: pawel Date: Sat Nov 12 20:28:53 2016 New Revision: 425990 URL: https://svnweb.freebsd.org/changeset/ports/425990 Log: - Update to version 2.8.1 - Drop maintainership Release annoucement: This release addresses various important security issues which were identified by the debian maintainers. There is also a fix for broken audio encoding with clips > 30 minutes long. Note: in addition, for new installs the default LiVES working directory is now "livesprojects" rather than "livestmp". The documentation will be updated to reflect this. Due to the security issues identified, all users are advised to upgrade, especially if using LiVES on a multi-user system. Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Sat Nov 12 20:11:37 2016 (r425989) +++ head/multimedia/lives/Makefile Sat Nov 12 20:28:53 2016 (r425990) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= multimedia MASTER_SITES= SF -MAINTAINER= pawel@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system LICENSE= GPLv3 @@ -93,6 +92,9 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp +pre-build-NLS-on: + @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Sat Nov 12 20:11:37 2016 (r425989) +++ head/multimedia/lives/distinfo Sat Nov 12 20:28:53 2016 (r425990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473086975 -SHA256 (lives-2.8.0.tar.bz2) = eecea7a7517d944b1dc04b2f7ce51517e96531b04e67f3d34b0f8ef729d19fdc -SIZE (lives-2.8.0.tar.bz2) = 3888265 +TIMESTAMP = 1478887261 +SHA256 (lives-2.8.1.tar.bz2) = fcfec5c802a732b2856bff5a3dbe2d157caff663f7d24d78c5e05548941a6024 +SIZE (lives-2.8.1.tar.bz2) = 3888441 From owner-svn-ports-all@freebsd.org Sat Nov 12 20:31:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10188C3EDFE; Sat, 12 Nov 2016 20:31:42 +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 BC2C311B3; Sat, 12 Nov 2016 20:31:41 +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 uACKVepG004668; Sat, 12 Nov 2016 20:31:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKVe8g004664; Sat, 12 Nov 2016 20:31:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611122031.uACKVe8g004664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Nov 2016 20:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425991 - in head/devel: . py-incremental X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 20:31:42 -0000 Author: pi Date: Sat Nov 12 20:31:40 2016 New Revision: 425991 URL: https://svnweb.freebsd.org/changeset/ports/425991 Log: New port: devel/py-incremental A small library that versions your Python projects. WWW: https://pypi.python.org/pypi/incremental PR: 214446 Submitted by: Yuri Victorovich Added: head/devel/py-incremental/ head/devel/py-incremental/Makefile (contents, props changed) head/devel/py-incremental/distinfo (contents, props changed) head/devel/py-incremental/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 12 20:28:53 2016 (r425990) +++ head/devel/Makefile Sat Nov 12 20:31:40 2016 (r425991) @@ -4208,6 +4208,7 @@ SUBDIR += py-hypothesis SUBDIR += py-icalendar SUBDIR += py-ice + SUBDIR += py-incremental SUBDIR += py-inflect SUBDIR += py-iniparse SUBDIR += py-initgroups Added: head/devel/py-incremental/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/Makefile Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= incremental +PORTVERSION= 16.10.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Library that versions your Python projects + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-incremental/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/distinfo Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478963838 +SHA256 (incremental-16.10.1.tar.gz) = 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 +SIZE (incremental-16.10.1.tar.gz) = 16066 Added: head/devel/py-incremental/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/pkg-descr Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,3 @@ +A small library that versions your Python projects. + +WWW: https://pypi.python.org/pypi/incremental From owner-svn-ports-all@freebsd.org Sat Nov 12 20:35:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62178C3EED3; Sat, 12 Nov 2016 20:35:57 +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 1F5961435; Sat, 12 Nov 2016 20:35:57 +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 uACKZugi007241; Sat, 12 Nov 2016 20:35:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKZusW007237; Sat, 12 Nov 2016 20:35:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611122035.uACKZusW007237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Nov 2016 20:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425992 - in head/devel: . py-constantly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 20:35:57 -0000 Author: pi Date: Sat Nov 12 20:35:55 2016 New Revision: 425992 URL: https://svnweb.freebsd.org/changeset/ports/425992 Log: New port: devel/py-constantly A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. WWW: https://pypi.python.org/pypi/constantly PR: 214447 Submitted by: Yuri Victorovich Added: head/devel/py-constantly/ head/devel/py-constantly/Makefile (contents, props changed) head/devel/py-constantly/distinfo (contents, props changed) head/devel/py-constantly/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 12 20:31:40 2016 (r425991) +++ head/devel/Makefile Sat Nov 12 20:35:55 2016 (r425992) @@ -4085,6 +4085,7 @@ SUBDIR += py-configargparse SUBDIR += py-configobj SUBDIR += py-configparser + SUBDIR += py-constantly SUBDIR += py-construct SUBDIR += py-contextlib2 SUBDIR += py-country Added: head/devel/py-constantly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-constantly/Makefile Sat Nov 12 20:35:55 2016 (r425992) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= constantly +PORTVERSION= 15.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Provides symbolic constant support to Python projects + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-constantly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-constantly/distinfo Sat Nov 12 20:35:55 2016 (r425992) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478965100 +SHA256 (constantly-15.1.0.tar.gz) = 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35 +SIZE (constantly-15.1.0.tar.gz) = 21465 Added: head/devel/py-constantly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-constantly/pkg-descr Sat Nov 12 20:35:55 2016 (r425992) @@ -0,0 +1,5 @@ +A library that provides symbolic constant support. It includes collections +and constants with text, numeric, and bit flag values. Originally +twisted.python.constants from the Twisted project. + +WWW: https://pypi.python.org/pypi/constantly From owner-svn-ports-all@freebsd.org Sat Nov 12 20:51:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB60FC3D3E4; Sat, 12 Nov 2016 20:51:12 +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 6F3491C37; Sat, 12 Nov 2016 20:51:12 +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 uACKpBag014862; Sat, 12 Nov 2016 20:51:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKpBCM014859; Sat, 12 Nov 2016 20:51:11 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611122051.uACKpBCM014859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 12 Nov 2016 20:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425993 - 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, 12 Nov 2016 20:51:12 -0000 Author: pawel Date: Sat Nov 12 20:51:11 2016 New Revision: 425993 URL: https://svnweb.freebsd.org/changeset/ports/425993 Log: Document multimedia/lives security issues Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Nov 12 20:35:55 2016 (r425992) +++ head/security/vuxml/vuln.xml Sat Nov 12 20:51:11 2016 (r425993) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + lives -- insecure files permissions + + + lives + 2.8.1 + + + + +

Debian reports:

+
+

smogrify script creates insecure temporary files.

+
+
+

lives creates and uses world-writable directory.

+
+ +
+ + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756565 + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798043 + + + 2016-07-30 + 2016-11-12 + +
+ openssl -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Sat Nov 12 21:22:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E24CC3DC99; Sat, 12 Nov 2016 21:22:49 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E38C0DFF; Sat, 12 Nov 2016 21:22:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACLMmnu026926; Sat, 12 Nov 2016 21:22:48 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACLMlMK026920; Sat, 12 Nov 2016 21:22:47 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611122122.uACLMlMK026920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 12 Nov 2016 21:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425994 - in head: . security/heimdal security/heimdal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 21:22:49 -0000 Author: hrs Date: Sat Nov 12 21:22:47 2016 New Revision: 425994 URL: https://svnweb.freebsd.org/changeset/ports/425994 Log: - Fix Berkeley DB dependency. It now properly uses BDB_LIB specified in Mk/Uses/bdb.mk instead of db185 interfaces in libc. As a side-effect, this causes a compatibility issue between heimdal.db created by kadmin(8) in the base system or one by an older security/heimdal. See UPDATING about this issue. - Fix readline dependency end eliminate libheimedit. - Use -lpthread instead of -pthread. - Use FOO_CONFIGURE_WITH=foo instead of FOO_CONFIGURE_ON=--with-foo. Added: head/security/heimdal/pkg-message (contents, props changed) Deleted: head/security/heimdal/files/patch-cf__db.m4 Modified: head/UPDATING head/security/heimdal/Makefile head/security/heimdal/files/patch-configure head/security/heimdal/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 12 20:51:11 2016 (r425993) +++ head/UPDATING Sat Nov 12 21:22:47 2016 (r425994) @@ -5,6 +5,66 @@ 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. +20161112: + AFFECTS: users of security/heimdal + AUTHOR: hrs@FreeBSD.org + + Heimdal in the base system and security/heimdal <= 1.5.3_6 use + Berkeley DB to store principals into /var/heimdal/heimdal.db and + the database format is version 3 by default. On the other hand, + security/heimdal 1.5.3_7 or newer use the newer version of + Berkeley DB and the database format is version 9. + These two versions are not compatible with each other. If there is + a mismatch between Heimdal utilities and its database format, + you will get an error like the following: + + # /usr/local/sbin/kadmin -l dump + BDB0641 __db_meta_setup: /var/heimdal/heimdal.db: unexpected file type or format + kadmin: hdb_open: opening /var/heimdal/heimdal: Invalid argument + + This mismatch can occur in the following three cases: + + 1. You used Heimdal in the base system and switch to use security/heimdal + after creating /var/db/heimdal.db. + + 2. You used security/heimdal >= 1.5.3_7 and switch to use one in the + base system. + + 3. You used security/heimdal < 1.5.3_7 and upgrade it to 1.5.3_7 or later. + + To fix this mismatch, you need to dump contents of heimdal.db and + rebuild the database by using kadmin(8) utility. + + If you use Heimdal in the base system or older versions of + security/heimdal, and plan to switch to use + security/heimdal >= 1.5.3_7, execute the following command + *after* creating a backup copy of /var/heimdal and installing + security/heimdal: + + # /usr/bin/kadmin -l dump /var/heimdal/heimdal.db.dump + # rm /var/heimdal/heimdal.db + # /usr/local/sbin/kadmin -l load /var/heimdal/heimdal.db.dump + # rm /var/heimdal/heimdal.db.dump + + The above example assumes security/heimdal is installed into + /usr/local. If your base system is compiled with WITHOUT_KERBEROS + use the following instead: + + # db_dump185-5 /var/heimdal/heimdal.db | db_load-5 /var/heimdal/heimdal.db.new + # chown 0600 /var/heimdal/heimdal.db.new + # mv /var/heimdal/heimdal.db.new /var/heimdal/heimdal.db + + db_dump and db_load utilitites are installed by database/db5 as + dependency of security/heimdal. + + If you want to switch from security/heimdal to Heimdal in the base + system, use the following: + + # /usr/local/sbin/kadmin -l dump /var/heimdal/heimdal.db.dump + # rm /var/heimdal/heimdal.db + # /usr/bin/kadmin -l load /var/heimdal/heimdal.db.dump + # rm /var/heimdal/heimdal.db.dump + 20161105: AFFECTS: users of security/heimdal AUTHOR: hrs@FreeBSD.org Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Sat Nov 12 20:51:11 2016 (r425993) +++ head/security/heimdal/Makefile Sat Nov 12 21:22:47 2016 (r425994) @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -25,6 +25,11 @@ USE_LDCONFIG= ${GSSAPILIBDIR} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \ + ac_cv_header_db_h=no \ + ac_cv_header_db3_db_h=no \ + ac_cv_header_db4_db_h=no \ + ac_cv_header_db5_db_h=no \ + ac_cv_header_db5_h=no \ ac_cv_prog_COMPILE_ET=${WRKSRC}/lib/com_err/compile_et CONFIGURE_ARGS= --with-libintl \ --with-libintl-include="${LOCALBASE}/include" \ @@ -37,13 +42,14 @@ CONFIGURE_ARGS= --with-libintl \ --with-openssl-lib="${OPENSSLLIB}" \ --enable-otp \ --enable-pthread-support \ + --with-readline="${LOCALBASE}" \ --with-hdbdir="/var/${PORTNAME}" \ --sysconfdir="${PREFIX}/etc" +# XXX --with-readline picks up libreadline even if found in /usr/lib. MAKE_ENV= INSTALL_CATPAGES=no .if !exists(/etc/rc.d/ipropd_master) USE_RC_SUBR= ipropd_master ipropd_slave .endif - INFO= heimdal hx509 MAKE_JOBS_UNSAFE= yes @@ -55,22 +61,24 @@ OPTIONS_SUB= yes IPV6_CONFIGURE_WITH= ipv6 BDB_DESC= Enable BerkeleyDB KDC backend support -BDB_CONFIGURE_ON= --with-berkeley-db -BDB_CONFIGURE_OFF= --without-berkeley-db +BDB_USES= bdb:5 localbase +BDB_CONFIGURE_WITH= berkeley-db +BDB_CONFIGURE_ENV= ac_cv_header_db${BDB_VER}_db_h=yes \ + ac_cv_func_db_create=yes \ + ac_cv_funclib_db_create="-l${BDB_LIB_NAME}" +BDB_CONFIGURE_ON= --disable-ndbm-db SQLITE_DESC= Enable SQLite KDC backend support SQLITE_USES= sqlite -SQLITE_CONFIGURE_ON= --with-sqlite3 \ - --with-sqlite3-include="${LOCALBASE}/include" \ +SQLITE_CONFIGURE_ON= --with-sqlite3-include="${LOCALBASE}/include" \ --with-sqlite3-lib="${LOCALBASE}/lib" -SQLITE_CONFIGURE_OFF= --without-sqlite3 +SQLITE_CONFIGURE_WITH= sqlite3 LDAP_DESC= Enable OpenLDAP KDC backend support LDAP_USE= OPENLDAP=yes -LDAP_CONFIGURE_ON= --with-openldap \ - --with-openldap-include="${LOCALBASE}/include" \ +LDAP_CONFIGURE_ON= --with-openldap-include="${LOCALBASE}/include" \ --with-openldap-lib="${LOCALBASE}/lib" -LDAP_CONFIGURE_OFF= --without-openldap +LDAP_CONFIGURE_WITH= openldap PKINIT_DESC= Enable PK-INIT support PKINIT_CONFIGURE_ENABLE=pk-init Modified: head/security/heimdal/files/patch-configure ============================================================================== --- head/security/heimdal/files/patch-configure Sat Nov 12 20:51:11 2016 (r425993) +++ head/security/heimdal/files/patch-configure Sat Nov 12 21:22:47 2016 (r425994) @@ -1,6 +1,15 @@ ---- configure.orig 2012-12-09 22:09:32 UTC -+++ configure -@@ -9567,29 +9567,6 @@ fi +--- configure.orig 2012-12-10 07:09:32.000000000 +0900 ++++ configure 2016-11-13 03:23:46.814899000 +0900 +@@ -8869,7 +8869,7 @@ + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no +- link_all_deplibs=unknown ++ link_all_deplibs=no + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= +@@ -9567,29 +9567,6 @@ hardcode_shlibpath_var=no ;; @@ -30,7 +39,7 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -@@ -10561,10 +10538,6 @@ dgux*) +@@ -10561,10 +10538,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; @@ -41,7 +50,7 @@ freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. -@@ -10572,7 +10545,6 @@ freebsd* | dragonfly*) +@@ -10572,7 +10545,6 @@ objformat=`/usr/bin/objformat` else case $host_os in @@ -49,7 +58,7 @@ *) objformat=elf ;; esac fi -@@ -10590,18 +10562,6 @@ freebsd* | dragonfly*) +@@ -10590,18 +10562,6 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in @@ -68,26 +77,37 @@ *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes -@@ -14227,7 +14187,7 @@ case "$host" in +@@ -11661,7 +11621,7 @@ + old_striplib= + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 + $as_echo_n "checking whether stripping libraries is possible... " >&6; } +-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then ++if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +@@ -14227,9 +14187,9 @@ native_pthread_support="netbsd 3 uses explict pthread" PTHREAD_LIBADD="-lpthread" ;; -*-*-freebsd[56789]*) +*-*-freebsd*) native_pthread_support=yes - PTHREAD_LIBADD="-pthread" +- PTHREAD_LIBADD="-pthread" ++ PTHREAD_LIBADD="-lpthread" ;; -@@ -14393,9 +14353,6 @@ done - - else - for ac_header in \ -- db5/db.h \ -- db4/db.h \ -- db3/db.h \ - db.h \ + *-*-openbsd*) + native_pthread_support=yes +@@ -14488,7 +14448,7 @@ + fi + # db_create + eval "ac_tr_func=HAVE_`echo db_create | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" +-eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" ++eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//;s/[-.]/_/g' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" + eval "LIB_db_create=$ac_res" - do : -@@ -28245,7 +28202,7 @@ fi + case "$ac_res" in +@@ -28245,7 +28205,7 @@ krb_cv_compile_et="no" krb_cv_com_err_need_r="" Added: head/security/heimdal/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/heimdal/pkg-message Sat Nov 12 21:22:47 2016 (r425994) @@ -0,0 +1,7 @@ +==== +heimdal-1.5.3_7 uses a new database format which is incompatible +with Heimdal in the base system and heimdal-1.5.3_6 or prior. + +Please read 20161112 in /usr/ports/UPDATING carefully to upgrade +your database. +==== Modified: head/security/heimdal/pkg-plist ============================================================================== --- head/security/heimdal/pkg-plist Sat Nov 12 20:51:11 2016 (r425993) +++ head/security/heimdal/pkg-plist Sat Nov 12 21:22:47 2016 (r425994) @@ -124,10 +124,6 @@ lib/heimdal/libheimbase.a lib/heimdal/libheimbase.so lib/heimdal/libheimbase.so.1 lib/heimdal/libheimbase.so.1.0.0 -lib/heimdal/libheimedit.a -lib/heimdal/libheimedit.so -lib/heimdal/libheimedit.so.0 -lib/heimdal/libheimedit.so.0.0.36 lib/heimdal/libheimntlm.a lib/heimdal/libheimntlm.so lib/heimdal/libheimntlm.so.0 From owner-svn-ports-all@freebsd.org Sat Nov 12 21:37:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4966EC3E00C; Sat, 12 Nov 2016 21:37:28 +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 F3766136D; Sat, 12 Nov 2016 21:37:27 +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 uACLbRb3030983; Sat, 12 Nov 2016 21:37:27 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACLbQjB030980; Sat, 12 Nov 2016 21:37:26 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611122137.uACLbQjB030980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 21:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425995 - in head/games/tome4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 21:37:28 -0000 Author: matthew Date: Sat Nov 12 21:37:26 2016 New Revision: 425995 URL: https://svnweb.freebsd.org/changeset/ports/425995 Log: Update to 1.4.9 PR: 213771 Submitted by: lifanov@mail.lifanov.com (maintainer) Added: head/games/tome4/files/patch-src_physfs.c (contents, props changed) Modified: head/games/tome4/Makefile head/games/tome4/distinfo Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sat Nov 12 21:22:47 2016 (r425994) +++ head/games/tome4/Makefile Sat Nov 12 21:37:26 2016 (r425995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -33,8 +33,6 @@ USE_CSTD= gnu89 SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes -LUA_TYPE= - .include pre-build: Modified: head/games/tome4/distinfo ============================================================================== --- head/games/tome4/distinfo Sat Nov 12 21:22:47 2016 (r425994) +++ head/games/tome4/distinfo Sat Nov 12 21:37:26 2016 (r425995) @@ -1,5 +1,5 @@ -TIMESTAMP = 1465927888 -SHA256 (t-engine4-src-1.4.8.tar.bz2) = 86d5f414c425dbefc7d1fbdf60a3afc80221b93f4bf2fb75878049977ffd4048 -SIZE (t-engine4-src-1.4.8.tar.bz2) = 354433201 +TIMESTAMP = 1478955170 +SHA256 (t-engine4-src-1.4.9.tar.bz2) = 4ae02c8dee8aaef2b7f0d3a95240096df248a8421d73dc4cea1878b4015faff7 +SIZE (t-engine4-src-1.4.9.tar.bz2) = 354444890 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 Added: head/games/tome4/files/patch-src_physfs.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tome4/files/patch-src_physfs.c Sat Nov 12 21:37:26 2016 (r425995) @@ -0,0 +1,10 @@ +--- src/physfs.c.orig 2016-10-25 15:49:32 UTC ++++ src/physfs.c +@@ -331,7 +331,6 @@ void physfs_reset_dir_allowed(lua_State + } + nb_allowed_dirs = 0; + can_set_allowed_dirs = TRUE; +- return 0; + } + + static int lua_fs_done_dir_allowed(lua_State *L) { From owner-svn-ports-all@freebsd.org Sat Nov 12 22:06:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE7DC3E8AF; Sat, 12 Nov 2016 22:06:10 +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 42515102E; Sat, 12 Nov 2016 22:06:10 +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 uACM69kZ042842; Sat, 12 Nov 2016 22:06:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACM69nh042840; Sat, 12 Nov 2016 22:06:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611122206.uACM69nh042840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 12 Nov 2016 22:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425996 - head/x11/menu-cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 22:06:10 -0000 Author: olivierd Date: Sat Nov 12 22:06:09 2016 New Revision: 425996 URL: https://svnweb.freebsd.org/changeset/ports/425996 Log: - Update to 1.0.2 - Sort USES - Take maintainership Modified: head/x11/menu-cache/Makefile head/x11/menu-cache/distinfo Modified: head/x11/menu-cache/Makefile ============================================================================== --- head/x11/menu-cache/Makefile Sat Nov 12 21:37:26 2016 (r425995) +++ head/x11/menu-cache/Makefile Sat Nov 12 22:06:09 2016 (r425996) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= menu-cache -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MASTER_SITES= SF/lxde/${PORTNAME}/${PORTVERSION:R}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olivierd@FreeBSD.org COMMENT= Library used to read freedesktop.org menus LICENSE= LGPL21+ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfm-extra.so:x11/libfm-extra -USES= gmake pathfix pkgconfig libtool tar:xz +USES= gmake gettext-runtime libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/x11/menu-cache/distinfo ============================================================================== --- head/x11/menu-cache/distinfo Sat Nov 12 21:37:26 2016 (r425995) +++ head/x11/menu-cache/distinfo Sat Nov 12 22:06:09 2016 (r425996) @@ -1,2 +1,3 @@ -SHA256 (menu-cache-1.0.1.tar.xz) = 0ac72649919946070258320aafc320467dd040bcef7b3a225e2ab7241ddffd59 -SIZE (menu-cache-1.0.1.tar.xz) = 262508 +TIMESTAMP = 1478987606 +SHA256 (menu-cache-1.0.2.tar.xz) = 6f83edf2de34f83e701dcb52145d755250a5677580cd413476cc4d7f2d2012d5 +SIZE (menu-cache-1.0.2.tar.xz) = 264540 From owner-svn-ports-all@freebsd.org Sat Nov 12 22:23:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FEFFC3EFDA; Sat, 12 Nov 2016 22:23:33 +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 167BD191F; Sat, 12 Nov 2016 22:23:33 +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 uACMNWYo050767; Sat, 12 Nov 2016 22:23:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACMNWIu050766; Sat, 12 Nov 2016 22:23:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611122223.uACMNWIu050766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 12 Nov 2016 22:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425997 - head/net-mgmt/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: Sat, 12 Nov 2016 22:23:33 -0000 Author: feld Date: Sat Nov 12 22:23:32 2016 New Revision: 425997 URL: https://svnweb.freebsd.org/changeset/ports/425997 Log: www/xymon-server: Fix example Apache config files The example config files for Apache had nonsense variables strewn throughout as we do not use the interactive build process for Xymon which would replace them after asking the user a series of questions. Sane defaults have been chosen to make the examples more useful to the user. Modified: head/net-mgmt/xymon-server/Makefile Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Sat Nov 12 22:06:09 2016 (r425996) +++ head/net-mgmt/xymon-server/Makefile Sat Nov 12 22:23:32 2016 (r425997) @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} @@ -29,9 +29,8 @@ XYMONUSER?= xymon XYMONHOSTNAME?= xymon.example.com XYMONHOSTIP?= 127.0.0.1 -USES= cpe gmake shebangfix +USES= cpe gmake shebangfix ssl SHEBANG_FILES= ${WRKSRC}/xymond/xymonreports.sh.DIST ${WRKSRC}/build/upgrade430.sh -USE_OPENSSL= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV= MAKE=gmake MAKE_ENV+= XYMONUSER="${XYMONUSER}" @@ -73,6 +72,13 @@ post-patch: ${REINPLACE_CMD} -e 's|TRACEROUTE="traceroute"|TRACEROUTE="mtr -c 2 -n --report"|' ${WRKSRC}/xymond/etcfiles/xymonserver.cfg.DIST ${RM} ${WRKSRC}/docs/manpages/man1/xymonping.1.html ${RM} ${WRKSRC}/xymonnet/xymonping.1 + ${REINPLACE_CMD} -e 's|@CGIDIR@|${WWWDIR}/server/cgi-bin|g' \ + -e 's|@SECURECGIDIR@|${WWWDIR}/server/cgi-secure|g' \ + -e 's|@INSTALLETCDIR@|${WWWDIR}/server/etc|g' \ + -e 's|@INSTALLWWWDIR@|${WWWDIR}/server/www|g' \ + -e 's|@SECUREXYMONCGIURL@|/cgi-secure|g' \ + -e 's|@XYMONCGIURL@|/cgi-bin|g' \ + -e 's|@XYMONHOSTURL@|/xymon|g' ${WRKSRC}/xymond/etcfiles/xymon-apache-*.DIST # Configure script is interactive do-configure: From owner-svn-ports-all@freebsd.org Sat Nov 12 22:52:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FCA8C3BA48; Sat, 12 Nov 2016 22:52:37 +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 518221672; Sat, 12 Nov 2016 22:52:37 +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 uACMqat9062189; Sat, 12 Nov 2016 22:52:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACMqaRp062188; Sat, 12 Nov 2016 22:52:36 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611122252.uACMqaRp062188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 22:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425998 - head/sysutils/rsyslog8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 22:52:37 -0000 Author: matthew Date: Sat Nov 12 22:52:36 2016 New Revision: 425998 URL: https://svnweb.freebsd.org/changeset/ports/425998 Log: recvmmsg(2) is buggy in 11.0-RELEASE, but not recent 11-STABLE or HEAD -- the consequence for rsyslog being that it does not record any log messages received via UDP to a log file. recvmmsg(2) fix was applied to HEAD in r307036 and MFC'd to 11-STABLE in r307311. Therefore prevent configure testing for recvmmsg(2) before OSVERSION 1100504. Note: this is a no-op for older releases than 11 -- recvmmsg(2) doesn't exist there. PR: 214428 Reported by: dch@skunkwerks.at MFH: 2016Q4 Modified: head/sysutils/rsyslog8/Makefile Modified: head/sysutils/rsyslog8/Makefile ============================================================================== --- head/sysutils/rsyslog8/Makefile Sat Nov 12 22:23:32 2016 (r425997) +++ head/sysutils/rsyslog8/Makefile Sat Nov 12 22:52:36 2016 (r425998) @@ -2,6 +2,7 @@ PORTNAME= rsyslog PORTVERSION= 8.22.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -120,6 +121,9 @@ post-patch: @${GREP} -rl '/etc/rsyslog.conf' ${WRKSRC}|${XARGS} ${REINPLACE_CMD} -e\ 's|/etc/rsyslog.conf|${PREFIX}/etc/rsyslog.conf|' @${REINPLACE_CMD} -e 's,/lib/rsyslog,${PREFIX}/lib/rsyslog,' ${WRKSRC}/tools/syslogd.c +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100504 + @${REINPLACE_CMD} -e 's,recvmmsg ,,' ${WRKSRC}/configure.ac +.endif @${FIND} ${WRKSRC} -name '*.bak' -delete .include From owner-svn-ports-all@freebsd.org Sat Nov 12 22:55:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F791C3BBA4; Sat, 12 Nov 2016 22:55:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 417F51834; Sat, 12 Nov 2016 22:55:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACMtrih062467; Sat, 12 Nov 2016 22:55:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACMtrJb062465; Sat, 12 Nov 2016 22:55:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611122255.uACMtrJb062465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 12 Nov 2016 22:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425999 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 22:55:54 -0000 Author: adamw Date: Sat Nov 12 22:55:53 2016 New Revision: 425999 URL: https://svnweb.freebsd.org/changeset/ports/425999 Log: Update to patchlevel 82. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Nov 12 22:52:36 2016 (r425998) +++ head/editors/vim/Makefile Sat Nov 12 22:55:53 2016 (r425999) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0063 +PORTVERSION= 8.0.0082 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Nov 12 22:52:36 2016 (r425998) +++ head/editors/vim/distinfo Sat Nov 12 22:55:53 2016 (r425999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478362311 -SHA256 (vim-vim-v8.0.0063_GH0.tar.gz) = 72061d5e35bbfbf49b2db9c5ce77f772431fff22af3337b7ac2dd09544570679 -SIZE (vim-vim-v8.0.0063_GH0.tar.gz) = 12933129 +TIMESTAMP = 1478991171 +SHA256 (vim-vim-v8.0.0082_GH0.tar.gz) = 8d346aa42522838615d7362cedf76bfba4d94627efdc500b234f74bc66fc4244 +SIZE (vim-vim-v8.0.0082_GH0.tar.gz) = 12935467 From owner-svn-ports-all@freebsd.org Sat Nov 12 23:00:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA99BC3BDE2; Sat, 12 Nov 2016 23:00:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::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 4D0221AED; Sat, 12 Nov 2016 23:00:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x242.google.com with SMTP id m203so5502156wma.3; Sat, 12 Nov 2016 15:00:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3EAjGGDOMu3HfnNO+N8oitpMPcYp1EmCShUfk3abD/A=; b=XTBVVnAPOHCqFCYa+kDEMxmiH1OmBsiEWSEplXvnUAK3d1ir2mdlpAPm/V0NZYrpDK B8JzuUTcmOUDZ8NuxBjxErzkaLEfR4f8wslz3e/NGKt3xYCZYm0Xl7XIX5Of/AiZmVYR S490roGwES5UZlYVCnWEg/hS5+y6wNZ6rD4XMnhw8lmi5I6ifBey85Jb5FUe/mNla+pR qDKUV7iVr5D9BcxvHnDdBQvfLCVKftfcVnHwXir0Abp+4fzUPQo22VQRSzUEgGN5yKqH N8/Fz9aK50Zccq/aT6Al3zbcebX3rVsusstd4qNDTvKxMWGDIp36LRQDcWaHSDmiJpCv 5ILQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=3EAjGGDOMu3HfnNO+N8oitpMPcYp1EmCShUfk3abD/A=; b=QELfeSGeyxH2Q20eBYp/Yfebx0KPy6zaAciJyS8KVsokNiJuMrOpMGcUVdYenwVhuT te4fWG5eiSAqpG+lP/qW+CzWleost+AlP3yA1S8PzYnFvJqyq4eLe1/CO3yX/UaaN8xQ xZ/njbcmXRjCFqrYjK4LzT170Z7f8zJCgikAOO3Md4NmNDM+v2u7409cW90PJ/Siapbq RRpYJn2g95Y/qg8tzmqQ6FGQtkNXXJAmyLxHZdQvFxHlRoGdcr0sGuSg6PoSM1MLHCVt d3GSxDjgK4/8H6CKuhpYAqGcgfsAQCi67yoQLDXlj91VW1VFpSKPcgE3UrZ+F3VTBx/4 bQtw== X-Gm-Message-State: ABUngvdqYbv0NZZxX6nn6Kq8DGUx51infrFCAyqyU/LsHgarAfGsszaWdiIT92NfEuR9Ug== X-Received: by 10.28.232.16 with SMTP id f16mr3813037wmh.103.1478991605672; Sat, 12 Nov 2016 15:00:05 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id o62sm20062490wmg.9.2016.11.12.15.00.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Nov 2016 15:00:05 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 13 Nov 2016 00:00:04 +0100 From: Baptiste Daroussin To: Akinori MUSHA Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424685 - head/textproc/peco Message-ID: <20161112230004.2e62bb3abn32c6va@ivaldir.etoilebsd.net> References: <201610261012.u9QACXWF066795@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="y4rysqnaxssnfl4t" Content-Disposition: inline In-Reply-To: <201610261012.u9QACXWF066795@repo.freebsd.org> User-Agent: NeoMutt/20161104 (1.7.1) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 23:00:07 -0000 --y4rysqnaxssnfl4t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2016 at 10:12:33AM +0000, Akinori MUSHA wrote: > Author: knu > Date: Wed Oct 26 10:12:33 2016 > New Revision: 424685 > URL: https://svnweb.freebsd.org/changeset/ports/424685 >=20 > Log: > Update to 0.4.4. > =20 > Peco started to use glide to fix dependencies, so depending on other > ports no longer works. We need to have our own distfile and put it in > the local-distfiles directory. >=20 > Modified: > head/textproc/peco/Makefile > head/textproc/peco/distinfo >=20 > Modified: head/textproc/peco/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/textproc/peco/Makefile Wed Oct 26 09:31:59 2016 (r424684) > +++ head/textproc/peco/Makefile Wed Oct 26 10:12:33 2016 (r424685) > @@ -2,29 +2,44 @@ > # $FreeBSD$ > =20 > PORTNAME=3D peco > -PORTVERSION=3D 0.3.5 > +PORTVERSION=3D 0.4.4 > DISTVERSIONPREFIX=3D v > CATEGORIES=3D textproc > +MASTER_SITES=3D LOCAL/knu > =20 > MAINTAINER=3D knu@FreeBSD.org > COMMENT=3D Simplistic interactive filtering tool > =20 > LICENSE=3D MIT > =20 > -BUILD_DEPENDS=3D ${LOCALBASE}/${GO_LIBDIR}/github.com/jessevdk/go-flags.= a:devel/go-flags \ > - ${LOCALBASE}/${GO_LIBDIR}/github.com/mattn/go-runewidth.a:devel/go-run= ewidth \ > - ${LOCALBASE}/${GO_LIBDIR}/github.com/nsf/termbox-go.a:devel/go-termbox= \ > - ${LOCALBASE}/${GO_LIBDIR}/github.com/google/btree.a:devel/go-btree > - > USES=3D go > -USE_GITHUB=3D yes > =20 > -WRKSRC_SUBDIR=3D cmd/peco > -GO_PKGNAME=3D github.com/${PORTNAME}/${PORTNAME}/cmd/peco > +WRKSRC_SUBDIR=3D ${GO_PKG_SUBDIR} > +WRKSRC_GITDIR=3D ${WRKSRC:S|/${WRKSRC_SUBDIR}$$||} > +GO_PKG_GITURL=3D https://github.com/${PORTNAME}/${PORTNAME} > +GO_PKG_SUBDIR=3D cmd/peco > +GO_PKGNAME=3D ${GO_PKG_GITURL:S|^https://||}/${GO_PKG_SUBDIR} > PLIST_FILES=3D bin/peco > +UPLOAD_FILE=3D ${_DISTDIR:S|/$||}/${DISTFILES:[1]} This syntax is bmake specific, fmake is still supported (freebsd 9) Please fix Best regards, Bapt --y4rysqnaxssnfl4t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJYJ57xAAoJEGOJi9zxtz5aAqwP/0muOS3yszm4PGtOzohBxLH6 +On7H3O/BRVKLBGY4bLDd3iLX2BOPixl+wrI9HQn//hNZW8lMiWXz6rj5dpx1WIN wruDZ0tka6RjHi19ssAJROniBW7RyFrIYsWTowENSHdWAoRJP97M6rmiCycCmBmW p4ZaTb0Qy5QkcHWey+3+OSB2rbzk7eMfwN7qSdUssDUEDkxN+tkD0MZkTYKdKUGk HGc6C8ro4X0bBgdnq0HD5ZjwPXXUS2yVbQel5S5KUaZJZCpbPfo0Le+MaAdHnHaE 14DZaDHODNxeH1d+L24u84yfv/hOwlLSmKODgycRy08kBqBbU7XXx7dM0ia8tQWh 4s4oWr+6vZLyET3LWtdqLKIrAemOqO5dF+Y5BvtVQhyjuBCSPrpQYzhf3xmV6uIU GSfo/VMED47X6mzd5HcNcw0zGYy1vGB1MD/suwHeEtKDskqpHqChk2F4uRST6buD Rs2zEYIKsh9dqQ+IIkZtbWnf9mfX9KujMDNZpkdcmfXQtVPWbhovRdRLjvTeB4KF 3jPZLoSem7kp3XN+ITK8TVd4QmiRuTffAldG9YH8UbzpgL4qYepCJ96ueTs/Vhks zGMenbxAtlkcNFLHwDNqk7BSO1YMtTInWedh8OM2Rff3UMPAtV+tejATn6euSjVd hSDMbVN0thnQYQ7+7FhE =bhxM -----END PGP SIGNATURE----- --y4rysqnaxssnfl4t-- From owner-svn-ports-all@freebsd.org Sat Nov 12 23:20:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52AFCC3D2AD; Sat, 12 Nov 2016 23:20:08 +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 0BF521596; Sat, 12 Nov 2016 23:20:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACNK7mA071012; Sat, 12 Nov 2016 23:20:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACNK7da071009; Sat, 12 Nov 2016 23:20:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611122320.uACNK7da071009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 23:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426000 - in head: audio/clementine-player devel/llvm35 devel/llvm36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 23:20:08 -0000 Author: antoine Date: Sat Nov 12 23:20:06 2016 New Revision: 426000 URL: https://svnweb.freebsd.org/changeset/ports/426000 Log: Spell CHOSEN_COMPILER_TYPE correctly PR: 199098 Modified: head/audio/clementine-player/Makefile head/devel/llvm35/Makefile head/devel/llvm36/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sat Nov 12 22:55:53 2016 (r425999) +++ head/audio/clementine-player/Makefile Sat Nov 12 23:20:06 2016 (r426000) @@ -200,8 +200,8 @@ WIIMOTEDEV_CMAKE_OFF= -DENABLE_WIIMOTEDE .include -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 39 -CXXFLAGS+= -Wno-undefined-var-template +.if ${CHOSEN_COMPILER_TYPE} == clang +CXXFLAGS+= -Wno-unknown-warning-option -Wno-undefined-var-template .endif .include Modified: head/devel/llvm35/Makefile ============================================================================== --- head/devel/llvm35/Makefile Sat Nov 12 22:55:53 2016 (r425999) +++ head/devel/llvm35/Makefile Sat Nov 12 23:20:06 2016 (r426000) @@ -138,7 +138,7 @@ NOT_FOR_ARCH= ia64 .include -.if ${PORT_OPTIONS:MCMAKE} && ${COMPILER_TYPE} != clang +.if ${PORT_OPTIONS:MCMAKE} && ${CHOSEN_COMPILER_TYPE} != clang BROKEN= CMake support only works with clang .endif Modified: head/devel/llvm36/Makefile ============================================================================== --- head/devel/llvm36/Makefile Sat Nov 12 22:55:53 2016 (r425999) +++ head/devel/llvm36/Makefile Sat Nov 12 23:20:06 2016 (r426000) @@ -148,7 +148,7 @@ NOT_FOR_ARCH= ia64 .include -.if ${PORT_OPTIONS:MCMAKE} && ${COMPILER_TYPE} != clang +.if ${PORT_OPTIONS:MCMAKE} && ${CHOSEN_COMPILER_TYPE} != clang BROKEN= CMake support only works with clang .endif From owner-svn-ports-all@freebsd.org Sat Nov 12 23:40:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78342C3DA68; Sat, 12 Nov 2016 23:40:15 +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 2FCFB16C4; Sat, 12 Nov 2016 23:40:15 +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 uACNeE7L079625; Sat, 12 Nov 2016 23:40:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACNeER3079622; Sat, 12 Nov 2016 23:40:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611122340.uACNeER3079622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 12 Nov 2016 23:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426001 - in head/sysutils/consul: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 23:40:15 -0000 Author: swills Date: Sat Nov 12 23:40:13 2016 New Revision: 426001 URL: https://svnweb.freebsd.org/changeset/ports/426001 Log: sysutils/consul: fix version string While here, remove web ui from distfile Reported by: Douglas Thrift Added: head/sysutils/consul/files/patch-version_version.go (contents, props changed) Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Sat Nov 12 23:20:06 2016 (r426000) +++ head/sysutils/consul/Makefile Sat Nov 12 23:40:13 2016 (r426001) @@ -2,6 +2,7 @@ PORTNAME= consul PORTVERSION= 0.7.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -30,7 +31,8 @@ post-extract: do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ - -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul + -ldflags "-X github.com/hashicorp/consul/version.GitDescribe=v${PORTVERSION}" \ + -o bin/consul do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Sat Nov 12 23:20:06 2016 (r426000) +++ head/sysutils/consul/distinfo Sat Nov 12 23:40:13 2016 (r426001) @@ -1,5 +1,3 @@ TIMESTAMP = 1478821632 -SHA256 (consul_0.7.1_web_ui.zip) = 1b793c60e1af24cc470421d0411e13748f451b51d8a6ed5fcabc8d00bfb84264 -SIZE (consul_0.7.1_web_ui.zip) = 255257 SHA256 (hashicorp-consul-v0.7.1_GH0.tar.gz) = d1498c851df8aa150c7b4398fdbb74467af4949d20ce5b4840b88095fce71135 SIZE (hashicorp-consul-v0.7.1_GH0.tar.gz) = 4003354 Added: head/sysutils/consul/files/patch-version_version.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/consul/files/patch-version_version.go Sat Nov 12 23:40:13 2016 (r426001) @@ -0,0 +1,13 @@ +--- version/version.go.orig 2016-11-10 20:33:01 UTC ++++ version/version.go +@@ -13,8 +13,8 @@ var ( + + // Release versions of the build. These will be filled in by one of the + // build tag-specific files. +- Version = "unknown" +- VersionPrerelease = "unknown" ++ Version = "" ++ VersionPrerelease = "" + ) + + // GetHumanVersion composes the parts of the version in a way that's suitable From owner-svn-ports-all@freebsd.org Sat Nov 12 23:58:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF2D0C3E33A; Sat, 12 Nov 2016 23:58:28 +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 A60C315F6; Sat, 12 Nov 2016 23:58:28 +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 uACNwReE087601; Sat, 12 Nov 2016 23:58:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACNwRJx087598; Sat, 12 Nov 2016 23:58:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611122358.uACNwRJx087598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 12 Nov 2016 23:58:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426002 - head/devel/rlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 12 Nov 2016 23:58:29 -0000 Author: swills Date: Sat Nov 12 23:58:27 2016 New Revision: 426002 URL: https://svnweb.freebsd.org/changeset/ports/426002 Log: devel/rlog: Fix fetch and new maintainer PR: 213511 Submitted by: Mageirias Anastasios Modified: head/devel/rlog/Makefile head/devel/rlog/distinfo head/devel/rlog/pkg-descr Modified: head/devel/rlog/Makefile ============================================================================== --- head/devel/rlog/Makefile Sat Nov 12 23:40:13 2016 (r426001) +++ head/devel/rlog/Makefile Sat Nov 12 23:58:27 2016 (r426002) @@ -3,20 +3,22 @@ PORTNAME= rlog PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anastasios@mageirias.com COMMENT= Flexible message logging facility for C++ -BROKEN= Unfetchable (google code has gone away) - -OPTIONS_DEFINE= DOCS - LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual +USE_GITHUB= yes +GH_ACCOUNT= anastmag +GH_PROJECT= rlog +GH_TAGNAME= 1.4 + +OPTIONS_DEFINE= DOCS + USES= gmake pathfix libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/rlog/distinfo ============================================================================== --- head/devel/rlog/distinfo Sat Nov 12 23:40:13 2016 (r426001) +++ head/devel/rlog/distinfo Sat Nov 12 23:58:27 2016 (r426002) @@ -1,2 +1,3 @@ -SHA256 (rlog-1.4.tar.gz) = a938eeedeb4d56f1343dc5561bc09ae70b24e8f70d07a6f8d4b6eed32e783f79 -SIZE (rlog-1.4.tar.gz) = 640641 +TIMESTAMP = 1476569776 +SHA256 (anastmag-rlog-1.4_GH0.tar.gz) = 1e545e68beff7f306b09357f4175850b8787fd212a997026cf63fc11473e9a68 +SIZE (anastmag-rlog-1.4_GH0.tar.gz) = 634249 Modified: head/devel/rlog/pkg-descr ============================================================================== --- head/devel/rlog/pkg-descr Sat Nov 12 23:40:13 2016 (r426001) +++ head/devel/rlog/pkg-descr Sat Nov 12 23:58:27 2016 (r426002) @@ -11,3 +11,4 @@ to external programs, allowing you to en messages remotely. WWW: http://www.arg0.net/rlog +WWW: https://github.com/anastmag/rlog